/* RESET ------------------------------------------------------------------------------ */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* RESET END ------------------------------------------------------------------------------ */ /* FONTS ------------------------------------------------------------------------------ */ body { font-family: 'Open Sans', sans-serif; overflow: hidden; overflow-y: scroll; } /* FONTS END ------------------------------------------------------------------------------ */ /* REUSABLE STYLES ------------------------------------------------------------------------------ */ .hidden { display: none !important; } .clear { height: 0; clear: both; overflow: hidden; font-size: 0; } .mob { display: none; } /* REUSABLE STYLES END ------------------------------------------------------------------------------ */ /* FOUNDATION ------------------------------------------------------------------------------ */ body { background-color: #fff; } a { color: blue; text-decoration: underline; } a:hover { text-decoration: none; } img { color: blue; } strong { font-weight: bold; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } /* FOUNDATION ------------------------------------------------------------------------------ */ /* BUTTONS ------------------------------------------------------------------------------ */ .btn { display: inline-block; zoom: 1; padding: 0; margin: 0; outline: 0; border: 1px solid #cdcdcd; background-color: #e6e6e6; color: #9a9a9a; font-family: 'Open Sans', sans-serif; text-decoration: none; text-align: center; } .btn:hover { background-color: #01b668; } .btn:active { } .btn-large { padding: 19px 45px; box-sizing: border-box; min-width: 255px; font-size: 18px; font-weight: 400; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .btn-small { } .btn-mini { } .btn-primary { background: #1dc17a; border: 1px solid #1aa267; color: #fff; } .btn-primary:hover { } .btn-primary:active { } .btn-inverse { } .btn-inverse:hover { } .btn-inverse:active { } .btn-info { } .btn-info:hover { } .btn-info:active { } .color1 { background: #1ebaed; } .color1:hover { background-color: #0bade1; } .color2 { background: #1dc17a; } .color2:hover { background-color: #01b668; } /* BUTTONS END ------------------------------------------------------------------------------ */ /* FORM ------------------------------------------------------------------------------ */ .b-form { } .b-form input[type="text"], .b-form input[type="password"], .b-form select, .b-form textarea { background: #fff url(../i/main/bg-input.png) 0 0 repeat-x; border: 1px solid #b6c7c7; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px; color: #868481; font: 14px Arial; } .b-form label { font-size: 14px; font-weight: bold; color: #595959; text-shadow: 1px 1px 0 #fff; } /* Alert */ .b-form .alert-message { font-size: 12px; color: #e70202; display: none; } .b-form .alert-message.error, .b-form .error .alert-message { display: block; } .b-form textarea.error, .b-form .error textarea, .b-form input[type="text"].error, .b-form input[type="password"].error, .b-form .error input[type="text"], .b-form .error input[type="password"] { border: 1px solid #f24646; -webkit-box-shadow: 0 0 3px #f24646; -moz-box-shadow: 0 0 3px #f24646; box-shadow: 0 0 3px #f24646; outline: none; } .b-form .alert-message.success, .b-form .alert-message.success { display: block; color: #7fc31c; } .b-form textarea.success, .b-form .success textarea, .b-form input[type="text"].success, .b-form input[type="password"].success, .b-form .success input[type="text"], .b-form .success input[type="password"] { border: 1px solid #afd911; -webkit-box-shadow: 0 0 3px #afd911; -moz-box-shadow: 0 0 3px #afd911; box-shadow: 0 0 3px #afd911; outline: none; } .b-form textarea:focus, .b-form input[type="text"]:focus, .b-form input[type="password"]:focus { border: 1px solid #afd911; -webkit-box-shadow: 0 0 3px #afd911; -moz-box-shadow: 0 0 3px #afd911; box-shadow: 0 0 3px #afd911; outline: none; } /* Alert end */ /* FORM END ------------------------------------------------------------------------------ */ /* BLOCKS ------------------------------------------------------------------------------ */ /* Main */ .b-main { max-width: 960px; padding: 0 10px; margin: 0 auto; box-sizing: border-box; } /* Main end */ /* HEADER */ .b-header { } .b-header .wrapper { min-height: 100px; position: relative; } .b-header .wrapper:after { display: block; content: ''; clear: both; height: 0; overflow: hidden; } .b-header .b-logo { float: left; } .b-header .b-double-buttons { float: right; margin: 35px 0 } .b-logo { display: block; width: 213px; height: 55px; margin: 14px 0 0 -12px; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -4px 0; } .b-logo img { } .b-double-buttons { display: inline-block; overflow: hidden; position: relative; } .b-double-buttons a { display: block; font: 400 11px 'Open Sans', sans-serif; text-align: center; min-width: 65px; padding: 6px 4px; float: left; text-decoration: none; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-transform: uppercase; } .b-double-buttons a.color1 { border: 1px solid #079ed0; } .b-double-buttons a.color2 { border: 1px solid #1aa267; } .b-double-buttons a:first-child { margin-right: 4px; } .b-double-buttons a:hover { } .b-double-buttons:after { display: block; content: ''; position: absolute; } /* HEADER END */ /* FOOTER */ .b-footer { border-top: 1px solid #0d141a; color: #7c8891; font-size: 11px; background-color: #374047; overflow: hidden; } .b-footer .inner { border-top: 1px solid #3e4953; } .b-footer .inner:after { display: block; content: ''; height: 0; clear: both; overflow: hidden; font-size: 0; } .b-footer .footer-menu { padding: 33px 0; float: left; } .b-footer .footer-menu li { display: inline-block; border-left: 1px solid #7c8891; padding: 0 6px 0 8px; margin-bottom: 10px; } .b-footer .footer-menu li:first-child { border-left: none; padding-left: 0; } .b-footer .footer-menu li a { color: #7c8891; text-decoration: none; } .b-footer .footer-menu li a:hover { text-decoration: underline; } .b-footer .copy { padding: 38px 0; float: right; } /* FOOTER END */ /* CONTENT */ .b-content { } /* CONTENT END */ /* Intro Section */ .b-intro-section { color: #414c55; background: #b4bec6 url(/landings/49742/1459516782/images/bg-intro-section.jpg) 50% 0 no-repeat; -webkit-background-size: cover; background-size: cover; min-height: 720px; } .b-intro-section .title { font-size: 40px; line-height: 48px; font-weight: 700; padding: 165px 0 0px; text-transform: uppercase; width: 408px; text-align: left; } .b-intro-section ul.list { text-align: left; font-size: 18px; font-weight: 400; padding: 35px 0 10px; } .b-intro-section ul.list:after { display: inline-block; content: ""; width: 100%; height: 0; overflow: hidden; } .b-intro-section ul.list li { display: block; vertical-align: top; text-align: left; line-height: 22px; padding-bottom: 17px; } .b-intro-section ul.list li:before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -242px -27px; width: 19px; height: 14px; padding-right: 12px; } .b-intro-section .baner-slider { display: block; width: 534px; height: 356px; position: absolute; z-index: 1; left: 50%; margin-left: -17px; top: 238px; overflow: hidden; background: #646464; } .b-intro-section .baner-slider:after { content: ""; background: url(/landings/49742/1459516782/images/pic-nout.png) 0 0 no-repeat; display: block; width: 550px; height: 369px; position: absolute; z-index: 111; top: -8px; left: -11px; } .b-intro-section ul.bxslider2 { padding: 0; margin: 0; } .b-intro-section ul.bxslider2:after { display: none; } .b-intro-section .bxslider2 li { list-style: none; display: block; width: 100%; height: 100%; padding: 0 !important; margin: 0 !important; } .b-intro-section .bxslider2 li:before { display: none; } .b-intro-section .bxslider2 .slide { display: block; width: 532px; height: 357px; padding: 0; margin: 0; } .b-intro-section .bxslider2 .slide1 { background: url(/landings/49742/1459516782/images/pic-intro-1.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide2 { background: url(/landings/49742/1459516782/images/pic-intro-2.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide3 { background: url(/landings/49742/1459516782/images/pic-intro-3.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide4 { background: url(/landings/49742/1459516782/images/pic-intro-4.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide5 { background: url(/landings/49742/1459516782/images/pic-intro-5.jpg) 0 0 no-repeat; } .b-intro-section .btn { } /* Intro Section end */ /* How it works Section */ .b-how-can-help-section { text-align: center; } .b-how-can-help-section .b-main { padding-bottom: 100px; } .b-how-can-help-section .title { color: #414c55; font-size: 36px; line-height: 43px; font-weight: 700; text-align: center; padding: 90px 0 15px; } .b-how-can-help-section .wrapper { } .b-how-can-help-section .intro { color: #414c55; font-size: 24px; line-height: 32px; font-weight: 400; text-align: center; } .b-how-can-help-section .slide .title { color: #414c55; font-size: 18px; line-height: 24px; font-weight: 700; text-align: center; padding: 45px 0 20px; min-height: 56px; } .b-how-can-help-section .slide p { color: #7c8891; font-size: 14px; line-height: 20px; font-weight: 400; text-align: center; padding: 15px; } .b-how-can-help-section li { display: block; width: 25%; float: left; min-height: 448px; } .b-how-can-help-section .slide { } .b-how-can-help-section .slide .icon1 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -4px -64px; width: 172px; height: 137px; margin: 0 auto 0; } .b-how-can-help-section .slide .icon2 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -195px -70px; width: 174px; height: 127px; margin: 10px auto 0; } .b-how-can-help-section .slide .icon3 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -386px -49px; width: 168px; height: 131px; margin: 6px auto 0; } .b-how-can-help-section .slide .icon4 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -598px -63px; width: 135px; height: 136px; margin: 1px auto 0; } .b-how-can-help-section .slide .icon5 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -4px -225px; width: 177px; height: 111px; margin: 26px auto 0; } .b-how-can-help-section .slide .icon6 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -186px -225px; width: 211px; height: 124px; margin: 13px auto 0; } .b-how-can-help-section .slide .icon7 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -417px -225px; width: 165px; height: 129px; margin: 8px auto 0; } .b-how-can-help-section .slide .icon8 { display: block; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -591px -225px; width: 147px; height: 132px; margin: 5px auto 0; } /* How it works Section end */ /* More Features Section */ .b-more-features-section { border-top: 3px solid #dee1e5; border-bottom: 3px solid #dee1e5; } .b-more-features-section .b-main { padding-bottom: 84px; } .b-more-features-section .title { color: #414c55; font-size: 36px; line-height: 43px; font-weight: 700; text-align: center; padding: 90px 0 100px; } .b-more-features-section .wrapper { overflow: hidden; } .b-more-features-section ul { list-style: none; font-size: 18px; font-weight: 700; color: #414c55; line-height: 24px; display: block; width: 50%; float: left; box-sizing: border-box; padding-left: 10px; } .b-more-features-section ul:nth-child(1) { } .b-more-features-section ul:nth-child(1) li:nth-child(1)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -4px -364px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(1) li:nth-child(2)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -72px -364px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(1) li:nth-child(3)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -141px -364px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(1) li:nth-child(4)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -206px -364px; width: 60px; height: 60px; } .b-more-features-section ul:nth-child(2) { } .b-more-features-section ul:nth-child(2) li:nth-child(1)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -274px -365px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(2) li:nth-child(2)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -339px -363px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(2) li:nth-child(3)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -408px -364px; width: 60px; height: 59px; } .b-more-features-section ul:nth-child(2) li:nth-child(4)::before { display: inline-block; content: ""; background: url(/landings/49742/1459516782/images/sprite-main.png) no-repeat -476px -364px; width: 60px; height: 60px; } .b-more-features-section li { display: inline-block; padding-bottom: 16px; } .b-more-features-section li p { padding: 18px 0 0 20px; display: inline-block; vertical-align: top; width: 365px; } .b-more-features-section li p span { display: block; max-width: 380px; } /* More Features Section end */ /* Grow Profit Section */ .b-grow-profit-section { } .b-grow-profit-section .b-main { padding-bottom: 100px; text-align: center; } .b-grow-profit-section .title { color: #414c55; font-size: 36px; line-height: 43px; font-weight: 700; text-align: center; padding: 90px 0 74px; } .b-grow-profit-section a.color1 { border: 1px solid #079ed0; margin-right: 50px; } /* Grow Profit Section end */ /* BLOCKS END ------------------------------------------------------------------------------ */ /* MEDIA ------------------------------------------------------------------------------ */ @media screen and (max-width:960px) { .b-logo { margin: 14px 0 0 10px; } .btn { display: block; max-width: 354px; width: 100%; margin: 0 auto 30px !important; } .b-intro-section .title { font-size: 35px; line-height: 42px; padding: 50px 0 0px; width: 100%; text-align: center; } .b-intro-section { min-height: 892px; background: #b4bec6 url(/landings/49742/1459516782/images/bg-intro-section-mob.jpg) 50% 0 no-repeat; } .b-intro-section ul.list { display: block; margin: 0 auto; width: 100%; max-width: 325px; font-size: 24px; font-weight: 400; padding: 35px 0 0; } .b-intro-section .baner-slider { width: 404px; height: 271px; margin-left: -204px; top: 559px; } .b-intro-section .bxslider2 .slide { width: 404px; height: 271px; } .b-intro-section .baner-slider:after { content: ""; background: url(/landings/49742/1459516782/images/pic-nout-mob.png) 0 0 no-repeat; display: block; width: 411px; height: 278px; position: absolute; z-index: 111; top: -4px; left: -6px; } .b-intro-section .bxslider2 .slide1 { background: url(/landings/49742/1459516782/images/pic-intro-mob1.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide2 { background: url(/landings/49742/1459516782/images/pic-intro-mob2.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide3 { background: url(/landings/49742/1459516782/images/pic-intro-mob3.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide4 { background: url(/landings/49742/1459516782/images/pic-intro-mob4.jpg) 0 0 no-repeat; } .b-intro-section .bxslider2 .slide5 { background: url(/landings/49742/1459516782/images/pic-intro-mob5.jpg) 0 0 no-repeat; } .b-how-can-help-section .title { padding: 50px 0 25px; } .b-how-can-help-section .b-main { padding-bottom: 20px; } .b-how-can-help-section .slide ul li { display: block; width: 50%; float: left; } .b-more-features-section .title { padding: 50px 0 45px; } .b-more-features-section ul { float: none; max-width: 580px; width: 100%; margin: 0 auto; } .b-grow-profit-section .title { padding: 50px 0 40px; } .b-grow-profit-section .b-main { padding-bottom: 20px; } } @media screen and (max-width:640px){ .b-more-features-section ul { max-width: 300px; width: 100%; padding: 0; } .b-more-features-section li p { padding: 12px 0 0 12px; width: 195px; vertical-align: top; } } @media screen and (max-width:420px) { .b-header .b-logo { float: none; margin: 10px auto; } .b-header .b-double-buttons { float: none; margin: 10px auto !important; width: 100%; text-align: center; } .b-double-buttons a { display: inline-block; float: none; margin: 0 auto; width: 100%; max-width: 100px; } .b-intro-section .title { font-size: 30px; line-height: 38px; padding: 15px 0 0px; } .b-intro-section ul.list { max-width: 320px; font-size: 20px; font-weight: 400; padding: 20px 0 0; } .b-intro-section .baner-slider { top: 585px; width: 100%; margin: 0 auto; left: 0; } .b-intro-section .baner-slider:after { top: -4px; left: 0; } .b-how-can-help-section .title { font-size: 30px; line-height: 38px; padding: 15px 0 20px; } .b-more-features-section ul { max-width: 300px; width: 100%; padding: 0; } .b-more-features-section li p { padding: 12px 0 0 12px; width: 195px; vertical-align: top; } .b-more-features-section .title { font-size: 30px; line-height: 38px; padding: 15px 0 20px; } .b-more-features-section .b-main { padding-bottom: 40px; } .b-grow-profit-section .title { font-size: 30px; line-height: 38px; padding: 15px 0 20px; } .b-footer .footer-menu { float: none; padding: 20px 0 10px; text-align: center; } .b-footer .copy { float: none; text-align: center; display: block; padding: 20px 0; } .icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .icon7, .icon8 { zoom: 0.7; -moz-transform: scale(0.7); transform-origin: 50% 50% !important; } }