.btn-filled, .btn-stroked {
    margin: 20px 5px;
    padding: 10px 20px;
}
.navbar-default, .navbar-default .navbar-toggle {
    border-color: #fff;
}
.ba p, .feature p {
    opacity: .8;
}
body {
    margin: 0;
    height: 100%;
    font-family: "Noto Sans", sans-serif;
}
.btn, a {
    -webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
    transition: color linear .4s, background-color linear .4s, border-color linear .4s;
}
.btn:hover, a:hover {
    text-decoration: none;
    outline: 0;
}
.btn-filled {
    background: #ee3741;
    border: 3px solid #ee3741;
    border-radius: 40px;
}
.btn-stroked {
    border-radius: 40px;
    background: 0 0;
    border: 3px solid #FFF;
}
.navbar {
    box-shadow: 0 1px 1px rgba(28, 29, 34, .2);
    padding: 10px 0;
}
.navbar a {
    font-size: .9em;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 1);
}
.navbar-default .navbar-brand {
    color: #1c1d22;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #ee3741;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #1c1d22;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ee3741;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #fff;
}
.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #1c1d22;
}
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #ee3741;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>.dropdown-menu .divider {
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ee3741;
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1c1d22;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1c1d22;
}
.navbar-default .navbar-link {
    color: #1c1d22;
}
.navbar-default .navbar-link:hover {
    color: #ee3741;
}
.app-cards {
    padding: 70px 0 80px;
}
.app-cards header {
    padding: 0 30px 60px 0;
}
.app-icon {
    padding: 20px 0 0;
}
.app-cards .heading {
    padding: 0 0 10px;
}
.app-cards .text-box {
    padding: 0 40px 10px;
}
.app-card {
    border: 1px solid #e4e7e8;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
}
.app-links {
    padding-bottom: 20px;
}
.app-links .btn {
    font-size: .8em;
}
.store-links .btn {
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    font-size: .9em;
}
.store-links .btn:hover {
    background: #eff1f1;
}
.store-links .btn:first-child {
    border-right: solid 1px #EEE;
}
.read-more {
    display: block;
    padding: 15px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    border-top: solid 1px #e4e7e8;
}
.read-more:hover {
    background: #EE3741;
    border-top: solid 1px #EE3741;
    color: #FFF;
}
.ba-block, .blog .odd {
    background: #eff1f1;
}
.read-more i {
    margin-left: 4px;
    font-size: .7em;
}
.blog {
    padding: 30px 0 0;
}
.blog .blog-entry {
    padding: 100px 0;
}
.blog header {
    padding-left: 20px;
    padding-right: 20px;
}
.blog article {
    padding: 50px;
    line-height: 28px;
}
.blog .intro-img {
    margin: 20px 0 0;
}
.blog .post-details {
    text-align: center;
    padding: 15px;
    border-top: solid 1px #e3e6e6;
    border-bottom: solid 1px #e3e6e6;
    color: #a4a5a7;
}
.simple-text-block, .video-block {
    border-bottom: solid 1px #e4e7e8;
}
.blog .post-details img {
    margin: 0 10px;
}
.simple-text-block {
    padding: 60px 60px 80px;
}
.simple-text-block h2 {
    line-height: 40px;
    margin-bottom: 30px;
}
.simple-text-block h2::after {
    content: "";
    border: 2px solid #EE3741;
    display: block;
    width: 35px;
    margin: 25px auto;
}
.ba, .feature {
    margin-bottom: 30px;
}
.ba-block {
    padding: 50px 0 40px;
}
.ba {
    padding: 20px;
    min-height: 240px;
}
.features-block {
    padding: 40px 0;
}
.feature h5 {
    font-weight: 700;
}
.feature {
    padding: 20px;
    border: 1px solid #e5e8e8;
    min-height: 260px;
    border-radius: 4px;
}
.feature p {
    font-size: .8em;
}
.feature-list {
    margin-bottom: 60px;
}
#wrapper {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    table-layout: fixed;
}
#footer {
    width: 100%;
    overflow: hidden;
    display: table-footer-group;
    height: 1%}
