
body {
    margin: 0;
    font-family: 'Special Elite', Arial, sans-serif;
    font-size: 14px;
    background: #000;
}

.clearfix { clear: both; }
.hidden { display: none; }

.block { box-sizing: border-box; }
.float-left { float: left; }
.float-right { float: right; }

.block-1_1 { width: 100%; }
.block-1_2 { width: 50%; }
.block-1_3 { width: 33.33%; }
.block-2_3 { width: 66.67%; }
.block-1_4 { width: 25%; }

.desktop { display: inherit; }
.tablet { display: none; }
.mobile { display: none; }

.squared {
    overflow: hidden;
}

.vertical-padding {
    padding-top: 4em;
    padding-bottom: 4em;
}

.text-padding {
    padding-left: 2%;
    padding-right: 2%;
}

.text-centered { 
    width: 100%;
    text-align: center;
}

.fixed-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg-home-starred.jpg) top center no-repeat;
    background-size: cover;
    z-index: -1;
    display: none;
}

.menu {
    position: fixed;
    width: 100%;
    z-index: 10;
    display: none;
}

.menu h1 {
    float: left;
    color: #fff;
    margin: 0.25em 0.33em 0.25em 0.5em;
    font-size: 4em;
    line-height: 1.25em;
    text-transform: capitalize;
    font-family: 'Amatic SC';
    font-weight: 400;
}

.menu img {
    margin-top: 1.5em;
    height: 4em;
}

.menu .menu-bg {
    position: absolute;
    width: 100%;
    height: 7em;
    background: rgba(0,0,0,.33);
    z-index: -1;
    opacity: 0;
}

.menu ul {
    margin: 3em 0;
    padding: 0;
    float: right;
}

.menu ul li {
    list-style: none;
    margin-right: 2em;
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: 1px;
    color: #fff;
    float: left;
    cursor: pointer;
    font-family: 'Special Elite';
}

.menu ul li.active {
    border-bottom: 2px solid;
}

.menu ul li:hover {
    border-bottom: 2px solid;
}

h2 {
    text-transform: capitalize;
    font-family: 'Amatic SC';
    font-weight: 400;
    color: #f6b733;
    font-size: 3em;
    margin: 1em 0;
    padding: 0.75em 0;
    text-align: center;
    background: rgba(0,0,0,.75);
}

section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

section#home {
    /* height: 100vh; */
    height: 5.25em;
}

section#home .headlines {
    /*margin: 15vh auto;
    padding: 3em 15%;
    max-width: 1024px;*/
    margin-top: 16vh;
    padding: 3vh 0;
    background: rgba(0,0,0,.75);
}

section#home .headlines img {
    /*width: 100%;*/
    margin: 0 auto;
    height: 50vh;
    display: block;
}

section#home .headlines img.mobile {
    display: none;
}

section#home .headlines img:hover {
    cursor: pointer;
}

section#home .scroll {
    position: absolute;
    bottom: 2em;
    width: 100%;
    text-align: center;
    display: none;
}

section#home .scroll img {
    width: 80px;
}

section#home .scroll img:hover {
    /*opacity: 0.6;*/
    cursor: pointer;
}

h2#author {
    opacity: 0;
}

section#author {
    background: #000;
    opacity: 0;
}

section#author .squared {
    display: table;
    /*padding-top: 0;*/
    padding-left: 0;
    height: 33.33vw;
}

section#author .squared img {
    width: 82%;
    height: 27.33vw;
    display: block;
    /*margin: 1.33em 9% 5.33em 9%;*/
    margin: 5em 9%;
}

section#author .squared h2 {
    margin: 0.5em 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 2.5em;
    color: #ff9800;
}

section#author .squared p {
    margin: 1em 2em;
    color: #f0f0f0;
    line-height: 1.5em;
}

section#author .squared p b {
    color: #f6b733;
}

section#books .squared {
    height: 25vw;
    position: relative;
    background: #000;
}

section#books .squared:hover {
    cursor: pointer;
}

section#books .block-1_2.squared {
    height: 55vw;
}

section#books .block-1_3.squared {
    height: 45vw;
}

section#books .squared img.cover {
    width: 100%;
}

section#books .squared .layer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 1.5em;
    width: 100%;
    height: 6em;
}

section#books .squared .layer:hover {
    cursor: default;
}

section#books .squared .layer.lptc {
    color: #fff;
    background: #4e2c1c;
}

section#books .squared .layer.lscf {
    color: #fff;
    background: #094f8a;
}

section#books .squared .layer.lcre {
    color: #fff;
    background: #e6203e;
}

section#books .squared .layer.ql {
    color: #fff;
    background: #c11412;
}

section#books .squared .layer.euetm {
    color: #39515d;
    background: #f6b733;
}

