@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i,900');

html, body { max-width: 100%; min-width:360px; height:100%;}

body { font-family: 'Lato', sans-serif; font-size:18px; margin:0 auto; line-height:1.67; background:#FFF; color:#000;}
p {	margin:0; padding:0; text-align:justify;}
a {	border:none; margin:0; padding:0; text-decoration:none; outline:none; color:#303030;}
a:hover { }
img { border:none;}
h1,h2,h3,h4 { margin:0; padding:0;}
light {color:grey;}
.preload { display:none;}
.show { display:block;}
.hide { display:none;}
.notification_wrap { display:none;}

.smooth {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pencil-circle {width: 200px; height: 80px; top: 0; left: -19%; position: absolute; z-index: 10;}
.stroke{ stroke: url(#img1); stroke-width: 9; fill: none; stroke-miterlimit:10;}
.insider { position: relative; padding: 80px; font-size: 1em !important; font-family: 'Montserrat', sans-serif !important; color: #f44462;}

.btgTopWrap { padding:8px 0; background-image: linear-gradient(225deg, #b224ef 0%, #7579ff 100%);}
.btgTop { display:flex; max-width:690px; margin:auto;flex-wrap:wrap;justify-content:center;}
.btgTopTxt { font-size:0.9em; font-weight:700; color:#fff;  margin:auto;}
/*.LsiTop a { color: #222222; font-weight:700; background:#FFDD00; line-height:1; padding:8px 40px; display:inline-block; cursor:pointer; margin:auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow:0 0 3px #999;}*/
.btnbtg{left: 12%; right: 0; position: absolute; font-size: 0.9em; font-weight: 700; color: #fff;}

.center-con { display: block; align-items: center; justify-content: center;}
.hvr-sweep-to-right { position: relative; border-radius: 4px; background-image: linear-gradient(90deg, #ff0844 0%, #ffb199 100%); width: 292px; max-height: 27px; height: 100%;}
#cta{width:100%; cursor: pointer; position: absolute;}
#cta .arrow{left: 84%;}
.arrow {position: absolute; bottom: 0;  margin-left:0px; width: 12px; height: 12px; background-size: contain; top:7px;}
.segunda{margin-left: 8px;}
.next {background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.hvr-sweep-to-right .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.hvr-sweep-to-right .arrow.primera{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
	border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.resWrap { width:100%; height:100vh; overflow:hidden; display:flex; flex-direction:column; color:#222;}
.resHeadWrap { background:#fafafa; border-bottom:1px solid #ebebeb; padding:0 24px;}
.resHead { display:flex; align-items:center; position:relative; z-index:11; min-height:84px; margin:auto; max-width:1560px;}
.resBody { flex-grow:1; display:flex; }
.resBody .resBodyNode:first-child { box-shadow:0 0 5px #CCC; background:url(../img/5.png) repeat; position:relative; z-index:10; padding:24px 40px; height:calc(100vh - 48px);}
.resBody .resBodyNode:last-child { position:relative; z-index:9; padding:24px 40px; overflow:auto; overflow-x:hidden;  height:calc(100vh - 48px); overflow:auto;}
/*.resBody .resBodyNode:last-child::before { content:""; background:#fdfdfd; height:240px; width:100%; top:0; left:0; position:absolute;}*/
.resBodyNode { width:50%; flex-grow:1;}
.resBody .resBodyNode:first-child .resBodyNodeWrap { max-height:1280px;}
.resBodyNodeWrap { max-width:600px; width:100%; margin:auto; height:100%;}

.resLSI { height:100%; display:flex; flex-direction:column;}
.resRef { height:100%; position:relative; z-index:9;}
.resLSIShare { display:inline-block; position:fixed; top:50%; left:16px; transform:translate(0,calc(-50% - 24px)); z-index:99;}
.resLSIShare p { font-size:0.88em; margin:0 0 16px; line-height:1.5; text-align:center; color:#888888;}
.resLSIShareList {}
.resLSIShareList a { display:block; vertical-align:top; margin:16px 0; position:relative;}
.resLSIShareList a img { vertical-align:top;}
.resLSIShareList a span { position:absolute; right:0; top:0; width:23px; height:23px; background:#d60000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; font-size:10px; color:#FFF; text-align:center; line-height:1; padding:6px 0; font-weight:700; box-sizing:border-box;}
.resLSIList { flex-grow:1; overflow:hidden; min-height:160px; border:2px solid #2196f3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position:relative; display:flex; background:#FFF;}
.resRegenerate { position:absolute; top:12px; right:12px; z-index:13; cursor:pointer; transition: all 0.5s ease-in-out 0s;}
.resRegenerate:hover { transform: rotate(230deg); transition: all 0.5s ease-in-out 0s;}
.resLSIListContent { overflow:auto; background:#FFF; overflow-x:hidden; width:100%;}
.resLSINode { display:block; padding:12px 36px; position:relative; background:url(../img/16.png) no-repeat 23px 27px;}
.resLSIListContent .resLSINode:first-child { margin:8px 0 0;}
.resLSINodeTxt { font-size:1.1em;}
.resLSINodeClick { width:16px; height:12px; display:none; background:url(img/10.png) no-repeat; position:absolute; top:50%; right:22px; transform: translate(0,-50%); cursor:pointer;}
.resLSINode:hover .resLSINodeClick { display:block;}
.resRef h2 { font-size:1.33em; margin:0 0 24px; text-align:center;}
.resRef h2 span { color:#f44336;}
.resRef p { margin:0 0 24px; font-size:0.78em;}

.resLoaderWrap { position:relative; z-index:999;}
.resLoader { width:100%; height:100vh; position:fixed; top:0; left:0; background:rgba(255,255,255,0.9); z-index:12; display:flex;}
.resLoaderContainer { position:absolute; top:45%; left:50%; transform:translate(-50%,-50%); max-width:480px;}
.showbox { position:relative; width:56px; height:56px; margin:auto;}
.resLoaderContentTxt { margin:16px 0 0;}

.trigger_fadein { position:fixed; top:20px; left:20px; z-index:1000;}
.trigger_fadeout { position:fixed; top:20px; right:20px; z-index:1000;}
.resLSINotFoundWrap { width:100%; height:100%; display:flex;}
.resLSINotFound { margin:auto; max-width:480px;}
.resLSINotFound h3 { text-align:center; font-weight:400; margin:12px 0;}
.resLSINotFound p { text-align:center; font-size:0.78em; color:#8f8f8f; margin:12px 0;}
.resLSIHead { margin:0 0 24px;}
.resLSIHeadMain { display:flex; align-items:center; margin:0 0 32px;}
.resLogo { margin:0 24px 0 0; letter-spacing:2px;}
.resKeyword { margin:0 0 20px;}
.resKeywordContainer { display:flex; border:1px solid #dadada; box-shadow:0 1px 2px #dadada; -webkit-border-radius: 3px;
-moz-border-radius: 3px; border-radius: 3px; overflow:hidden; background: #fff;}
.resKeywordContainer input[type=text] { width:calc(100% - 293px); height:42px; font-size:1em; padding:0 16px 0 16px; background:#FFF; border:none; outline: none;}
.resKeywordContainer span { line-height: 42px; color: #b2b2b2; font-size: 1em; }
.resKeywordContainer input[type=text]:focus { outline:none;}
.resKeywordContainer select { width: calc(100% - 432px); outline: none; cursor: pointer; border: none; padding: 0 16px;}
.resKeywordContainer input[type=submit] { width:48px; height:42px; margin-left: 40px; cursor:pointer; border:none; background:#FFF url(../img/10.png) no-repeat center center; outline: none; }
.resCounter { color:#8f8f8f; font-size:0.78em; width:140px; text-align:right;}
.resLSIHeadSub { display:flex;}
.resLSITitle { color:#8f8f8f; font-size:1.1em; letter-spacing:1px; text-align:center; margin:0 0 10px;}
.resLSITitle span { color:#2196f3; text-transform:uppercase;}
.resAction { margin: 24px auto 0 auto; max-width: 552px; width: 100%;}
.resAction img { margin: 0 14px 0 27px;position: initial; filter: grayscale(100%); width: 22px; height: 22px; left: 27px; vertical-align: middle;}
.resAction span { color: #888; vertical-align: middle; line-height: 48px;}
.resActionButton { border-radius: 4px; float: left}
.regenerate { margin-right: 24px; width: calc(100% - 290px); background: #fff; cursor: pointer; border: 1px solid #888; height: 48px;}
.download-all-titles { position: relative; width: calc(100% - 288px); background: #2196f3; height: calc(48px - 2px); border-bottom: 2px solid #1976d2;}
.download-all-titles span { color: #fff;}
.free-label { font-size: 12px; transform: rotate(90deg) translate(-65%, -50%); position: absolute; width: 52px; background: #39ce00; height: 20px; color: #fff; text-align: center; right: 10px;}

.checkoutTimer {text-align: center; font-size: 0.89em; font-weight: 700;}
.checkoutWrap { padding:0 20px; text-align:center; min-height:100%; background:#FFF url(../img/5.png) repeat;}
.checkoutLogo { display:inline-block; letter-spacing:2px; margin:32px 0;}
.checkoutBody { width:100%; max-width:720px; display:flex; text-align:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow:0 0 5px #CCC; overflow:hidden; margin:0 auto 24px;}
.checkoutLeft { width:calc(50% - 80px); background:#fafafa; padding:40px;}
.checkoutRight { width:calc(50% - 80px); padding:40px; background:#FFF;}
.checkoutBody h2 { font-size:1em; color:#f44336; font-weight:500; margin:0 0 16px;}
.checkoutBody h3 { font-size:1em; font-weight:500; margin:0 0 16px; line-height:1.2;}
.checkoutLabel { font-size:0.78em; font-weight:500; margin:0 0 8px;}
.checkoutField { margin:0 0 16px;}
.form_fields { border:1px solid #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; height:38px; padding:0 16px; font-family:Arial, Helvetica, sans-serif; font-size:0.78em; width:calc(100% - 34px); background:#FFF;}
.form_fields.braintree-hosted-fields-invalid { border:1px solid #f44336; color:#f44336;}
.checkoutRow { display:flex; margin:0 0 16px;}
.checkoutRow .checkoutRowNode:first-child { width:calc(50% - 4px); margin:0 4px 0 0;}
.checkoutRow .checkoutRowNode:last-child { width:calc(50% - 4px); margin:0 0 0 4px;}
.checkoutProductPreview { text-align:center; margin:40px 0 20px;}
.checkoutProductPreview img { max-width:100%;}
.checkoutOrderRow { border-bottom:1px solid #dddddd; padding:0 0 12px; margin:0 0 16px; font-size:0.78em; display:flex;}
.checkoutOrderRow .checkoutOrderRowNode:first-child { width:50%; text-align:left;}
.checkoutOrderRow .checkoutOrderRowNode:last-child { width:50%; text-align:right;}
.checkoutBody p { font-size:0.78em; color:#888888; margin:0 0 16px; text-align:left;}
.checkoutButton { padding:12px 0 0;}
.checkoutButton input[type=submit] { color:#FFF; background:#39ce00; font-weight:700; font-family:Arial, Helvetica, sans-serif; line-height:48px; width:100%; cursor:pointer; border:none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin:0 0 16px; font-size:1em;}
.checkoutButton input[type=submit][disabled] { cursor:default; background:#f2f2f2; color:#b0b0b0;}
.checkoutFoot { width:calc(100% - 76px); max-width:646px; padding:0 38px; margin:0 0 32px; display:inline-block;}
.checkoutFoot p { font-size:0.78em; color:#888888; margin:0;}
.checkoutBadges { display:flex; align-items:center; justify-content:center;}
.checkoutBadges a { margin:0 9px;}
.checkoutHint { color:#bbbbbb; font-size:0.78em; padding:24px 0 0;}
.paypalWrap { text-align:center; margin:32px 0 0;}
.paypalWrap .xcomponent-outlet { width:100%; height:56px;}
.thanksContent { text-align:center; padding:40px 76px;}
.verifyWrap { width:100%; max-width:496px; display:flex; margin:0 auto 16px;}
.verifyWrap input[name=email] { padding:0 12px; border:2px solid #2196f3; flex-grow:1;}
.verifyWrap input[type=button] { color:#FFF; font-weight:500; text-transform:uppercase; border:none; line-height:48px; padding:0 12px; background:#2196f3; display:inline-block; cursor:pointer; font-size:1em;}
.thanksWrap { width:100%; max-width:720px; display:flex; text-align:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow:0 0 5px #CCC; overflow:hidden; margin:0 auto 24px;}
.thanksWrap h2 { color:#f44336; font-size:1.67em; font-weight:500; margin:0 0 24px; line-height:1.5;}
.thanksWrap h3 { font-size:1.33em; font-weight:500; margin:0 0 32px; line-height:1.3;}
.thanksWrap p { margin:0 0 40px; text-align:center; line-height:1.5;}
.verifyError p { color:#f44336; font-size:0.78em;}
.thanksEbookPreview { text-align:center; margin:16px 0 0;}
.thanksEbookPreview img { max-width:100%;}
.dlSectionZip { width:100%; max-width:480px; margin:auto;}
.dlSectionZip a { background:#2196f3; color:#FFF; font-weight:500; text-transform:uppercase; padding:12px; cursor:pointer;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display:block; text-align:center;}
.dlSectionSigle { width:100%; max-width:480px; margin:auto;}
.dlSectionSigle a { border:2px solid #888888; padding:10px; background:none; color:#888; font-weight:500; text-transform:uppercase; cursor:pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display:block; margin:0 0 16px; text-align:center;}
.dlSectionMid { font-size:0.67em; color:#888; line-height:1.5; margin:24px 0; text-align:center;}
.trigger_get_more_search { cursor:pointer;}
.trigger_get_more_search:hover { color:#f44336;}
.resEdu { position:relative; z-index:9; padding:0 0 48px;}
.resEdu h2 { color:#f44336; font-size:1.33em; margin:4px 0 30px; text-align:center; line-height:1.875;}
.resEdu h3 { font-weight:500; color:#f44336; margin:0 0 24px; line-height:1.875; font-size:1em;}
.resEdu p { margin:0 0 32px; text-align:left; font-size:0.88em; line-height:1.875;}
.resBodyImg { text-align:center; margin:32px 0;}
.resBodyImg img{width: 100%;}
.resBodyUlS1 { border-left:4px solid #f44336; border-top:1px solid #f44336; border-bottom:1px solid #f44336; border-right:1px solid #f44336; margin:0 0 32px; padding:12px 20px;}
.resBodyUlS1 li { list-style-type:none; font-size:0.88em; margin:4px 0;}
.resBodyUlS2 { border-left:4px solid #f44336; border-top:1px solid #f44336; border-bottom:1px solid #f44336; border-right:1px solid #f44336; margin:0 0 12px; padding:12px 20px;}
.resBodyUlS2 li { list-style-type:none; font-size:0.88em; margin:4px 0; font-style:italic;}
.resBodyDivider { height:1px; width:100%; display:inline-block; vertical-align:top; border-bottom:1px dashed #c1c1c1; margin:0 0 32px;}
.resBodyAction { text-align:center;}
.resBodyAction a { color:#FFF; background:#f44336; text-transform:uppercase; font-weight:700; padding:13px 42px; line-height:1.2; display:inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor:pointer;}
.resSales { position:relative; z-index:9; padding:0 0 48px; width:100%; text-align:center; }
.resSales h1 { color:#2196f3; font-size:1.67em; line-height:1.1; margin:0 0 32px; text-align:center;}
.resSales h2 { color:#5194f1; font-size:1.33em; margin:4px 0 30px; text-align:center; line-height:1.875;}
.resSales h3 { font-weight:500; color:#f44336; margin:0 0 24px; line-height:1.875; font-size:1em;}
.resSales p { margin:0 0 32px; text-align:left; font-size:0.88em; line-height:1.875;}
.resBodyUlS3 { border:2px solid #2196f3; margin:0 0 12px; padding:8px 24px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.resBodyUlS3 li { list-style-type:none; font-size:0.88em; margin:12px 0; padding:0 0 0 32px; position:relative;}
.resBodyUlS3 li::before { content:''; width:14px; height:14px; border:1px solid #000; position:absolute; top:6px; left:0;}
.resBodyImg2 { text-align:center; margin:0;}
.resBodyUlS4 { border:2px solid #2196f3; margin:0 0 32px; padding:30px 20px;}
.resBodyUlS4 li { list-style-type:none; font-size:0.88em; margin:12px 0; padding:0 0 0 32px; position:relative; background:url(img/24.png) no-repeat left 4px;}
.resBodyAction2 { text-align:center; padding:0 0 24px;}
.resBodyAction2 a { color:#FFF; background:#f44336; font-weight:700; padding:20px 42px; line-height:1.2; display:inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:1.11em;}
.resBodyAction3 { text-align:center;}
.resBodyAction3 a { font-size:0.88em; font-weight:300; text-decoration:underline; color:#c6c6c6; font-style:italic; margin:auto; text-align:center; cursor:pointer;}
.bookWrapper { padding:18px; margin:0 0 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#fafafa;}
.bookWrapper p { font-size:0.88em; text-align:center; margin:0;}
.bookWrapper h3 { font-size:1.11em; margin:0 0 24px; text-align:center; color:#222; font-weight:700;}
.bookPreview { text-align:center; margin:0 0 24px;}
.bookPreviewImg { display:inline-block; position:relative;}
.bookPreviewValue { position:absolute; right:-8px; bottom:12%; transform:translate(+50%,0); width:120px; height:120px; display:flex; background:#FFF; box-shadow:0 2px 4px #666; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; flex-direction:column; align-items:center; border:4px solid #39ce00; text-align:center;}
.bookPreviewValueInner { margin:auto;}
.bookWrapper ul { margin:0 0 32px; padding:0;}
.bookWrapper ul li { list-style-type:none; font-size:0.88em; margin:16px 0; padding:0 0 0 32px; position:relative; background:url(../img/8.png) no-repeat left 4px;}
.bookWrapper form { width:100%; max-width:384px; margin:0 auto -47px;}
.bookWrapper input[type=text] { width:calc(100% - 70px); height:60px; border:2px solid #888888; background:#FFF url(../img/9.png) no-repeat 14px center; padding:0 16px 0 50px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin:0 0 16px; font-size:1em;}
.bookWrapper input[type=text]::-webkit-input-placeholder { font-size:0.78em;}
.bookWrapper input[type=text]::-moz-placeholder { font-size:0.78em;}
.bookWrapper input[type=submit] { width:100%; padding:0 8px; height:60px; background:#39ce00; color:#FFF; border:none; border-bottom:4px solid #30ae00; font-size:1.33em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor:pointer;}

#checkoutPaymentMethod .dd-select { height:38px;}
#checkoutPaymentMethod .dd-select .dd-selected { padding:0; font-size:0.78em; font-weight:400;}
#checkoutPaymentMethod .dd-select .dd-selected .dd-selected-image { margin:6px 12px 0 14px;}
#checkoutPaymentMethod .dd-option {  font-size:0.78em; font-weight:400;}


.homeMain { background:url(../../assets/img/5.png) repeat; width:100%; min-height:100vh; display:flex; flex-direction:column;}
.homeHeadWrap { width:100%; text-align:center;}
.homeHead { width:100%; max-width:1200px; display:inline-block;}
.homeLogo { float:left; margin:24px 0 0;}
.homeNav { float:right;}
.homeNav2 { float:right;}
.homeNav a { padding:36px 4px 0; font-size:0.89em; margin:0 14px; display:inline-block; line-height:1; cursor:pointer;}
.homeNav2 a { padding:36px 4px 0; font-size:0.89em; margin:0 14px; display:inline-block; line-height:1; cursor:pointer;}
.homeNav a:hover { padding:16px 4px 0; border-top:3px solid #2196f3;}
.homeExpand { text-align:center; padding:0 0 20px;}
.homeExpand a { font-size:0.77em; color:#2196f3; cursor:pointer; display:inline-block;}
.homeExpand a span { width:11px; height:7px; display:inline-block; background:url(img/4.png) no-repeat; margin:0 0 0 8px;}
.homeContentWrap { flex-grow:1; text-align:center; display:flex;}
.homeContent { display:inline-block; width:100%; max-width:784px; margin:auto; padding:0 0 80px;}
.homeIcon { padding:0 0 30px;}
.homeLogoText { font-size:2.67em; line-height:1.2;font-family: 'Montserrat', sans-serif; display:inline-block;
background: -webkit-linear-gradient(left, #2196f3, #e91e63);
background: -o-linear-gradient(right, #2196f3, #e91e63);
background: -moz-linear-gradient(right, #2196f3, #e91e63);
background: linear-gradient(to right, #2196f3, #e91e63);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.homeLogoTextSub { color:#2196f3; font-size:0.89em; margin:0 0 24px;}
.homeContent p { margin:0 0 24px; text-align:center;}
.homeForm {}
.homeFormFields { display:flex; margin:0 0 24px;}
.homeFormFields input[type=text] { height:62px; border:1px solid #979797; width:calc(57% - 56px); padding:0 16px; margin:0 24px 0 0; border:1px solid #979797; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size:1em; font-family:'Lato', sans-serif;}
.homeFormFields select { width:43%; border:1px solid #979797; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size:1em; font-family:'Lato', sans-serif; padding:0 16px;}
.homeForm input[type="submit"] { background:#39ce00; color:#FFF; border:none; border-bottom:4px solid #30ae00; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size:1.33em; display:inline-block; cursor:pointer; height:60px; padding:0 86px; margin:0 0 20px;}
.homeExtraWrap { background:#FFF; box-shadow:0 0 5px #CCC; padding:0 20px; text-align:center; position:relative; display:none;}
.homeExtra { max-width:960px; width:100%; display:inline-block; vertical-align:top;}
.homeExtra h2 { font-size:1.67em; color:#2196f3; padding:72px 0 32px; font-weight:700;}
.homeExtra p { margin:0 0 32px;}
.homeApple { text-align:center; margin:0 0 32px;}
.homeApple img { max-width:100%; margin:0 0 16px;}
.homeApple p { color:#2196f3; font-size:0.77em; text-align:center; margin:0;}
.homeFooter { border-top:1px solid #dddddd;}
.homeFooter p { color:#888; text-align:center; font-size:0.77em; padding:16px 0; margin:0;}
.homeExtraLink { text-align:center; margin:0 0 24px;}
.homeExtraLink a { background:#39ce00; color:#FFF; border:none; border-bottom:4px solid #30ae00; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size:1.33em; display:inline-block; cursor:pointer; height:60px; padding:0 86px; margin:0 0 20px; line-height:60px;}

.btgLogoWrap { display:inline-block; margin:22px 0 0;}
.resLSILogo { text-align:center; margin:0 0 24px; display:block;}
.resLSILogo img { vertical-align:top; margin:0 24px 0 0;}
.resLSILogo span { margin:6px 0 0; font-size:1.33em; line-height:1.2;font-family: 'Montserrat', sans-serif; display:inline-block;
background: -webkit-linear-gradient(left, #2196f3, #e91e63);
background: -o-linear-gradient(right, #2196f3, #e91e63);
background: -moz-linear-gradient(right, #2196f3, #e91e63);
background: linear-gradient(to right, #2196f3, #e91e63);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.LSIGrab { border:2px solid #39ce00; display:flex; overflow:hidden;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.LSIGrab input[type=text] { flex-grow:1; padding:0 16px 0 52px; background:#FFF url(../img/9.png) no-repeat 12px center; border:none;}
.LSIGrab input[type=submit] { font-weight:700; color:#FFF; border:none; cursor:pointer; height:44px; padding:0 16px; display:inline-block; background:#39ce00;}
.otoWrap { width:100%; background:#FFF; max-width:840px; text-align:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow:0 0 5px #CCC; overflow:hidden; margin:0 auto 24px;}
.otoHead { background:#263238; padding:16px 0; margin:0 0 32px; line-height:1.2; text-align:center; color:#FFF;}
.otoHead span { color:#03a9f4;}
.otoContent { padding:0 56px;}
.otoContent h1 { line-height:1.33; font-size:2em; font-weight:900; color:#2196f3; text-align:center; margin:24px 0;}
.otoContent h2 { font-size:1.33em; font-weight:400; text-align:center; margin:0 0 32px;}
.bluetitle{color: #2196f3; font-size: 1.333em; font-weight:700!important;}
.otoContent h3 { font-size:1.33em; font-weight:500; margin:0 0 32px; line-height:1.3;}
.otoContent p { margin:0 0 32px; text-align:left; line-height:1.5;}
.bookWrapperOTO { max-width:596px; padding:20px 20px 8px; margin:0 auto 24px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#fafafa; border:2px solid #2196f3; background:#FFF;}
.bookWrapperOTO ul { margin:0; padding:0;}
.bookWrapperOTO ul li { list-style-type:none; font-size:0.88em; margin:16px 0; padding:0 0 0 32px; position:relative; background:url(../img/8.png) no-repeat left 4px;}
.otoActions { margin:0 0 48px;}
.otoActions p { text-align:center; margin:0 0 16px;}
.otoActions2 p { text-align:center !important;}
.checkoutFootRemind { max-width:588px; margin:auto; padding:0 0 56px;}
.checkoutFootRemind p { font-size:0.88em; text-align:center; font-style:italic;}
.checkoutFootRemind p strong { font-style:normal;}

.otoImg { text-align:center; margin:0 0 24px;}
.otoImgPreview { display:inline-block; position:relative;}
.otoImgPreview img { max-width:100%;}
.otoPreviewValue { position:absolute; right:21%; bottom:15%; transform:translate(+50%,0); width:120px; height:120px; display:flex; background:#FFF; box-shadow:0 2px 4px #666; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; flex-direction:column; align-items:center; border:4px solid #39ce00;}
.otoPreviewValueInner { margin:auto;}

.tqWrap { width:100%; background:#FFF; max-width:720px; text-align:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow:0 0 5px #CCC; overflow:hidden; margin:0 auto 24px;}
.tqContent { padding:32px 88px;}
.tqContent h1 { line-height:1.33; font-size:1.67em; font-weight:700; color:#2196f3; text-align:center; margin:0 0 24px;}
.tqContent h2 { line-height:1.33; font-size:1.33em; font-weight:400; text-align:center; margin:0 0 32px;}
.tqContent p { text-align:center; margin:0 0 32px;}
.verifyHint { color:#999; font-size:0.78em; text-align:center;}
.cartWrap { width:100%; min-height:100vh; display:flex; flex-direction:column; color:#222;}
.cartBody { flex-grow:1; display:flex; overflow:hidden;}
.cartBody .cartBodyNode:first-child { position:relative; z-index:10; padding:24px 40px; border-right:1px solid #dddddd; background:#fdfdfd;}
.cartBody .cartBodyNode:last-child { position:relative; z-index:9; padding:24px 40px; overflow:auto; overflow-x:hidden;  height:calc(100% - 48px);}
.cartBodyNode { width:50%; flex-grow:1;}
.cartBodyNodeWrap { max-width:360px; width:100%; margin:auto; height:100%;}
.cartHeaderWrap { background:#fafafa; border-bottom:1px solid #dddddd; text-align:center; padding:0 40px;}
.cartHeader { max-width:880px; margin:auto; width:100%; display:inline-block; text-align:left;}
.cartSteps { float:right; margin:20px 0 0; max-width:100%;}
.productInfo {}
.productInfo h2 { color:#2196f3; font-weight:500; margin:0 0 16px; font-size:1em;}
.productInfo p { text-align:center; margin:0 0 24px;}
.productInfo img { max-width:100%;}
.productDetail { border:1px solid #dddddd; background:#FFF;}
.productDetailNode { padding:8px 16px; display:flex; font-size:0.78em;}
.productDetailNodeLeft { flex-grow:1;}
.productDetailNodeRight { width:48px; text-align:right;}
.productDetailNodeHead { padding:12px 16px; border-bottom:1px solid #dddddd; background:#fafafa; font-size:0.89em; font-weight:700; margin:0 0 8px;}
.productDetailSeparator { padding:12px 16px;}
.productDetailSeparator > div { cwidth:100%; border-bottom:1px dashed #dddddd;}
.productDetailNodeFoot { padding:21px 16px; font-size:0.89em; font-weight:700; border-top:1px solid #dddddd; color:#39ce00;}
.productTesti { display:flex; margin:24px 0 0;}
.productTestiLeft { width:48px; margin:8px 24px 0 0;}
.productTestiLeft img { vertical-align:top; margin:0 0 8px;}
.productTestiLeft span { text-align:center; font-size:0.78em; text-align:center; display:block; font-style:italic;}
.productTestiRight { flex-grow:1;}
.productTestiBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #dddddd;
	padding:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:0.67em;
	font-style:italic;
}
.productTestiBox:after, .productTestiBox:before {
	right: 100%;
	top: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.productTestiBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 14px;
	margin-top: -14px;
}
.productTestiBox:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #dddddd;
	border-width: 15px;
	margin-top: -15px;
}
.cartPayment {}
.cartPayment h2 { color:#2196f3; font-weight:500; margin:0 0 16px; font-size:1em;}
.resPopWrap { max-width:680px; background:#fafafa; position:relative;}
.resPopWrap::before { content:""; background:#37474f; height:184px; width:100%; top:0; left:0; position:absolute; z-index:1;}
.resPop { padding:24px 42px; z-index:2; position:relative;}
.resPop h2 { font-size:1.33em; font-weight:700; color:#FFF; margin:16px 0 24px; text-align:center;}
.resPop h2 span { color:#39ce00;}
.resPopImg { text-align:center; margin:0 0 24px;}
.resPopImg img { max-width:100%;}
.resPop ul { margin:0 0 32px 12px; padding:0;}
.resPop ul li { list-style-type:none; font-size:0.88em; margin:12px 0; padding:0 0 0 32px; position:relative; background:url(../img/8.png) no-repeat left 4px;}
.resPopForm { display:flex; margin:0 0 16px;}
.resPopForm input[type=text] { flex-grow:1; height:44px; border-left:2px solid #2196f3; border-top:2px solid #2196f3; border-bottom:2px solid #2196f3; border-right:none; background:#FFF url(../img/9.png) no-repeat 14px center; padding:0 16px 0 50px; font-size:0.88em; -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;}
.resPopForm input[type=submit] { font-size:1em; color:#FFF; padding:0 16px; background:#2196f3; border:none; border-bottom:3px solid #1976d2; cursor:pointer; -webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;}
.resPopFreeWrap { position:relative; min-height:32px;}
.resPopFree { position:absolute; right:-72px; top:-50px;}
.resPopFree .bookPreviewValue { position:static; transform:none;}
.resPopupContainer .fancybox-inner { overflow:visible !important;}
.resPopupContainer .fancybox-skin { box-shadow:none;}
.resPopAllWrap { width:640px;}
.resPopAll { padding:56px;}
.resPopAllImg { margin:0 0 8px; text-align:center;}
.resPopAll h2 { font-size:1.67em; text-align:center; margin:0 0 24px; color:#222;}
.resPopAll h2 span { color:#2196f3;}
.resPopAll form { text-align:center;}
.resPopAll input[type=text] { border:2px solid #888888; height:60px; width:calc(100% - 4px); max-width:346px; padding:0 24px 0 86px; background:#FFF url(../img/9.png) no-repeat 50px center; font-size:0.88em; margin:0 0 16px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.resPopAll input[type=submit] { font-size:1.33em; color:#FFF; font-weight:700; background:#2196f3; max-width:456px; width:100%; height:60px; cursor:pointer; border-bottom:4px solid #1976d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin:0 0 16px; border:none; font-family: 'Lato', sans-serif;}
.resPopAll p { font-size:0.89em; text-align:center; color:#888888; line-height:1.4;}
.resActions { padding:24px 0 16px;}
.resActionsList { text-align:center;}
.resActionRegen { display:inline-block; line-height:42px; height:46px;  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align:center; cursor:pointer; width:262px; background:#2296f3; cursor:pointer; margin:4px 11px;}
.resActionRegen img { vertical-align:middle; transition: all 0.5s ease-in-out 0s;}
.resActionRegen span { color:#fff; font-size:1em; vertical-align:middle; margin:0 0 0 8px; font-weight:700;}
.resActionRegen:hover img { transform: rotate(230deg); transition: all 0.5s ease-in-out 0s;}
.resActionDownload { background:#2196f3; width:264px; line-height:42px; height:45px; border-bottom:3px solid #1976d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align:center; cursor:pointer; position:relative; display:inline-block; margin:4px 11px;}
.resActionDownload img { vertical-align:middle; margin:-4px 0 0;}
.resActionDownload span { vertical-align:middle; font-size:1em; font-weight:700; color:#FFF; margin:0 20px 0 8px;}
.resActionBanner { position:absolute; top:-5px; right:7px; display:inline-block;}
.resActionBanner img { margin:0;}
.e-book-image img{width: 100%; margin: 40px 0;}







.s1 { text-align:center; color:#222; font-size:0.78em; padding:0 0 12px !important;}
.s2 { font-size:2.67em; font-weight:300; color:#f44336; padding:0 3px 4px 0; letter-spacing:4px;}
.s3 { font-family:'primeregular'; font-size:2.67em; font-weight:normal; color:#222;}
.s4 { font-weight:normal; color:#f44336; font-size:72px; font-weight:100;}
.s5 { font-size:36px; font-weight:normal; color:#f44336;}
.s6 { background:#f44336; display:inline-block; color:#FFF; text-transform:uppercase; padding:13px 20px; line-height:1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin:0 0 14px;}
.s6:hover { background:#222;}
.s7 { text-align:center; padding:0 0 14px;}
.s8 { font-size:0.75em; color:#a9a9a9; text-align:center;}
.s9 { color:#f44336; font-size:1.167em; font-weight:300;}
.s10 { color:#222; font-size:1.167em; font-family:'primeregular'; letter-spacing:4px;}
.s11 { color:#c6c6c6; font-style:italic;}
.s12 { color:#2196f3;}
.s13 { color:#4caf50;}
.s14 { color:#d50000;}
.s15 { font-size:0.88em; text-align:center; color:#c1c1c1; margin:0 0 32px;}
.s16 { font-weight:500; color:#f44336; text-align:center; margin:0 0 24px;}
.s17 { text-decoration:underline;}
.s18 { color:#f44336;}
.s19 { font-style:italic;}
.s20 { font-style:italic; text-align:center; margin:0 0 36px;}
.s21 { font-size:1.6em; color:#2196f3; font-weight:700; text-align:center; line-height:1.5; margin:0 0 40px; padding: 40px 0 0 0;}
.s22 { font-size:1.33em; color:#2196f3; font-weight:700; text-align:center; line-height:1.875;}
.s23 { font-size:1.33em; font-weight:700; text-align:center; line-height:1.875; margin:0 0 24px;}
.s24 { font-size:0.88em; font-weight:300; text-align:center; font-style:italic; margin:0 0 16px;}
.s25 { border:2px solid #4977d7;}
.s26 { border-left:4px solid #0fbeda; border-top:1px solid #0fbeda; border-bottom:1px solid #0fbeda; border-right:1px solid #0fbeda;}
.s27 { border-left:4px solid #0f860c; border-top:1px solid #0f860c; border-bottom:1px solid #0f860c; border-right:1px solid #0f860c;}
.s28 { border-left:4px solid #d00e6b; border-top:1px solid #d00e6b; border-bottom:1px solid #d00e6b; border-right:1px solid #d00e6b;}
.s29 { border-left:4px solid #009688; border-top:1px solid #009688; border-bottom:1px solid #009688; border-right:1px solid #009688;}
.s30 { display:block; font-size:0.78em; margin:0 0 4px;}
.s31 { display:block; font-size:1.67em; font-weight:700; line-height:1; color:#4caf50;}
.s32 { font-size:0.89em; color:#888888;}
.s33 { font-style:italic;}
.s34 { color:#888888; font-size:0.88em; margin:0 0 24px; line-height:1.875;}
.s35 { color:#2196f3;}
.s36 { color:#4e4e4e !important; font-size:0.88em !important; margin:0 0 32px !important; line-height:1.875; text-align:center !important; font-style:italic !important;}
.s37 { color:#2196f3; font-size:1.33em; font-weight:700; line-height:1.5; margin:0 0 32px; text-align:center;}
.s38 { color:#c6c6c6; font-size:0.88em; text-align:center; margin:44px 0 0;}
.s39 { font-weight:900; color:#2196f3; line-height:1.4;}
.s40 { text-align:center; font-size:1.33em; font-weight:700;}
.s41 { font-weight:900; color:#ff9800; text-decoration:underline;}
.s42 { text-align:center; color:#2196f3; font-style:italic; margin:0 0 32px;}
.s43 { font-size:1.33em; font-weight:700; color:#FFF; line-height:60px; display:inline-block; -webkit-border-radius: 4px;
-moz-border-radius: 4px; border-radius: 4px; border-bottom:4px solid #30ae00; padding:0 32px; background:#39ce00; overflow:hidden;}
.s44 { color:#888888; text-decoration:underline; display:inline-block;}
.s45 { display:block; font-size:1.11em; margin:0 0 4px; font-weight:700; line-height:1.1;}
.s46 { display:block; font-size:2em; font-weight:700; line-height:1.1;}
.s47 { font-size:1.5em; vertical-align:middle; margin:0 16px 0 0;}
.s48 { font-size:1.5em; vertical-align:top; margin:0 0 0 16px;}
.s49 { color:#888; font-size:0.88em; text-align:center;}
.s50 { color:#39ce00;}
.s51 { color:#222222;}
.s52 {font-size: 2.6em !important; padding-top: 10px;}
.s53 {color: #7f7f7f;}
.s54 {margin: 1em 0 0 0}
.s55 { color:#2196f3; font-size:2.5em!important; font-weight:700 !important; line-height:1.5 !important; margin:32px 0!important; text-align:center !important;}
.s56 { color:#2196f3; font-size:1.8em !important; font-weight:800 !important; line-height:1.5 !important; margin:32px 0 !important; text-align:center !important;}
.s57 { font-size:1.33em; color:#222222; font-weight:700; text-align:center; line-height:1.875; margin:12px 0;}
.s58 { color:#222222; font-size:1.33em; font-weight:700; line-height:1.5; margin:0 0 32px; text-align:center;}
.s59 { color:  #757575 !important; font-style:  italic !important; padding-top: 38px !important;}
.s60 {font-size: 1.8em !important;}
.s61 {margin: 2em 0;}
.s62 {font-size: 1.33em; font-weight: bold; text-align: center;}
.s63 {font-size: 1.33em; font-weight: bold; text-align: left;}
.s64 {font-weight: 900;}
.s65 {margin: 0 0 24px 0 !important;}
.s66 {max-width: 399px;}
.s67 {max-width: 530px;}
.s68 {border-left:4px solid #f98603 !important; border-top:1px solid #f98603 !important; border-bottom:1px solid #f98603 !important; border-right:1px solid #f98603 !important;}
.s69 {color: #dedede !important; padding: 0 0 20px 0;}
.s70 {color: #f44336 !important; text-align: center !important; font-weight: bold !important; font-size: 1.67em !important; }
.s71 {border: 2px solid #f44336  !important;}
.s72 {background: #f44336 !important;}
.s73 {color: #f44336 !important;}
.s74 {color: #f98603;}
.s75 {color: #0fbeda;}
.s76 {color: #0f860c;}
.s77 {color: #d00e6b;}
.s78 {color: #009688;}
.s79 { color:#b9b9b9 !important; font-size:0.88em !important; margin:0 0 32px !important; line-height:1.875; text-align:center !important; font-style:italic !important;}
.s80 {margin-bottom: 8px !important}
.s81 {max-width: 274px;}
.s82 {text-align: center !important;}
.s83 {font-size: 2.4em !important; padding-top: 10px;}
.s84 { border-left:4px solid #0097a7; border-top:1px solid #0097a7; border-bottom:1px solid #0097a7; border-right:1px solid #0097a7;}
.s85 { border-left:4px solid #8e24aa; border-top:1px solid #8e24aa; border-bottom:1px solid #8e24aa; border-right:1px solid #8e24aa;}
.s86 {color: #0097a7;}
.s87 {color: #8e24aa;}
.s88 {margin-top: 2em !important;}
.s89 {margin-bottom: 0 !important;}
.s90 {color: #2196f3 !important; text-align: center !important; font-weight: bold !important; font-size: 1.67em !important; }
.s91 {font-size: 1.5em;}
.s92 {margin-top: 0.9em !important; text-align: center !important; font-style: italic !important;}
.resTotalWorth { text-align:center; margin:32px 0;}
.resTotalWorthImg { display:inline-block; margin:auto; position:relative;}
.resTotalWorthImg img { max-width:80%;}
.resTotalWorthCircleWrap { width:128px; height:128px; background:#FFF; border:4px solid #222; box-shadow:1px 1px 3px #999; -webkit-border-radius: 72px; -moz-border-radius: 72px; border-radius: 72px; position:absolute; top:87px; right:65px; display:flex; justify-content:center; align-items:center;}
.resTotalWorthCircle { display:inline-block; margin:auto;}
.resTotalWorthCircleText { font-size:0.88em; font-weight:700; line-height:1; color:#000; text-align:center;}
.resTotalWorthCirclePrice { font-size:1.8em; color:#000; text-align:center; line-height:1; font-weight:700;}
.totalKW{border-left: 4px solid #009688; border-bottom: 1px solid #009688; border-right: 1px solid #009688; text-align: center; font-size: 2.5em; font-weight: 700; max-width: 380px; width: 100%; float: right; color: #2196f3;}
.totalKW span{font-size: 0.5em; color: #222222;}
.steph{padding-top: 28px !important;}
.mixbook {width: 100%!important;}
.singlebook {width: 80%!important;}
.problem p{text-align: center !important; margin: 0 0 10px !important;}
.problem p:last-child{margin: 0 !important; }
.problem {border: 2px solid #2296f3; padding: 20px 12px;}


.fancybox_form_1
{
	display: none;
	background:url(../img/5.png) repeat;
	width: 720px;
	padding:12px 0 44px;
	border-radius: 10px;
	text-align: center;
}

.fancybox_form_1 .fancy_title
{
	margin:0 0 24px;
}

.fancybox_form_1 .fancy_title h1
{
	font-size: 96px;
	font-weight: normal;
	color: #2296f3;
	line-height: normal;
}

.fancybox_form_1 .fancy_title h1 span
{
	font-size: 120px;
	font-weight: 300;
	color:#2296f3;
}

.fancybox_form_1 .fancy_title h6
{
    font-size: 24px;
    font-weight: 500;
    color: #2296f3;
    margin: 0px;
    line-height: normal;
}

.fancybox_form_1 .fancy_desc
{
	text-align: center;
    max-width: 580px;
    margin: 0 auto;
}

.fancybox_form_1 .fancy_desc h3
{
	font-weight: normal;
	font-size:1.33em;
	color: #000;
    margin-bottom: 24px;
}

.fancybox_form_1 .fancy_desc p
{
	font-size: 1em;
	color: #000;
	text-align: center;
	line-height: 1.5;
	margin:0 0 24px;
}

.fancybox_form_1 .fancy_desc p span
{
	font-weight: bold;
	color:#2296f3;
}

.fancybox_form_1 .fancy_desc p a.wp
{
	color: #0a77b0;
}

.fancybox_form_1 .fancy_desc p.tiny_txt
{
	font-style: italic;
	font-size: 14px;
	color: #c6c6c6;
	margin-top: 24px;
}

.fancybox_form_1 .fancy_desc p.tiny_txt a
{
	color: #0a77b0;
	text-decoration: underline;
	font-style: italic;

}

.fancy_mail
{
	width:100%; max-width:496px; display:flex; vertical-align:top; margin:auto;
}

.pop1_email
{
	border:2px solid #39ce00;
    padding: 0 8px;
	flex-grow:1;
}

input.pop1_email:focus
{
    outline: none;
}

.pop1_submit
{
    line-height:48px; display:inline-block; color:#FFF; font-size:1em; padding:0 38px; cursor:pointer; border:none; background:#39ce00;
}

.get_lsi_butt
{
	background-color:#f44336;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 24px;
	padding: 8px 28px;
	font-weight:500;
	text-decoration: none;
}

.get_lsi_butt:hover
{
	background-color:#ea6153;
}

.get_lsi_butt:active
{
	position:relative;
	top:1px;
}

.seen
{
    text-align: center;
    margin-bottom: 20px;
}

.seen h6 {
    color: #f44336;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 16px 0px 10px;
}


#exit_pop_9 .fancy_title {
    text-align: center;
    margin-bottom: 48px;
    padding-top: 100px;
}

#exit_pop_9 .fancy_desc h3 {
    text-align: center;
    margin-bottom: 40px;
	font-weight: normal;
	color: #f44336;
	font-size: 24px;
}

.exit h1 {
    font-size: 96px;
    font-weight: normal;
    color: #f44336;
    line-height: normal;
    padding: 0px;
	vertical-align: top;
}

.exit h1 span {
    font-size: 96px;
    font-weight: 300;
    color: #f44336;
	vertical-align: top;
}

.exit h6{
	font-size: 24px;
    font-weight: 300;
    color: #f44336;
    margin: 0px;
    line-height: normal;
	margin-bottom: 8px;
}

.exit h3
{
    font-weight: normal;
    font-size: 22px;
    color: #000;
    margin-bottom: 16px;
}

.exit p
{
    font-size: 17px;
    color: #000;
    text-align: center;
    line-height: normal;
    background: none;
    padding: 0px 30px;
}

.exit p a
{
 color: #0a77b0;
}

.exit_3_hidden
{

}

.exit_3_hidden h1
{
    font-size: 88px;
    font-weight: normal;
    color: #f44336;
    line-height: normal;
    padding: 0px;
}

.exit_3_hidden h1 span
{
    font-size: 88px;
    font-weight: 300;
    color: #f44336;
    vertical-align: top;
}

.exit_3_hidden h6
{
	font-size: 20px;
    font-weight: 300;
    color: #f44336;
    margin: 0px;
    line-height: normal;
    margin-bottom: 16px;
}

.exit_3_hidden h3
{
    font-weight: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 16px;
}

.exit_3_hidden p
{
	font-size: 15px;
    color: #000;
    text-align: center;
    line-height: normal;
    background: none;
    padding: 0;
}

.exit_3_hidden p spam
{
	color: #f44336;
}

.exit_3_hidden p.tiny_txt
{
    font-style: italic;
    font-size: 14px;
    color: #c6c6c6;
    margin-top: 24px;
    margin-bottom: 40px;
}


.exit_3_hidden p.tiny_txt a
{
	color: #0a77b0;
    text-decoration: underline;
    font-style: italic;
}

.resUps {position: relative; z-index: 10; padding: 0 0 48px; right: -2000px; display: none; width: 100%;}
.resUps p{margin: 0 0 32px; text-align: left; line-height: 1.5; font-size: 1em !important; padding-top: 0em !important;}
.upTitle{line-height: 1.33; font-size: 2em; font-weight: 900; color: #2196f3; text-align: center; margin: 0 0 24px;}
.resOri {position: relative; z-index: 9; padding: 0 0 48px;}
.e-book-txt, .e-book-img {float: left;}
.e-book-txt {width: 60%;}
.e-book-txt ul li{font-size: 0.89em !important; margin-bottom: 1em;}
.e-book-txt ul {padding-left: 36px !important; margin: 2em 0 !important;}
.e-book-img {width: 40%;text-align: center;}
.e-book-img img {width: 100%; vertical-align: middle;}
.ebook-wrapper {overflow: auto;}
.resBodyUlS4 p span, .resBodyUlS4 p{ font-weight: bold; font-size: 1.33em; text-align: center; display: inline-block; width: 100%;}
.resBodyUlS4 p span:first-child {width: 108px; vertical-align: top;}
.resBodyUlS4 p span:last-child {width: calc(100% - 88px);}
.resBodyAction2 a { color:#FFF; background:#39ce00; border-bottom: 4px solid #30ae00; font-weight:700; padding:20px 42px; line-height:1.2; display:inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor:pointer; font-family:Arial, Helvetica, sans-serif; font-size:1.11em;}
.e-book-txt ul {list-style-image: url(../img/ticked-copy.png) !important;}


@media only screen and (min-width: 1520px) {
	.resBody .resBodyNode:first-child .resBodyNodeWrap { float:right; margin:0 40px 0 0;}
	.resBody .resBodyNode:last-child .resBodyNodeWrap { margin:0 0 0 40px;}
}

@media only screen and (min-width: 1040px) {
	.cartBody .cartBodyNode:first-child .cartBodyNodeWrap { float:right; margin:0 40px 0 0;}
	.cartBody .cartBodyNode:last-child .cartBodyNodeWrap { margin:0 0 0 40px;}

}

@media only screen and (max-width: 880px) {
	.resBody { display:block;}
	.resBodyNode { width:100%;}
	.resLSIList { min-height:360px; max-height:480px;}
	.resHead { display:block; padding:20px 24px; text-align:center;}
	.resLogo { margin:0 0 16px;}
	.resKeyword { margin:0 0 16px;}
	.resKeyword input[type=text] { width:calc(100% - 66px); max-width:566px;}
	.resWrap { display:block; overflow:auto; height:auto;}
	.resBody .resBodyNode:first-child { width:calc(100% - 80px); border-right:none;}
	.resBody .resBodyNode:last-child { width:calc(100% - 80px);}
	.cartWrap { display:block; overflow:auto; height:auto;}
	.cartBody .cartBodyNode:first-child { width:calc(100% - 80px);}
	.cartBody .cartBodyNode:last-child { width:calc(100% - 80px);}
	.cartBody { display:block;}
	.cartBodyNode { width:100%;}
	.btgLogoWrap { display:block;}
	.cartHeader { text-align:center;}
	.cartSteps { float:none; margin:0 auto 16px;}
}

@media only screen and (max-width: 768px) {
	.pageOfferImage { float:none; text-align:center; width:100%; padding:0;}
	.pageOfferContent { float:none; text-align:center; width:100%; padding:0 0 20px;}
	#crestashareicon { display:none;}

}




// demo-specific
.showbox {
}
// end demo-specific

.loader {
  position: relative;
  margin: 0 auto;
  width: 56px;
  &:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/* new result right panel */

.resBody .resBodyNode:last-child {
  padding: 0px 40px 48px 40px;
  overflow: auto;
}
/*
.resBody .resBodyNode:last-child .resBodyNodeWrap {
	padding-top: 218px;
}
*/
/*
.resBody .resBodyNode:last-child::before {
  background-image: url(../img/btg-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #26c6da;
}
*/
.resBody .resBodyNode.oto:last-child::before {
  background-image: url(../img/oto-header.png);
	display: none;
	padding-top: 0;
}
.resBody .resBodyNode.oto:last-child .resBodyNodeWrap {
padding-top: 0;
}
.resTxt {
  font-size: 1.6em;
  color: #2196f3;
  margin-top: 26px;
  font-weight: bold;
  line-height: 1.4;

}
.resBody .resBodyNode:last-child p {
  font-size: 0.89em;
  padding-top: 0.5em;
}
.resBody .resBodyNode:last-child .snippets {
  border: 2px solid #2196f3;
  border-radius: 4px;
  margin-top: 1.8em;
  padding: 1.3em 1.6em;
	padding-left: 2.8em;
}
.resBody .resBodyNode:last-child ul {
  list-style-image: url(../img/box1.jpg);
	padding-left: 60px;
	margin: 0;
}
.resBody .resBodyNode:last-child .resOTO ul {
	padding-left: 64px;
  margin: 2em 0;
}
.resBody .resBodyNode:last-child ul li {
  /* list-style-type: square;
  background-color: #2196f3; */
  padding-bottom: 1.1em;
  padding-left: 1.1em;
}
.resBody .resBodyNode:last-child ul li:last-child {
  /* list-style-type: square;
  background-color: #2196f3; */
  padding-bottom: 0em;
}
.resBody .resBodyNode:last-child ul li::before {
  /* content: "■";
  color: #2196f3;
  vertical-align: top;
  font-size: 1em;
  padding-right: 1.1em; */
}
.resBody .resBodyNode:last-child p.resTxtBold {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 4em;
}

.resBody .resBodyNode:last-child .resBodyNodeWrap {
  max-width: unset;
  width: unset;
}

.resBody .resBodyNode:last-child .steps-content {
  width: 50%;
  float: left;
}
.resBody .resBodyNode:last-child .steps-content h2 {
  color: #2196f3;
  font-size: 2em;
}
.resBody .resBodyNode:last-child .steps-content p {
  font-weight: bold;
  font-size: 1.33em;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}
.resBody .resBodyNode:last-child .steps:nth-child(odd) .steps-content:first-child p {
  max-width: 278px;
  width: 100%;
}
.resBody .resBodyNode:last-child .steps:nth-child(even) .steps-content p {
  max-width: 214px;
  width: 100%;
}
.resBody .resBodyNode:last-child .content-image {
  text-align: center;
}
.resBody .resBodyNode:last-child .steps:nth-child(odd) .content-image {
  text-align: left;
}
.resBody .resBodyNode:last-child .steps-copy {
  clear: both;
  margin-bottom: 4.44em;
  padding-top: 1.4em;
  font-size: 0.89em;
}
@media only screen and (min-width: 1520px) {
  .resBody .resBodyNode:first-child .resBodyNodeWrap, .resBody .resBodyNode:last-child .resBodyNodeWrap {
    margin: 0px 40px 0 40px;
    max-width: unset;
    width: unset;
  }
  .resBody .resBodyNode:first-child .resBodyNodeWrap {
    float: none;
  }
}
.resBody .resBodyNode:last-child .resSales ul li {
  font-size: 0.8em;
  padding-left: 6px;
  line-height: 1.2;
}
.resSales div.opt-in {
  max-width: 700px;
  width: 100%;
  margin: auto;
  overflow: auto;
}
.resSales .e-book-list {
  padding: 0 28px;
  width: 55%;
  float: left;
}
.resBody .resBodyNode:last-child .steps .last {
  margin-bottom: 28px;
}
.resSales > form {
  max-width: 454px;
  margin: auto;
}
.resSales > form > input[type="text"]:nth-child(2) {
  max-width: 356px;
  width: 100%;
  height: 60px;
  border: 2px solid #888888;
  background: #FFF url(../img/9.png) no-repeat 36px center;
  padding: 0 16px 0 78px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 16px;
  font-size: 1em;
}
.resSales button {
  width: 75%;
  padding: 0 8px;
  height: 60px;
  background: #39ce00;
	font-weight: 700;
  color: #FFF;
  border: none;
  border-bottom: 4px solid #30ae00;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.resChatWrap { position:fixed; right:-50px; bottom:10%; z-index:10;}
.resChatContainer { position:relative;}
.resChat { width:320px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow:0 0 22px #666; background:#FFF;}
.resChatButton { cursor:pointer; display:inline-block; position:relative;}
.resChatButton img { vertical-align:top;}
.resChatHead { display:flex; padding:7px 24px; background:#fafafa; align-items:center; border-bottom:2px solid #dddddd; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}
.resChatHead h3 { flex-grow:1; font-size:1em; font-weight:500;}
.resChatBody { padding:24px;}
.resChatContent { display:flex; align-items:flex-start; margin:0 0 16px;}
.resChatInner { margin:0 0 0 16px; flex-grow:1;}
.resChatLi { padding:16px; line-height:1.3; background:#f6f6f6; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin:0 0 8px; font-size:0.78em;}
.resChatLi p { margin:0 0 16px; text-align:left;}
.resChatLi p span { font-weight:500;}
.resChatLi img { max-width:100%;}
.resChatProfile { margin:6px 0 0;}
.resChatProfile img { vertical-align:top;}
.resChatBody a { color:#FFF; font-size:0.89em; font-weight:600; background:#2196f3; display:block; line-height:1; padding:16px 0; cursor:pointer; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.resChatArrow { position: relative; background: #FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.resChatArrow::after { top: 100%; right: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 16px solid #FFF; margin-left: -16px; }
.resChatNoti { border-radius: 15px; width: 20px; height: 20px; background: red; font-size: 0.778em; text-align: center; line-height: 1.5; color: white; position: absolute; right: -4px; top: -2px; z-index: 2;}
.resChatEffectWrap::after { top: 100%; right: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 16px solid #FFF; margin-left: -16px; }
.resChatEffectWrap {
  position: absolute;
  bottom:calc(100% + 24px);
  right:0;
  display: block;
  border-radius: 4px;
  transform: translateY(20px);
  transition: all 0.5s;
  visibility: hidden;
}
.resChatEffectWrap .resChatEffect {
  opacity: 0;
}

.resChatEffectWrap.active {
  display: block;
  visibility: visible;
  box-shadow:0 0 22px #666;
  transition: all 300ms;
  transform: translateY(0px);
  transition: all 0.5s;
}
.resChatEffectWrap.active:before {
  height: 2000px;
  width: 2000px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -1000px;
  margin-top: -1000px;
  display: block;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.resChatEffectWrap.active .resChatEffect {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media only screen and (min-width: 1520px) {
	.resBody .resBodyNode:last-child .resBodyNodeWrap {
		/* margin-top: 270px; */
	}
}
@media only screen and (max-width: 1124px) {
  .resSales div.opt-in {
    margin-bottom: 12px;
  }
  .resSales > form > input[type="text"]:nth-child(2) {
    width: calc(100% - 98px);
    max-width: unset;
  }
}
@media only screen and (max-width: 1052px) {
  .resSales .e-book-list {
    margin: auto;
    float: unset;
    width: calc(100% - 56px);
  }
  .resSales .e-book-image {
    text-align: center;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 880px) and (min-width: 654px) {
  .resSales div.opt-in {
    max-width: 614px;
  }
  .resSales .e-book-list {
    float: left;
    width: 65%;
  }
}
@media only screen and (max-width: 680px) {
  .resBody .resBodyNode:last-child .steps:nth-child(odd) .steps-content:first-child p {
    max-width: 278px;
  }
}
@media only screen and (max-width: 560px) {
  .resBody .resBodyNode:last-child {
    font-size: 14px;
  }
  .resBody .resBodyNode:last-child .steps-content h2 {
    line-height: 100%;
    margin-bottom: 10px;
  }
  .resBody .resBodyNode:last-child .steps .content-image img {
    width: 60%;
  }
  .resBody .resBodyNode:last-child::before {
    background-size: 390px;
    height: 220px;
  }
  /*.resBody .resBodyNode:last-child {*/
  /*  padding-top: 200px;*/
  /*}*/
	.resBody .resBodyNode:last-child .resBodyNodeWrap {
		padding-top: 0;
	}
}
@media only screen and (max-width: 480px) {
  .resBody .resBodyNode:last-child .steps:nth-child(odd) .content-image {
    text-align: center;
  }
  .resBody .resBodyNode:last-child::before {
    background-size: 280px;
    height: 150px;
  }
  /*.resBody .resBodyNode:last-child {*/
  /*  padding-top: 128px;*/
  /*}*/
	.resBody .resBodyNode:first-child {
		padding-bottom: 68px;
	}
	.e-book-txt, .e-book-img {
    float: none;
    width: 100%;
	}
}
@media only screen and (max-width: 368px) {
	.resBody .resBodyNode:first-child {
		padding-bottom: 102px;
	}
}
@media only screen and (max-width: 320px) {
  .resBody .resBodyNode:last-child::before {
    height: 154px;
  }
  .resBody .resBodyNode:last-child::before {
    background-size: 248px;
  }
  .resBody .resBodyNode:last-child .steps .content-image img {
    width: 80%;
  }
  .resBody .resBodyNode:last-child .steps-content {
    font-size: 12px;
  }
  .resSales > form > input[type="text"]:nth-child(2) {
    width: calc(100% - 68px);
    font-size: 11px;
    height: 42px;
    padding: 0 14px 0 50px;
    background: #FFF url(../img/9.png) no-repeat 12px center;
  }
  .resSales form input[type=submit] {
    font-size: 11px;
    height: 42px;
  }
}
@media only screen and (min-width: 2048px) {
  .resBody .resBodyNode:last-child .resBodyNodeWrap {
    max-width: 600px;
    width: 100%;
  }
  .resBody .resBodyNode:first-child .resBodyNodeWrap, .resBody .resBodyNode:last-child .resBodyNodeWrap {
    margin： inherit;
  }
  .resBody .resBodyNode:first-child .resBodyNodeWrap {
    float: right;
  }
  .resBody .resBodyNode:first-child .resBodyNodeWrap, .resBody .resBodyNode:last-child .resBodyNodeWrap {
    max-width: 600px;
    width: 100%;
    margin： inherit;
  }
  .resBody .resBodyNode:last-child .resBodyNodeWrap {
    padding-top: 0;
  }
  .resBody .resBodyNode:last-child::before {
    background-position: 150px;
  }
}

.downsell p {
	font-size: 1em;
}

/* oto */
.resOTO {
	position:relative;
	z-index:9;
	padding:0 0 48px;
	right:-2000px;
	display:none;
	width:100%;
}
.resOTO h3 {
	padding-bottom: 2em;
	text-align: center;
}
.otoHead {
  margin-bottom: 0;
}
.otoBanner {
  text-align: center;
  height: 272px;
  background: #26c6da;
  margin-bottom: 2.33em;
}
.otoBanner p {
  text-shadow: 1px 1px 4px #888;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 100%;
  padding-top: 48px;
  padding-bottom: 24px;
}
.otoBanner img {
  height: 120px;
  width: auto;
}
.bannerImg {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.otoBanner .banner-img-first {
  margin-right: 48px;
}
.downsell .otoContent {
	margin-bottom: 44px;
}
.otoContent {
  margin-bottom: 88px;
}
.resBody .resBodyNode:last-child .resOTO .oto-ebooks-img {
	margin-top: 60px;
	text-align: center;
}
.oto-ebooks-img{
text-align: center;
}

.oto-ebooks-img img {
  width: 80%;
  height: auto;
	margin:0 0 40px 0;
}
.resBody .resBodyNode:last-child .resOTO .oto-content-after-ebook {
	padding: 0;
}
.oto-content-after-ebook {
    padding: 0 56px;
}
.nopadding{
	padding: 0;
}
.resBody .resBodyNode:last-child .resOTO p {
	font-size: 1em;
	padding-top: 0em;

}
.resBody .resBodyNode:last-child .resOTO .oto-content-after-ebook p,
.oto-content-after-ebook p {
  margin: 0 0 32px;
  text-align: left;
  line-height: 1.5;
}
.oto-content-after-ebook.res p {
  margin: 0 0 32px;
  text-align: left;
  line-height: 1.5;
}
.oto-content-after-ebook h4 {
  font-size: 1em;
  margin-bottom: 24px;
	text-align: center;
}
.oto-content-after-ebook.res h4 {
  font-size: 1.33em;
  margin-bottom: 24px;
}
.oto-content-after-ebook ul, .oto-content-after-ebook ol {
  border: 2px solid #2196f3;
  margin: 0;
  padding: 30px 60px;
  margin-bottom: 2.67em;
}
.oto-content-after-ebook.res ul, .oto-content-after-ebook.res ol {
  border: 2px solid #2196f3;
  margin: 0;
  padding: 44px 64px;
  margin-bottom: 2.67em;
}
.oto-content-after-ebook ul {
  list-style-image: url(../img/ticked-copy.png) !important;
}
.tick{list-style-image: url(../img/ticked-copy.png) !important;}
.oto-content-after-ebook.res ul {
  list-style-image: url(../img/ticked-copy.png) !important;
}
.oto-content-after-ebook ul li, .oto-content-after-ebook ol li {
  line-height: 1.5;
  padding-bottom: 1.33em;
  padding-left: 10px;
}
.oto-content-after-ebook.res ul li, .oto-content-after-ebook.res ol li {
  line-height: 100%;
  padding-bottom: 1.33em;
  padding-left: 10px;
}
.oto-content-after-ebook ul li:last-child, .oto-content-after-ebook ol li:last-child {
  padding-bottom: 0;
}
.oto-content-after-ebook.res ul li:last-child, .oto-content-after-ebook.res ol li:last-child {
  padding-bottom: 0;
}
.after-ebook-img {
  padding: 0 40px;
}
.after-ebook-img img {
  width: 100%;
  margin-bottom: 2.67em;
}
.red-txt {
  color: #ff0000;
}
.resBody .resBodyNode:last-child .resOTO .oto-content-after-ebook p.important-txt,
.oto-content-after-ebook p.important-txt {
  color: #2196f3;
  text-align: center;
  font-weight: bold;
  font-size: 1.67em;
  max-width: 484px;
  margin: 0 auto 48px auto;
}
.oto-content-after-ebook.res p.important-txt {
  color: #2196f3;
  text-align: center;
  font-weight: bold;
  font-size: 1.67em;
  max-width: 484px;
  margin: 0 auto 48px auto;
}
p.important-txt {
  color: #2196f3 !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.67em !important;
  max-width: 670px;
  margin: 0 auto 26px auto;
}
div.important-txt {
  color: #2196f3 !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.67em !important;
  max-width: 670px;
  margin: 0 auto 26px auto;
}
p.important-txt2 {
  color: #2196f3 !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 1.333em !important;
  max-width: 700px;
  margin: 0 auto 72px auto;
}
.resBody .resBodyNode:last-child .resOTO .testimonials-txt,
.testimonials-txt {
  font-size: 1.33em;
}
.testimonials img {
  float: left;
  margin-right: 24px;
  margin-top: 20px;
}
.testimonials .left-quote {
  float: left;
  font-size: 3em;
  color: #2196f3;
  line-height: 100%;
  height: 132px;
  margin-right: 10px;
}
.testimonials div {
  padding-top: 5px;
}
.resBody .resBodyNode:last-child .resOTO .testimonials span p,
.testimonials span p {
  margin: 0;
}
.testimonials .quoter {
  display: block;
  padding-top: 12px;
  font-size: 1.11em;
  font-weight: bold;
}
.ttmn {
  margin-bottom: 48px;
}
.highlights {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 18px;
}
.highlights::before {
  border-top: 4px solid #2196f3;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.highlights span {
  font-size: 2em;
  color: #2196f3;
  font-weight: bold;
  background: #fff;
  padding: 0 15px;
}
.resBody .resBodyNode:last-child .resOTO .oto-content-after-ebook p.align-center-txt,
.oto-content-after-ebook p.align-center-txt {
  text-align: center;
}
.resBody .resBodyNode:last-child .resOTO .more-single-ebook p {
	padding: 0;
}
.resBody .resBodyNode:last-child .resOTO .more-single-ebook p {
	padding: 0;
}
.more-single-ebook p {
/*  padding: 0 56px;*/
}
.resBody .resBodyNode:last-child .resOTO .ebook-img {
	width: 40%;
}
.downsell .ebook-img {
	position: unset;
	width: calc(50% - 56px);
	padding-left: 56px;
	height: 400px;
	float: left;
	text-align: center;
}
.ebook-img, .ebook-txt {
  position: relative;
  width: 40%;
  height: 290px;
  float: left;

}
.ebook-img{
	    margin-top: 0.8em;
	text-align: center;
}
.ebook-txt {
  height: auto;
}
.downsell .ebook-img img {
	position: unset;
	left: 0;
	transform: translate(0%);
}
.ebook-img img {
  width: auto;
  height: 70%;
}
.ebook-img span:last-child {
    font-size: 2.67em;
    font-weight: bold;
}
.ebook-img span {
    font-size: 1.11em;
    line-height: 100%;
    display: block;
}
.blue-bg {
  background-color: #2196f3;
  width: 86%;
  height: 76%;
  position: absolute;
  bottom: 10px;
}
.blue-txt {
  color: #2196f3;
}
.single-ebook {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
	height: 100%;
	padding: 20px;
}
.resBody .resBodyNode:last-child .resOTO .single-ebook p,
.single-ebook p {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  margin-bottom: 12px;
}
.resBody .resBodyNode:last-child .resOTO .ebook-txt {
	padding-right: 0;
  width: 60%;
}
.ebook-txt {
  width: calc(60% - 12px);
}
.resBody .resBodyNode:last-child .resOTO .ebook-txt ul,
.ebook-txt ul {
  list-style-image: url(../img/ticked-copy.png);
/*  padding-left: 60px;*/
}
.ebook-txt ul li {
  padding-left: 6px;
  line-height: 1.3;
  padding-bottom: 16px;
  font-size: 0.88em;
}
.align-center {
  text-align: center !important;
}
.resBody .resBodyNode:last-child .resOTO .oto-rep,
.oto-rep {
  font-weight: bold;
  font-size: 1.33em;
}
.offer-price {
  color: #36c200;
  font-size: 1.5em;
	font-weight: 800;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 4px solid;
  border-color: #ef4638;

  -webkit-transform:rotate(-14deg);
  -moz-transform:rotate(-14deg);
  -ms-transform:rotate(-14deg);
  -o-transform:rotate(-14deg);
  transform:rotate(-14deg);
}
.resBody .resBodyNode:last-child .resOTO .oto-ebooks-end img {
	width: 100%;
}
.oto-ebooks-end {
  margin-top: 80px;
}
.oto-ebooks-end img {
  width: 120%;
}
.oto-ebooks-end2 {
  margin-top: 20px;
	text-align: center;
}
.oto-ebooks-end2 img {
  width: 75%;
}
.quote {
  max-width: 720px;
  margin: auto;
  margin-bottom: 40px;
  padding: 0 56px;
}
.otoActions p {
  line-height: 100%;
}
.single-ebook p {
  overflow: auto;
}
.single-ebook p span {
  display: inline-block;
}
.single-ebook p span:first-child {
/*  width: 88px;*/
  vertical-align: top;
}
.resBody .resBodyNode:last-child .resOTO .single-ebook p span:last-child {
/*	width:calc(100% - 88px);*/
}
.single-ebook p span:last-child {
/*  width: 100%;*/
}
.ebook-txt ul li:last-child {
  padding-bottom: 0;
}
.columns .quotes {
  font-size: 4em;
  color: #2196f3;
  line-height: 48px;
}
.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
}
.column {
  flex: 1;
  margin: 2px;
  padding: 38px;
}
.column:first-child {
  margin-left: 0;
}
.column:last-child {
  margin-right: 0;
}
.column p{
	text-align: center;
	font-size: 0.778em;
}
.column h2{
	text-align: center;
	font-size: 1.111em;
}
.column img{
	padding: 18px;
}
.nomargin{
	margin-top: 0 !important;
}
.paddingLR{
	padding: 0 64px;
}
.nopadding{
	padding: 0;
}
.removePandT{
    padding-bottom: 0 !important;
    text-align: left !important;
}
.Home{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.fold1Wrap{}
.fold1{max-width: 960px; width: 100%; margin: auto; text-align: center; padding: 80px 0; }
.laptop{margin: auto; display: block; top: -100px; left: 0; right: 0; position: absolute; width: 100%; max-width: 845px;}
.laptopBg{background:url(../../assets/img/45.png) no-repeat center top; width: 100%;height: 330px; position: relative;}
.fold1 h1{ font-size: 2.667em; font-weight: 800;
background: -webkit-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
background: -o-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
background: -moz-linear-gradient(left, #2196f3, #2196f3, #e91e63, #e91e63);
background: linear-gradient(to left, #2196f3, #2196f3, #e91e63, #e91e63);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.fold1 p{text-align: center;}
.fold2Wrap{
background-image: -webkit-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: linear-gradient(to right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);}
.fold2{max-width: 960px; width: 100%; margin: 40px auto; padding: 56px 0; display: flex; flex-flow: row wrap;}
.fold2:after {
    content: "";
    display: table;
    clear: both;
}
.f2Left{width: 50%; float: left; flex: 1;}
.f2Left h2{margin: 0 0 24px 0; line-height: 1.3; color: #2196f3; font-weight: 800;}
.dropcap{
	display: block;
  float: left;
  font-size: 2.25rem;
  line-height: 4rem;
  margin: 0.35rem 0.5rem 0 0;
  text-align: center;
  width: 4rem;
	background: -webkit-linear-gradient(-45deg, #e91e63, #2196f3);
	background: -o-linear-gradient(-45deg, #e91e63, #2196f3);
	background: -moz-linear-gradient(-45deg, #e91e63, #2196f3);
	background: linear-gradient(-45deg, #e91e63, #2196f3);
  color: #FFF;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.dropcapCenter{
	display: block;
  font-size: 2.25rem;
  line-height: 4rem;
  margin: 0 auto 16px;
  text-align: center;
  width: 4rem;
	background: -webkit-linear-gradient(-45deg, #e91e63, #2196f3);
	background: -o-linear-gradient(-45deg, #e91e63, #2196f3);
	background: -moz-linear-gradient(-45deg, #e91e63, #2196f3);
	background: linear-gradient(-45deg, #e91e63, #2196f3);
  color: #FFF;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.f2Right{width: 50%; float: left; text-align: right; flex: 1;}
.fold3Wrap{}
.fold3{max-width: 960px; width: 100%; margin: 40px auto; padding: 56px 0; display: flex; flex-flow: row wrap;}
.f3Left{width: 50%; float: left;}
.f3Left img{margin: 32px 0;}
.f3Right{width: 50%; float: left;}
.f3Right h2{margin: 0 0 24px 0; line-height: 1.3; color: #2196f3; font-weight: 800;}
.fold4Wrap{
background-image: -webkit-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);
background-image: linear-gradient(to right, rgb(246,246,246) 0%, rgb(255,255,255) 100%);}
.fold4{max-width: 820px; width: 100%; margin: auto; padding: 56px 0; text-align: center;}
.fold4 img{width: 100%; max-width: 605px;}
.fold4 h2{text-align: center; margin: 0 0 40px 0; color: #2196f3; font-weight: 800; line-height: 1.3;}
.fold4 p{text-align: center; margin: 0 0 40px 0;}
.fold4 img{margin: 0 0 40px 0;}
.homebtn{max-width: 494px; width: 100%; font-size:1.33em; font-weight:700; color:#FFF; line-height:60px; display:inline-block; -webkit-border-radius: 4px;
-moz-border-radius: 4px; border-radius: 4px; border-bottom:4px solid #30ae00; background:#39ce00; overflow:hidden;}

.bulletproof { margin-bottom: 24px; text-align: center; }
.list { border-color: #39ce00 !important; }
.bs-pricing { font-size: 1.22em; }
.bs-pricing > span { font-size: 1.67em; vertical-align: sub; }

@media screen and (max-width: 600px) {
    .column, .f2Left, .f2Right, .f3Left, .f3Right {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
  .columns .column {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .columns .column:nth-last-child(2) {
    margin-right: 0;
  }
  .columns .column:last-child {
    flex-basis: 100%;
    margin: 0;
  }
	.f2Left, .f2Right, .f3Left, .f3Right {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .f2Left:nth-last-child(), .f2Right:nth-last-child(), .f3Left:nth-last-child(), .f3Right:nth-last-child() {
    margin-right: 0;
  }
  .f2Left:last-child, .f2Right:last-child, .f3Left:last-child, .f3Right:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .columns .column, .f2Left, .f2Right, .f3Left, .f3Right {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
	.fold1, .fold2, .fold3, .fold4, .homeContent{width: calc(100% - 40px);}
	.f2Left, .f2Right, .f3Left, .f3Right{float: clear;}
	.f2Right, .f3Left{text-align: center;}
	.laptop{top: -40px;}
}

@media only screen and (max-width: 880px) {
  .oto-ebooks-end {
    margin-top: 56px;
  }
  .otoContent {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 720px) {
  .otoHead {
    padding: 16px 40px;
  }
  .otoContent {
    margin-bottom: 32px;
  }
  .otoContent, .oto-content-after-ebook {
    padding: 0 40px;
  }
  .ebook-txt {
    padding-right: 40px;
    width: calc(50% - 40px);
  }
  .more-single-ebook p {
    padding: 0 40px;
  }


  .oto-ebooks-end {
    margin-top: 40px;
  }
  .oto-ebooks-end img {
    width: 115%;
  }
}
@media only screen and (max-width: 680px) {
  body {
    font-size: 16px;
  }
  .otoHead {
    padding: 16px 32px;
  }
  .otoContent, .oto-content-after-ebook {
    padding: 0 32px;
  }
  .more-single-ebook p {
    padding: 0 32px;
  }
  .ebook-txt {
    padding-right: 32px;
    width: calc(50% - 32px);
  }
  .oto-content-after-ebook ul, .oto-content-after-ebook ol {
    padding: 24px 44px;
  }
  .blue-bg {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .otoHead {
    padding: 16px 16px;
  }
  .otoContent, .oto-content-after-ebook {
    padding: 0 16px;
  }
  .more-single-ebook p {
    padding: 0 16px;
  }
  .ebook-txt {
    padding-right: 16px;
    width: calc(50% - 16px);
  }

  .otoContent {
    margin-bottom: 56px;
  }
  .single-ebook {
    margin-bottom: 32px;
  }

  .blue-bg {
    bottom: 10px;
  }
  .single-ebook p span:first-child {
    width: 88px;
    vertical-align: top;
  }
  .single-ebook p span:last-child {
    width: 76%;
  }
}

@media only screen and (max-width: 576px) {
  .blue-bg {
    width: 96%;
  }
  .otoBanner {
    height: 225px;
    margin-bottom: 1em;
  }
  .otoBanner p {
    padding: 20px 16px;
  }
  .otoBanner img {
    height: 100px;
  }
  .single-ebook p span:first-child {
    width: 88px;
    vertical-align: top;
  }
  .single-ebook p span:last-child {
/*    width: 81%;*/
  }
}
@media only screen and (max-width: 520px) {
	.resBody .resBodyNode:last-child .resOTO .ebook-txt ul, .ebook-txt ul{
	padding-left: 16px !important;
	}
	.resBody .resBodyNode:last-child .resOTO .single-ebook p span:last-child {
/*	width:100%;*/
	}

	.oto-ebooks-img img{
	width: 100%
	}
	.ebook-img img{
	width: 90%;
	}
	.resBody .resBodyNode:last-child .resOTO .ebook-img {
	width: 50%;
	margin: auto;
	}
  .ebook-img, .ebook-txt {
    width: 100%;
    float: none;
  }
	.s43{line-height: 30px;}
  .ebook-img {
    height: 260px;
  }
	.resBody .resBodyNode:last-child .resOTO .ebook-txt,
  .ebook-txt {
    width: calc(100% - 16px);
    padding: 16px;
  }
  .blue-bg {
    bottom: 10px;
  }
  .otoContent {
    margin-bottom: 40px;
  }
  .single-ebook {
    margin-bottom: 20px;
  }
  .testimonials .left-quote {
    height: 166px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    /* font-size: 14px; */
  }
		.s43{
	line-height: 35px;
	}
  .ebook-img {
    height: 234px;
  }
  .single-ebook p {
    margin-bottom: 16px;
  }
  .otoContent {
    margin-bottom: 28px;
  }

  .oto-ebooks-end {
    margin-top: 40px;
  }

  /* .ebook-txt {
    font-size: 14px;
  } */
  .testimonials .left-quote {
    height: 218px;
  }
  .after-ebook-img {
    padding: 0;
  }
  .single-ebook p span {
    font-size: 18px;
  }
	.laptop{top: 0px;}
}
@media only screen and (max-width: 420px) {
  .oto-rep {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 320px) {
  .ebook-img {
    height: 216px;
  }
}


/*BIQ*/

/**/
.text-center {
    text-align: center;
}

.p-4 {
    padding: 1.5rem;
}

.mx-2 {
   margin-left: .5rem;
   margin-right: .5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-2-75 {
    margin-top: 2.75rem;
}

.mt-5 {
    margin-top: 3rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
 
}

.mt-2 {
    margin-top: 1rem;
}

.mb--2 {
    margin-bottom: -2rem;
}

.max-width-542 {
    max-width: 542px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.biq-bg {
    background: linear-gradient(180deg, #673CC6 0%, #4B96C5 100%), #ECECEC;
    background-size: cover;
    overflow-x: hidden !important;
}

.roboto {
    font-family: 'Roboto';
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.text-biq {
    color: #673CC6;
}

.text-yellow {
    color: #FDF30C;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.f42 {
    font-size: 42px;
}

.f24 {
    font-size: 24px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.lh19 {
    line-height: 19px;
}

.card {
    background: #fff;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 200px;
}

.card img {
    max-width: 200px;
}

.btn-yellow {
    background: linear-gradient(107.89deg, #F2BE14 20.18%, #FDF30C 98.8%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    width: 180px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: 50px;
}

.mt-3 {
    margin-top: 1.25em;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}
