@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3C3C3B;
  text-align: left;
  padding-top: 50px;
  min-height: 100vh !important;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0;
}
strong {
  font-weight: 600;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
a {
  color: #1bbae1;
}
a:hover {
  color: #FB8C00;
}
.social {
  font-size: 24px;
  margin-left: 8px;
}
.h2,
.h3,
h1,
h2,
h3,
.h4,
h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h1 {
  font-size: 28px;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 14px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
    font-weight: 400;
  }
}
h3 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 21px;
    font-weight: 400;
  }
}
h3.mailmessage {
  color: #FB8C00;
}
h4 {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 16px;
    font-weight: 400;
  }
}
p {
  font-size: 14px;
}
h1.white,
h2.white,
h3.white,
h4.white,
p.white {
  color: #FFFFFF;
}
.space20 {
  height: 20px;
}
.panels {
  background-color: #1bbae1;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group + .panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  border-radius: 0;
  border: 0 solid transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.panel-group .panel > .panel-heading {
  padding: 0 15px;
  color: #1bbae1;
  background-color: #FFFFFF;
}
.panel-group .panel > .panel-heading .panel-title a {
  position: relative;
  display: block;
  color: #1bbae1;
  padding: 15px 0;
}
.panel-group .panel > .panel-heading .panel-title a:after {
  position: absolute;
  right: 0;
  content: "\f068";
  font-family: 'FontAwesome';
}
.panel-group .panel > .panel-heading .panel-title a.collapsed {
  color: #394263;
}
.panel-group .panel > .panel-heading .panel-title a.collapsed:after {
  content: "\f067";
}
.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-right: 30px;
}
.pagetitle {
  background-color: #1bbae1;
  padding: 15px 0 5px 0;
  margin-bottom: 6vh;
}
.spacetitle {
  margin-bottom: 20px;
  text-align: center;
}
.prices {
  margin-top: 8vh;
  margin-bottom: 4vh;
}
.lead {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}
.signuphere {
  margin-top: 20px;
}
.signuphere a {
  font-size: 16px;
  font-weight: 500;
}
.forgot {
  margin-top: 10px;
  text-align: right;
  font-weight: 500;
}
.panel-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.planePath {
  fill: none;
}
.st0 {
  fill: #ECECEC;
}
.st1 {
  fill: #6F9AAC;
}
.st2 {
  fill: #FFFFFF;
}
.navbar-nav {
  padding-top: 15px;
  min-height: 70px;
}
.navbar-nav > li > a {
  padding-top: 20px;
}
.navbar-nav > li a.navbar-btn {
  position: relative;
  z-index: 1;
  background-color: #1bbae1;
  text-transform: none;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #FFFFFF;
  margin: 11px 15px 0 15px;
  float: left;
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .navbar-nav > li a.navbar-btn {
    float: right;
  }
}
.navbar-nav > li a.navbar-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.navbar-nav > li a.navbar-btn:hover {
  background-color: #1bbae1;
  color: #FFFFFF;
}
.navbar-nav > li a.navbar-btn:hover:after {
  transform: scale(1);
}
.navbar-brand {
  padding-bottom: 10px;
  height: auto;
}
.navbar-brand .st0 {
  fill: #ECECEC;
}
.navbar-brand .st1 {
  fill: #1bbae1;
}
.navbar-brand .st2 {
  fill: #FFFFFF;
}
.navbar-brand img {
  width: auto;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  .navbar-brand img {
    height: 60px;
  }
}
.navbar-brand .svg {
  width: 179px;
  height: 60px;
}
.navbar-brand .svg path.safe {
  fill: #FB8C00 !important;
}
.menufooter1 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter1 li {
  font-size: 16px;
  padding: 5px 0 0 0;
}
.menufooter1 li a {
  color: #848484;
}
.menufooter1 li a:hover {
  color: #FFFFFF;
}
.menufooter2 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter2 li {
  display: block;
  border-top: 1px solid #3C3C3B;
  font-size: 18px;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}
