@font-face {
  font-family: Lato;
  src: url(https://yourmuse.io/style/fonts/Lato-Regular.ttf) format('truetype');
}
@font-face {
  font-family: Lato-Bold;
  src: url(https://yourmuse.io/style/fonts/Lato-Bold.ttf) format('truetype');
}
@font-face {
  font-family: Lato-Black;
  src: url(https://yourmuse.io/style/fonts/Lato-Black.ttf) format('truetype');
}
.navbar-menu-text {
  font-size: 15px;
  font-family: Lato-Bold;
}
.navbar-submenu-text {
  font-size: 15px;
  font-family: Lato-Regular;
}
.header-text {
  font-size: 25px;
  font-family: Lato-Black;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.muse-blue-btn {
  background-color: #1390ff;
  padding: 12px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
}
body {
  font-size: 20px;
  font-family: Lato;
  background-color: #fff;
  overflow-x: hidden;
}
a {
  outline: none;
  cursor: pointer;
}
.main-container {
  padding-top: 110px;
}
.none {
  display: none;
}
.block {
  display: block;
}
.activeBtn {
  background: #1390ff !important;
  border-color: #1390ff !important;
  color: white !important;
}
.nav-kl-container {
  width: 100vw;
  position: fixed;
  text-align: center;
  background-color: white;
  height: 70px;
  z-index: 10;
}
.navbar-kl {
  height: 70px;
  width: 100%;
  background-color: #ffffff;
  font-size: 0.75em;
  z-index: 999;
}
.nav-logo {
  height: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.nav-logo-big {
  transform: scale(1.3, 1.3);
  margin-top: -5px;
}
.image-left {
  float: left;
  display: inline-block;
  padding-top: 21px;
}
.menu-right {
  display: inline-block;
  float: left;
  text-align: right;
}
.ul-links {
  margin: 0;
  padding: 0;
}
.ul-links > li {
  padding: 0 14px;
  height: 70px;
  line-height: 70px;
  transition: transform 0.3s;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  cursor: pointer;
}
.ul-links > li > a {
  color: black;
  transition: 0.3s;
  font-family: Lato-Bold;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  cursor: pointer;
  display: block;
}
.ul-links > li > a > .glyphicon {
  padding-left: 5px;
  transition: transform 0.3s;
  font-size: 9px;
  font-weight: initial;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  cursor: pointer;
}
.ul-links > li:hover > a {
  text-decoration: none;
  cursor: pointer;
}
.menu-right > .ul-links > .right-buttons {
  height: 30px;
  line-height: 30px;
  margin-left: 50px;
}
.menu-right > .ul-links > .right-buttons:hover {
  background-color: white;
  cursor: default;
  transition: 0.3s;
}
.menu-right > .ul-links > .right-buttons > button {
  border-radius: 5px;
  outline: none;
  border: 0;
  padding: 5px 20px;
  vertical-align: middle;
}
.ul-links > .right-buttons > .register-btn {
  background-color: #1390ff;
  color: #ffffff;
  font-size: 0.7em;
  height: 40px;
  margin: 0 5px 0 20px;
  transition: 0.3s;
}
.ul-links > .right-buttons > .register-btn:hover {
  background-color: #60b4ff;
}
.ul-links > .right-buttons > .login-btn {
  background-color: #eeeeee;
  color: black;
  height: 40px;
  transition: 0.3s;
}
.ul-links > .right-buttons > .login-btn:hover {
  background-color: #d5d5d5;
}
.hamburger-toggle {
  font-size: 24px;
  top: 0;
  position: absolute;
  right: 45px;
}
.hamburger-toggle:hover {
  cursor: pointer;
}
.hamburger-toggle > .hamburger-ico {
  line-height: 70px;
  color: #333;
  transition: color 0.3s;
}
.hamburger-toggle > .hamburger-ico:hover {
  color: #1390ff;
}
.navbar-kl > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul {
  list-style: none;
  background-color: #eee;
  padding: 0;
  transition: 0.4s;
}
.navbar-kl > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul a {
  display: block;
}
.navbar-kl > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul i {
  width: 30px;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
}
/*SMALL MENU*/
.small-res-nav > .image-left {
  margin-left: 20px;
}
.small-res-nav > .menu-right {
  float: right;
  margin-left: 30px;
  margin-right: 15px;
}
.small-res-nav > .menu-right > .ul-links {
  list-style: none;
  text-align: center;
  width: 100%;
  height: 0px;
  min-height: 0px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  position: absolute;
  left: 0;
  padding: 0;
  top: 60px;
  transition: 0.4s;
  background-color: white;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.small-res-nav > .menu-right > .ul-links > li {
  padding: 0;
}
.small-res-nav > .menu-right > .ul-links > li:hover {
  background-color: #ddd;
}
.small-res-nav > .menu-right > .ul-links > .right-buttons {
  margin-left: 0;
  margin-top: 15px;
  height: 160px;
  padding-bottom: 25px;
}
.small-res-nav > .menu-right > .ul-links > .right-buttons button {
  font-size: 1em;
  font-family: Lato;
  font-weight: 600;
  display: block;
  height: 42px;
  max-width: 300px;
  width: 80%;
  margin: 0 auto 20px;
}
.small-res-nav > .menu-right > .ul-links > .right-buttons:hover {
  background-color: #fff;
}
.small-res-nav > .menu-right > .ul-links > .li-input > input {
  width: 80%;
  outline: none;
  border-radius: 4px;
  padding: 2px 5px;
}
.small-res-nav > .menu-right > .ul-links::-webkit-scrollbar {
  display: none;
}
/*HOVER DROPDOWN*/
.small-res-nav > .menu-right > .ul-links > .dropdown-btn {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  transition: 0.4s;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn-focus {
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul {
  list-style: none;
  right: 0;
  padding: 0;
  background-color: #fafafa;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn:hover > .dropdown-ul {
  display: block;
  max-height: inherit;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li {
  white-space: nowrap ;
  padding: 0 10px;
  height: auto;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li a:hover {
  text-decoration: none;
  color: #1390ff;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  display: block;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li:hover {
  background-color: #1390ff;
  color: white;
}
.small-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li:hover a {
  color: white;
}
.small-res-nav > .menu-right > .ul-links > .unrolledDropdown {
  height: auto;
  max-height: 210px;
}
.small-res-nav > .menu-right > .ul-links > .clicked-dropdown a {
  text-decoration: none;
  color: #1390ff;
}
.small-res-nav > .menu-right > .ul-links > .clicked-dropdown a > .glyphicon {
  transform: rotate(180deg) translateX(-4px);
  -moz-transform: rotate(180deg) translateX(-4px);
  /* FF3.5/3.6 */
  -o-transform: rotate(180deg) translateX(-4px);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg) translateX(-4px);
  /* Saf3.1+ */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(180deg) translateX(-4px);
}
.small-res-nav > .menu-right > .ul-links > .clicked-li a {
  text-decoration: none;
  color: #1390ff;
}
/*BIG MENU*/
.big-res-nav {
  padding: 0px 15px 0 40px;
  max-width: 1450px;
  margin: 0 auto;
}
.big-res-nav > .image-left {
  margin-left: 15px;
}
.big-res-nav > .menu-right {
  float: right;
}
.big-res-nav > .menu-right > .hamburger-toggle {
  display: none;
}
.big-res-nav > .menu-right > .ul-links {
  background-color: transparent;
  max-height: 70px;
}
.big-res-nav > .menu-right > .ul-links > li {
  display: inline-block;
  border-bottom: none;
  margin: 0;
}
.big-res-nav > .menu-right > .ul-links > li:hover {
  cursor: pointer;
  transition: transform 0.3s;
  background-color: white;
}
.big-res-nav > .menu-right > .ul-links > li:hover a {
  text-decoration: none;
  color: #1390ff;
}
.big-res-nav > .menu-right > .ul-links > li:hover a > .glyphicon {
  transform: rotate(180deg) translateX(-4px);
  -moz-transform: rotate(180deg) translateX(-4px);
  /* FF3.5/3.6 */
  -o-transform: rotate(180deg) translateX(-4px);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg) translateX(-4px);
  /* Saf3.1+ */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(180deg) translateX(-4px);
}
.ul-links > .right-buttons > button {
  display: inline;
}
.big-res-nav > .menu-right > .ul-links > .li-input > input {
  outline: none;
  border-radius: 4px;
  padding: 2px 5px;
}
/*HOVER DROPDOWN*/
.big-res-nav > .menu-right > .ul-links > .dropdown-btn {
  position: relative;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn:hover {
  box-shadow: 2px 3px 4px 0px rgba(158, 158, 158, 0.05), -2px 2px 2px 0px rgba(162, 162, 162, 0.1);
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul {
  background-color: white;
  left: 0px;
  position: absolute;
  top: 70px;
  list-style: none;
  min-width: 100%;
  padding: 15px 0 15px 0;
  display: none;
  box-shadow: 2px 3px 4px 0px rgba(158, 158, 158, 0.05), -2px 2px 2px 0px rgba(162, 162, 162, 0.1);
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn:hover > .dropdown-ul {
  display: block;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li {
  white-space: nowrap;
  padding: 0px 90px 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li > a {
  color: black;
  display: block;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li:hover > a {
  text-decoration: none;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li:hover {
  background-color: #1390ff;
  color: white;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn > .dropdown-ul > li:hover a {
  color: white;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn-click > .dropdown-ul > li {
  white-space: nowrap ;
  padding: 0 10px;
}
.big-res-nav > .menu-right > .ul-links > .dropdown-btn-click > .dropdown-ul > li:hover {
  background-color: #ddd;
}
.big-res-nav > .menu-right > .ul-links > .right-buttons {
  height: 30px;
  line-height: 30px;
  margin-left: 0px;
  padding-left: 0;
  padding-right: 50px;
}
.big-res-nav > .menu-right > .ul-links > .right-buttons:hover {
  background-color: white;
  cursor: default;
  transition: 0.3s;
}
.big-res-nav > .menu-right > .ul-links > .right-buttons > button {
  border-radius: 5px;
  outline: none;
  border: 0;
  padding: 5px 20px;
  vertical-align: middle;
}
.content-wrapper,
.tour-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.content-wrapper section article,
.tour-wrapper section article {
  white-space: nowrap;
}
.content-wrapper h4,
.tour-wrapper h4 {
  font-family: Lato-Black;
  font-size: 1.25em;
  color: #333;
}
.content-wrapper p,
.tour-wrapper p {
  font-family: Lato;
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
}
@media screen and (max-width: 479px) {
  .content-wrapper,
  .tour-wrapper {
    width: 100%;
  }
}
.tour-wrapper {
  text-align: inherit;
  width: 90%;
  padding: 15px;
}
.tour-wrapper > div {
  white-space: nowrap;
}
.section-title {
  font-family: Lato-Black;
  font-size: 2em;
  color: #333;
  text-align: center;
}
.section-desc {
  text-align: center;
  font-family: Lato;
  font-size: 0.9em;
  max-width: 50%;
  white-space: normal;
  margin: 20px auto !important;
  color: #666;
}
.right-side {
  width: 50%;
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  padding-left: 35px;
}
.right-side img {
  max-width: 100%;
}
.left-side {
  width: 50%;
  display: inline-block;
  white-space: normal;
  text-align: right;
  vertical-align: middle;
  padding-right: 35px;
}
.left-side img {
  max-width: 100%;
  max-height: 530px;
}
.form-wrapper {
  width: 100%;
  white-space: nowrap;
  margin-top: 35px;
}
.email-input {
  padding: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 0;
  font-size: 0.6em;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.4);
  width: 60%;
  display: inline-block;
  white-space: normal;
  outline: none;
  transition: all 0.3s ease;
}
.email-input:focus {
  border-color: #7fc7ff;
  box-shadow: 0px 0px 7px #e6e6e6;
}
.send-btn {
  text-transform: uppercase;
  background-color: #1390ff;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 13px 5px;
  font-size: 0.6em;
  border: 0;
  margin-left: -6px;
  width: 40%;
  display: inline-block;
  cursor: pointer;
  white-space: normal;
  outline: none;
  transition: background-color 0.4s ease;
}
.send-btn:hover {
  background-color: #60b4ff;
  text-decoration: none;
  color: white;
}
.send-btn:disabled {
  background-color: #46a8ff;
  color: #d2eaff;
}
.relative {
  position: relative;
}
.error-message {
  font-family: Lato;
  font-weight: bold;
  font-size: 0.65em;
  color: #e04f5e;
  background-color: #ffd9cf;
  border-left: 5px solid #ea273b;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
}
.success-message {
  font-family: Lato;
  font-weight: bold;
  font-size: 0.65em;
  color: #3ac12b;
  background-color: #d5ffcf;
  border-left: 5px solid #67e468;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
}
.spinner-wrapper {
  position: absolute;
  left: 4%;
  top: 11px;
}
.spinner-wrapper .spinner {
  display: inline-block;
  border-radius: 100%;
  border: 4px solid rgba(225, 225, 225, 0.77);
  position: relative;
  width: 24px;
  height: 24px;
}
.spinner-wrapper .spinner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: white;
  animation: spin linear infinite .8s;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.25em;
  }
  .section-desc {
    max-width: 100% !important;
    padding: 0 10px;
  }
}
#header {
  white-space: nowrap;
  padding: 0 15px;
}
#header .left-side {
  width: 40%;
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 20px;
}
#header .left-side .text-wrapper {
  text-align: right;
  width: 100%;
  display: inline-block;
}
#header .left-side .text-wrapper #slider {
  min-height: 70px;
  width: 100%;
}
#header .left-side .text-wrapper #slider .slide-container {
  position: relative;
}
#header .left-side .text-wrapper #slider .slide-container .slide {
  width: 100%;
  min-height: 60px;
  color: #1390ff;
  background-color: white;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 0s ease 1s;
}
#header .left-side .text-wrapper #slider .slide-container .activeSlide {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
}
#header .left-side .text-wrapper .lower-text-wrapper {
  float: right;
  width: 100%;
}
#header .left-side .text-wrapper h2 {
  font-size: 25px;
  font-family: Lato-Black;
  font-size: 2.6em;
  color: #333;
  line-height: 1.2em;
  margin: 0;
}
#header .left-side .text-wrapper p {
  font-family: Lato;
  font-size: 0.9em;
  color: #666;
  text-align: right;
  max-width: 420px;
  float: right;
}
#header .left-side .form-wrapper {
  margin-top: 20px;
  max-width: 420px;
  float: right;
  text-align: center;
}
#header .left-side .form-wrapper button {
  border-radius: 5px;
}
#header .left-side .form-wrapper .email-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#header .right-side {
  width: 60%;
  text-align: left;
  padding-left: 0;
}
#header .right-side img {
  max-width: 100%;
}
@media screen and (max-width: 1380px) {
  #header .left-side .text-wrapper #slider .slide-container .slide {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1190px) {
  #header .left-side {
    width: 45%;
  }
  #header .left-side .text-wrapper #slider {
    min-height: 50px;
  }
  #header .left-side .text-wrapper #slider .slide-container .slide {
    min-height: 50px;
  }
  #header .left-side .text-wrapper h2 {
    font-size: 2em;
    text-align: right;
  }
  #header .left-side .text-wrapper p {
    font-size: 0.65em;
    margin-top: 20px;
  }
  #header .left-side .text-wrapper .form-wrapper {
    margin-top: 6px;
  }
  #header .left-side .text-wrapper .form-wrapper .email-input,
  #header .left-side .text-wrapper .form-wrapper .send-btn {
    width: 50%;
  }
  #header .right-side {
    width: 55%;
  }
}
@media screen and (max-width: 1064px) {
  #header .left-side .text-wrapper #slider .slide-container .slide {
    font-size: 1.6em;
  }
  #header .left-side .text-wrapper p {
    font-size: 0.65em;
    margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  #header .left-side {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  #header .left-side .text-wrapper {
    max-width: 100%;
    width: 100%;
    text-align: inherit;
  }
  #header .left-side .text-wrapper #slider .slide-container .slide {
    min-height: 50px;
    font-size: 2.2em;
  }
  #header .left-side .text-wrapper .lower-text-wrapper {
    float: none;
    width: 100%;
  }
  #header .left-side .text-wrapper h2 {
    text-align: inherit;
    font-size: 2.3em;
  }
  #header .left-side .text-wrapper p {
    text-align: inherit;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }
  #header .left-side .text-wrapper .form-wrapper {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  #header .left-side .text-wrapper .form-wrapper .email-input {
    width: 230px;
  }
  #header .left-side .text-wrapper .form-wrapper .send-btn {
    width: 160px;
  }
  #header .right-side {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #header .left-side .text-wrapper #slider .slide-container .slide {
    min-height: 40px;
    font-size: 1.4em;
  }
  #header .left-side .text-wrapper h2 {
    text-align: inherit;
    font-size: 1.6em;
  }
  #header .left-side .text-wrapper p {
    margin-top: 10px;
    text-align: inherit;
  }
  #header .left-side .text-wrapper .form-wrapper {
    padding: 0 10px;
  }
  #header .left-side .text-wrapper .form-wrapper .email-input,
  #header .left-side .text-wrapper .form-wrapper .send-btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px !important;
  }
}
#clients {
  min-height: 180px;
  width: 100%;
  padding: 15px 100px;
  text-align: center;
}
#clients .client {
  display: inline-block;
  padding: 0 20px;
  opacity: 0.4;
}
#clients .client img {
  height: 90px;
}
@media screen and (max-width: 500px) {
  #clients {
    padding: 10px 20px;
  }
}
#videos {
  display: block;
  text-align: center;
  padding: 0 15px;
  padding-bottom: 50px;
}
#videos .article-wrapper {
  margin: 0 auto;
  margin-top: 50px;
  white-space: nowrap;
  width: 90%;
}
#videos .article-wrapper div {
  margin-bottom: 50px;
}
#videos .article-wrapper div article {
  padding: 20px;
  max-width: 650px;
  display: inline-block;
}
#videos .article-wrapper div article h4 {
  font-size: 1.25em;
  color: #333;
  font-family: Lato-Black;
  margin-bottom: 20px;
}
#videos .article-wrapper div article p {
  font-size: 0.9em;
  color: #666;
  font-family: Lato;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  #videos .article-wrapper div .left-side,
  #videos .article-wrapper div .right-side {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
  }
}
#services {
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 50px 100px;
}
#services .services-wrapper {
  white-space: nowrap;
  margin: 70px auto 0 auto;
  max-width: 1500px;
}
#services .services-wrapper .service {
  width: 25%;
  display: inline-block;
  white-space: normal;
  text-align: center;
  padding: 0 25px;
  vertical-align: top;
}
#services .services-wrapper .service span {
  text-align: center;
  font-size: 2.5em;
  color: rgba(0, 0, 0, 0.65);
}
#services .services-wrapper .service h4 {
  font-family: Lato-Bold;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
  margin-top: 25px;
}
#services .services-wrapper .service p {
  text-align: justify;
  margin-top: 25px;
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4em;
}
@media screen and (max-width: 1150px) {
  #services {
    padding: 50px;
  }
}
@media screen and (max-width: 850px) {
  #services {
    padding: 30px 15px;
    float: left;
  }
  #services .services-wrapper {
    float: left;
  }
  #services .services-wrapper .service {
    width: 50%;
    margin-bottom: 30px;
    display: block;
    float: left;
  }
  #services .services-wrapper .service p {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  #services {
    float: left;
  }
  #services .services-wrapper {
    float: none;
  }
  #services .services-wrapper .service {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
