@charset "UTF-8";.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;animation:fadeOut .7s both ease}.owl-fade-in{animation:fadeIn .7s both ease}.owl-backSlide-out{animation:backSlideOut 1s both ease}.owl-backSlide-in{animation:backSlideIn 1s both ease}.owl-goDown-out{animation:scaleToFade .7s ease both}.owl-goDown-in{animation:goDown .6s ease both}.owl-fadeUp-in{animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{animation:scaleUpTo .5s ease both}@keyframes empty{0%{opacity:1}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@keyframes goDown{from{transform:translateY(-100%)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel,.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel{width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%,100%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}60%{transform:scaleX(1.15) scaleY(.85)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%,100%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{-ms-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}.flipInY,.flipOutX{-ms-backface-visibility:visible!important}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}100%{transform:translateX(0) skewX(0);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.slideOutDown{animation-name:slideOutDown}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale(.1) translateY(-2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateY(60px);animation-timing-function:ease-out}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale(.1) translateX(-2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateX(48px);animation-timing-function:ease-out}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale(.1) translateX(2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateX(-48px);animation-timing-function:ease-out}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale(.1) translateY(2000px);animation-timing-function:ease-in-out}60%{opacity:1;transform:scale(.475) translateY(-60px);animation-timing-function:ease-out}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale(.475) translateY(-60px);animation-timing-function:linear}100%{opacity:0;transform:scale(.1) translateY(2000px);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale(.475) translateX(42px);animation-timing-function:linear}100%{opacity:0;transform:scale(.1) translateX(-2000px);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale(.475) translateX(-42px);animation-timing-function:linear}100%{opacity:0;transform:scale(.1) translateX(2000px);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale(.475) translateY(60px);animation-timing-function:linear}100%{opacity:0;transform:scale(.1) translateY(-2000px);transform-origin:center top}}.zoomOutUp{animation-name:zoomOutUp}body{background:#FFF;margin:0}.container{max-width:1130px}header{position:relative;display:block;width:100%;height:130px;z-index:99;background-color:#7dcff4;background-image:linear-gradient(bottom,#74b4d1 0,#74b4d1 .27%,#72c7ed 99.46%,#72c7ed 100%)}header .logo{display:table-cell;margin:45px 100px 0 0}header nav{margin-top:50px;display:table-cell}header nav li{float:left;margin-left:40px}header nav li:first-child{margin:0}header nav li a{color:#fff;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px;transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}header nav li a:focus,header nav li a:hover{text-decoration:none;color:#B7EFD1!important}header .social{display:table-cell;margin-top:45px}header .social li{float:left;margin-left:20px}header .social li:first-child{margin:0}.hero{display:block;position:relative;width:100%;height:560px;background:url(../img/hero.jpg) center center no-repeat fixed;background-size:cover}.hero .caption{position:absolute;max-width:550px;margin-left:80px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-o-transform:translate(0,-50%)}.hero .caption h1{color:#525252;font-family:OpenSansBold,Helvetica,Arial,sans-serif;font-size:34px;font-weight:700;word-break:break-word}.hero .caption p{color:#6d6c6c;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px;line-height:30px;margin:15px 0 35px}#slider .caption p{margin:0}a.app_store_btn{display:inline-block;text-decoration:none;padding:15px 40px;border:2px solid #525252;border-radius:2px;margin:20px 20px 10px 0;color:#525252;font-family:OpenSansSemibold,Helvetica,Arial,sans-serif;font-size:16px}.android_icon,.iphone_icon,.play_icon{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:20px;margin-bottom:3px}a.app_store_btn:focus,a.app_store_btn:hover{border-color:#41c27d;color:#41c27d!important}a.app_link{text-transform:lowercase;letter-spacing:.5px;color:#636363;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px}a.app_link:focus,a.app_link:hover{text-decoration:none;color:#41c27d!important}.android_icon,.iphone_icon,.play_icon,a.app_link,a.app_store_btn{transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.about_video{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.8);display:none}.about_video iframe{width:100%;height:100%;z-index:9999}.featured_on{width:100%;padding:25px 0;background:#f3f3f3}.featured_on ul{margin:0}.featured_on li{position:relative;height:100%}.featured_on li:first-child{margin-left:0}.about{padding:100px 0}.about .iphone{max-width:339px;position:relative;display:inline-block;text-align:center}.about .iphone img{width:100%;height:auto}.about .features_list{margin-left:50px}.about .features_list h1{color:#525151;font-family:OpenSansBold,Helvetica,Arial,sans-serif;font-size:34px;font-weight:700;line-height:46px;margin:0 0 20px;word-break:break-word}.about .features_list p{color:#767272;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px;margin-bottom:45px;line-height:32px}.about .features_list ul li,.app_features h1,.app_features h3{font-family:OpenSansSemibold,Helvetica,Arial,sans-serif}.about .features_list ul{margin-bottom:30px}.about .features_list ul li{display:block;position:relative;color:#6c6c6c;font-size:16px;line-height:44px;text-indent:25px;transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.about .features_list ul li.camera_icon{background:url(../../images/capture-theme/icon1.63501619.png) 0 15px no-repeat}.about .features_list ul li.video_icon{background:url(../../images/capture-theme/icon2.4c680755.png) 0 15px no-repeat}.about .features_list ul li.eye_icon{background:url(../../images/capture-theme/icon3.36071243.png) 0 14px no-repeat}.about .features_list ul li.pic_icon{background:url(../../images/capture-theme/icon4.721f2bed.png) 0 14px no-repeat}.about .features_list ul li.loc_icon{background:url(../../images/capture-theme/icon5.05815394.png) 3px 13px no-repeat}.about .features_list ul li span{display:inline-block}.app_features{width:100%;padding:100px 0 20px;background-color:#7dcff4;background-image:linear-gradient(bottom,#74b4d1 0,#74b4d1 .27%,#72c7ed 99.46%,#72c7ed 100%)}.app_features.with-heading{padding:50px 0}.app_features h3{color:#fff;padding-bottom:30px}.app_features h1{color:#fff;font-size:20px;margin:50px 0 0;word-break:break-word}.app_features p,.testimonials .testimonials_list blockquote p{font-family:OpenSansRegular,Helvetica,Arial,sans-serif}.app_features p{color:#fff;font-size:16px;margin:30px 0 0;line-height:28px}.app_features .details{margin-bottom:50px}.testimonials{padding:100px 0;color:#757171}.testimonials.blue{background-color:#7dcff4;color:#fff}.testimonials .testimonials_list{max-width:820px;margin:0 auto}.testimonials .testimonials_list h3{padding-bottom:30px;color:#fff}.testimonials .testimonials_list blockquote{border:0;padding:0;margin:0}.testimonials .testimonials_list blockquote p{font-size:16px;line-height:1.8em}.testimonials .testimonials_list blockquote footer:after,.testimonials .testimonials_list blockquote footer:before,.testimonials .testimonials_list blockquote p small:before{content:none}.testimonials .testimonials_list blockquote .author,.testimonials .testimonials_list blockquote .job{display:block}.testimonials .testimonials_list blockquote .author{color:#4b4848;font-family:OpenSansSemibold,Helvetica,Arial,sans-serif;font-size:16px;margin-bottom:10px}.sub_box #mc-email,.sub_box .cta_text,.sub_box .message,.testimonials .testimonials_list blockquote .job,footer .copyright{font-family:OpenSansRegular,Helvetica,Arial,sans-serif}.testimonials .testimonials_list blockquote .job{color:#6e6d6d;font-size:14px}.#tslider{text-align:center!important;position:relative!important}.sub_box,.sub_box #mc_submit,.sub_box .message,.therapist .portrait,body,footer{text-align:center}#tslider .owl-controls{display:block;width:100%;text-align:center;margin-top:40px;padding:0}#tslider .owl-controls .owl-next,#tslider .owl-controls .owl-prev{display:inline-block;width:32px;height:32px;background:url(../../images/capture-theme/nav_arrow.32f67463.png) no-repeat;text-indent:-200px;overflow:hidden;transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}#tslider .owl-controls .owl-prev{background-position:0 0}#tslider .owl-controls .owl-next{background-position:-33px 0;margin-left:40px}#tslider .owl-controls .owl-next:hover,#tslider .owl-controls .owl-prev:hover{cursor:pointer;background:url(../../images/capture-theme/nav_arrow_hover.9dac3183.png) no-repeat}.sub_box #mc-email,.sub_box #mc_submit{height:50px;background-color:#fff;outline:0;margin-right:-4px}#tslider .owl-controls .owl-prev:hover{background-position:0 0}#tslider .owl-controls .owl-next:hover{background-position:-33px 0}.sub_box{width:100%;padding:100px 0;background-image:linear-gradient(bottom,#74b4d1 0,#74b4d1 .27%,#72c7ed 99.46%,#72c7ed 100%)}.sub_box .cta_text{color:#fff;font-size:20px;margin-bottom:50px}.sub_box #mc-email{width:300px;padding:0 20px;border:0;color:#7dcff4;font-size:14px;border-top-left-radius:2px;-o-border-top-left-radius:2px;-moz-border-top-left-radius:2px;-webkit-border-top-left-radius:2px;border-bottom-left-radius:2px;-o-border-bottom-left-radius:2px;-moz-border-bottom-left-radius:2px;-webkit-border-bottom-left-radius:2px}.sub_box #mc_submit{width:60px;border-top-right-radius:2px;-o-border-top-right-radius:2px;-moz-border-top-right-radius:2px;-webkit-border-top-right-radius:2px;border-bottom-right-radius:2px;-o-border-bottom-right-radius:2px;-moz-border-bottom-right-radius:2px;-webkit-border-bottom-right-radius:2px;border:0}.sub_box #mc_submit i{display:inline-block;width:20px;height:14px;vertical-align:middle}body,body::after,html{height:100%}#mc_submit i.icon{background:url(../../images/capture-theme/sub_icon.e2026cb8.png) no-repeat}#mc_submit i.loading{background:url(../../images/capture-theme/loading.0d6ddfeb.gif) no-repeat}.sub_box .message{display:block;color:#fff;font-size:13px;text-transform:lowercase;margin-top:20px}.sub_box #error_msg,.sub_box #success_msg{display:none}footer .app_platform li{margin:0 0 0 60px}footer .app_platform li:first-child{margin:0}footer .copyright{margin-top:60px;color:#757171;font-size:12px;letter-spacing:.5px}footer .copyright a{color:#565555}@media (max-width:360px){.featured_on li{display:block;width:100%}}@media (max-width:767px){header .burger_icon,header nav li,header nav.show{display:block}header .logo{margin-right:0}header nav{width:100%;float:none;background:#74b4d1;position:absolute;margin-top:130px;left:0;display:none}header nav li{width:100%;margin:0;text-align:center}header nav li a{display:block;width:100%;padding:20px 0;border-bottom:1px solid #389965}header nav li:first-child a{border-top:1px solid #389965}header .social{display:none}header .social li{margin-left:10px}.hero .caption{margin-left:0}.app_store_btn{display:block;width:90%;padding-left:0;padding-right:0;text-align:center}.featured_on{padding:25px 0 5px!important}.featured_on ul li{margin-bottom:25px!important}.about .features_list{text-align:center;margin:0}.about .features_list ul li{text-indent:0;background:0 0!important;margin-bottom:20px}.about .features_list ul li:last-child{margin:0}a.app_link{display:block;margin-top:20px}.sub_box #mc-email,.sub_box #mc_submit{display:block;width:90%;margin:0 auto;text-align:center}.sub_box #mc_submit{margin-top:20px}}a,a:focus,a:hover{color:#FFF}.btn-default,.btn-default:focus,.btn-default:hover{color:#333;text-shadow:none;background-color:#fff;border:1px solid #fff}.site-wrapper{display:table;width:100%;height:100%;min-height:100%}.site-wrapper-inner{display:table-cell;vertical-align:top}.masthead-nav>li,.therapist .portrait{display:inline-block}.cover-container{margin-right:auto;margin-left:auto}.inner{padding:30px}.masthead-brand{margin-top:10px;margin-bottom:10px}.masthead-nav>li+li{margin-left:20px}.masthead-nav>li>a{padding-right:0;padding-left:0;font-size:16px;font-weight:700;color:#fff;color:rgba(255,255,255,.75);border-bottom:2px solid transparent}.masthead-nav>li>a:focus,.masthead-nav>li>a:hover{background-color:transparent;border-bottom-color:#a9a9a9;border-bottom-color:rgba(255,255,255,.25)}.masthead-nav>.active>a,.masthead-nav>.active>a:focus,.masthead-nav>.active>a:hover{color:#fff;border-bottom-color:#fff}.cover{padding:0 20px}.cover .btn-lg{padding:10px 20px;font-weight:700}.cover a,.cover a:focus,.cover a:hover{color:#767272}.mastfoot{color:#999;color:rgba(255,255,255,.5)}@media (min-width:768px){.masthead-brand{float:left}.masthead-nav{float:right}.masthead{position:fixed;top:0}.mastfoot{position:fixed;bottom:0}.site-wrapper-inner{vertical-align:middle}.cover-container,.mastfoot,.masthead{width:100%}}@media (min-width:992px){.cover-container,.mastfoot,.masthead{width:700px}}.browsehappy{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}body::after{content:"";background:url(../images/cover/logo.1e431946.svg) center center no-repeat #FFF;background-size:cover;opacity:.25;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}body{padding:0;color:#757171}blockquote{border-left:none}.nav-papst,.nav-papst .navbar-collapse,.navbar-default .navbar-form{border-style:none}address{margin-bottom:0}h3{font-family:OpenSansSemibold,Helvetica,Arial,sans-serif}.nav-papst{background-color:#7dcff4}.nav-papst .logo{padding-left:15px;margin-right:50px}.nav-papst .navbar-nav{margin:5px -15px 0}.nav-papst .navbar-nav li a{color:#fff;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px;transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.nav-papst .navbar-nav li a:focus,.nav-papst .navbar-nav li a:hover{text-decoration:none;color:#757171}.nav-papst .navbar-toggle{border-color:#7dcff4}.nav-papst .navbar-toggle:focus,.nav-papst .navbar-toggle:hover{background-color:#fff}.cover-content-middle{vertical-align:middle}.therapist{padding-top:100px;padding-bottom:100px}.therapist .portrait{max-width:425px;position:relative}.therapist .portrait img{width:100%;height:auto}.therapist .features_list{text-align:left}.therapist .features_list h1{color:#525151;font-family:OpenSansBold,Helvetica,Arial,sans-serif;font-size:34px;font-weight:700;line-height:46px;margin:0 0 20px;word-break:break-word}.therapist .features_list h2,h3{text-align:center;padding-bottom:30px;color:#757171}.therapist .features_list p{color:#767272;font-family:OpenSansRegular,Helvetica,Arial,sans-serif;font-size:16px;margin-bottom:45px;line-height:1.8em}.therapist .features_list ul{margin-bottom:30px;color:#6c6c6c}.therapist .features_list ul li{display:block;position:relative;font-family:OpenSansSemibold,Helvetica,Arial,sans-serif;font-size:16px;line-height:44px;text-indent:25px;transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;-webkit-transition:all .2s linear}.therapist .features_list ul li span{display:inline-block}.therapist .features_list ul li span.additionalInfo{display:inline-flex;text-indent:0}.therapist .features_list ul li.camera_icon{background:url(../images/capture-theme/icon1.63501619.png) 0 15px no-repeat}.therapist .features_list ul li.video_icon{background:url(../images/capture-theme/icon2.4c680755.png) 0 15px no-repeat}.therapist .features_list ul li.eye_icon{background:url(../images/capture-theme/icon3.36071243.png) 0 14px no-repeat}.therapist .features_list ul li.pic_icon{background:url(../images/capture-theme/icon4.721f2bed.png) 0 14px no-repeat}.therapist .features_list ul li.loc_icon{background:url(../images/capture-theme/icon5.05815394.png) 3px 13px no-repeat}.therapist .features_list ul li.education_icon{background:url(../images/glyphicons/education2.935f69e2.png) 2px 14px no-repeat}.testimonials .testimonials_list blockquote p small{color:#fff}.angular-google-map-container{height:300px}.footer,.header,.marketing{padding-left:15px;padding-right:15px}.header{border-bottom:1px solid #e5e5e5;margin-bottom:10px}.header h3{margin-top:0;margin-bottom:0;line-height:40px;padding-bottom:19px}footer{padding:0;color:#777}.container-narrow>hr{margin:30px 0}.landing-page-container{text-align:center}.jumbotron .btn{font-size:21px;padding:14px 24px}.marketing{margin:40px 0}.marketing p+h4{margin-top:28px}@media screen and (min-width:768px){.container{max-width:1700px}.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}.angular-google-map-container{height:600px}}@media (max-width:767px){.testimonials,.therapist{padding:50px 0}.nav-papst .navbar-nav li:first-child a{border-top:1px solid #fff}.nav-papst .navbar-nav li a{border-bottom:1px solid #fff}.cover blockquote{font-size:14px}.cover h1{font-size:24px}.therapist .features_list{text-align:center;margin:0}.therapist .features_list ul li{text-indent:0;background:0 0!important;margin-bottom:20px;line-height:inherit}.therapist .features_list ul li:last-child{margin:0}}