.menufooter2 li.full-company-info {
  font-size: 14px;
}
.menufooter2 li a {
  color: #848484;
}
.menufooter2 li a:hover {
  color: #FFFFFF;
}
.menufooter2 ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menufooter2 ul li {
  float: left;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 0 0 0;
  border: 0;
  font-size: 14px;
}
.abovefooterhome {
  text-align: center;
  background-color: #3C3C3B;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 50px;
}
footer.footer {
  background-color: #161616;
  color: #848484;
  padding-top: 50px;
}
footer.footer h2,
footer.footer h3,
footer.footer h4 {
  margin: 0 0 0 0;
  color: #FFFFFF;
}
footer.footer h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  footer.footer h3 {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
footer.footer .abovefooter {
  text-align: center;
  padding: 0 0 50px 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  footer.footer .abovefooter {
    display: block;
  }
}
footer.footer .abovefooter .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 30px;
  min-height: 0;
}
footer.footer .abovefooter .container .row {
  min-height: 0;
}
footer.footer .abovefooter h2,
footer.footer .abovefooter h4 {
  color: #FFFFFF;
}
footer.footer .abovefooter h2 {
  margin: 0 0 0 0;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  footer.footer .footer-about {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .footer-about {
    padding-bottom: 0;
  }
}
footer.footer .footer-about img {
  height: 25px;
  width: auto;
  margin-bottom: 20px;
}
footer.footer .footer-bottom {
  border-top: 1px solid #3C3C3B;
  padding: 20px 0;
  background-color: #1c1c1c;
  margin-top: 30px;
}
footer.footer .footer-bottom a {
  display: inline-block;
  padding: 0 5px 0 5px;
  color: #FFFFFF;
}
footer.footer .footer-bottom a:hover {
  color: #a0b3b0;
}
.btn {
  font-size: 12px;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 0;
  padding: 14px 24px;
  border: none;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}
.btn-default {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  margin-top: 30px;
}
.btn-default:hover {
  background-color: #FFFFFF;
  color: #1bbae1;
}
.btn-primary {
  background-color: #FB8C00;
  color: #FFFFFF;
  margin-top: 20px;
}
.btn-primary:hover {
  background-color: #1bbae1;
  color: #FFFFFF;
}
.btn-secondary {
  background-color: #1bbae1;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: #FB8C00;
  color: #FFFFFF;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state {
  position: relative;
}
.read-more-state ~ .read-more-trigger {
  position: relative;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 2px;
  color: #FFFFFF;
  background-color: #1bbae1;
  transition: all 500ms ease;
}
.read-more-state ~ .read-more-trigger:hover:before {
  background-color: #394263;
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}
.section {
  padding: 35px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 70px 0 70px 0;
  }
}
.section + .section {
  padding-top: 0;
}
.section.background-grey {
  background-color: #FBFBFB;
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
  .section.background-grey {
    padding-top: 70px;
  }
}
.section h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section h2 {
    margin-bottom: 35px;
  }
}
.section .box {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section .box {
    margin-bottom: 0;
  }
}
.section .box .square-icon {
  position: relative;
  max-width: 180px;
  margin: 0 auto 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .section .box .square-icon {
    margin: 0 auto 30px auto;
  }
}
.section .box .square-icon img {
  width: 100%;
  height: auto;
}
.section .box .square-icon .fa {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  font-size: 72px;
  color: #394263;
}
@media only screen and (min-width: 992px) {
  .section .box .square-icon .fa {
    font-size: 72px;
  }
}
.section .box h3 {
  color: #394263;
  padding-bottom: 10px;
}
#notify-container {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1020;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #notify-container {
    top: 69px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.alert.alert-success {
  color: #FFFFFF;
  background-color: #8fae1b;
}
.alert.alert-danger {
  color: #FFFFFF;
  background-color: #C5201C;
}
.alert.alert-info {
  color: #FFFFFF;
  background-color: #1e85be;
}
.alert ul,
.alert ol {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .alert ul,
  .alert ol {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .alert ul,
  .alert ol {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .alert ul,
  .alert ol {
    width: 1170px;
  }
}
.alert ul li,
.alert ol li {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .alert ul li,
  .alert ol li {
    padding: 0 15px;
  }
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
}
.alert .close:hover,
.alert .close:focus {
  opacity: 1;
}
.form {
  padding: 80px 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
}
div.info {
  color: pink;
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 15px;
  border: 1px solid #FF0000;
  background: #66131c;
}
.form-control {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus,
.form-control:active {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-color: #CCCCCC;
}
label {
  margin-bottom: 0;
  margin-top: 10px;
}
label.active {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}
label.highlight {
  color: #FFFFFF;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #222222;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: 0;
  border-color: transparent;
}
textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #222222;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
textarea:focus {
  outline: 0;
  border-color: transparent;
}
.hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.hero-image .hero-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero-image .hero-title .title-wrapper {
  width: 100%;
  padding-top: 80px;
}
.hero-image .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.hero-image .hero-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-image .hero-breadcrumbs .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  margin-top: 12px;
  background-color: transparent;
}
.hero-image .hero-breadcrumbs .breadcrumb > li {
  font-weight: 300;
  font-size: 16px;
}
.hero-image .hero-breadcrumbs .breadcrumb > li + li:before {
  color: #394263;
}
.hero-image .hero-breadcrumbs .breadcrumb > li.active {
  color: #394263;
}
.hero-image .hero-breadcrumbs .breadcrumb > li a {
  color: #394263;
  text-decoration: none;
}
.hero-image .hero-actions {
  display: table;
  width: 100%;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .hero-image .hero-actions {
    text-align: right;
  }
}
.hero-image .hero-actions .hero-actions-btns,
.hero-image .hero-actions .hero-actions-price {
  display: table-cell;
  vertical-align: middle;
}
.hero-image .hero-actions .hero-actions-btns {
  width: 100px;
}
.hero-image h1 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
}
.hero-image h3 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}
.plan-item {
  text-align: center;
  border: 1px solid transparent;
  border-color: #F5F5F5;
  background-color: #FFFFFF;
  margin: 30px 0 30px 0;
}
.plan-item.recommended {
  border: 0 solid transparent;
  background-color: #394263;
  margin: 0 0 0 0;
}
.plan-item.recommended .name {
  margin: 0 0 0 0;
  color: #FFFFFF;
  background-color: #394263;
}
.plan-item.recommended .price {
  margin: 0 0 0 0;
  background: linear-gradient(180deg, #394263 50%, #394263 50%);
}
.plan-item.recommended .price .circle {
  border-color: #434e7a;
}
.plan-item.recommended .info {
  margin: 0 0 0 0;
  padding: 35px 45px 0 45px;
  background-color: #394263;
}
.plan-item.recommended .info li {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.plan-item.recommended .actions {
  padding: 45px 0 45px 0;
  margin: 0 0 -15px 0;
  background-color: #394263;
}
.plan-item.recommended .actions a {
  min-width: 200px;
  background-color: #1bbae1;
  font-size: 18px;
  color: #FFFFFF;
}
.plan-item .name {
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 992px) {
  .plan-item .name {
    font-size: 24px;
  }
}
.plan-item .price {
  background: linear-gradient(180deg, #F5F5F5 50%, #FFFFFF 50%);
  min-height: 50px;
}
.plan-item .price .circle {
  position: relative;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 10px solid transparent;
  border-color: #FFFFFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.plan-item .price .circle .number {
  position: relative;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #394263;
  padding: 25px 0 5px 0;
  margin: 0 0 5px 0;
}
.plan-item .price .circle .number:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}
.plan-item .info {
  list-style: none;
  margin: 0 0 0 0;
  padding: 20px 15px 0 15px;
}
.plan-item .info li {
  position: relative;
  display: block;
  padding: 10px 0;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.plan-item .info li:last-child {
  border-color: transparent;
}
.plan-item .info li span {
  display: inline-block;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.plan-item .actions {
  padding: 15px 0 35px 0;
}
.plan-item .actions a {
  position: relative;
  display: inline-block;
  min-width: 150px;
  z-index: 1;
  background-color: #1bbae1;
  text-transform: none;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 10px 25px;
}
.plan-item .actions a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.plan-item .actions a:hover {
  color: #FFFFFF;
}
.plan-item .actions a:hover:after {
  transform: scale(1);
}
.featured-box {
  padding: 25px 15px 25px 15px;
  min-height: 150px;
  background-color: #FFFFFF;
  border: 1px solid #a0b3b0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .featured-box {
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-box {
    min-height: 360px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-box {
    min-height: 300px;
  }
}
.featured-box .heading {
  position: relative;
  min-height: 60px;
  padding-top: 70px;
}
.featured-box .heading:before,
.featured-box .heading:after {
  display: table;
  content: " ";
}
.featured-box .heading:after {
  clear: both;
}
.featured-box .heading .icon {
  background: rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px 0;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}
.featured-box .heading .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #394263;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.featured-box .heading .icon .fa {
  font-size: 32px;
  transition: all 500ms ease;
}
.featured-box .heading h3 {
  color: #1bbae1;
  padding: 0 0 10px 0;
}
.featured-box:hover .heading .icon:after {
  transform: scale(1);
}
.featured-box:hover .heading .icon .fa {
  color: #FFFFFF;
}
[data-number="1"] {
  color: #FF0000;
}
[data-number="0"] {
  color: #FF0000;
}
.login-share {
  background-color: #F5F5F5;
  position: absolute;
  z-index: 40;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin: -180px -145px 0;
  height: 360px;
  width: 290px;
  left: 50%;
  top: 50%;
}
.login-share .section {
  padding: 10px 0 10px 0;
  border-radius: 10px;
  background-color: #F5F5F5;
  overflow: hidden;
}
.login-share h3 {
  font-family: 'Oswald', sans-serif;
  padding: 0 0 10px 0;
}
.login-share .icon-holder {
  background: linear-gradient(180deg, #F5F5F5 50%, #FFFFFF 50%);
  min-height: 50px;
}
.login-share .icon-holder .circle {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 10px solid transparent;
  border-color: #FFFFFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.login-share .icon-holder .circle .icon {
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 25px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.login-share .icon-holder .circle .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #394263;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.login-share .icon-holder .circle .icon .fa {
  font-size: 32px;
  transition: all 500ms ease;
}
.login-share .login-form {
  background-color: #FFFFFF;
  padding: 0 15px 15px 15px;
}
.login-share .login-form label {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  max-width: 180px;
  margin: 0 auto 10px auto;
}
.login-share .login-form .form-control {
  border-radius: 2px;
  box-shadow: none;
  text-align: center;
}
.login-share .login-form .form-control:focus {
  border-color: #a0b3b0;
}
.login-share .login-form .button {
  position: relative;
  z-index: 1;
  background-color: #1bbae1;
  text-transform: none;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #FFFFFF;
  margin: 0 0;
  padding: 8px 25px;
  border: 0;
}
.login-share .login-form .button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.login-share .login-form .button:hover {
  color: #FFFFFF;
}
.login-share .login-form .button:hover:after {
  transform: scale(1);
}
.login-share .attempts {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.login-share .attempts span {
  font-size: 18px;
  display: block;
}
.login-share:hover .icon-holder .circle .icon:after {
  transform: scale(1);
}
.login-share:hover .icon-holder .circle .icon .fa {
  color: #FFFFFF;
}
.newsletter-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .newsletter-box {
    min-height: 450px;
  }
}
.newsletter-box .newsletter-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.newsletter-box .newsletter-form .form-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .newsletter-box .newsletter-form .form-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-box .newsletter-form .form-wrapper {
    max-width: 620px;
  }
}
.newsletter-box .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.newsletter-box h2 {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}
.newsletter-box p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}
.newsletter-box .form-group {
  text-align: left;
}
.newsletter-box input[type="text"],
.newsletter-box input[type="password"],
.newsletter-box input[type="search"],
.newsletter-box input[type="email"],
.newsletter-box input[type="tel"] {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
}
.newsletter-box input[type="text"]::-webkit-input-placeholder,
.newsletter-box input[type="password"]::-webkit-input-placeholder,
.newsletter-box input[type="search"]::-webkit-input-placeholder,
.newsletter-box input[type="email"]::-webkit-input-placeholder,
.newsletter-box input[type="tel"]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]:-moz-placeholder,
.newsletter-box input[type="password"]:-moz-placeholder,
.newsletter-box input[type="search"]:-moz-placeholder,
.newsletter-box input[type="email"]:-moz-placeholder,
.newsletter-box input[type="tel"]:-moz-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]::-moz-placeholder,
.newsletter-box input[type="password"]::-moz-placeholder,
.newsletter-box input[type="search"]::-moz-placeholder,
.newsletter-box input[type="email"]::-moz-placeholder,
.newsletter-box input[type="tel"]::-moz-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type="text"]:-ms-input-placeholder,
.newsletter-box input[type="password"]:-ms-input-placeholder,
.newsletter-box input[type="search"]:-ms-input-placeholder,
.newsletter-box input[type="email"]:-ms-input-placeholder,
.newsletter-box input[type="tel"]:-ms-input-placeholder {
  color: #FFFFFF;
}
.newsletter-box input[type=checkbox] {
  position: absolute;
  left: -1000em;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.newsletter-box input[type=checkbox] + label {
  position: relative;
  text-align: left;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 0 0;
  padding: 0 0 0 25px;
}
.newsletter-box input[type=checkbox] + label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  color: #FFFFFF;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-box input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.newsletter-box button {
  min-width: 200px;
  margin: 15px auto 0 auto;
}
.newsletter-box button:focus,
.newsletter-box button:active {
  outline: none;
}
.headerbig {
  position: relative;
  height: 100vh;
  background-color: #394263;
  line-height: 1;
  text-align: center;
}
.headerbig:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background-image: url("../img/bg-homepage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
.headerbig .headerbig-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headerbig .container {
  position: relative;
  z-index: 2;
}
.headerbig .img-responsive {
  width: 150px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .headerbig .img-responsive {
    width: 50vw;
  }
}
@media only screen and (min-width: 992px) {
  .headerbig .img-responsive {
    width: 200px;
  }
}
.headerbig .btn {
  white-space: normal;
}
.wraptitle {
  padding: 8vh 0 20px 0;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wraptitle {
    padding: 16vh 30px 30px 30px;
  }
}
.abouticon {
  display: block;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 10px;
}
.features {
  background-color: #1bbae1;
  border-top: solid 0.5px #FFFFFF;
  border-left: solid 0.5px #FFFFFF;
  border-right: solid 0.5px #FFFFFF;
  padding: 30px 30px 30px 30px;
  color: #FFFFFF;
  align-items: center;
  min-height: 170px;
}
@media only screen and (min-width: 992px) {
  .features {
    min-height: 50px;
  }
}
.features i {
  margin-right: 10px;
}
.features p,
.features .p {
  margin-bottom: 0;
}
.featuresraw {
  background-color: #1bbae1;
  border-bottom: solid 1px #FFFFFF;
  overflow: hidden;
}
.abovefooterhome {
  text-align: center;
  background-color: #3C3C3B;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 50px;
}
.price-plans-slide-wrapper {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .price-plans-slide-wrapper {
    padding-bottom: 0;
  }
}
.price-plans-slide-wrapper .browse-text {
  position: absolute;
  right: 90px;
  bottom: -15px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .price-plans-slide-wrapper .browse-text {
    right: 180px;
    bottom: -38px;
  }
}
.price-plans-slide {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .price-plans-slide {
    max-width: 960px;
    margin: 30px auto 0 auto;
  }
}
.price-plans-slide .owl-controls {
  position: absolute;
  right: 0;
  top: -85px;
}
.price-plans-slide.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media only screen and (min-width: 992px) {
  .price-plans-slide.owl-theme .owl-nav {
    bottom: -45px;
  }
}
.price-plans-slide.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 50%;
  color: #394263;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #394263;
  transition: all 700ms ease 0s;
}
.price-plans-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #394263;
  color: #394263;
  background-color: transparent;
}
.price-plans-slide.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none!important;
}
.about-lock {
  padding-top: 30px;
}
.contactleft {
  background-color: #F5F5F5;
  padding: 70px 50px;
}
.contactbgw {
  background-color: #F5F5F5;
  margin: 6vh 0 8vh 0;
}
.contactright {
  background-color: #FBFBFB;
  padding: 0 20px 20px 20px;
}
.field-wrap {
  position: relative;
  margin-bottom: 10px;
}
.section.contact {
  position: relative;
}
.section.contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
}
.section.contact .box {
  max-width: 400px;
  margin: 0 auto 30px auto;
}
.section.contact .box .square-icon {
  margin-bottom: 0;
}
.section.contact form {
  max-width: 350px;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 992px) {
}
.section.contact form h3 {
  margin: 0 0 30px 0;
}
.section.contact form label {
  display: none;
}
.section.contact form input[type="text"],
.section.contact form input[type="password"],
.section.contact form input[type="search"],
.section.contact form input[type="email"],
.section.contact form input[type="tel"] {
  font-weight: 300;
  border-color: #48C2D6;
  background-color: #FBFBFB;
}
.section.contact form textarea {
  font-weight: 300;
  min-height: 150px;
  resize: none;
  border-color: #48C2D6;
  background-color: #FBFBFB;
}
.section.contact form .button {
  position: relative;
  z-index: 1;
  background-color: #1bbae1;
  text-transform: none;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #FFFFFF;
  margin: 11px auto;
  min-width: 120px;
  padding: 8px 15px;
}
.section.contact form .button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.section.contact form .button:hover {
  color: #FFFFFF;
}
.section.contact form .button:hover:after {
  transform: scale(1);
}
.section.contact form .button:focus,
.section.contact form .button:active {
  outline: none;
}
.section.contact form .has-error .form-control {
  border-color: #66131c;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}
.notes-background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.notes-wrapper {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 15px 70px 15px;
  margin: 0 auto;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper {
    padding: 70px 0 70px 0;
  }
}
.notes-wrapper .notes-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 50px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .notes-wrapper .notes-inner {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner.note-error {
    max-width: 500px;
  }
}
.notes-wrapper .notes-inner.note-error .notes-heading {
  background-color: #66131c;
}
.notes-wrapper .notes-inner.note-error .notes-heading .icon-holder {
  background: linear-gradient(180deg, #66131c 50%, #FFFFFF 50%);
}
.notes-wrapper .notes-inner.note-error .notes-heading .icon-holder .circle .icon .fa {
  color: rgba(102, 19, 28, 0.5);
}
.notes-wrapper .notes-inner.note-error .notes-heading .icon-holder .receiver {
  color: #FFFFFF;
}
.notes-wrapper .notes-inner .notes-heading {
  position: relative;
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-heading {
    padding: 25px 0 0 0;
  }
}
.notes-wrapper .notes-inner .notes-heading h3 {
  padding: 0 0 10px 0;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder {
  position: relative;
  background: linear-gradient(180deg, #F5F5F5 80px, #FFFFFF 80px);
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-heading .icon-holder {
    background: linear-gradient(180deg, #F5F5F5 50%, #FFFFFF 50%);
  }
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .circle {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 0 0 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 10px solid transparent;
  border-color: #FFFFFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .circle .icon {
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .circle .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #394263;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .circle .icon .fa {
  font-size: 48px;
  transition: all 500ms ease;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .receiver {
  position: absolute;
  top: 35px;
  left: 130px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-heading .icon-holder .receiver {
    top: 10px;
    font-size: 24px;
  }
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .receiver span {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-heading .icon-holder .receiver span {
    font-size: 24px;
    display: inline-block;
  }
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .sender {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-heading .icon-holder .sender {
    position: absolute;
    top: 60px;
    left: 130px;
    line-height: 16px;
    padding: 0 20px 0 0;
  }
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .sender ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .sender ul li {
  display: block;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .sender ul li .fa {
  width: 16px;
  text-align: center;
}
.notes-wrapper .notes-inner .notes-heading .icon-holder .sender ul li + li {
  padding-top: 5px;
}
.notes-wrapper .notes-inner .notes-body {
  position: relative;
  border-top: 1px solid #F5F5F5;
  padding: 15px 15px 0 15px;
  margin: 15px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body {
    border-top: 0;
    padding: 80px 50px 0 100px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .notes-wrapper .notes-inner .notes-body {
    padding: 75px 50px 0 100px;
  }
}
.notes-wrapper .notes-inner .notes-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 1px;
  height: 100%;
  display: none;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body:before {
    display: block;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content {
  position: relative;
  padding: 7px 0;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content {
    font-size: 16px;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content .note-title {
  font-size: 16px;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content .note-title {
    font-size: 24px;
    margin-top: -4px;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content textarea {
  font-size: 16px;
  border: 1px solid #a0b3b0;
  color: #222222;
  border-radius: 2px;
  max-height: 150px;
  padding: 15px;
  resize: none;
}
.notes-wrapper .notes-inner .notes-body .note-content textarea:focus {
  outline: 0;
  border-color: #1bbae1;
}
.notes-wrapper .notes-inner .notes-body .note-content button {
  font-family: 'Oswald', sans-serif;
  color: #1bbae1;
  background-color: transparent;
  border: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.notes-wrapper .notes-inner .notes-body .note-content button:hover {
  color: #394263;
}
.notes-wrapper .notes-inner .notes-body .note-content button:focus,
.notes-wrapper .notes-inner .notes-body .note-content button:active {
  outline: none;
}
.notes-wrapper .notes-inner .notes-body .note-content.response:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 35px;
  display: none;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content.response:before {
    display: block;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content {
  padding-top: 30px;
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content .circle {
  top: 25px;
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content.form-response:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 15px;
  display: none;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content + .note-content.form-response:before {
    display: block;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content.form-response:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -30px;
  width: 15px;
  height: 1px;
  display: none;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content + .note-content.form-response:after {
    display: block;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content.response {
  padding-left: 50px;
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content.response:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: -30px;
  z-index: 0;
  width: 35px;
  height: 1px;
  display: none;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-content + .note-content.response:after {
    display: block;
  }
}
.notes-wrapper .notes-inner .notes-body .note-content + .note-content.response .circle {
  left: 0;
}
.notes-wrapper .notes-inner .notes-body .note-attachment {
  position: relative;
  padding: 7px 0;
  min-height: 30px;
  margin: 25px 0 0 0;
}
.notes-wrapper .notes-inner .notes-body .note-attachment button {
  font-family: 'Oswald', sans-serif;
  color: #1bbae1;
  background-color: transparent;
  border: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.notes-wrapper .notes-inner .notes-body .note-attachment button:hover {
  color: #394263;
}
.notes-wrapper .notes-inner .notes-body .note-attachment button:focus,
.notes-wrapper .notes-inner .notes-body .note-attachment button:active {
  outline: none;
}
.notes-wrapper .notes-inner .notes-body .note-actions {
  position: relative;
  padding: 0 0 20px 0;
}
.notes-wrapper .notes-inner .notes-body .note-actions .btn {
  margin: 0 0 0 0;
  padding: 0 0;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-actions .btn {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .notes-wrapper .notes-inner .notes-body .note-actions .btn + .btn {
    margin-left: 20px;
  }
}
.notes-wrapper .notes-inner .notes-body .note-actions .input-group {
  margin-bottom: 10px;
}
.notes-wrapper .notes-inner .notes-body .note-actions .input-group .input-group-addon {
  padding: 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  border: 1px solid #1bbae1;
}
.notes-wrapper .notes-inner .notes-body .note-actions .input-group .input-group-addon .btn {
  font-size: 14px;
  padding: 6px 12px;
  color: #FFFFFF;
  background-color: #1bbae1;
}
.notes-wrapper .notes-inner .notes-body .circle {
  position: absolute;
  top: 0;
  left: -48px;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin: 0 0 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid transparent;
  border-color: #FFFFFF;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.notes-wrapper .notes-inner .notes-body .circle .icon {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 4px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.notes-wrapper .notes-inner .notes-body .circle .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #394263;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease;
}
.notes-wrapper .notes-inner .notes-body .circle .icon .fa {
  font-size: 12px;
  transition: all 500ms ease;
}
body.notes,
body.requests,
body.snippets {
  background-color: #394263;
  padding: 0 0 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.notes .navbar,
body.requests .navbar,
body.snippets .navbar {
  display: none;
}
body.notes .footer,
body.requests .footer,
body.snippets .footer {
  display: none;
}
body.notes .navbar-notes,
body.requests .navbar-notes,
body.snippets .navbar-notes {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 15px 0;
  width: 100%;
}
body.notes .navbar-notes .logo img,
body.requests .navbar-notes .logo img,
body.snippets .navbar-notes .logo img {
  width: auto;
  height: 20px;
}
body.notes #notify-container,
body.requests #notify-container,
body.snippets #notify-container {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1020;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.notes #notify-container,
  body.requests #notify-container,
  body.snippets #notify-container {
    top: 0;
    left: 50%;
    width: 500px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) {
  body.notes #notify-container,
  body.requests #notify-container,
  body.snippets #notify-container {
    width: 700px;
  }
}
@media only screen and (min-width: 992px) {
  body.snippets .notes-wrapper .notes-inner {
    max-width: 1170px;
  }
}
body.snippets .notes-wrapper .notes-inner .notes-body .note-content .CodeMirror {
  height: auto!important;
}
.planeanimation {
  height: 1px;
  transform: translateY(-65px);
  display: block;
  z-index: -1;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.delay {
  -webkit-animation-delay: 0.30s;
  -moz-animation-delay: 0.30s;
  -o-animation-delay: 0.30s;
  animation-delay: 0.30s;
}
.delay-three {
  -webkit-animation-delay: 0.60s;
  -moz-animation-delay: 0.60s;
  -o-animation-delay: 0.60s;
  animation-delay: 0.60s;
}
.delay-two {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-one {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn75 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .75;
  }
}
.fadeIn75 {
  -webkit-animation-name: fadeIn75;
  -moz-animation-name: fadeIn75;
  -o-animation-name: fadeIn75;
  animation-name: fadeIn75;
}

a[title="Google Play"] {
    visibility: hidden;
    position: relative;
}
a[title="Google Play"]:after {
	visibility: visible;
    background: url(/frontend/assets/img/google-play-badge.png) no-repeat;
    background-size: contain;
    content: ' ';
    padding-bottom: 54px;
    padding-right: 170px;
    position: absolute;
    top: 2px;
    left: 10px;
}