/*
Theme Name: iLnad
Author: designstub
Author URI: http://www.designstub.com
*/

/*----- 1. Reset.css -----*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
    font-size: 16px;
}


/*----- Helper Classes -----*/

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


/*
::-webkit-scrollbar {
	display: none;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans;
}

p {
    font-family: Open Sans;
}

::-moz-selection {
    color: #FFFFFF;
    background: #268e8a;
}

::selection {
    color: #FFFFFF;
    background: #268e8a;
}

.nopadding {
    padding: 0;
}

.custompadding {
    padding-left: 5px;
    padding-right: 5px;
}

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

.underline {
    display: inline;
    border-bottom: 3px solid #111;
    padding-bottom: 0;
}

.after-line {
    height: 3px;
    width: 100px;
    background: #001CFF;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    margin: 0 0 20px 0;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}

.logo {
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
}

.logo:hover,
.logo:focus {
    text-decoration: none;
    color: #FFF;
}


/* ------ Navbar Styling Starts ----- */

.navbar {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 25px;
    letter-spacing: 1px;
    height: 80px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
}

.navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
}

.navbar-default .navbar-brand {
    padding-top: 5px;
    color: #111111;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.navbar-default .navbar-brand:hover {
    transition: 1s;
}

.navbar-default .navbar-nav > li > a {
    color: #111111;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d6e800;
}

.navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #222222;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #111111;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
    color: #111111;
}

.navbar-default .nav-white > li > a {
    color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
    color: #999999;
}

.navbar-default .navbar-brand.nav-white {
    padding-top: 15px;
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}


/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
    .navbar {
        padding-top: 5px;
        height: 60px;
    }
    .navbar-default {
        border: 0px;
        background-color: transparent;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        border-color: transparent;
    }
    .navbar-default .navbar-nav > li> a {
        color: #222222;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav > li> a:hover {
        color: #222222;
    }
    .navbar-default .navbar-brand {
        color: #FFFFFF;
        /*		padding: 16px 15px !important;*/
    }
    .navbar-default .navbar-brand.nav-white {
        color: #FFFFFF;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #111111;
    }
}

@media only screen and (min-width: 240px) {
    .navbar.past-main {
        font-size: 14px;
        padding-top: 5px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.99);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .navbar-default.past-main .navbar-brand {
        color: #111111;
    }
    .navbar-default.past-main .navbar-toggle .icon-bar {
        background-color: #111111;
    }
    .navbar-default.past-main .navbar-nav > li > a {
        color: #222222;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
    }
    .navbar-default.past-main .navbar-nav > li > a:hover {
        color: #111111;
    }
    .navbar-default.past-main .navbar-nav > .active > a {
        background: transparent;
        color: #5924EC;
    }
    .navbar-default.past-main .navbar-nav > .active > a:hover {
        background: transparent;
        color: #222222;
    }
    .navbar-default.past-main .navbar-nav > .active > a:focus {
        background: transparent;
        color: #222222;
    }
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
    background-color: #111111;
}


/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

#main {
    height: 100%;
}


/* ----- Hero Section Styling Starts ----- */

.hero-section {
    height: 100%;
    background-color: #268e8a !important;
    padding: 100px 0 50px 0 !important;
}


/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

.image-bg .hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../images/image-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
    font-weight: 600;
    color: #FFFFFF;
}

.image-bg .hero-content p {
    color: #FFFFFF;
}


/* ------------ cta Hero Section ------------ */

.cta .hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url(../images/app_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 100px 0;
}

.cta .hero-content {
    padding: 50px 0 100px 0;
}

.cta .hero-content h1 {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0;
}

.cta .hero-content p {
    color: #FFFFFF;
}