#contact-us {
  clear: both;
  background-color: #1390ff;
  padding: 60px 20px;
  text-align: center;
}
#contact-us .footer-contact-container {
  max-width: 1000px;
  margin: 0 auto;
}
#contact-us .contact-btn {
  display: inline;
  font-family: Lato-Black;
  font-size: 2em;
  color: white;
  text-align: center;
  text-decoration: underline;
}
#contact-us .contact-btn:hover {
  color: white;
}
#contact-us > p {
  color: white;
  margin-top: 10px;
}
#contact-us .section-title {
  color: white;
  max-width: 50%;
  display: inline;
}
#contact-us .or {
  margin-top: 10px;
  color: white;
}
#contact-us .form-wrapper {
  margin: 25px auto 0 auto;
}
#contact-us .form-wrapper .send-btn {
  border: 1px solid white;
  border-radius: 5px;
  padding: 12px;
  width: 175px;
  transition: all 0.4s ease;
}
#contact-us .form-wrapper .send-btn:hover {
  background-color: #60b4ff;
  border-color: #60b4ff;
}
#contact-us .form-wrapper .email-input {
  border: 1px solid white;
  max-width: 230px;
  width: 100%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  #contact-us .contact-btn {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 479px) {
  #contact-us .section-title {
    max-width: 100%;
    padding: 6px;
  }
  #contact-us .form-wrapper {
    max-width: 100%;
    padding: 20px;
  }
  #contact-us .form-wrapper .send-btn,
  #contact-us .form-wrapper .email-input {
    min-width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 5px !important;
  }
}
#footer {
  background-color: #565656;
  padding: 50px 30px;
}
#footer .footer-wrapper {
  margin: 0 auto;
  text-align: center;
}
#footer .footer-wrapper .logo-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-top: -8px;
  text-align: left;
}
#footer .footer-wrapper .logo-wrapper .send-btn {
  display: block;
  width: 138px;
  font-size: 0.5em;
  font-weight: bold;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid white;
  transition: all 0.3s ease;
}
#footer .footer-wrapper .logo-wrapper .send-btn:hover {
  background-color: white;
  border: 1px solid white;
  color: grey;
  text-decoration: none;
}
#footer .footer-wrapper .logo-wrapper > :last-child {
  margin-left: -10px;
  margin-top: 10px;
}
#footer .footer-wrapper .nav-wrapper {
  display: inline-block;
  margin: 0 auto;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul {
  display: table-cell;
  list-style-type: none;
  padding: 0 20px;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul .lang-wrapper {
  margin-top: 10px;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul .lang-wrapper .langBtn {
  border: 1px solid white;
  background-color: transparent;
  font-size: 1em;
  padding: 3px 10px;
  color: white;
  outline: none;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul .lang-wrapper .langActive {
  background-color: white;
  color: #333;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul li {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul li a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul li a:hover {
  text-decoration: underline;
}
#footer .footer-wrapper .nav-wrapper .footer-nav ul li span {
  display: block;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
#footer .footer-wrapper .nav-wrapper .social-wrapper {
  margin-top: 30px;
}
#footer .footer-wrapper .nav-wrapper .social-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
#footer .footer-wrapper .nav-wrapper .social-wrapper ul li {
  display: inline-block;
}
#footer .footer-wrapper .nav-wrapper .social-wrapper ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 35px;
  width: 35px;
  line-height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
#footer .footer-wrapper .nav-wrapper .social-wrapper ul li a:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1000px) {
  #footer .footer-wrapper .logo-wrapper {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    margin-right: 0;
  }
  #footer .footer-wrapper .logo-wrapper .send-btn {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    float: left;
    width: 100%;
  }
  #footer .footer-wrapper {
    float: left;
  }
  #footer .footer-wrapper .footer-nav {
    float: left;
  }
  #footer .footer-wrapper .footer-nav ul {
    display: block;
    float: left;
    width: 33.33333%;
    min-height: 150px;
  }
  #footer .footer-wrapper .footer-nav ul li {
    text-align: center !important;
  }
}
@media screen and (max-width: 550px) {
  #footer {
    float: none;
  }
  #footer .footer-wrapper {
    float: none;
  }
  #footer .footer-wrapper .footer-nav {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #footer .footer-wrapper .footer-nav ul {
    display: block !important;
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin: 40px auto;
    min-height: inherit;
  }
  #footer .footer-wrapper .footer-nav ul li a {
    font-size: 1.1em;
    padding: 15px 0;
  }
}
#pricing {
  padding-bottom: 50px;
}
#pricing .section-title {
  padding: 0 15px;
}
#pricing .section-desc {
  margin-bottom: 0 !important;
}
#pricing .slider-wrapper {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}
#pricing .slider-wrapper .followsPrices {
  width: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