section#books .squared .layer.dcp {
    color: #fff;
    background: #3081c6;
}

section#books .squared .layer h3 {
    margin: 1px 0 0.67em 0;
    font-size: 2.25em;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Amatic SC';
}

section#books .squared .layer.euetm h3 {
    font-weight: 700;
}

section#books .squared .layer p {
    margin: 1em 0;
    line-height: 1.5em;
}

section#books .squared .layer.lptc p b {
    color: #fdba86;
}

section#books .squared .layer.lscf p b {
    color: #73cbe0;
}

section#books .squared .layer.ql p b {
    color: #fbab90;
}

section#books .squared .layer.euetm p b {
    color: #987722;
}

section#books .squared .layer.dcp p b {
    color: #73dae1;
}

section#books .squared .layer a.download {
    text-decoration: none;
    color: #39515d;
    margin: 1.25em 0 0 0;
    padding: 0.5em 0.75em;
    float: right;
    font-family: 'Amatic SC';
    font-weight: 700;
    font-size: 1.5em;
}

section#books .squared .layer a.download img {
    width: 20px;
    position: relative;
    margin-left: 5px;
    top: 2px;
}

section#books .squared .layer.lptc a.download {
    background: #fdba86;
}

section#books .squared .layer.lptc a.download:hover {
    background: #f3d7b8;
}

section#books .squared .layer.lscf a.download {
    background: #73cbe0;
}

section#books .squared .layer.lscf a.download:hover {
    background: #a1e1f1;
}

section#books .squared .layer.lcre a.download {
    background: #f092a4;
}

section#books .squared .layer.lcre a.download:hover {
    background: #eeb0bb;
}

section#books .squared .layer.ql a.download {
    background: #fbab90;
}

section#books .squared .layer.ql a.download:hover {
    background: #f3c7b8;
}

section#books .squared .layer.euetm a.download {
    font-weight: 400;
    color: #fff;
    background: #987722;
}

section#books .squared .layer.euetm a.download:hover {
    background: #ffdb82;
}

section#books .squared .layer.dcp a.download {
    background: #73dae1;
}

section#books .squared .layer.dcp a.download:hover {
    background: #bcf1f5;
}

section#books .squared .layer .buy-links a {
    text-decoration: none;
    margin-right: 4%;
}

section#books .squared.block-1_3 .layer .buy-links a img {
    height: 25px;
}

section#books .squared .layer .buy-links a:hover img {
    opacity: 0.8;
}

section#books .squared .layer img.picture {
    margin: 1px 0 1em 1em;
    width: 50%;
    float: right;
}

section#books .squared .layer .youtube-frame {
    width: 60%;
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

section#books .squared .layer .youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}

section#books .squared .layer .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#books .squared .layer::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

section#books .squared .layer::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,.25)
}

section#concept {
    padding: 0 0 1em 0;
    background: #000;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.75px;
}

section#concept h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 2.5em;
    color: #ff9800;
    margin: 0.5em 0;
}

section#concept p {
    margin: 1em 0.5em;
    color: #f0f0f0;
    line-height: 2em;
}

section#contact {
    background: #e1e7ea;
}

section#contact p {
    margin: 1em 2em;
    max-width: 320px;
    color: #607d8b;
    line-height: 2em;
    letter-spacing: 0.75px;
    float: right;
}

section#contact p b {
    color: #39515d;
}

section#contact .block.block-1_2 img {
    margin: 0 0 0 10%;
    width: 40%;
    float: right;
}

section#contact form {
    position: relative;
    margin: 0 2em;
    max-width: 320px;
    width: 90%;
}

section#contact form .field-set {
    margin: 1em 0;
    padding: 2px;
    overflow: hidden;
}

section#contact form .field-set label {
    font-family: 'Amatic SC';
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em;
    color: #607d8b;
    text-transform: capitalize;
    float: left;
    clear: both;
}

section#contact form .field-set label.error {
    color: #ff5800;
    font-size: 0.8em;
    letter-spacing: 1px;
}

section#contact form .field-set input {
    float: right;
    padding: 0.5em;
    height: 1.25em;
    width: 45%;
    border: 0;
}

section#contact form .field-set textarea {
    float: right;
    padding: 0.5em;
    width: 45%;
    border: 0;
}

section#contact form .field-set.conditions {
    margin: 0.25em 0 1em 23%;
    float: left;
}

section#contact form .field-set.conditions input {
    margin: 1px 0 1em 0;
    width: inherit;
    float: left;
}

section#contact form .field-set.conditions p {
    margin: 0 2em;
    line-height: 1.33em;
    text-align: left;
    float: none;
}

section#contact form .field-set.conditions p a {
    color: #82a5b5;
}

