/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
.gdpr_btn { display: inline-block; position: relative; width: auto; text-transform: uppercase; color: #000; background: #fff; font-size: 18px; line-height: 1; font-weight: 600; min-width: 210px; font-family: "Ubuntu", sans-serif; text-align: center; cursor: pointer; border: none; outline: none; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4); box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4); }

.gdpr_btn.color { background: #09AFFF; }

.gdpr_btn:hover { background: #FF8900; color: #fff; }

.gdpr_btn.none { display: none; }

/*                                                    POPUP */
.l-popup { position: fixed; top: 0px; left: 0px; width: 100%; height: 0%; background: rgba(255, 137, 0, 0.9); z-index: 1001; overflow: hidden; -webkit-transition: height 0.4s; -moz-transition: height 0.4s; -o-transition: height 0.4s; transition: height 0.4s; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.l-popup.activ { height: 100vh; }

.l-popup.activ .l-popup_content { opacity: 1; }

.l-popup .close { position: absolute; top: 10px; left: 50%; -webkit-transform: translatex(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 35px; height: 35px; padding: 20px; cursor: pointer; -webkit-border-radius: 200px; -moz-border-radius: 200px; -ms-border-radius: 200px; border-radius: 200px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; z-index: 9; opacity: 1; }

.l-popup .close:before, .l-popup .close:after { content: ""; position: absolute; top: 6px; left: 19px; width: 3px; height: calc(100% - 10px); background: #000; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.l-popup .close:after { -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.l-popup .close:hover { background: rgba(255, 255, 255, 0.2); }

.l-popup .close:hover:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background: #fff; }

.l-popup .close:hover:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background: #fff; }

@media only screen and (min-width: 600px) { .l-popup .close { right: 10px; left: auto; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } }

.l-popup .l-popup_content { position: relative; opacity: 0; background: #00AAFF; -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; padding: 60px 10px 40px; overflow: auto; max-height: 100vh; min-width: 100%; text-align: center; -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s; color: #FF8900; }

.l-popup .l-popup_content .popup_title { font-size: 20px; text-transform: uppercase; display: block; margin-bottom: 30px; color: #000; font-weight: bold; width: 100%; }

.l-popup .l-popup_content .gdpr_btn { margin: 0; }

@media only screen and (min-width: 768px) { .l-popup .l-popup_content { padding: 40px 10px; min-width: 50%; } }

html, body { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { background: #fff; color: #77787B; font-size: inherit; padding: 0; margin: 0; font-family: "Ubuntu Condensed", sans-serif; font-weight: 500; font-style: normal; line-height: normal; position: relative; }

body.scrollOff, body.activ { overflow: hidden; margin-right: 10px; }

body.scrollOff header, body.activ header { overflow: visible; }

.clearfix:before, .clearfix:after { content: " "; display: block; }

.clearfix:after { clear: both; }

p, ul, ol { padding: 0px; margin: 0px; }

h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; font-family: "Ubuntu", sans-serif; font-weight: 500; }

button { border: none; padding: 0px; margin: 0px; background: none; cursor: pointer; }

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

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: none; }

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

td, th { padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

::-webkit-scrollbar { width: 10px; background: #00aaff; }

::-webkit-scrollbar-track { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; }

::-webkit-scrollbar-thumb { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; background: #ff8900; }

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.form_wrap .help-block { margin: 20px 0 0 20px; padding: 0; color: #000; text-align: center; }

.form_wrap.popup form { display: block; }

.form_wrap.popup form .form-group { width: 100%; margin-bottom: 40px; }

.form_wrap.popup form .form-group input { padding: 20px; width: 100%; }

@media only screen and (min-width: 600px) { .form_wrap.popup form .form-group input { max-width: 50%; padding: 20px 40px; } }

.form_wrap.popup form .form-group.error label { color: #FF8900; }

.form_wrap.popup form .form-group.error input { border: 5px solid #FF8900; }

.form_wrap.popup form .gdpr_btn:before { position: absolute; top: 50%; left: 0px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-family: 'FontAwesome' !important; content: "\f0e0"; color: #FF8900; opacity: 0; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

.form_wrap.popup form .gdpr_btn:before { left: auto; right: 0px; }

.form_wrap.popup form .gdpr_btn:hover:before { opacity: 1; color: #fff; }

.form_wrap.popup form .gdpr_btn:hover:before { right: 100%; margin-right: 20px; }

.form_wrap form { display: block; width: 100%; text-align: center; }

.form_wrap form .form-group { position: relative; margin: 0; padding: 0; width: 100%; }

.form_wrap form .form-group label { text-align: center; display: block; cursor: pointer; color: #fff; }

.form_wrap form .form-group input { background: #fff; border: none; outline: none; padding: 30px 20px; font-family: "Ubuntu", sans-serif; border: 2px solid transparent; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; border-radius: 40px; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

.form_wrap form .form-group input:focus { border-color: #fff; background: #00AAFF; color: #fff; }

.form_wrap form .form-group .help-block { position: absolute; top: 100%; left: 20px; background: #00AAFF; color: #000; font-size: 14px; margin-top: 15px; border: 1px solid #fff; padding: 6px 25px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; }

.form_wrap form .form-group .help-block:after, .form_wrap form .form-group .help-block:before { bottom: 100%; left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }

.form_wrap form .form-group .help-block:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #00AAFF; border-width: 10px; margin-left: 30px; }

.form_wrap form .form-group .help-block:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #fff; border-width: 12px; margin-left: 28px; }

.form_wrap form .gdpr_btn { position: relative; padding: 15px 40px; margin: 60px 0 40px; }

.form_wrap form .gdpr_btn:after { position: absolute; top: 50%; left: 0px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-family: 'FontAwesome' !important; content: "\f0e0"; color: #FF8900; opacity: 0; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

.form_wrap form .gdpr_btn:hover:after { opacity: 1; color: #fff; }

.form_wrap form .gdpr_btn:hover:after { left: 100%; margin-left: 20px; }

@media only screen and (min-width: 880px) { .form_wrap form { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .form_wrap form .form-group { width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  .form_wrap form .gdpr_btn { margin-top: 40px; margin-left: 40px; } }

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; }

:focus::-moz-placeholder { /* Firefox 19+ */ color: #fff; }

:focus:-ms-input-placeholder { /* IE 10+ */ color: #fff; }

:focus:-moz-placeholder { /* Firefox 18- */ color: #fff; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ccc; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }

::-moz-placeholder { /* Firefox 19+ */ color: #ccc; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }

:-ms-input-placeholder { /* IE 10+ */ color: #ccc; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }

:-moz-placeholder { /* Firefox 18- */ color: #ccc; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }

header, main, footer, section { position: relative; width: 100%; z-index: 1; font-family: "Ubuntu Condensed", sans-serif; }

.wrap { position: relative; margin: 0 auto; width: 100%; padding: 0 10px; }

@media only screen and (min-width: 1170px) { .wrap { width: 1170px; padding: 0; } }

.wrap_fluid { position: relative; margin: 0 auto; width: 100%; }

main { font-size: 24px; }

@media only screen and (min-width: 768px) { main { padding-top: 50px; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes gor_dol { from { bottom: 20px; }
  50% { bottom: 25px; }
  to { bottom: 20px; } }

@keyframes gor_dol { from { bottom: 20px; }
  50% { bottom: 25px; }
  to { bottom: 20px; } }

@-webkit-keyframes PortfolioGoRight { from { -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to { -webkit-box-ordinal-group: 3; order: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes PortfolioGoRight { from { -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  to { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes PortfolioGoLeft { from { -webkit-box-ordinal-group: 2; order: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to { -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes PortfolioGoLeft { from { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to { -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

footer { position: relative; padding: 20px 0; text-align: center; color: #fff; font-size: 12px; margin-top: 100px; font-family: "Ubuntu", sans-serif; }

footer a { display: inline-block; margin-top: 20px; color: #FFC42A; }

footer a:hover img { width: 100px; }

footer a img { display: inline-block; width: 130px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

#app .navbar { position: fixed; width: 100%; background: #00AAFF; color: #fff; margin: 0; font-family: "Ubuntu", sans-serif; border: none; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

#app .navbar.small { -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.2); }

#app .navbar .navbar-brand span { font-size: 9px; }

#app .navbar a { color: #fff; background: #00AAFF; }

#app .navbar .dropdown-menu { background: #00AAFF; }

#app .navbar .navbar-toggle { border: none; background: none; margin-right: 0; }

#app .navbar .navbar-toggle:hover .icon-bar { background: #000; }

#app .navbar .navbar-toggle .icon-bar { background: #000; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; }

#app .navbar .navbar-toggle .icon-bar:nth-of-type(3) { width: 12px; }

#app .navbar .navbar-toggle .icon-bar:nth-of-type(4) { width: 18px; }

#app .navbar .navbar-toggle.collapsed .icon-bar { width: 22px; background: #fff; }

.page p, .page ul { font-size: 18px; margin-bottom: 10px; }

.page h2 { margin-top: 16px; }

.page h3 { font-size: 20px; font-weight: bold; }

.page h2, .page h3 { margin-bottom: 0.4em; }

.page ul { list-style-type: circle; margin-left: 20px; }

.page ul li { margin-bottom: 6px; }

#totop { position: fixed; background: #FF8900; color: #fff; font-size: 23px; bottom: 95px; right: 0px; padding: 10px 20px; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s; -webkit-border-radius: 20px 0 0 20px; -moz-border-radius: 20px 0 0 20px; -ms-border-radius: 20px 0 0 20px; border-radius: 20px 0 0 20px; }

#totop:after { font-family: 'FontAwesome' !important; content: "\f062"; }

#totop.activ { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

#totop:hover { color: #000; }

.center { text-align: center; }

.totop { position: absolute; bottom: 100%; width: 100%; margin-bottom: 10px; }

.totop p { font-size: 14px; }

@media only screen and (min-width: 480px) { .totop p { font-size: 24px; } }

.white { color: #fff !important; }

.bg_blue { background: #00AAFF; /*z-index: -1;*/}

.bg_orange { background: #FF8900; }

.color1 { color: #FF8900 !important; }

.bg_blue_half { position: relative; }

.bg_blue_half:before { position: absolute; top: 0px; left: 0px; content: ""; width: 100%; height: 100%; background: #00AAFF; }

@media only screen and (min-width: 760px) { .bg_blue_half:before { height: 40%; } }

.gdpr_image { margin: 40px 0; }

.gdpr_image img { width: 100%; height: auto; }

.nopadding { padding: 0; }

.nomargin { margin: 0; }

.nocolor { background: transparent; }

.user_area { color: #fff; padding: 100px 0; }

.buttons { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }

.buttons button { margin: 0 20px; margin-bottom: 40px; padding: 16px 35px; font-weight: bold; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.buttons button:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #FF8900; border-width: 10px; margin-left: -10px; margin-top: -10px; opacity: 0; }

.buttons button.activ { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; background: #FF8900; color: #fff; }

.buttons button.activ:after { margin-top: 0px; opacity: 1; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

@media only screen and (min-width: 760px) { .buttons button { margin-bottom: 0; }
  .buttons button.activ { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.article_wrap { overflow: hidden; min-height: 100vh; padding-top: 40px; }

article { max-height: 0; opacity: 0; visibility: hidden; }

article section { opacity: 0; visibility: hidden; }

article.activ { max-height: 4000vh; opacity: 1; visibility: visible; }

article.activ section { opacity: 1; visibility: visible; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }

article h1, article h2, article h3, article h4, article h5, article h6 { font-size: 40px; font-weight: bold; color: #000; margin: 0; padding: 0px; margin-bottom: 25px; }

article p, article ul, article ol { margin-bottom: 20px; line-height: 1.5; }

article p:last-of-type, article ul:last-of-type, article ol:last-of-type { margin-bottom: 0px; }

article p.big, article ul.big, article ol.big { font-size: 42px; }

article ul, article ol { margin-left: 25px; }

article ul.tutorial li, article ol.tutorial li { margin-bottom: 20px; }

article ul.tutorial li:last-of-type, article ol.tutorial li:last-of-type { margin-bottom: 0px; }

article ul.tutorial p, article ol.tutorial p { margin-bottom: 10px; }

article ul.tutorial img, article ol.tutorial img { width: 100%; height: auto; margin-bottom: 10px; border: 3px solid #FF8900; }

.row { margin: 0; margin-top: 80px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.row .box { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; margin: 0 40px; margin-bottom: 80px; padding-bottom: 90px; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.2); }

.row .box .box_head { padding: 20px; text-align: center; color: #fff; font-weight: bold; text-transform: uppercase; background: #FF8900; }

.row .box .box_head .title { font-size: 28px; color: inherit; margin-bottom: 0; }

.row .box .box_head span { text-transform: lowercase; color: #000; }

.row .box .box_body { text-align: center; padding: 40px 20px; }

.row .box .box_body span { font-weight: bold; color: #000; display: block; }

.row .box .box_body span.linethrough { font-size: 16px; text-decoration: line-through; }

.row .box .box_body span.small { margin-top: 10px; font-size: 20px; font-weight: normal; }

.row .box .gdpr_btn { position: absolute; bottom: 40px; left: 50%; -webkit-transform: translatex(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #FF8900; padding: 20px; color: #fff; }

.row .box .gdpr_btn.color { background: #09AFFF; }

.row .box .gdpr_btn:hover { text-decoration: none; color: #000; }

@media only screen and (min-width: 1170px) { .row .box { margin-bottom: 0; } }

.foter_link { color: #fff; }

.foter_link:hover { color: #FFC42A; }

/*# sourceMappingURL=home.css.map */