#pricing .slider-wrapper .followsPrices .follows-wrapper {
  width: 50%;
  padding: 0 30px;
  text-align: right;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  white-space: normal;
}
#pricing .slider-wrapper .followsPrices .follows-wrapper > span {
  color: gray;
  font-family: Lato-Black;
  font-size: 0.7em;
  line-height: 0.7em;
  display: block;
}
#pricing .slider-wrapper .followsPrices .follows-wrapper .follows-number {
  color: #1390ff;
  font-size: 2.5em;
  font-family: Lato-Black;
  display: inline;
  border: 0;
  width: 100%;
  text-align: right;
  outline: none;
}
#pricing .slider-wrapper .followsPrices .price-wrapper {
  width: 50%;
  padding: 30px;
  padding-top: 15px;
  text-align: left;
  display: inline-block;
  white-space: normal;
}
#pricing .slider-wrapper .followsPrices .price-wrapper .dolar {
  display: inline-block;
  white-space: normal;
  font-size: 1.4em;
  vertical-align: top;
  padding-top: 10px;
  font-family: Lato-Black;
}
#pricing .slider-wrapper .followsPrices .price-wrapper .month-price {
  display: inline-block;
  font-size: 3.5em;
  line-height: 1.25em;
  color: #333;
  font-family: Lato-Black;
  margin: 0;
}
#pricing .slider-wrapper .followsPrices .price-wrapper .contact-us {
  font-size: 3em;
  margin-bottom: 0;
  color: #333;
  font-family: Lato-Black;
  line-height: 1em;
  padding-bottom: 12px;
  max-width: 400px;
}
#pricing .slider-wrapper .followsPrices .price-wrapper > span {
  color: gray;
  font-family: Lato-Black;
  font-size: 0.7em;
  line-height: 0.7em;
  display: block;
}
#pricing .slider-wrapper input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 50%;
  height: 45px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  background: transparent;
  /* Otherwise white in Chrome */
}
#pricing .slider-wrapper input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
}
#pricing .slider-wrapper input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
#pricing .slider-wrapper input[type=range]::-ms-track {
  width: 50%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#pricing .slider-wrapper input[type=range]::-webkit-slider-thumb {
  position: relative;
  margin-top: -15px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  outline: none;
  background-color: white;
  cursor: pointer;
}
#pricing .slider-wrapper input[type=range]::-moz-range-thumb {
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  outline: none;
  background-color: white;
  cursor: pointer;
}
#pricing .slider-wrapper input[type=range]::-ms-tooltip {
  display: none;
}
#pricing .slider-wrapper input[type=range]::-ms-thumb {
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  height: 36px !important;
  width: 36px !important;
  outline: none;
  background-color: white;
  cursor: pointer;
  margin-top: 3px;
}
#pricing .slider-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 50%;
  height: 14px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
  border: 0;
}
#pricing .slider-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
}
#pricing .slider-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 14px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
  border: 0;
}
#pricing .slider-wrapper input[type=range]::-ms-track {
  width: 100%;
  height: 14px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
  border: 0;
}
#pricing .slider-wrapper input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 14px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
  border: 0;
}
#pricing .slider-wrapper input[type=range]:focus::-ms-fill-lower {
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
}
#pricing .slider-wrapper input[type=range]::-ms-fill-upper {
  width: 100%;
  height: 14px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
  border: 0;
}
#pricing .slider-wrapper input[type=range]:focus::-ms-fill-upper {
  background: linear-gradient(to right, #c5e4ff, #1390ff) !important;
}
#pricing .slider-wrapper .per-follow {
  position: absolute;
  margin-top: 45px;
}
#pricing .slider-wrapper .per-follow p,
#pricing .slider-wrapper .per-follow span {
  font-family: Lato-Black;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.65);
  display: inline;
  margin-right: 5px;
}
#pricing .pricesBtns {
  position: absolute;
  right: 0;
  top: 0;
}
#pricing .currBtn {
  font-size: 0.65em;
  padding: 5px 10px;
  font-family: Lato;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: none;
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
  outline: none;
}
#pricing .currBtn:hover {
  background: #1390ff;
  border-color: #1390ff;
  color: white;
}
#pricing .btnsWrapper {
  margin: 50px auto 20px auto;
  width: 1040px;
  position: relative;
}
#pricing .paymentsBtns {
  width: 100%;
}
#pricing .paymentsBtns .paymentBtn {
  color: #1390ff;
  border-color: #1390ff;
  text-transform: uppercase;
}
#pricing .paymentsBtns .paymentBtn:hover {
  color: white;
}
#pricing .paymentsBtns .paymentBtn:last-of-type {
  margin-left: -6px;
}
#pricing .prices-wrapper {
  margin: 0 auto;
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
  white-space: nowrap;
  text-align: center;
}
#pricing .prices-wrapper .price-item {
  width: 250px;
  max-width: 250px;
  min-width: 200px;
  font-family: Lato-Black;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  padding: 15px 15px 30px 15px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