/*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

.icon-features {
    padding: 100px 0 0 0;
}

.icon-features-intro {
    padding: 0 0 50px 0;
}

.icon-features-intro h1 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    text-align: center;
}

.icon-features-intro p {
    font-size: 16px;
    color: #A1A1A1;
    text-align: center;
    margin: 0 0 30px 0;
}

.f-single {
    position: relative;
    padding: 10px 0 80px 0;
}

.f-icon i {
    font-size: 54px;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.f-content {
    padding-left: 80px;
}

.f-content h2 {
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.f-content p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    color: #4D4D4D;
    line-height: 1.5;
    text-align: left;
}


/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/

.features {
    padding: 25px 0 25px 0;
}

.features-inner {
    width: 100%;
}

.features .features-list {
    padding: 20px 0 0 0;
    text-align: center;
}

.features .features-list h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    margin: 0 0 30px 0;
}

.features .features-list ul {
    list-style-type: circle;
    padding-left: 20px;
    text-align: center;
}

.features .features-list ul li {
    display: block;
    margin: 0 0 15px 0;
    font-family: 'Josefin Sans';
    font-size: 16px;
    line-height: 1.2;
    color: #A1A1A1;
}


/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.book-features {
    background: #FFFFFF;
    padding: 100px 0 50px 0;
}

.book-features h1 {
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.book-features p {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin: 10px 0 50px 0;
}

.book-features img {
    margin: 0 auto;
}

.book-features .features-left,
.book-features .features-right {
    padding: 50px 0 0 0;
}

.book-features .icon i {
    font-size: 72px;
    color: #1eb858;
}

.book-features .feature-single {
    margin-left: 0;
    margin-bottom: 50px;
}

.book-features .feature-single h1 {
    font-size: 1.4em;
    font-weight: 600;
    color: #222222;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.book-features .feature-single p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.4;
    margin: 10px 0 0 0;
}


/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
    background: #F9F9F9;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.cta .split-features {
    background: #F9F9F9;
}

.split-image img {
    margin: 0 auto;
}

.split-content {
    padding: 20px;
}

.split-content h1 {
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.split-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0;
}

.split-content ul {
    list-style-type: disc;
    display: inline-block;
}

.split-content ul li {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #000;
}

.split-features2 {
    background: #FFF;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.bordertop {
    border-image: url("../images/imageborder.png") 12 12 round;
    border-style: solid;
    border-top-width: 5px;
}

.second {
    padding: 0px 0px 50px 0px;
}


/* ----- CTA Section Styling Starts ----- */

.cta-sub {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../images/cta_bg.jpg) no-repeat center center;
    background-size: cover;
}

.cta-inner {
    text-align: center;
    float: none;
}

.cta-sub .cta-inner h1 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -2px;
}

.cta-sub .cta-inner p {
    font-family: Open Sans;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* ----- CTA Section Styling Ends ----- */


/* ------- Footer Section Styling Starts ------- */

.footer {
    font-family: "Open Sans";
    background-color: #F3F3F3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
}


.footer p {
    font-size: 13px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 1.3;
    margin: 30px 0 10px 0;
}

.footer-text p {
    font-family: "Open Sans";
    font-size: 12px;
    color: #1eb858;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}


/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
    background: rgba(38, 142, 138, 0.7);
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #0E1729;
}

.back-to-top i {
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 24px;
    color: #FFFFFF;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.back-to-top:hover {
    background: rgba(38, 142, 138, 0.9);
    color: #FFFFFF;
}

.back-to-top:hover i {
    top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}


/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
    .logo {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .hero-section {
        padding: 150px 0 100px 0;
    }
    .form .hero-section {
        padding: 150px 0 50px 0;
    }
    .form .hero-content {
        padding: 100px 0 100px 0;
        overflow: hidden;
    }
    .form .hero-content h1 {
        font-size: 54px;
    }
    .product .hero-content {
        padding: 150px 0 100px 0;
        text-align: left;
    }
    .hero-content h1 {
        font-size: 48px;
        margin: 0 0 20px 0;
    }
    .hero-content p {
        font-size: 14px;
    }
    .about-content h2 {
        font-size: 38px;
    }
    .image-bg .hero-content h1 {
        font-size: 54px;
    }
    .cta .hero-content h1 {
        font-size: 48px;
    }
    .features .features-list {
        padding: 100px 0 0 0;
        text-align: left;
    }
    .features .features-list ul li {
        font-size: 18px;
        display: list-item;
        text-align: left;
    }
    .feature-sub {
        padding: 200px 0 200px 0;
    }
    .split-content h1 {
        font-size: 37px;
    }
    .second {
        padding: 0px 10px 10px 30px;
    }
    .pricing {
        padding: 100px 0 100px 0;
    }
    .pricing-content {
        text-align: left;
    }
    .cta-sub .cta-inner h1 {
        font-size: 36px;
    }
    .contact h1 {
        font-size: 19px;
    }
    .contact p {
        font-size: 13px !important;
    }
    .contact a {
        font-family: "Open Sans";
        font-size: 14px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .features .features-list {
        padding: 80px 0 0 0;
    }
}

@media screen and (max-width: 399px) {
    .cta-sub {
        text-align: center;
    }
    .subscribe-form {
        text-align: center;
    }
    .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
    .form .sub-form .subscribe-form {
        text-align: left;
    }
    .form .sub-form .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }
    .form .sub-form .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
    .back-to-top {
        right: 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1201px) {
    .book-features .features-left,
    .book-features .features-right {
        padding: 0 0 0 0;
    }
}


/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

/*カスタマイズ*/

.navbar-default .navbar-nav > li> a {
    font-weight: 600;
}

.split-features h1,
.split-features2 h1,
.amazon-features2 h1 {
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.split-features p,
.split-features2 p,
.amazon-features p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.8;
    margin: 10px 0 10px 0;
}

b {
    font-weight: 900;
}

.split-content h2 {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.split-features-first,
.book-features-first {
    padding-top: 100px;
}

.cta-sub .cta-inner {
    font-size: 1.3em;
}

.cta-sub .cta-inner .btn-action:hover,
.cta-sub .cta-inner .btn-action:focus,
.cta-sub .cta-inner .btn-action:active,
.cta-sub .cta-inner .btn-action:active:focus {
    color: #FFFFFF;
}

.cta-sub .cta-inner p {
    font-family: Open Sans;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ion-android-cart {
    font-size: 1.2em;
}

@media only screen and (min-width: 992px) {
    .morefeatures {
        width: 90%;
        margin: auto;
    }
    .split-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .split-content {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
    }
}

.text-lead {
    margin-bottom: 50px !important;
}

.nextcontent {
    margin: 1em auto;
    font-size: 3em;
    text-align: center;
}

.imagestyling {
    display: block;
    border-radius: 8px;
    margin: auto;
}

h1 img {
    margin: auto;
    width: 400px;
}

#sample {
    background-color: #F9F9F9;
    padding-bottom: 50px;
}

.amazon-features {
    background: #FFF;
    padding: 100px 0 50px 0;
    background-image: url(../images/imagebg.png);
}

#more {
    padding-bottom: 50px;
}

.hoverend {
    opacity: 1 !important;
}

.amzlead {
    display: inline-block;
    padding: 1px;
    background-color: white;
    color: black;
    font-weight: 600;
}

.hero-section button {
    font-size: 1.5em;
}

#readmorebutton,
#readmorebuttonexcel {
    display: block;
    height: 80px;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.readmoretext:hover {
    opacity: 0.5;
}

div#readmorebutton.show-class {
    background-image: url("../images/readmorelesson.png");
}

div#readmorebutton.hide-class {
    background-image: url("../images/hidemorelesson.png");
}

