/* Text colors */
.color-primary {
  color: #3cb845; }

.color-primary-hover {
  color: #009900; }

.color-danger {
  color: #ff3d3d; }

.color-success {
  color: #9BE15D; }

.color-info {
  color: #3b7cff; }

.color-light {
  color: #f7f9fb; }

.color-mid {
  color: #6D7784; }

.color-dark {
  color: #293340; }

.lightbg {
  background-color: #f7f9fb; }

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #293340; }

body.onprogress:after {
  content: "";
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95) url("../img/round-loading.svg") center no-repeat; }

a {
  text-decoration: none;
  outline: none;
  color: #3cb845; }

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit; }

.section {
  padding: 49px 0; }

.section-title {
  margin: 0 0 51px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 200; }

@media screen and (max-width: 992px) {
  .section {
    padding: 30px 0; }
  .section-title {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px;
    line-height: 34px; } }

/* Prices */
#packages {
  position: relative;
  overflow: hidden; }
  #packages:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #2b2b2b;
    content: "";
    z-index: 0; }
  #packages .section-title {
    color: #fff; }

/* Footer */
footer {
  padding: 80px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600px;
  background-color: #2b2b2b; }

.footer-logo {
  float: left; }
  .footer-logo img {
    display: block;
    height: 40px;
    width: auto; }

footer .copyright {
  float: right;
  margin-top: 10px; }

.footer-lang-selector {
  float: left;
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6D7784;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 24px; }
  .footer-lang-selector option {
    color: #293340; }

@media screen and (max-width: 992px) {
  footer {
    padding: 45px 0; } 
}

@media screen and (max-width: 425px) {
  footer {
    font-size: 12px;
    line-height: 17px;
    text-align: center; }
  .footer-logo {
    float: none; }
    .footer-logo img {
      height: 30px;
      display: block;
      margin: 0 auto 20px; }
  .footer-lang-selector {
    float: none;
    margin-bottom: 20px; }
  footer .copyright {
    margin-top: 5px;
    float: none; } }

/* Login */
#login .sub {
  font-size: 12px;
  line-height: 20px;
  color: #BEBEBE; }
  #login .sub a {
    float: right;
    color: inherit; }
    #login .sub a:hover {
      color: #6D7784; }
  #login .sub label {
    float: left; }

#login .subinfo {
  margin: 16px 0 22px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }

#login .rightside .button {
  min-width: 152px; }

@media screen and (max-width: 768px) {
  #login .rightside {
    text-align: center; }
    #login .rightside .button {
      display: block;
      width: 100%; } }

/* FB Login */
.fbloginbtn {
  display: block;
  padding: 13px;
  margin-bottom: 60px;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #39579A;
  border-radius: 4px; }
  .fbloginbtn:hover {
    background-color: #2b4275; }
  .fbloginbtn span {
    font-size: 24px;
    vertical-align: -3px; }

/* Simple form (Signup, recovery) */
.simpleform {
  margin: 80px 0; }
  .simpleform .title {
    margin: 0 0 37px;
    color: #6D7784;
    font-size: 32px;
    line-height: 41px;
    font-weight: 300;
    text-align: center; }
  .simpleform form {
    max-width: 300px;
    margin: 0 auto;
    padding: 35px 60px 60px;
    background-color: #fff; }
  .simpleform .sub {
    margin: 40px auto 0;
    max-width: 320px;
    color: #BEBEBE;
    font-size: 12px;
    line-height: 17px;
    text-align: center; }
    .simpleform .sub div {
      margin-bottom: 5px; }
    .simpleform .sub a {
      color: inherit;
      text-decoration: underline; }
      .simpleform .sub a:hover {
        color: #293340; }

@media screen and (max-width: 425px) {
  .simpleform {
    margin: 50px 20px; }
    .simpleform .title {
      margin-bottom: 26px;
      font-size: 26px;
      line-height: 32px; }
    .simpleform form {
      padding: 25px 35px 35px;
      border-radius: 5px; } }

/* Form */
.fluid {
  display: block !important;
  width: 100% !important; }

.form-result {
  font-size: 16px;
  line-height: 20px; }
  .form-result > div {
    margin-bottom: 5px; }
  .form-result > div:last-child {
    margin-bottom: 0px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f9fb inset !important; }

.input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 0;
  color: #6D7784;
  font-size: 14px;
  line-height: 19px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  outline: none; }
  .input:focus {
    border-color: #3b7cff; }

.input.error {
  border-color: #ff3d3d; }

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 50px;
  padding: 15px 12px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  outline: none;
  border: none;
  background-color: #00E3AE;
  background: linear-gradient(320.44deg, #00E3AE 0%, #9BE15D 100%);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .button:hover {
    background-color: #9BE15D;
    background: linear-gradient(220.44deg, #00E3AE 0%, #9BE15D 100%); }

.button--dark {
  background-color: #2b2b2b;
  background-image: none; }
  .button--dark:hover {
   /*  background-color: #151a21; */
    background-color: #3cb845;  
    background-image: none; }

.button--oval {
  border-radius: 100px;
  padding-left: 25px;
  padding-right: 25px; }

.button--outline {
  background: transparent;
  border: 1px solid #fff;
  line-height: 18px; }
  .button--outline:hover {
    color: #3cb845;
    background: #fff; }

.button--small {
  height: 40px;
  padding: 10px 20px; }

/* Checkbox */
.checkbox {
  display: none; }

.checkbox + div {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .checkbox + div .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; }

.checkbox:checked + div {
  color: #293340; }

.checkbox + div .icon.unchecked {
  opacity: 1;
  visibility: visible; }

.checkbox + div .icon.checked {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }

.checkbox:checked + div .icon.checked {
  color: #9BE15D;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Fancy field */
.fancy-field {
  position: relative;
  padding-top: 20px; }
  .fancy-field label {
    position: absolute;
    margin-bottom: 1px;
    top: 35px;
    font-size: 14px;
    line-height: 19px;
    color: #BEBEBE;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .fancy-field .input:focus + label,
  .fancy-field .input.hasvalue + label {
    top: 0;
    color: #6D7784;
    font-size: 12px; }

/* Feature List */

/* 
#features .feature-list {
    margin-top: 60px;
}

#features .feature-list:after,
#features .feature-list:before {
    content: "";
    display: block;
    clear: both;
}


#features .feature-list .feature-list-item {
    position: relative;
    width: calc((100% - 90px)/4);
    height: 150px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    transition: 0.6s linear;
}




#features .feature-list .feature-list-item .imgbox {

    padding: 30px 30px 40px;
    background-color: #f7f9fb; 
    position: relative;
    z-index: 2;

}

.feature-list-item i, .feature-list-item .label {
    color: #293340;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.feature-list-item .label {
  display: block;
  height: 19px;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s; 
  padding-top:15px;
}



#features .feature-list .feature-list-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #683cc3;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.feature-list-item:hover .label,
.feature-list-item:hover i {
    color: #fff;
}
.feature-list-item .label:hover:after {
    top: 0 !important;
}
*/

/* BEGIN NEW CSS CODE */

#features {
    padding: 68px 0;
    background: #f7f8f9;
    
}

#features .feature-list {
    margin-top: 60px;
}

#features .feature-list:after,
#features .feature-list:before {
    content: "";
    display: block; 
    clear: both;
}

#features .feature-list .feature-list-item {
    position: relative;
    width: calc((100% - 90px)/4);
    height: 200px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 5px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    transition: 0.6s linear;
    background-color: #f7f9fb;
}

#features .feature-list .feature-list-item:nth-child(4n+0) {
    margin-right: 0;
}

#features .feature-list .feature-list-item .imgbox {
    position: relative;
    z-index: 2;
}

#features .feature-list .feature-list-item .imgbox i {
    font-size: 64px;
    color: #3cb845;
    margin-bottom: 15px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

#features .feature-list .feature .imgbox .label {
    color: #293340;
    font-size: 18px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

#features .feature-list .feature-list-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #3cb845;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

#features .feature-list .feature-list-item:hover .label,
#features .feature-list .feature-list-item:hover i {
    color: #fff;
}

#features .feature-list .feature-list-item:hover:after {
    top: 0 !important;
}

@media screen and (max-width: 900px) and (min-width: 700px) {
    #features .feature-list div.feature-list-item {
        /* width: calc((100% - 60px)/3) !important; */
        height: 150px;
        padding-top: 30px;
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) and (min-width: 500px) {
    #features .feature-list div.feature-list-item {
        /* width: calc((100% - 30px)/2) !important; */
        height: 200px;
        padding-top: 40px;
         width: 100% !important;
    }
}

@media screen and (max-width: 500px){
    #features .feature-list div.feature-list-item {
        width: 100% !important;
        margin-right: 0;
    }
}

/* END NEW CSS */



/*
.feature-list-item:hover .label {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
*/

@media screen and (max-width: 768px) {
  .feature-list-item {
    width: 31.33%; }
    .feature-list-item:nth-child(4) {
      margin-top: 3%; }
    .feature-list-item:nth-child(4n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 600px) {
  .feature-list-item {
    width: 48.50%; }
    .feature-list-item:nth-child(3) {
      margin-top: 3%; }
    .feature-list-item:nth-child(4n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(3n) {
      margin-right: 3%; }
    .feature-list-item:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 425px) {
  .feature-list-item > div {
    padding: 20px 20px 30px; }
  .feature-list-item .imgbox {
   /* max-width: 50px; */ }
  .feature-list-item .label {
    height: 17px;
    font-size: 12px;
    line-height: 17px; } }

/* Package list */
.package-list {
  color: #6D7784;
  font-size: 14px;
  line-height: 20px;
  background-color: #f7f9fb; }

.package-list-item {
  float: left;
  width: 33.33%;
  text-align: center; }
  .package-list-item > div {
    padding: 44px 33px 69px; }

.package-list-item sup {
  font-size: 60%;
  top: -0.5em; }

.package-list-item .price {
  color: #3cb845; }
  .package-list-item .price .number {
    font-size: 82px;
    line-height: 99px;
    font-weight: 400; }
  .package-list-item .price .per {
    display: block;
    font-size: 18px;
    left: 22px; }

.package-list-item .title {
  margin: 36px 0 10px;
  color: #293340;
  font-size: 24px;
  line-height: 28px; }

.package-list-item .annual {
  padding: 18px 0;
  color: #293340; }
  .package-list-item .annual .save {
    margin-top: 5px; }
  .package-list-item .annual .save span {
    position: relative;
    color: #3cb845; }
    .package-list-item .annual .save span:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      content: "";
      background-color: #3cb845; }

.package-list-item .feature {
  padding: 18px 0;
  border-top: 1px solid #e0e0e0; }
  .package-list-item .feature .not {
    text-decoration: line-through;
    opacity: .5; }
  .package-list-item .feature .icon {
    display: inline-block;
    color: #293340;
    font-size: 24px;
    line-height: 1; }

.package-list-item .feature-title {
  margin-bottom: 5px;
  color: #293340; }

.package-list-item .choose {
  margin-top: 27px; }
  .package-list-item .choose a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto; }

@media screen and (max-width: 768px) {
  .package-list {
    background-color: transparent; }
  .package-list-item {
    float: none;
    width: auto;
    margin-bottom: 10px;
    background-color: #f7f9fb;
    border-radius: 5px; } }

header {
  padding: 65px 0;
  color: #fff;
  background-color: #2b2b2b; }

.header-logo {
  float: left; }
  .header-logo img {
    display: block;
    height: 60px;
    width: auto; }

.header-nav {
  float: right;
  font-size: 14px;
  line-height: 20px; }
  .header-nav ul {
    float: left;
    margin: 10px -20px;
    padding: 0;
    list-style: none; }
  .header-nav li {
    float: left;
    margin: 0 39px 0 0;
    padding: 0; }
  .header-nav a {
    color: inherit; }
  .header-nav .link {
    float: left;
    margin-top: 10px;
    margin-left: 26px; }
  .header-nav .button {
    float: left;
    margin-left: 26px;
    padding-left: 20px;
    padding-right: 20px; 
  }

  .header-nav .button a:hover {
    float: left;
    margin-left: 26px;
    padding-left: 20px;
    padding-right: 20px; 
    background-color:#3cb845;
    
  }

@media screen and (max-width: 992px) {
  header {
    padding: 30px 0; } }

@media screen and (max-width: 768px) {
  .header-nav ul {
    display: none; } }

@media screen and (max-width: 425px) {
  .header-logo img {
    height: 30px; }
  .header-nav .link {
    margin-top: 5px;
    margin-left: 0px; }
  .header-nav .button {
    height: 30px;
    padding: 5px 15px;
    margin-left: 15px; } }

.cover {
  padding: 54px 0 186px;
  text-align: center;
  color: #fff;
  background-color: #2b2b2b; }
  .cover .button {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 49px auto 0; }
  .cover .trial {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300; }

.cover-title {
  margin: 0 auto 39px;
  max-width: 500px;
  font-size: 48px;
  line-height: 55px;
  font-weight: 200; }

.cover-summary {
  margin: 39px auto;
  max-width: 400px;
  font-size: 18px;
  line-height: 30px; }

@media screen and (max-width: 768px) {
  .cover {
    padding: 45px 0 60px; }
    .cover .button {
      margin-top: 20px; }
  .cover-title {
    max-width: none;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px; }
  .cover-summary {
    margin: 20px auto;
    font-size: 14px;
    line-height: 20px; } }

@media screen and (max-width: 425px) {
  .cover-title {
    font-size: 26px;
    line-height: 32px; }
  .cover-summary {
    font-size: 12px;
    line-height: 18px; } }

/* Two side page */
.twosidepage .leftbg,
.twosidepage .rightbg {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 100%; }

.twosidepage .leftbg {
  left: 0;
  background-color: #f7f9fb; }

.twosidepage .rightbg {
  left: 50%;
  background-color: #2b2b2b; }

.twosidepage .leftside,
.twosidepage .rightside {
  position: absolute;
  top: 50%;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.twosidepage .leftside {
  left: 0; }

.twosidepage .rightside {
  color: #fff;
  left: 50%; }

.twosidepage .innerwrp {
  max-width: 300px;
  margin: 0 auto; }

.twosidepage .section-title {
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .twosidepage .leftbg, .twosidepage .rightbg {
    display: none; }
  .twosidepage .leftside,
  .twosidepage .rightside {
    position: static;
    top: auto;
    width: auto;
    padding: 50px 20px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .twosidepage .leftside {
    background-color: #f7f9fb; }
  .twosidepage .rightside {
    background-color: #3b7cff; } }

/**
 * Mini page
 */
.minipage .inner {
  max-width: 400px;
  margin: 80px auto;
  text-align: center; }

.minipage .icon {
  display: block;
  margin-bottom: 24px;
  font-size: 50px;
  color: #3b7cff; }

.minipage p {
  margin: 0 0 20px;
  color: #6D7784;
  font-size: 18px;
  line-height: 25px; }

.minipage-title {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 300;
  line-height: 41px; }

/* overrides for the app core.css */

.asidenav li.active a {
  color: #3cb845;
  font-weight: bold; }


#modules {
    /* padding: 150px 0; */
    background: #2b2b2b;
}


#modules .details {
    float: left;
    vertical-align: top;
    width: 34%;
}

#modules .details .heading-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 46px;
}

#modules .details .desc-text {
    font-size: 18px;
    color: #ccc;
    line-height: 30px;
    font-weight: 300;
}

#modules .modules-list {
    float: right;
    width: 60%;
}

#modules .modules-list .module {
    background: #fff;
    border-radius: 3.5px;
    height: 175px;
    width: calc((100% - 50px)/3);
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
    float: left;
    margin-right: 16px;
    margin-bottom: 25px;
}

#modules .modules-list .module .icon {
    font-size: 45px;
    color: #3cb845;
    margin-bottom: 10px;
}

#modules .modules-list .module .title {
    font-size: 18px;
    color: #293340;
    font-weight: 500;
}

.images-summary {
    /* margin: 39px auto; */
    /* max-width: 400px; */
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

#cloudimages .images-summary a {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
}


@media screen and (max-width: 900px) {
    #modules .details, #modules .modules-list {
    width: 100% !important;
    }
}

@media screen and (max-width: 600px){
    #modules .module {
        width: 100% !important;
    }
}