#pricing .prices-wrapper .price-item .price-value {
  font-size: 4em;
  color: #333;
  display: inline-block;
}
#pricing .prices-wrapper .price-item .price-name {
  display: inline-block;
  white-space: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25em;
  margin-bottom: 0;
}
#pricing .prices-wrapper .price-item .dolar {
  display: inline-block;
  white-space: normal;
  font-size: 1.4em;
  vertical-align: top;
  padding-top: 20px;
}
#pricing .prices-wrapper .price-item .per-month {
  margin-bottom: 15px;
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.5);
}
#pricing .prices-wrapper .price-item .followers-count {
  font-size: 0.7em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
#pricing .prices-wrapper .price-item .send-btn {
  width: 130px;
  font-size: 0.55em;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Lato-Bold;
}
#pricing .prices-wrapper .item-active {
  background-color: #7fc7ff;
  border-color: #7fc7ff;
  color: #333;
}
#pricing .prices-wrapper .item-active .price-name {
  color: #333;
}
#pricing .prices-wrapper .item-active .per-month {
  color: #333;
}
#pricing .prices-wrapper .item-active .followers-count {
  color: #333;
}
#pricing .followsInf {
  width: 1055px;
  margin: 0 auto;
}
#pricing .followsInf p {
  font-size: 0.7em;
}
#pricing .left-text-cont {
  width: 1040px;
  margin: 30px auto 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