.main {
    padding: 47px 0;
}
.main .content {
    padding: 25px 15px 23px;
    line-height: 1.615;
    color: #79797c;
}
.main h3 {
    margin: 0 0 46px;
    line-height: 1.285;
    font-weight: 300;
    color: #1c1d22;
}
.big-hero h1, .footer-holder ul, .heading h2, .main h4, .testimonials .img-box a, .testimonials p a {
    font-weight: 400;
}
.main h4 {
    margin: 0 0 12px;
    line-height: 1.625;
}
.style-01 .main h4 {
    margin: 0 0 7px;
}
.main p {
    margin: 0 0 23px;
}
.main .date {
    display: block;
    margin: -5px 0 0;
    padding: 0 0 22px;
}
.main .btn-holder {
    padding: 32px 0 0;
}
.section-heading {
    padding: 80px 0;
}
.subscribe {
    padding: 50px 0;
}
.subscribe button {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    margin-left: 0;
    margin-top: 0;
    background: #12A6dA;
    border-color: #12A6dA;
    color: #FFF;
}
.subscribe button:hover {
    background: #1096c6;
    border-color: #1096c6;
    color: #FFF;
}
.beta-form {
    margin-top: 30px;
    text-align: center;
}
.beta-form input {
    padding: 24px 20px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 40px;
    background: #eff1f1!important;
    color: #1c1d22!important;
}
.beta-form input:focus {
    background: #FFF;
    color: #1c1d22;
}
footer {
    background: #1c1d22;
}
.footer-holder {
    position: relative;
    padding: 62px 15px 92px;
    line-height: 1.6428571429;
    color: #77787b!important;
}
.footer-holder .logo {
    margin: 0 0 23px;
    padding: 4px 0 0;
    float: none;
    display: block;
    width: 100px;
}
.footer-holder .logo+p {
    line-height: 21px;
}
.footer-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.55;
}
.footer-holder ul a {
    color: #eee;
}
.footer-holder ul a:hover {
    color: #ee3741;
}
.testimonials {
    position: relative;
    text-align: center;
    padding: 40px 200px 33px;
    margin: 0 0 60px;
    line-height: 1.6;
}
.testimonials .img-box {
    display: block;
    line-height: 1.5;
    padding: 0 0 40px;
}
.testimonials .img-box .img-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
    overflow: hidden;
}
.testimonials .img-box .img-holder img {
    border-radius: 50%}
.video-thumb, .video-thumb img {
    border-radius: 8px;
}
.testimonials .img-box .text-holder {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.big-hero, .text-col-1 {
    text-align: center;
}
.testimonials .img-box h3 {
    margin: 0;
    line-height: 1.33333;
    color: #1c1d22;
}
.testimonials [class^=btn-] {
    position: absolute;
    top: 50%;
    margin: 23px 0 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
    color: #a3a3a3;
}
.testimonials [class^=btn-]:hover {
    color: #1c1d22;
}
.testimonials .btn-prev {
    left: 90px;
}
.testimonials .btn-next {
    right: 90px;
}
.testimonials .date {
    display: block;
    font-style: 400;
    line-height: 1.5;
    font-weight: 400;
    color: #848e97;
}
.testimonials .mask {
    position: relative;
    overflow: hidden;
}
.testimonials .mask .slideset {
    width: 99999px;
    float: left;
}
.testimonials .mask .slide {
    float: left;
}
.testimonials .mask .slide.active {
    z-index: 1;
}
.video-block {
    padding: 70px 0;
}
.video-block .text-box {
    padding: 0 50px;
    line-height: 1.6em;
}
.video-block .heading {
    padding: 0 30px;
}
.video-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    display: block;
    border-radius: 8px;
    background: url(../images/playbutton.png)50% 50% no-repeat rgba(0, 0, 0, .4);
    background-size: 15%;
    margin: 0;
}
.video-thumb {
    position: relative;
    background: #EEE;
    margin: 60px 0 40px;
}
.heading h2 {
    font-size: 2.6em;
    line-height: 1.3em;
}
.minimal {
    padding: 100px 0;
}
.text-col-img {
    padding: 100px 0 0;
}
.text-col-img .heading, .text-col-img .text-box {
    padding: 0 50px;
    margin: 0 0 20px;
}
.text-col-img .text-box {
    margin-top: 20px;
    padding-bottom: 80px;
    line-height: 1.6em;
}
.text-col-1, .text-col-2, .text-col-3, .text-col-4 {
    padding: 100px 0 120px;
    border-bottom: solid 1px #eff1f1;
}
.text-col-1 .text-box, .text-col-2 .text-box {
    padding: 0 50px;
    line-height: 1.6em;
}
.text-col-1 .heading {
    padding: 0 30px;
    margin-bottom: 30px;
}
.text-col-2 .heading {
    padding: 0 50px;
}
.text-col-1 .heading:after {
    margin: 30px auto;
    height: 4px;
    display: block;
    width: 60px;
    background: #EE3741;
    content: ''}
