::-webkit-scrollbar {
    width: 7px;
    height:7px;
}
::-webkit-scrollbar-track {
    background: #f9f9f9;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c1c1c1;
    border-radius: 0px;
}
.vertical-align {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@-webkit-keyframes bounceInUp {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
    transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
  }
  0% {
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
    transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
  }
  0% {
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutDown {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
    transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
}
@keyframes bounceOutDown {
  0%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
    transition-timing-function: cubic-bezier(0.23, 0.77, 0.34, 0.99);
  }
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
}
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.background-dark {
  background: #293a46;
}
.text-dark {
  color: #293a46;
}
button:focus {
    outline: none !important;
    border: none !important;
}
button:active {
    outline: none !important;
    border: none !important;
}
.hidden-off-screen {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
p:empty,
#shopify-theme-controls,
.jumbo-list-products .themeByline,
.jumbo-list-products .themeFullInfo {
  display: none !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 15px !important;
}
.m-t {
  margin-top: 15px !important;
}
.m-r {
  margin-right: 15px !important;
}
.m-b {
  margin-bottom: 15px !important;
}
.m-l {
  margin-left: 15px !important;
}
.m-x {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.m-y {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 22.5px !important;
}
.m-t-md {
  margin-top: 22.5px !important;
}
.m-r-md {
  margin-right: 22.5px !important;
}
.m-b-md {
  margin-bottom: 22.5px !important;
}
.m-l-md {
  margin-left: 22.5px !important;
}
.m-x-md {
  margin-right: 22.5px !important;
  margin-left: 22.5px !important;
}
.m-y-md {
  margin-top: 22.5px !important;
  margin-bottom: 22.5px !important;
}
.m-a-lg {
  margin: 45px !important;
}
.m-t-lg {
  margin-top: 45px !important;
}
.m-r-lg {
  margin-right: 45px !important;
}
.m-b-lg {
  margin-bottom: 45px !important;
}
.m-l-lg {
  margin-left: 45px !important;
}
.m-x-lg {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.m-y-lg {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 15px !important;
}
.p-t {
  padding-top: 15px !important;
}
.p-r {
  padding-right: 15px !important;
}
.p-b {
  padding-bottom: 15px !important;
}
.p-l {
  padding-left: 15px !important;
}
.p-x {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.p-y {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-a-md {
  padding: 22.5px !important;
}
.p-t-md {
  padding-top: 22.5px !important;
}
.p-r-md {
  padding-right: 22.5px !important;
}
.p-b-md {
  padding-bottom: 22.5px !important;
}
.p-l-md {
  padding-left: 22.5px !important;
}
.p-x-md {
  padding-right: 22.5px !important;
  padding-left: 22.5px !important;
}
.p-y-md {
  padding-top: 22.5px !important;
  padding-bottom: 22.5px !important;
}
.p-a-lg {
  padding: 45px !important;
}
.p-t-lg {
  padding-top: 45px !important;
}
.p-r-lg {
  padding-right: 45px !important;
}
.p-b-lg {
  padding-bottom: 45px !important;
}
.p-l-lg {
  padding-left: 45px !important;
}
.p-x-lg {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.p-y-lg {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.txt-center{
    text-align: center
}
.alert {
  border-radius: 6px;
  margin: 10px auto;
  padding: 10px;
  font-size: 12px;
}
.alert-error {
  background-color: #fff7f7;
  border: 1px solid #ffc4c3;
  color: #e05050;
}
.alert-success {
  background-color: #f2fff3;
  border: 1px solid #b3f4b6;
  color: #2ebd67;
}
.errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-lg.focus,
.btn-lg:focus,
.btn-lg {
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ff0068;
  background: #f20a51;
  font-weight: 400;
}
.btn.btn-lg:hover {
  color: #fff;
  background: #c10841;
  border: 1px solid #ff0068;
}
input.btn:focus {
  outline: 0;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.btn-icon {
  background: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 0;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.btn-icon:hover,
.btn-icon:focus {
  outline: none !important;
  opacity: 0.4;
}
.btn-icon.btn-active {
  opacity: 1;
  pointer-events: none;
}
.btn-icon:first-child {
  margin-left: 25px;
  margin-right: 5px;
}
.link {
  font-size: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
  text-decoration: underline;
}
.footer {
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  background: #f9f9f9;
  border-top: 1px solid #dcdfe4;
}
.footer p {
  margin-bottom: 5px;
}
.footer a {
  text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit
}
a:hover,
a:focus,
p a {
    text-decoration: none;
    color: #c10841
}
.footer .row {
    text-align: center
}
.footer .footer-list-link {
    color: inherit;
    text-align: left
}
.footer-list,
.footer-social-buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.footer p:last-of-type,
.footer-social-buttons {
  margin-bottom: 20px;
}
.footer-list-item,
.footer-social-buttons li {
  display: inline-block;
}
.footer-list-item:not(:last-child):after {
  content: "\b7";
  padding: 10px;
}
.btn-follow {
  margin-right: 20px;
}
.btn-follow .twitter-follow-button {
  width: 225px !important;
}
.btn-tweet .twitter-share-button {
  width: 98px !important;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
label,
legend {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  font-weight: 400;
}
.form-control {
  border: 1px solid #dcdfe4;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #6b15a1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(107, 21, 161, 0.3);
}
.input-lg {
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
}
.form-wrapper {
  width: 350px;
  margin: 25px auto;
}
.form-wrapper input:not(.input-as-link) {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.form-wrapper .btn {
  margin-top: 20px;
}
.form-description {
  font-size: 14px;
  margin-bottom: 40px;
}
.form-fineprint {
  color: #697176;
  font-size: 12px;
  margin-top: -5px;
}
.form-fineprint a,
.form-fineprint .input-as-link {
  text-decoration: none;
}
.form-fineprint a:hover,
.form-fineprint .input-as-link:hover,
.form-fineprint a:focus,
.form-fineprint .input-as-link:focus {
  color: #6b15a1;
  text-decoration: underline;
}
.form-recover-password,
.form-wrapper.is-inRecoveryMode .form-login {
  display: none;
}
.form-wrapper.is-inRecoveryMode .form-recover-password {
  display: block;
}
.form-search{
  margin: 36px auto;
  max-width: 600px;
  position: relative;
}
.form-search .url {
  padding-right: 95px;
  width: 100%;
  height: 60px;
  border: 5px solid #ff0068;
  border-radius: 4px;
}
.form-search #btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 0 4px 4px 0;
}
.btn-lg {
  padding: 10px;
}
.input-as-link {
  background: 0 0;
  padding: 0;
  display: inline;
  border-width: 0;
}
@media (min-width: 768px) {
  .form-search .url {
    padding-right: 130px;
  }
  .btn-lg {
    padding: 10px 24px;
  }
  .form-search #btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 120px;
    border-radius: 0 4px 4px 0;
  }
  .form-wrapper {
    margin: 50px auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 890px;
  }
}
.container {
  padding: 0;
}
.row-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-spaced {
  margin-bottom: 80px !important;
}
.row-spaced:last-child {
  margin-bottom: 0 !important;
}
.row-padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row-bordered,
.row-backbordered {
  position: relative;
}
.row-bordered::before {
  background: rgba(0, 0, 0, 0)
    radial-gradient(
      ellipse at center center,
      rgba(0, 0, 0, 0.2) 0px,
      rgba(255, 255, 255, 0) 75%
    )
    repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  width: 80%;
}
.row-backbordered:before {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background-color: #dcdfe4;
}
.row .screenshot {
  margin-bottom: 40px;
}
.container-fill-height {
  min-height: 100vh;
}
.container-overflow-wrap {
  background: #f9f9f9;
  overflow: hidden;
}
.hero {
  position: relative;
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid #dcdfe4;
}
.hero > .hero-header:first-child {
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 768px) {
    .hero > .hero-header:first-child {
        font-size: 29px;
        margin-top: 0;
        line-height: 1.5 !important;
        padding-top: 20px;
    }
}
.hero-subheader {
  color: #697176;
  margin: 0 auto;
  max-width: 60%;
}
.hero-homepage.hero {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 0;
}
.hero-homepage > .btn {
  margin-top: 20px;
}
hr {
  border-width: 0;
  border-top: 1px solid #dcdfe4;
  margin: 20px 0 30px;
}
.swag-line-bottom:before {
  top: auto;
  bottom: 0;
}
.list-group-item {
  padding: 25px 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: 0 0;
}
.list-group-item:first-child {
  padding-top: 10px;
  border-top: 0;
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
}
.list-group-item-heading {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.list-group-email-lockup {
  margin-right: 60px;
}
@media (min-width: 768px) {
  .list-group-item {
    border-top: 0;
    padding-top: 10px;
  }
  .list-group-item:first-child {
    float: left;
  }
  .list-group-item-heading {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
}
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-header {
  text-align: center;
}
.navbar-brand {
  height: auto;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 9px 0 0 20px;
}
.navbar-nav {
  margin-right: -15px;
}
.navbar-nav > li > a {
  font-size: 14px;
}
.navbar-brand #logo-name {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  line-height: 50px;
  padding-left: 5px;
}
.navbar-brand img {
  display: inline-block;
  vertical-align: top;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: 0 0;
  font-weight: 300;
}
.navbar-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  border-color: #c10841;
  color: #293a46;
  margin-right: 0;
}
.navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #f9f9f9;
  border-color: #c10841;
}
.navbar-toggle .icon-bar {
  background: #c10841;
}
.navbar-minimal .navbar-header {
  text-align: center !important;
  float: none !important;
}
.navbar-default .navbar-form {
  border: 0;
  padding: 0 15px;
}
.navbar-default .navbar-form a.btn {
  margin-left: 10px;
}
.navbar.navbar-fixed-bottom {
  border-top: 1px solid #ddd;
}
.navbar-fixed-bottom .navbar-nav,
.navbar-fixed-bottom .navbar-header {
  display: none;
}
.navbar-fixed-bottom .navbar-right {
  margin-right: 0;
}
.navbar-fixed-bottom .navbar-right .close {
  margin-top: 8px;
}
.navbar-fixed-bottom .dropdown .caret {
  position: absolute;
  right: 20px;
  top: 27px;
}
.navbar-fixed-bottom .dropdown {
  border-left: 1px solid #dcdfe4;
  border-right: 1px solid #dcdfe4;
}
.navbar-fixed-bottom .dropdown + .dropdown {
  margin-left: -1px;
}
.navbar-fixed-bottom .dropdown-toggle {
  line-height: 1.2;
  padding: 7px 25px 13px;
  min-width: 130px;
  margin-left: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  width: auto;
  right: -1px;
  left: -1px;
  min-width: 130px;
  margin-bottom: 1px;
  border: 1px solid #dcdfe4;
  border-bottom-width: 0;
  box-shadow: none;
}
.navbar-fixed-bottom .navbar-nav > .open > a,
.navbar-fixed-bottom .navbar-nav > .open > a:focus,
.navbar-fixed-bottom .navbar-nav > .open > a:hover {
  color: inherit;
  background-color: inherit;
}
.navbar-fixed-bottom .dropdown-menu > li > a {
  font-weight: 300;
  padding: 8px 24px;
}
.navbar-fixed-bottom small {
  font-size: 70%;
}
.navbar-fixed-bottom .navbar-form {
  margin-top: 8px;
}
.navbar-fixed-bottom .navbar-brand {
  padding: 16px 25px;
}
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-tall {
    height: 66px;
  }
  .navbar-tall .navbar-header,
  .navbar-tall .navbar-nav {
    line-height: 66px;
    text-align: left;
  }
  .navbar-brand {
    float: none;
    display: inline-block;
    text-align: left;
  }
  .navbar-nav > li > a {
    display: inline-block;
  }
  .navbar-nav > li:first-child > a {
    margin-left: 0;
  }
  .navbar-fixed-bottom .navbar-nav,
  .navbar-fixed-bottom .navbar-header {
    display: block;
  }
  .navbar-fixed-bottom .navbar-right .close {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-tall .navbar-header {
        width: 100%;
        text-align: center;
    }
}
.page-header {
  margin-top: 50px;
  border-bottom: 0;
}
.table {
  width: 100%;
}
.table > thead > tr > th {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.table > thead > tr > th,
.table > tbody > tr > td {
  padding: 20px 18px;
  text-align: left;
  border-bottom: 1px solid #dcdfe4;
  border-top: 0;
}
.table-responsive {
  border: 0;
  overflow-x: visible;
}
.table-responsive .btn-sm {
  margin: -5px 0;
}
body {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
h1 {
  font-size: 21px;
  font-weight: 300;
}
h2 {
  font-size: 18px;
  font-weight: 300;
}
h3 {
  font-size: 26px;
  font-weight: 300;
}
h4 {
  font-size: 16px;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus {
  text-decoration: none;
  color: inherit;
}
h1,
h2 {
  margin: 10px 0;
}
h5 {
  margin: 6px 0;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
  }
  h1 {
    font-size: 38px;
    font-weight: 300;
  }
  h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
  }
  h3 {
    font-size: 26px;
    font-weight: 300;
  }
  h4 {
    font-size: 18px;
    font-weight: 300;
  }
  h5 {
    font-size: 16px;
    font-weight: 400;
  }
}
body {
  color: #293a46;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus,
p a {
  text-decoration: none;
  color: #c10841;
}
.text-muted {
  color: #697176;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.shopify-preview-bar {
  display: none;
}
.panel-floating {
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.panel-profile .panel-title {
  margin-bottom: 5px;
}
.panel-profile .panel-heading {
  height: 150px;
  background-size: cover;
}
.panel-profile-img {
  max-width: 100px;
  margin-top: -70px;
  margin-bottom: 5px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.popup {
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.caret.up {
  border-top: 0;
  border-bottom: 4px solid;
}
.popup .caret {
  margin-left: 5px;
}
.popup-items {
  font-size: inherit;
  position: absolute;
  background-color: #fff;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  bottom: 30px;
  top: auto;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0;
  box-shadow: none;
  font-weight: inherit;
  z-index: 1050;
}
.popup-item {
  position: relative;
  border: 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  border-bottom: 1px solid #dcdfe4;
  padding: 20px;
  border-radius: 6px 6px 0 0;
}
.popup-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: none;
}
.popup-item:hover,
.popup-item:focus {
  background-color: #f9f9f9;
}
.popup-item-price {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #6b15a1;
  font-weight: 400;
}
.popup-item a {
  color: #6b15a1;
}
.popup-item p:last-child {
  margin-bottom: 5px;
}
.popup-screen {
  display: block;
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.form-search p {
  color: #666;
  font-size: 13px;
  padding: 6px;
}
body h4 a,
body p a {
  text-decoration: none;
  color: #6b15a1;
}
body h5 {
  font-size: 17px;
  margin-bottom: 8px;
}
.homepage-grid h3 {
  font-size: 22px;
}
.homepage-terminal-example {
  font-family: monospace;
  background: #272b38;
  color: #48d8a0;
  border-radius: 8px;
  padding: 30px;
}
.homepage-terminal-example .text-muted {
  color: #6a7490;
}
.homepage-grid-icon {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .homepage-terminal-example {
    padding: 50px;
  }
}
.homepage-xs-grid {
  margin: 50px auto 0;
}
.homepage-xs-grid > div {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
.homepage-xs-grid h3 {
  font-size: 22px;
}
.sky-pilot-access-denied {
  text-align: center;
  padding: 50px 0 150px;
}
.sky-pilot-access-denied > h2 {
  font-size: 26px;
}
.sky-pilot-access-denied > h2 + p {
  display: none;
}
.sky-pilot-access-denied > p + p {
  max-width: 500px;
  margin: 0 auto;
  color: #697176;
}
.sky-pilot-access-denied > p + p:after {
  content: "We'll get you sorted out: themes@getbootstrap.com";
}
.product-details .themeByline,
.product-details .themeFullInfo {
  display: none;
}
.product-details {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  bottom: 0;
  z-index: 10000;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product-details .container {
  max-width: 960px;
}
.product-details h2 {
  margin: 50px 0 30px;
}
.product-details .product-details-spacer {
  margin-bottom: 50px;
}
.product-detail-trifecta {
  max-width: 80%;
  margin: 0 auto 40px;
}
.product-detail-trifecta p {
  font-size: 14px;
}
.product-details .close {
  margin-top: 15px;
  margin-right: 15px;
}
.iframe-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding-bottom: 56px;
}
.iframe-phone {
  width: 375px;
  left: 50%;
  margin-left: -187px;
}
@media (min-width: 768px) {
  .product-details {
    overflow: visible;
  }
  .product-detail-trifecta {
    margin-bottom: 80px;
  }
}
.rte {
  line-height: 1.8;
  margin-bottom: 80px;
}
.rte-heading {
  margin-top: 40px;
  margin-bottom: 0;
}
.rte a {
  color: #6b15a1;
}
.rte h4 {
  color: #697176;
  text-align: center;
  margin-bottom: 30px;
}
.rte .postList,
.rte p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rte-heading {
    margin-top: 80px;
    margin-bottom: 5px;
  }
  .rte h4 {
    margin-bottom: 60px;
  }
}
.a3-experiment {
  margin-top: 40px;
}
.a3-experiment .hero-homepage > .btn {
  font-size: 16px;
  padding: 10px 30px 11px;
}
.a3-experiment .hero-header {
  margin-bottom: 0;
}
.a3-experiment .hero-header + h4 {
  margin-top: 5px;
}
.btn .glyphicon {
  margin: -1px 0 0 3px;
}
#result {
  max-width: 800px;
  margin: 20px auto 0;
}
.nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
  color: #c10841;
  padding: 10px 20px 11px;
  transition: background-color 0.2s linear 0;
  font-weight: 700;
}
.tab-content .table-bordered {
  border-top: 0;
}
.thumbnail {
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}
#result .thumbnail.cover {
  padding-top: 0;
  max-height: 320px;
  overflow: hidden;
}
#result .tab-content .btn {
  width: 100%;
}
.search-info > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  height: 43px;
  line-height: 19px;
  overflow: hidden;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
}
.has-feedback {
    text-align: center;
}
.progress {
  position: relative;
  height: 30px;
}
.progress-bar {
  box-shadow: none;
  filter: none;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  transition: background 0.2s linear 0;
}
.progress small {
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 10px;
}
.thumbnail .ythumbnail {
  width: 100%;
}
.media,
.media-body {
  overflow: visible;
  display: table-cell;
}
.media-body {
  width: auto;
}
.media-heading {
  font-size: 19px;
}
.featured .glyphicon {
  font-size: 39px;
}
.featured h3,
a.active {
  color: #c10841;
}
.featured h3 {
  margin-bottom: 8px;
}
.ic_android {
  background: transparent url(../images/ic-android.png) no-repeat scroll center
    top;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 21px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #eee;
}
.thumbnail .caption {
  padding: 9px 0;
}
.autocomplete-suggestions {
  background-color: #fff;
  border: 1px solid #d3e0e9;
  border-radius: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.21);
  padding: 6px 0 19px;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 0 15px;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #eee;
}
.video-thumbnail img {
  width: 100%;
  height: auto;
}
a.video-thumbnail {
  float: left;
  position: relative;
  width: 100%;
}
a.video-thumbnail span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/play-btn.png) no-repeat;
  background-position: 50% 50%;
  background-size: 186%;
  left: 0;
  top: 0;
  opacity: 0.7;
}
a.video-thumbnail span:hover {
  opacity: 0.9;
}
.item-thumbnail {
  display: block;
  position: relative;
}
.item-thumbnail span.time {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
  position: absolute;
  right: 0;
}
.installAppAndroid {
  background-color: #fbfbfb;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
.closeInstallAppAnroid {
  float: left;
  height: 10px;
  margin-left: 10px;
  margin-top: 25px;
  width: 20px;
}
.infoLeftInstallAppAnroid {
  color: #333;
  float: left;
  font-size: 16px;
}
.infodetailInstallAppAnroid {
  color: #333;
  font-size: 13px;
  padding-top: 5px;
  width: 250px;
}
.buttonInstallAppAnroid {
  font-size: 14px;
  margin-right: 10px;
  margin-top: -17px;
  padding: 7px 10px 4px;
  position: absolute;
  right: 0;
  top: 50%;
}
.infoLeftInstallAppAnroid img {
  float: left;
  margin: 5px 10px 5px 5px;
  width: 60px;
}
.ads-social-box {
  width: 350px;
  height: auto;
  display: block;
  float: left;
}
.comment-box {
  max-width: 530px;
  width: calc(100% - 350px);
  float: left;
  padding: 0 10px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.disqus-footer__wrapper {
  display: none !important;
}
.article img {
  max-width: 100%;
}
.article h1 {
  font-size: 29px;
}
.article.p-l-md {
  padding-left: 0 !important;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}
@media (max-width: 767px) {
  .input-lg {
    padding: 0 6px;
  }
  .navbar-nav > li > a {
    text-align: right;
    margin-right: 30px;
  }
  .thumbnail {
    padding-top: 0;
  }
  .table > thead > tr > th,
  .table > tbody > tr > td {
    padding: 10px 5px;
    vertical-align: middle;
  }
  #result {
    margin: 10px auto 0;
  }
  .nav-tabs > li > a {
    padding: 10px 10px 11px;
  }
  .form-search p.small {
    font-size: 11px;
  }
  .hero-homepage.hero {
    padding: 10px 0;
  }
  .form-search{
    margin: 36px auto 10px;
  }
  .container > .panel {
    border-radius: 0;
  }
  .ads-social-box {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .comment-box {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .article h1 {
    font-size: 21px;
  }
}
.extension {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 1200;
  width: 220px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  background: #f20a51;
  transform: translateZ(0);
}
.extension a:hover{
  color: #fff;
}
.extension.is-rolledUp {
  margin-left: 15px;
  border-radius: 5px;
  animation: extRollUp 2.6s ease-in-out;
}
@media (min-width: 1025px) {
  .extension {
    display: block;
    animation: extAppear 0.8s ease-in-out;
  }
}
.extension-header {
  padding: 5px 10px;
  font-size: 0;
  line-height: 0;
}
.is-init .extension-header {
  border-radius: 0;
  background: 0 0;
}
.is-rolledUp .extension-header {
  border-radius: 5px;
  background: #c10841;
  animation: extRollUpHeader 2.6s ease-in-out;
}
.is-rolledUp--half .extension-header {
  animation: none;
  transition: all 0.78s ease-in-out 0.78s;
}
.is-superCollapsed .extension-header,
.is-rolledDown .extension-header {
  padding: 6px;
  border-radius: 5px 0 0 5px;
  animation: extRollDownHeader 2.6s ease-in-out;
}
.is-superCollapsed .extension-header {
  animation: none;
}
.is-rolledDown--half .extension-header {
  animation: extRollDownHeaderHalf 1.95s ease-in-out;
}
.extension-headerImgContainer {
  display: inline-block;
  width: 56px;
  height: 60px;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 60px;
}
.is-rolledUp .extension-headerImgContainer {
  transition: all 0 ease-in-out 0.91s;
}
.is-superCollapsed .extension-headerImgContainer,
.is-rolledDown .extension-headerImgContainer {
  width: 26px;
  height: 26px;
  margin-right: 0;
  text-align: center;
  line-height: 26px;
  transition: all 0 ease-in-out 1.82s;
}
.is-rolledDown--half .extension-headerImgContainer {
  transition: all 0 ease-in-out 1.17s;
}
.extension-headerImg {
  max-width: 100%;
  max-height: 100%;
}
.extension-headerText {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 56px - 16px);
  max-height: 150px;
  line-height: 1.25em;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
}
.is-rolledUp .extension-headerText {
  transition: all 0 ease-in-out 0.91s;
}
.is-superCollapsed .extension-headerText,
.is-rolledDown .extension-headerText {
  max-height: 0;
  width: 0;
  transition: all 0 ease-in-out 1.82s;
}
.is-rolledDown--half .extension-headerText {
  transition: all 0 ease-in-out 1.17s;
}
.mp3-btns {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-nav > li.snav {
    display: none;
  }
}
@media (max-width: 768px) {
  body > iframe {
    left: auto;
    right: 0;
    top: auto !important;
    bottom: 0 !important;
    inset: auto 0 15px auto !important;
  }
}
@media (max-width: 321px) {
  .btn.btn-mp3 {
    display: block;
    width: 100%;
  }
  .mp3-btns {
    display: block !important;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
    .at-expanding-share-button {
        display: none;
    }
}


/*------- shere button devices ----------*/
.share-button {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: none;
    background-color: #ff0068;
    bottom: 10px;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    cursor: pointer;
}
.share-button i.icon {
    display: table-cell;
    height: 2em;
    width: 2em;
}
.share-button .icon-sprite {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eshare%3C%2Ftitle%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M26%2C13.4285714%20C26%2C13.6220248%2025.9293162%2C13.7894338%2025.7879464%2C13.9308036%20L20.0736607%2C19.6450893%20C19.932291%2C19.786459%2019.7648819%2C19.8571429%2019.5714286%2C19.8571429%20C19.3779752%2C19.8571429%2019.2105662%2C19.786459%2019.0691964%2C19.6450893%20C18.9278267%2C19.5037195%2018.8571429%2C19.3363105%2018.8571429%2C19.1428571%20L18.8571429%2C16.2857143%20L16.3571429%2C16.2857143%20C15.6279725%2C16.2857143%2014.9750773%2C16.3080355%2014.3984375%2C16.3526786%20C13.8217977%2C16.3973217%2013.2488868%2C16.477306%2012.6796875%2C16.5926339%20C12.1104882%2C16.7079619%2011.6157015%2C16.8660704%2011.1953125%2C17.0669643%20C10.7749235%2C17.2678581%2010.3824423%2C17.5264121%2010.0178571%2C17.8426339%20C9.65327199%2C18.1588557%209.35565592%2C18.534596%209.125%2C18.9698661%20C8.89434408%2C19.4051361%208.71391434%2C19.9203839%208.58370536%2C20.515625%20C8.45349637%2C21.1108661%208.38839286%2C21.7842224%208.38839286%2C22.5357143%20C8.38839286%2C22.9449425%208.40699386%2C23.4025272%208.44419643%2C23.9084821%20C8.44419643%2C23.9531252%208.45349693%2C24.0405499%208.47209821%2C24.1707589%20C8.4906995%2C24.3009679%208.5%2C24.3995532%208.5%2C24.4665179%20C8.5%2C24.5781256%208.46837829%2C24.6711306%208.40513393%2C24.7455357%20C8.34188956%2C24.8199408%208.25446484%2C24.8571429%208.14285714%2C24.8571429%20C8.02380893%2C24.8571429%207.9196433%2C24.7938994%207.83035714%2C24.6674107%20C7.77827355%2C24.6004461%207.72991094%2C24.5186017%207.68526786%2C24.421875%20C7.64062478%2C24.3251483%207.59040206%2C24.2135423%207.53459821%2C24.0870536%20C7.47879436%2C23.9605648%207.43973225%2C23.87128%207.41741071%2C23.8191964%20C6.47246551%2C21.6986501%206%2C20.0208395%206%2C18.7857143%20C6%2C17.3050521%206.19717065%2C16.0662252%206.59151786%2C15.0691964%20C7.79688103%2C12.0706695%2011.0520568%2C10.5714286%2016.3571429%2C10.5714286%20L18.8571429%2C10.5714286%20L18.8571429%2C7.71428571%20C18.8571429%2C7.52083237%2018.9278267%2C7.35342333%2019.0691964%2C7.21205357%20C19.2105662%2C7.07068382%2019.3779752%2C7%2019.5714286%2C7%20C19.7648819%2C7%2019.932291%2C7.07068382%2020.0736607%2C7.21205357%20L25.7879464%2C12.9263393%20C25.9293162%2C13.067709%2026%2C13.2351181%2026%2C13.4285714%20L26%2C13.4285714%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform .4s ease;
    border-radius: 50%;
    display: block;
}
.share-button .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
/*--------------------*/
.installApp{
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #f20a51!important;
    z-index: 11222;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer; 
    bottom: 16px;
    right: 16px;
}
.icon-down{
    background-image: url(../img/down.svg);
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform .4s ease;
    display: block;
    width: 2em;
    height: 2em;
}
.alert-success {
    background-color: #d4edda;
    border-color: #d4edda;
    color: #155724;
    font-size: 15px;
}
.alert-success a {
    color: #2196f3;
    font-size: 15px;
}

.is-paste{
     position: absolute;
    top: 5px;
    right: 120px;
    padding: 10px 6px;
    background: white;
}

@media (max-width: 768px){
  .is-paste{
      right: 59px;
  }
}
.glyphicon-paste{
  font-size: 22px;
  color: #f20a51;
}.glyphicon-trash{
  font-size: 18px;
  margin-top: 4px;
  right: 2px;
  color: #f20a51;
}
/*
.show {
  background: none;
}
*/
#xprogress{
  background: #00000061;
}
.modal-title{
  display: block;
  text-align: center;
}
.modal-title b{
  text-align: center
}
#menu-lang{
  max-height: 299px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.175);
}
#phone{display: none;}
.counvideo{display: inline-block;}
@media (max-width: 768px) {
  .counvideo{float: left;}
  #phone{display: block;}
  #menu-lang{ margin: 0px 25px; text-align: center;box-shadow:none}
  #menu-lang li{background: #e1e1e1; width: 167px; margin: 4px 7px; display: inline-block;}
  #menu-lang li>a:hover, #menu-lang>li>a:focus { text-decoration: none; color: #262626; background-color: #b1b1b1; }
}
.converterorr{
    max-width: 300px;
    font-size: 17px;
    text-align: center;
}