#pricing .left-text-cont .left-text-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 25px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
#pricing .left-text-cont .left-text-wrapper .left-text {
  height: 100%;
  font-family: Lato-Black;
  text-align: center;
}
#pricing .left-text-cont .packet-list-wrapper {
  width: 100%;
  height: 100%;
  padding: 40px;
}
#pricing .left-text-cont .packet-list-wrapper .packet-list {
  display: flex;
  font-size: 0.65em;
  list-style-type: none;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
}
#pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item {
  padding: 10px;
  white-space: normal;
  display: flex;
  flex: 1;
}
#pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item .fa {
  margin-right: 8px;
  color: #1390ff;
  font-size: 1.4em;
}
#pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item:last-of-type {
  border: none;
}
#pricing .left-text-cont .packet-list-wrapper .packet-list.second {
  vertical-align: top;
}
#pricing .notification-wrapper {
  width: 100%;
  margin-top: 60px;
  display: none;
}
#pricing .notification-wrapper .huge-notification {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
#pricing .notification-wrapper .huge-notification .clickHere {
  font-size: 0.65em;
  font-family: Lato-Bold;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.5em;
}
#pricing .notification-wrapper .huge-notification .here {
  color: #1390ff;
  text-decoration: underline;
  font-size: 0.65em;
  font-family: Lato-Bold;
  display: inline-block;
  margin-right: 5px;
}
#pricing .notification-wrapper .huge-notification > :first-child {
  font-family: Lato-Black;
  font-size: 2.5em;
  color: #333;
  display: inline;
  margin-right: 10px;
}
#pricing .notification-wrapper .huge-notification span {
  color: #1390ff;
  font-family: Lato-Black;
  font-size: 2.5em;
}
@media screen and (max-width: 1120px) {
  #pricing .slider-wrapper .followsPrices .follows-wrapper .follows-number {
    font-size: 3em;
  }
  #pricing .slider-wrapper .followsPrices .follows-wrapper span {
    font-size: 0.65em;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper .month-price {
    font-size: 3.2em;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper .contact-us {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-top: 20px;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper span {
    font-size: 0.65em;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper .dolar {
    font-size: 1em;
    vertical-align: super;
  }
  #pricing .btnsWrapper {
    margin-top: 60px;
    width: 777px;
  }
  #pricing .paymentsBtns {
    width: 577px;
    float: left;
    margin-bottom: 20px;
    text-align: left;
  }
  #pricing .pricesBtns {
    width: 200px;
    float: left;
  }
  #pricing .prices-wrapper {
    clear: both;
    width: 100%;
  }
  #pricing .prices-wrapper .price-item {
    min-width: 100px;
    max-width: 190px;
    margin-right: 0;
    padding: 20px 10px;
  }
  #pricing .prices-wrapper .price-item .price-value {
    font-size: 2.3em;
  }
  #pricing .prices-wrapper .price-item .followers-count {
    font-size: 0.65em;
  }
  #pricing .prices-wrapper .price-item .send-btn {
    margin-top: 15px;
    font-size: 0.45em;
    width: 100%;
    padding: 15px 5px;
  }
  #pricing .prices-wrapper .price-item .dolar {
    padding-top: 15px;
    font-size: 1em;
  }
  #pricing .left-text-cont {
    width: 770px;
  }
  #pricing .left-text-cont .left-text-wrapper .left-text {
    padding-top: 0;
    white-space: normal;
  }
  #pricing .left-text-cont .packet-list-wrapper {
    padding: 20px;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item {
    padding: 5px;
    white-space: nowrap;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item .fa {
    display: inline-block;
    vertical-align: top;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item .item-name {
    display: inline-block;
    white-space: normal;
  }
  #pricing .followsInf {
    width: 777px;
  }
  #pricing .notification-wrapper .huge-notification p:first-of-type,
  #pricing .notification-wrapper .huge-notification span {
    font-size: 1.8em;
    line-height: 1em;
  }
}
@media screen and (max-width: 800px) {
  #pricing .followsInf {
    width: 100%;
    text-align: center;
  }
  #pricing .slider-wrapper .input-wrapper #price-slider {
    width: 70%;
  }
  #pricing .btnsWrapper {
    margin-bottom: 30px;
    width: 100%;
  }
  #pricing .btnsWrapper .paymentsBtns {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #pricing .btnsWrapper .pricesBtns {
    position: inherit;
    width: 100%;
    float: none;
  }
  #pricing .pricesBtns {
    width: 100%;
    text-align: center;
  }
  #pricing .prices-wrapper {
    width: 100%;
    white-space: normal;
  }
  #pricing .prices-wrapper .price-item {
    min-width: 200px;
    width: 60%;
    margin: 20px auto !important;
    padding: 20px 10px;
    display: block;
  }
  #pricing .prices-wrapper .price-item .price-name {
    font-size: 0.9em;
  }
  #pricing .prices-wrapper .price-item .price-value {
    font-size: 2.3em;
  }
  #pricing .prices-wrapper .price-item .followers-count {
    font-size: 0.65em;
  }
  #pricing .prices-wrapper .price-item .send-btn {
    margin-top: 15px;
    font-size: 0.45em;
    width: 100%;
    padding: 15px 5px;
  }
  #pricing .left-text-cont {
    width: 200px;
  }
  #pricing .left-text-cont .packet-list-wrapper {
    padding: 30px 15px;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item {
    margin-bottom: 10px;
    padding: 5px;
    white-space: nowrap;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item .fa {
    display: inline-block;
    vertical-align: top;
  }
  #pricing .left-text-cont .packet-list-wrapper .packet-list .packet-item .item-name {
    display: inline-block;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  #pricing .slider-wrapper .followsPrices .follows-wrapper {
    width: 100%;
    display: block;
    text-align: center;
    border-right: 0;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper {
    width: 100%;
    display: block;
    padding-bottom: 30px;
    padding-top: 5px;
    text-align: center;
  }
  #pricing .slider-wrapper .followsPrices .price-wrapper .contact-us {
    margin: 0 auto;
  }
  #pricing .btnsWrapper .paymentsBtns button {
    display: block;
    width: 200px;
    margin: 5px auto !important;
  }
}
#PricingFaq,
#faq {
  display: block;
  padding: 0 10px;
}
#PricingFaq .faq-wrapper,
#faq .faq-wrapper {
  padding: 60px 20px;
}
#PricingFaq .faq-wrapper h4,
#faq .faq-wrapper h4 {
  font-family: Lato-Black;
  font-size: 1em;
  margin: 0;
}
#PricingFaq .faq-wrapper div section,
#faq .faq-wrapper div section {
  margin-bottom: 50px;
  position: inherit;
}
#PricingFaq .faq-wrapper div section p:first-of-type,
#faq .faq-wrapper div section p:first-of-type {
  font-size: 0.9em;
  font-family: Lato-Black;
  color: #333;
  margin-bottom: 20px;
  display: block;
  min-height: 36px;
}
#PricingFaq .faq-wrapper div section p:last-of-type,
#faq .faq-wrapper div section p:last-of-type {
  font-family: Lato;
  font-size: 0.7em;
  color: #666;
}
@media screen and (max-width: 1120px) {
  #PricingFaq .faq-wrapper h4,
  #faq .faq-wrapper h4 {
    text-align: center;
  }
  #PricingFaq .faq-wrapper div section p:first-of-type,
  #faq .faq-wrapper div section p:first-of-type {
    text-align: center;
  }
  #PricingFaq .faq-wrapper div section p:last-of-type,
  #faq .faq-wrapper div section p:last-of-type {
    font-family: Lato-Bold;
    font-size: 0.7em;
    color: #666;
    text-align: center;
  }
}
.register-wrapper,
.contact-wrapper {
  padding: 0px 25px 25px 25px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.register-wrapper img,
.contact-wrapper img {
  cursor: pointer;
}
.register-wrapper .text-wrapper h3,
.contact-wrapper .text-wrapper h3 {
  font-family: Lato-Black;
  color: #333;
  font-size: 1.5em;
  text-transform: uppercase;
}
.register-wrapper .text-wrapper p,
.contact-wrapper .text-wrapper p {
  margin-top: 25px;
  font-family: Lato-Bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.7em;
}
.register-wrapper .form-wrapper form input,
.contact-wrapper .form-wrapper form input,
.register-wrapper .form-wrapper form button,
.contact-wrapper .form-wrapper form button {
  display: block;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 auto 10px auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
.register-wrapper .form-wrapper form button,
.contact-wrapper .form-wrapper form button {
  background-color: #1390ff;
  color: white;
  font-size: 0.55em;
  border-color: #1390ff;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.register-wrapper .form-wrapper form button:hover,
.contact-wrapper .form-wrapper form button:hover {
  background-color: #46a8ff;
  border-color: #46a8ff;
}
.register-wrapper .form-wrapper form button:disabled,
.contact-wrapper .form-wrapper form button:disabled {
  background-color: #7ac0ff;
  color: rgba(255, 255, 255, 0.87);
  border: transparent;
}
.register-wrapper .terms-wrapper,
.contact-wrapper .terms-wrapper {
  margin-top: 25px;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.register-wrapper a,
.contact-wrapper a {
  font-size: 0.65em;
  color: #1390ff;
}
@media screen and (max-width: 992px) {
  .register-wrapper .text-wrapper h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 479px) {
  .register-wrapper {
    margin-top: -40px;
  }
  .register-wrapper img {
    height: 50px;
  }
  .register-wrapper .text-wrapper h3 {
    font-size: 1.2em;
  }
  .register-wrapper .form-wrapper {
    margin-top: 15px;
  }
  .register-wrapper .form-wrapper p {
    margin-top: 10px;
  }
}
.contact-wrapper {
  padding-bottom: 150px;
  white-space: nowrap;
  max-width: 100%;
}
.contact-wrapper .left-side {
  max-width: 400px;
}
.contact-wrapper .left-side .text-wrapper {
  text-align: center;
}
.contact-wrapper .left-side .text-wrapper h3 {
  margin-bottom: 30px;
}
.contact-wrapper .left-side form {
  margin-top: 5px;
}
.contact-wrapper .left-side form .form-field input {
  display: inline !important;
}
.contact-wrapper .left-side form .form-field label {
  font-size: 0.65em;
  vertical-align: top;
  margin-top: 20px;
}
.contact-wrapper .left-side form textarea {
  padding: 15px;
  resize: vertical;
  border-radius: 5px;
  width: 100%;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 auto 10px auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
}
.contact-wrapper .right-side {
  vertical-align: top;
  max-width: 250px;
  white-space: nowrap;
  padding-left: 0;
}
.contact-wrapper .right-side .img-wrapper {
  width: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 95px;
  display: inline-block;
  vertical-align: middle;
}
.contact-wrapper .right-side .contact-text {
  display: inline-block;
  vertical-align: middle;
  font-family: Lato-Bold;
  font-size: 0.7em;
  padding-left: 10px;
  margin-top: 65px;
}
.contact-wrapper .right-side .contact-text p {
  margin: 0;
}
.contact-wrapper .right-side .contact-text > :first-child {
  font-size: 1.2em;
  font-family: Lato-Black;
}
.contact-wrapper .right-side .contact-text > :nth-child(3) {
  color: #1390ff;
}
.contact-wrapper .right-side .contact-text > :last-child {
  font-size: 0.9em;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .contact-wrapper .left-side,
  .contact-wrapper .right-side {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding-right: 0;
  }
  .contact-wrapper .right-side .img-wrapper,
  .contact-wrapper .right-side .contact-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .contact-wrapper .right-side .img-wrapper {
    width: 80px;
  }
}
#tour {
  min-height: 300px;
  padding-bottom: 100px;
}
#tour .tour-desc {
  font-size: 0.9em;
  max-width: 700px;
  color: #666;
  margin: 50px auto;
  line-height: 1.6em;
  padding: 20px;
  text-align: justify;
}
#tour .tour-wrapper div {
  margin-bottom: 30px;
}
#tour .tour-wrapper div article {
  padding: 50px;
}
#tour .tour-wrapper div article .text-wrapper {
  max-width: 600px;
}
#tour .tour-wrapper div article img {
  width: 85%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #tour .tour-wrapper div .left-side,
  #tour .tour-wrapper div .right-side {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
  }
}
#tutorials {
  min-height: 300px;
  padding-bottom: 100px;
}
#features .content-wrapper {
  width: 100%;
}
#features .content-wrapper section h4 {
  font-size: 0.9em;
  font-family: Lato;
  color: #666;
  margin-top: 20px;
  max-width: 750px;
  margin: 0 auto;
}
#features .content-wrapper section .feature {
  padding: 100px 15px;
}
#features .content-wrapper section .feature article {
  width: 80%;
  margin: 0 auto;
}
#features .content-wrapper section .feature article .text-wrapper {
  max-width: 550px;
}
#features .content-wrapper section .feature article img {
  max-width: 100%;
}
#features .content-wrapper section .feature article h5 {
  font-size: 1.25em;
  font-family: Lato-Black;
  color: #333;
}
#features .content-wrapper section .feature:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 991px) {
  #features .content-wrapper section h4 {
    font-size: 1.3em;
  }
  #features .content-wrapper section .feature {
    padding: 50px 0;
  }
  #features .content-wrapper section .feature article .text-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
    float: none !important;
  }
  #features .content-wrapper section .feature article .text-wrapper h5 {
    font-size: 1.2em;
  }
  #features .content-wrapper section .feature article .left-side,
  #features .content-wrapper section .feature article .right-side {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
}
#inspirations {
  min-height: 300px;
  padding-bottom: 100px;
}
#inspirations .content-wrapper section {
  max-width: 1200px;
  margin: 50px auto 0;
}
#inspirations .content-wrapper section .inspiration-wrapper {
  padding: 50px 0;
  white-space: nowrap;
  margin: 80px 0;
}
#inspirations .content-wrapper section .inspiration-wrapper .inspiration-item {
  display: inline-block;
  width: 20%;
  white-space: normal;
}
#inspirations .content-wrapper section .inspiration-wrapper .inspiration-item h5 {
  font-family: Lato;
  font-weight: bold;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