section#contact form .field-set.conditions p a:hover {
    text-decoration: none;
}

section#contact form .field-set.conditions label.error {
    position: absolute;
    left: 0;
}

section#contact form input.submit-button {
    margin: 0.5em 0 1em 0;
    padding: 0.33em 0.75em;
    text-align: center;
    font-family: 'Amatic SC';
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
    background: #f6b733;
    border: none;
    display: inline-block;
    float: right;
}

section#contact form input.submit-button:hover {
    background: #ffefac;
    cursor: pointer;
}

section#footer {
    margin: 3em 0 0 0;
    padding: 2em 0;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background: rgba(0,0,0,.75);
}

section#footer p img {
    position: relative;
    top: 0.5em;
    margin: 0 1em;
    height: 2em;
}

section#footer p {
    margin: 0 0 1em 0;
}

.rounded-2 {
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.rounded-5 {
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* POP LAYER */

.pop-layer {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,.5); 
    z-index: 1000; 
    display: none;
}

.pop-layer span#close-btn {
    position: absolute;
    top: 0.33em;
    right: 0.33em;
    font-size: 3em;
    color: #fff;
    cursor: pointer;
}

.pop-layer span#close-btn:hover {
    color: #f6b733;
}

.pop-layer .box {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 1em 2%;
}

.pop-layer .box .content {
    margin: 0 auto;
    max-width: 800px;
    max-height: 75vh;
    background: #f0f0f0;
    overflow: auto;
}

.pop-layer .box .content::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

.pop-layer .box .content::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,.25)
}

.pop-layer .box .content .section {
    padding: 2em;
}

.pop-layer .box .content .section.privacy-policy h2,
.pop-layer .box .content .section.thankyou-ok h2 {
    margin: 0.5em 0 0.75em 0;
    padding: 0;
    font-family: 'Amatic SC';
    font-size: 2em;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    color: #39515d;
    background: none;
}

.pop-layer .box .content .section.privacy-policy h3 {
    margin: 1.25em 0 0.75em 0;
    font-family: 'Amatic SC';
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    color: #39515d;
}

.pop-layer .box .content .section.privacy-policy p,
.pop-layer .box .content .section.sending-message p,
.pop-layer .box .content .section.thankyou-ok p {
    margin: 0.75em 0;
    font-size: 1em;
    line-height: 1.33em;
    color: #607D8B;
}

.pop-layer .box .content .section.sending-message p,
.pop-layer .box .content .section.thankyou-ok p {
    text-align: center;
}

/*
    (Browser's inferface vertical offset: 120px)
    1680x1050 OK
    1440x900 OK
    1280x800 OK

*/

/*@media only screen and (max-width: 1679px) {

    section#home .headlines {
        padding: 2em 20%;
    }
}*/

@media only screen and (max-width: 1279px) {

    section#home .headlines {
        margin-top: 18.5vh;
    }

    section#home .headlines img {
        height: 56vh;
    }

    section#home .scroll img {
        width: 60px;
    }
}

@media only screen and (max-width: 1023px) {

    .menu h1 {
        margin: 0.5em 0.33em 0.5em 0.5em;
        font-size: 3em;
    }
}

@media only screen and (max-width: 960px) {

    section#books .block-1_3 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .menu ul {
        display: none;
    }

    section#author .squared {
        width: 100%;
        padding-top: 2em;
    }

    section#author .squared img {
        width: 80%;
        margin: 0 auto;
        height: initial;
        max-width: 300px;
        padding-top: 3.5em;
    }

    section#contact .block.block-1_2 {
        width: 100%;
    }

    section#contact .block.block-1_2.float-left:nth-child(1) {
        padding-bottom: 0;
    }

    section#contact .block.block-1_2.float-left:nth-child(1) p {
        max-width: inherit;
        text-align: center;
    }

    section#contact .block.block-1_2 img {
        display: none;
    }

    section#contact .block.block-1_2.float-left:nth-child(2) {
        padding-top: 0;
    }

    section#contact .block.block-1_2.float-left:nth-child(2) form {
        margin: 0 auto;
    }

    section#footer p {
        margin: 0.5em auto;
        max-width: 320px;
        line-height: 2em;
    }

    section#footer p img {
        display: none;
    }
}

@media only screen and (max-width: 639px) {

    .menu h1 {
        font-size: 2em;
    }

    .menu img {
        margin-top: 1.25em;
        height: 2em;
    }

    section#home .headlines img.desktop {
        display: none;
    }

    section#home .headlines img.mobile {
        display: block;
    }

    section#books .block-1_2.squared,
    section#books .block-1_3.squared {
        width: 100%;
        height: 75vh;
    }

    section#books .squared .layer h3 {
        letter-spacing: -0.15px;
    }
}