.big-hero {
    min-height: 700px;
    color: #FFF;
    padding: 170px 0 0;
    background: #1c1d22;
}
.big-hero h1 {
    font-size: 5em;
    margin: 0 0 10px;
    line-height: 1.12;
    color: #FFF;
}
.big-hero .tagline {
    margin: 30px 0;
    font-size: 1em;
    line-height: 1.6em;
    color: #FFF;
}
.big-hero .text-block {
    padding: 90px 0;
}
.big-hero-container {
    background: #1c1d22;
    text-align: center;
}
.big-buttons {
    padding: 100px 0 120px;
}
.big-buttons a {
    margin: 40px 5px;
    padding: 10px 20px;
}
.color-white {
    border-bottom: solid 1px #eff1f1;
}
.color-black, .color-blue, .color-darkgrey, .color-green, .color-lightgrey, .color-purple, .color-red {
    border-bottom: none!important;
}
.color-black {
    background: #1c1d22;
    color: rgba(255, 255, 255, .5);
}
.color-black h1, .color-black h2, .color-black h3, .color-black h4 {
    color: rgba(255, 255, 255, .9);
}
.color-purple {
    background: #8d51f8;
    color: rgba(255, 255, 255, .8);
}
.color-purple h1, .color-purple h2, .color-purple h3, .color-purple h4 {
    color: rgba(255, 255, 255, 1);
}
.color-red {
    background: #EE3741;
    color: rgba(255, 255, 255, .8);
}
.color-red h1, .color-red h2, .color-red h3, .color-red h4 {
    color: rgba(255, 255, 255, 1);
}
.color-green {
    background: #20B576;
    color: rgba(255, 255, 255, .8);
}
.color-green h1, .color-green h2, .color-green h3, .color-green h4 {
    color: rgba(255, 255, 255, 1);
}
.color-blue {
    background: #12A6dA;
    color: rgba(255, 255, 255, .8);
}
.color-blue h1, .color-blue h2, .color-blue h3, .color-blue h4 {
    color: rgba(255, 255, 255, 1);
}
.color-darkgrey {
    background: #272a31;
    color: rgba(255, 255, 255, .8);
}
.color-darkgrey h1, .color-darkgrey h2, .color-darkgrey h3, .color-darkgrey h4 {
    color: rgba(255, 255, 255, 1);
}
.color-lightgrey {
    background: #eff1f1;
    color: #1c1d22;
}
.color-lightgrey h1, .color-lightgrey h2, .color-lightgrey h3, .color-lightgrey h4 {
    color: #1c1d22;
}
.color-red.text-col-1 .heading:after {
    background: #1c1d22!important;
}
.color-blue.text-col-1 .heading:after, .color-green.text-col-1 .heading:after, .color-purple.text-col-1 .heading:after {
    background: rgba(255, 255, 255, .9)!important;
}
.rounded {
    border-radius: 40px;
    background: 0 0;
    border: 2px solid #FFF;
}
.color-lightgrey .rounded, .color-white .rounded {
    color: #FFF;
    background: #EE3741;
    border: 2px solid #EE3741;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters>[class*=" col-"], .row.no-gutters>[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}
.beta-tag {
    background: #13a7db;
    border-radius: 4px;
    padding: 0 10px;
}
.hidden {
    visibility: hidden;
}
.subscribe-error {
    display: block;
    font-weight: 700;
    color: #EE3741;
}
.img-responsive {
    width: 100%}
ol li {
    margin-bottom: 20px;
}
@media only screen and (max-width:992px) {
    .slide-holder {
    padding: 0;
    margin: 0 0 -130px;
    text-align: center;
}
.slide-holder .img-slide img {
    position: relative;
    left: -3px;
}
.testimonials {
    margin: 0 0 30px;
    padding: 85px 35px 0;
    line-height: 1.412;
}
.testimonials .img-box {
    padding: 0 0 35px;
}
.testimonials [class^=btn-] {
    margin: 67px 0 0;
}
.testimonials .btn-prev {
    left: 0;
}
.testimonials .btn-next {
    right: 0;
}
.testimonials:after {
    display: none;
}
.testimonials .date {
    margin: -10px 0 0;
}
.testimonials li {
    width: 50%}
.testimonials li p {
    margin: 0 10px 18px;
}
form .btn {
    margin-top: 20px;
}
.testimonials p {
    margin: 0 30px 36px;
}
.subscribe {
    text-align: center;
    margin: 2px 0 0;
}
.subscribe .form-inline {
    min-width: 430px;
    display: inline-block;
    vertical-align: top;
}
.subscribe .form-group {
    margin: 0;
}
.subscribe .form-control {
    min-width: 260px;
}
.subscribe h3 {
    line-height: 1.2;
    float: none;
    margin: 0 0 44px;
}
.footer-holder {
    padding: 47px 19px 70px;
}
.footer-holder .text-frame, .footer-holder .text-holder {
    padding: 0;
}
.footer-holder:before {
    left: 0;
    right: 0;
}
.footer-holder .logo+p {
    margin: 0 0 29px;
}
.footer-holder ul {
    margin: 0 0 26px;
}
}@media only screen and (max-width:767px) {
    .testimonials {
    margin: 0 0 -20px;
}
.testimonials p {
    margin: 0 0 20px;
}
.testimonials li {
    width: 100%}
.testimonials li p {
    margin: 0 30px 36px;
}
}@media only screen and (max-width:479px) {
    .big-hero, .feature {
    min-height: 100px;
}
body {
    min-width: 320px;
}
.big-hero {
    padding: 60px 20px 80px;
}
.big-hero h1 {
    font-size: 3.0em;
    margin: 0;
    padding: 0;
    line-height: 1.0em;
}
.big-hero .btn:nth-child(2) {
	margin: 20px 0 0 0;
}
.big-hero .tagline {
    padding-left: 30px;
    padding-right: 30px;
}
form .btn {
    margin-top: 10px;
}
.slide-holder {
    margin: 0 0 -80px;
}
.slide-holder .img-slide img {
    height: 416px;
    width: auto;
}
.testimonials {
    text-align: center;
    line-height: 1.285;
}
.testimonials .img-box {
    padding: 0 0 10px;
}
.testimonials .img-box .img-holder {
    margin: 0 0 10px;
    display: block;
}
.testimonials .img-box .text-holder {
    display: block;
    text-align: center;
}
.footer-holder {
    padding: 20px 0;
}
}

.hide {
	display: none;
}
.smaller {
	padding: 0;
	height: 770px !important;
}
label {
	font-weight: normal;
	padding: 5px 5px 5px 0;
}
form {
	margin: 20px 0;
	padding: 30px;
	border: solid 1px rgba(255,255,255,.2);
	border-radius: 10px;
}
.submit-form {
	padding: 30px 0 20px 0;
}