#inspirations .content-wrapper section .inspiration-wrapper .inspiration-item span {
  font-size: 2em;
  color: rgba(0, 0, 0, 0.7);
}
#inspirations .content-wrapper section .sentence {
  padding: 25px 65px;
}
#inspirations .content-wrapper section .sentence p {
  position: relative;
  background-color: #eeeeee;
  padding: 20px 30px;
  border-radius: 5px;
  font-family: Lato;
  font-size: 0.9em;
  display: inline-block;
  width: 80%;
  max-width: 1200px;
}
#inspirations .content-wrapper section .sentence p:nth-child(n)::before {
  content: "";
  position: absolute;
  border: 15px solid #fff;
  border-left-color: #eeeeee;
  border-bottom-color: #eeeeee;
  top: -25px;
  left: 10%;
  transform: rotateZ(-15deg);
}
#inspirations .content-wrapper section .sentence .icon-pin {
  color: #1390ff;
  font-size: 1.5em;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #inspirations .content-wrapper {
    width: 90%;
  }
  #inspirations .content-wrapper section {
    max-width: 1200px;
    margin: 40px auto 0;
  }
  #inspirations .content-wrapper section .sentence {
    padding: 25px 5px;
  }
  #inspirations .content-wrapper section .sentence p {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #inspirations .content-wrapper {
    width: 95%;
  }
  #inspirations .content-wrapper section .inspiration-wrapper {
    padding: 50px 0;
    white-space: normal;
    text-align: center;
  }
  #inspirations .content-wrapper section .inspiration-wrapper .inspiration-item {
    width: 25%;
    margin-bottom: 40px;
  }
  #inspirations .content-wrapper section .inspiration-wrapper .inspiration-item h5 {
    font-family: Lato;
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.7);
  }
  #inspirations .content-wrapper section .inspiration-wrapper .inspiration-item span {
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.7);
  }
  #inspirations .content-wrapper section .sentence {
    padding: 25px 5px;
  }
  #inspirations .content-wrapper section .sentence p {
    font-size: 0.7em;
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 488px) {
  #inspirations .content-wrapper section .inspiration-wrapper {
    padding: 50px 0;
    white-space: normal;
    text-align: center;
  }
  #inspirations .content-wrapper section .inspiration-wrapper .inspiration-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