div#readmorebuttonexcel.show-class {
    background-image: url("../images/readmoreexcel.png");
}

div#readmorebuttonexcel.hide-class {
    background-image: url("../images/hidemoreexcel.png");
}

.img-amz {
    padding-left: 0px;
    padding-right: 0px;
}

.memo_sample {
    font-size: 0.8em;
    color: #444444;
    line-height: 0.7em;
}

.testreadbutton {
    margin-top: 30px;
}

.btn-action {
    font-family: Open Sans;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    padding: 10px 21px;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
    background: transparent;
    outline: none;
    color: white;
}

a.btn-amz {
    font-size: 1.3em;
    color: black;
    font-weight: 600;
    border-radius: 3px;
    background-color: #ffbb1b;
    border: 1px solid #ffbb1b;
}

a.btn-amz-top {
    font-size: 1.5em;
}

a.btn-amzus {
    font-size: 1.3em;
    color: white;
    font-weight: 600;
    border-radius: 3px;
    background-color: #ffbb1b;
    border: 1px solid #ffbb1b;
}

a.btn-amzus:hover,
a.btn-amzus:focus,
a.btn-amzus:active,
a.btn-amzus:active:focus {
    color: black;
}

div.sns-button {
    margin-top: 20px;
}

a.btn-sns {
    display: inline-block;
    text-decoration: none;
}

a.btn-sns img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

a.btn-sns:hover,
a.btn-sns:focus,
a.btn-sns:active,
a.btn-sns:active:focus {
    opacity: 0.6;
}

@media screen and (max-width: 992px) {
    #readmorebutton,
    #readmorebuttonexcel {
        margin-top: 0px !important;
    }
    #sample .split-features-first {
        padding-bottom: 10px;
    }
    .book-features .features-left {
        padding-top: 0px !important;
    }
    .split-content h2 {
        font-size: 22px;
    }
    div.sns-button {
        margin-top: 35px;
    }
    a.btn-sns img {
        width: 45px;
        height: 45px;
        margin-right: 20px;
    }
}