#reports {
  min-height: 300px;
  padding-bottom: 100px;
}
#reports .section-title {
  margin-bottom: 80px;
}
#reports .content-wrapper {
  white-space: nowrap;
}
#reports .content-wrapper div {
  margin-bottom: 40px;
}
#reports .reports-wrapper h4 {
  font-size: 1.25em;
}
#reports .reports-wrapper p {
  font-size: 0.9em;
}
#reports .reports-wrapper > div .left-side section,
#reports .reports-wrapper > div .right-side section {
  max-width: 800px;
}
#reports .btn-reports {
  height: 45px;
  margin-top: 30px;
}
#reports a {
  background-color: #1390ff;
  padding: 12px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 0.7em;
}
#reports a:hover {
  background-color: #79c0ff;
}
@media screen and (max-width: 767px) {
  #reports {
    padding-bottom: 10px;
  }
  #reports .section-title {
    margin-bottom: 0;
  }
  #reports .content-wrapper .left-side,
  #reports .content-wrapper .right-side {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #reports .content-wrapper .empty {
    display: none;
  }
  #reports .reports-wrapper h4 {
    font-size: 1.2em;
  }
  #reports .reports-wrapper p {
    font-size: 0.7em;
  }
  #reports a {
    background-color: #1390ff;
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 0.8em;
  }
}
#testimonials {
  min-height: 300px;
  padding-bottom: 100px;
}
#testimonials .content-wrapper .left-side section,
#testimonials .content-wrapper .right-side section {
  max-width: 770px;
}
#testimonials .content-wrapper .left-side section h4,
#testimonials .content-wrapper .right-side section h4 {
  font-size: 0.9em;
}
#testimonials .content-wrapper .left-side section P,
#testimonials .content-wrapper .right-side section P {
  font-size: 0.7em;
}
#testimonials .content-wrapper .left-side section a,
#testimonials .content-wrapper .right-side section a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
#testimonials .content-wrapper .left-side section .quote,
#testimonials .content-wrapper .right-side section .quote {
  font-style: italic;
  text-align: justify;
}
#testimonials .content-wrapper .left-side section .author,
#testimonials .content-wrapper .right-side section .author {
  font-size: 0.8em;
  margin-top: 30px;
}
#testimonials .content-wrapper .left-side .grey-backg,
#testimonials .content-wrapper .right-side .grey-backg {
  background-color: #ececec;
  padding: 20px;
}
#testimonials .content-wrapper .left-side {
  vertical-align: top;
}
#testimonials .content-wrapper > div {
  white-space: nowrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #testimonials {
    padding-bottom: 20px;
  }
  #testimonials .content-wrapper .left-side,
  #testimonials .content-wrapper .right-side {
    display: block;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  #testimonials .content-wrapper .left-side section {
    margin-bottom: 40px;
  }
}
#for-creators,
#for-mcns,
#for-brands {
  padding: 10px 0 80px 0;
}
#for-creators .content-wrapper .section-desc,
#for-mcns .content-wrapper .section-desc,
#for-brands .content-wrapper .section-desc {
  max-width: 750px;
}
#for-creators .content-wrapper .example,
#for-mcns .content-wrapper .example,
#for-brands .content-wrapper .example {
  margin-top: 40px;
  width: 100%;
  max-width: 700px;
  text-align: justify;
  line-height: 1.3em;
  margin: 30px auto 0 auto;
}
#for-creators .content-wrapper .example h5,
#for-mcns .content-wrapper .example h5,
#for-brands .content-wrapper .example h5 {
  font-family: Lato-Black;
  font-size: 1.25em;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
#for-creators .content-wrapper .lets-try-muse p,
#for-mcns .content-wrapper .lets-try-muse p,
#for-brands .content-wrapper .lets-try-muse p {
  margin: 40px auto 20px;
  font-size: 0.9em;
  font-family: Lato-Black;
  color: #333;
}
#for-creators .content-wrapper .lets-try-muse a,
#for-mcns .content-wrapper .lets-try-muse a,
#for-brands .content-wrapper .lets-try-muse a {
  background-color: #1390ff;
  padding: 12px 20px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 0.7em;
}
#for-creators .content-wrapper .lets-try-muse a:hover,
#for-mcns .content-wrapper .lets-try-muse a:hover,
#for-brands .content-wrapper .lets-try-muse a:hover {
  background-color: #79c0ff;
}
.ngdialog-content {
  width: 1000px !important;
  background: white !important;
}
.ngdialog-content .modal-header {
  text-align: center;
  padding-bottom: 30px;
}
.ngdialog-content .modal-header h4 {
  font-size: 1.4em;
  font-family: Lato-Black;
  color: #1390ff;
}
.ngdialog-content .modal-body .col-md-5 img {
  max-width: 100%;
  text-align: center;
}
.ngdialog-content .modal-body .col-md-7 p {
  font-family: Lato;
  font-size: 0.7em;
  line-height: 1.6em;
  text-align: left;
}
.ngdialog-content .modal-body .col-md-7 span {
  font-family: Lato-Black;
}
.ngdialog-content .modal-body .col-md-12 {
  margin-top: 40px;
}
.ngdialog-content .modal-body .col-md-12 form {
  white-space: nowrap;
  text-align: center;
  padding: 30px 0;
}
.ngdialog-content .modal-body .col-md-12 form input {
  width: 200px;
  padding: 15px;
  padding-left: 20px;
  font-size: 0.75em;
  text-align: left;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ngdialog-content .modal-body .col-md-12 form .send-btn {
  width: 150px;
  margin-left: -4px;
  padding: 16px;
  font-size: 0.75em;
  text-align: center;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.ngdialog-content .modal-body .col-md-12 form .send-btn:disabled {
  background-color: rgba(19, 144, 255, 0.52);
  color: rgba(255, 255, 255, 0.87);
  border: transparent;
}
.ngdialog-content .modal-footer {
  font-family: Lato;
  font-size: 0.55em;
  text-align: left;
  line-height: 1.2em;
}
.ngdialog-content .modal-footer input {
  vertical-align: bottom;
  margin-right: 5px;
}
.ngdialog-content .modal-footer label {
  margin-bottom: 0;
  font-weight: normal;
  display: inline;
}
@media screen and (max-width: 991px) {
  .ngdialog-content .modal-body {
    text-align: center;
  }
  .ngdialog-content .modal-body .clear {
    width: auto !important;
    display: inline-block !important;
  }
}
@media screen and (max-width: 479px) {
  .ngdialog-content .modal-body .clear {
    width: 100% !important;
    display: inline-block !important;
  }
  .ngdialog-content .modal-body .col-md-12 form {
    white-space: normal;
  }
  .ngdialog-content .modal-body .col-md-12 form input,
  .ngdialog-content .modal-body .col-md-12 form button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    border-radius: 5px !important;
  }
}
#login {
  text-align: center;
}
#login img {
  cursor: pointer;
}
#login .register-wrapper {
  padding-bottom: 100px;
}
#login .register-wrapper .form-wrapper form .remember-field {
  padding-bottom: 20px;
  padding-top: 10px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
}
#login .register-wrapper .form-wrapper form .remember-field > div {
  width: 50%;
  display: inline-block;
  white-space: normal;
  font-family: Lato;
  font-size: 0.65em;
  padding: 0 5px;
  color: inherit;
}
#login .register-wrapper .form-wrapper form .remember-field > div input {
  display: inline;
  width: 20px;
  height: 13px;
}
#login .register-wrapper .form-wrapper form .remember-field > div label {
  font-weight: 100;
}
#login .register-wrapper .form-wrapper form .remember-field > div a {
  color: inherit;
  cursor: pointer;
  font-size: 1em;
}
#login .register-wrapper .form-wrapper form .remember-field > :first-child {
  text-align: left;
}
#login .register-wrapper .form-wrapper form .remember-field > :last-child {
  text-align: right;
}
#login .register-wrapper .form-wrapper form .or {
  font-family: Lato-Bold;
  font-size: 0.65em;
  color: rgba(0, 0, 0, 0.55);
  padding-bottom: 15px;
}
#login .register-wrapper .form-wrapper button.createBtn {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  font-size: 0.55em;
  padding: 15px;
  border-radius: 5px;
  font-family: Lato;
  font-weight: bold;
  width: 100%;
}
#login .register-wrapper .form-wrapper button.createBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media screen and (max-width: 479px) {
  #login .register-wrapper {
    margin-top: 0;
  }
}
#demo {
  padding: 40px 15px;
}
#demo .demo-wrapper {
  white-space: nowrap;
  padding: 0 35px;
  width: 90%;
  margin: 0 auto;
}
#demo .demo-wrapper .left-side {
  text-align: left;
  width: 55%;
  white-space: normal;
  padding-right: 20px;
  vertical-align: top;
}
#demo .demo-wrapper .left-side .text-wrapper {
  max-width: 600px;
  float: right;
}
#demo .demo-wrapper .left-side .text-wrapper h3 {
  font-size: 2em;
  text-transform: uppercase;
  font-family: Lato-Black;
  color: #333;
}
#demo .demo-wrapper .left-side .text-wrapper p {
  font-size: 0.9em;
  color: #666;
  margin: 40px 0;
}
#demo .demo-wrapper .left-side .text-wrapper ul {
  padding-left: 20px;
  list-style-type: circle;
}
#demo .demo-wrapper .left-side .text-wrapper ul li {
  font-size: 0.9em;
  color: #666;
}
#demo .demo-wrapper .right-side {
  text-align: left;
  width: 45%;
  white-space: normal;
  padding-top: 20px;
}
#demo .demo-wrapper .right-side .form-wrapper {
  white-space: normal;
  max-width: 450px;
  text-align: center;
  margin-top: 60px;
  margin: 0 auto;
}
#demo .demo-wrapper .right-side .form-wrapper p {
  color: #1390ff;
  font-family: Lato-Bold;
}
#demo .demo-wrapper .right-side .form-wrapper form {
  padding: 20px;
  background-color: lightgray;
}
#demo .demo-wrapper .right-side .form-wrapper form input {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-size: 0.7em;
  color: #666;
}
#demo .demo-wrapper .right-side .form-wrapper form .send-btn {
  padding: 17px;
  width: 100%;
  font-size: 0.6em;
  font-family: Lato-Bold;
  margin: 0;
  border-radius: 5px;
}
#demo .demo-wrapper .right-side .form-wrapper form .send-btn:disabled {
  background-color: #7ac0ff;
  color: rgba(255, 255, 255, 0.87);
  border: transparent;
}
#demo .demo-wrapper .right-side .form-wrapper form .spinner-wrapper {
  left: 4%;
}
@media screen and (max-width: 991px) {
  #demo .demo-wrapper .left-side .text-wrapper h3 {
    font-size: 1.45em;
  }
  #demo .demo-wrapper .left-side .text-wrapper p {
    font-size: 0.7em;
  }
  #demo .demo-wrapper .left-side .text-wrapper ul li {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  #demo {
    padding-top: 0;
  }
  #demo .demo-wrapper {
    white-space: normal;
    width: 100%;
    padding: 5px;
  }
  #demo .demo-wrapper .left-side,
  #demo .demo-wrapper .right-side {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #demo .demo-wrapper .left-side .text-wrapper h3 {
    font-size: 1.3em;
  }
  #demo .demo-wrapper .left-side .text-wrapper ul {
    list-style-type: none;
    padding-left: 0;
  }
  #demo .demo-wrapper .left-side .text-wrapper ul li {
    text-align: center;
    font-size: 0.7em;
  }
}
.ngdialog.ngdialog-theme-default {
  padding-top: 120px;
}
@media screen and (max-width: 479px) {
  .ngdialog.ngdialog-theme-default {
    padding-top: 0;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .email-input {
    vertical-align: middle;
    padding: 13px;
  }
}