
html {
  font-size: 10px;
  overflow: auto;
}

body {
  font-size: 18px;
  color: #38405d;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1;
  overflow: auto;
}

a,
a:focus {
  color: #38405d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #99cd50;
}

section {
  padding: 60px 0;
}

section h2 {
  font-size: 2.8em;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

section h2 span {
  color: #99cd50;
}

.site-header {
  background-image: url('../img/header-main-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-bottom: 40px;
}

.site-header-mini {}

.site-header-mini .site-main-menu {
  margin-left: 0;
}

.user-menu-wrapper form {
  display: inline-block;
}

.user-menu-wrapper .profile-photo {
  width: 44px;
  height: 44px;
  margin-top: 2px;
}
.user-menu-wrapper .profile-photo img {
  border-radius: 50%;
}

.user-menu-wrapper .dropdown {
  /*padding-right: 60px;*/
}

.site-header .user-menu-wrapper,
.site-header-mini .user-menu-wrapper {
  height: 47px;
  float: right;
}

.site-header-main .user-menu-inner a,
.site-header-main .user-menu-inner button {
  line-height: 47px;
  font-size: .83em;
  padding: 0;
}

.site-header-main .user-menu-wrapper .delimiter {
  border-left: 1px #d8dbde solid;
  padding: 7px 0;
  margin: 0 10px;
}

.site-header-main .dropdown-toggle {
  margin-top: 4px; /* 16 */
  display: block;
  font-size: .83em;
}

.site-header-main .dropdown-menu form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.site-header-main .dropdown-menu button {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  padding: 3px 20px;
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
}

.site-header-main .user-menu-dropdown .dropdown-header {
  padding: 0;
}

.site-header-main .dropdown-menu button:hover {
  background-color: #f5f5f5;
}

.site-header .login-item,
.site-header-mini .login-item {
  text-transform: uppercase;
  font-weight: 600;
}

.site-header .menu-wrapper {
  margin-top: 60px;
}

.site-header-mini .menu-wrapper {
  padding: 14px 0;
}

.site-header .site-nav {
  background-color: #f0f4f9;
  margin-bottom: 84px;
}

.site-header-mini .site-nav {
  background-color: #f0f4f9;
  margin-bottom: 25px;
}

.site-header img.site-logo  {
  margin-top: 25px;
}

.logo-wrapper {
  float: left;
}

.site-menu {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.site-main-menu {
  display: inline-block;
  font-size: 1em;
}

.site-main-menu li {
  text-transform: uppercase;
  margin-left: 30px;
}

.site-main-menu li:first-child {
  margin-left: 0;
}

.site-main-menu li.active {}

.site-main-menu li.active > a {
  font-weight: 600;
  color: #99cd50;
}

.site-main-menu li a:hover {
  text-decoration: none;
  color: #99cd50;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.site-user-menu {
  font-size: .83em;
  float: right;
  height: 33px;
}

.site-user-menu li {}

.site-user-menu li a {
  line-height: 33px;
}

.horizontal-nav li {
  display: inline-block;
}

.horizontal-nav li a {
  color: #38405d;
  text-decoration: none;
}

.site-phone-number {
  float: right;
  clear: both;
  color: #99cd50;
  font-size: 1.3em;
  margin-top: 6px;
}

.site-nav-wrapper {
  float: right;
}

.site-offer {}

.site-offer h1 {
  margin-top: 20px;
  font-size: 2.8em;
  margin-bottom: 25px;
  font-weight: 600;
}

.site-offer h1.header-auth {
  margin-top: 80px;
}

.site-offer p {
  font-size: 1em;
  line-height: 1.3em;
}

.site-offer p.header-paragraph-auth {
  margin-bottom: 45px;
}

.site-offer li {
  font-size: .889em;
  line-height: 1.3em;
}

.btn {
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0.5rem 2rem 0.5rem rgba(153, 205, 80, 0.35);
  box-shadow: 0 0.5rem 2rem 0.5rem rgba(153, 205, 80, 0.35);
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  background-color: #99cd50;
  padding: 2rem 4rem;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.btn:focus {
  outline: 0 none;
  outline-offset: 0;
}

.btn-white {
  background-color: #fff;
  color: #38405d;
  font-size: .778em;
  line-height: .778em;
}

.btn-white:hover {
  background-color: #38405d;
  color: #fff;
}

.btn-red {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-box-shadow: 0 0.5rem 2rem 0.5rem rgba(217, 83, 79, 0.35);
  box-shadow: 0 0.5rem 2rem 0.5rem rgba(217, 83, 79, 0.35);
}

.site-about {
  background-color: #f0f4f9;
  line-height: 1;
  padding: 20px 0 60px 0;
}

.site-about h2 {
  margin-bottom: 30px;
}

.site-about h4 {
  font-size: 1.333em;
  font-weight: 600;
  margin: 0 0 10px;
}

.site-about h4 span {
  color: #99cd50;
}

.site-about p {
  font-size: .889em;
  line-height: 1.333em;
  margin: 0;
}

.about-tree-number {
  height: 115px;
  line-height: 115px;
  font-size: 5em;
  font-weight: 600;
  color: #fff;
}

.about-tree-element {
  height: 115px;
  background-image: url('../img/tree-element.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.about-tree-element-top {
  height: 115px;
  background-image: url('../img/tree-element-top.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}

.about-tree-element-bottom {
  height: 115px;
  background-image: url('../img/tree-element-bottom.png');
  background-position: top center;
  background-repeat: no-repeat;
}

.about-tree-element-sep {
  height: 30px;
  background-image: url('../img/tree-sep.png');
  background-position: center center;
  background-repeat: repeat-y;
}

.about-note-block {
  height: 115px;
  background: #fff;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-note-block-right:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 44px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 12px solid transparent;
}

.about-note-block-left:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 44px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
}

.about-note-block-right .about-note-block-content {
  padding-top: 20px;
  padding-left: 50px;
}

.about-note-block-left .about-note-block-content {
  padding-top: 20px;
  padding-right: 50px;
  text-align: right;
}

.site-stories {
  background-image: url('../img/section-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}

.site-stories h2 {
  padding-bottom: 70px;
}


.story-list {}




.story-list .story-item {
  margin-bottom: 20px;
}

.story-list .story-item a {
  display: block;
}

.story-list .story-item a:hover {
  text-decoration: none;
}

.story-list .story-item .story-item-image {
  margin-bottom: 6px;
  position: relative;
}

.story-list .story-item .story-item-image-overlay {
  display: block;
  text-align: center;
  position: absolute;
  content: '+';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #454e56;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.story-list .story-item .story-item-image-overlay span {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: 1px #f0f4f9 solid;
}

.story-list .story-item .story-item-image-overlay span::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 15px;
  border: 15px solid transparent;
  border-left: 25px solid #38405d;
}

.story-list .story-item a:hover .story-item-image > .story-item-image-overlay {
  opacity: 1;
  line-height: 3.75;
  -webkit-box-shadow: 0 5px 15px rgba(56, 64, 93, 0.3);
  box-shadow: 0 5px 15px rgba(56, 64, 93, 0.3);
}

.story-list .story-item img {
  max-width: 100%;
  height: auto;
}

.story-list .story-item span,
.story-list .story-item h2,
.story-list .story-item h3 {
  display: block;
  text-align: center;
}

.story-list .story-item .story-item-name {
  font-size: 1em;
  color: #38405d;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1;
  font-weight: normal;
}

.story-list .story-item .story-item-pay {
  font-size: .778em;
  color: #8a8fa3;
  margin-top: 4px;
}

.story-list .story-item .story-item-category {
  font-size: .778em;
  color: #38405d;
}

.site-stories-controls {
  text-align: center;
  padding-bottom: 30px;
}

.site-questions {
  background-color: #f0f4f9;
  padding-top: 0;
}

.site-questions h2 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.site-questions .question-block {
  background-color: #fff;
  height: 200px;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 36px 26px 0 60px;
  margin-bottom: 40px;
}

.site-questions .question-block p {
  padding: 0;
}

.site-questions .question-block h4 {
  font-size: 1.333em;
  color: #99cd50;
  margin-bottom: 20px;
  margin-top: 0;
}

.site-questions .question-block p {
  line-height: 1.333;
}



.site-ask-question {
  background-color: #99cd50;
  min-height: 74px;
  padding: 0;
}

.ask-question-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}

.site-ask-question .ask-text-1 {
  margin-left: 20px;
  font-size: 1.222em;
  font-weight: 600;
  color: #fff;
}

.site-ask-question .ask-text-2 {
  font-size: 1em;
  color: #fff;
}


.site-footer {
  font-size: .833em;
  background-color: #f0f4f9;
  color: #38405d;
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer a {
  color: #38405d;
}

.site-footer a:hover {
  text-decoration: none;
}

.site-footer .footer-link {
  font-size: 1.667em;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
}

.site-footer .footer-link-share {
  display: inline-block;
}
.site-footer .footer-link-share img {
  width: 36px;
  height: 36px;
  margin-top: 5px;
}

.site-footer .footer-email,
.site-footer .footer-copyright {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 2rem;
}

.site-footer .footer-links {
  line-height: 2rem;
  margin-top: 10px;
}

.site-footer .footer-links a {
  display: block;
}

.site-footer .footer-links a:hover {
  text-decoration: none;
  color: #99cd50;
}




#wikids-carousel {
  margin-left: 30px;
  margin-right: 30px;
}

.item img {
  margin-left: auto;
  margin-right: auto;
}

.selected img {
  opacity: 0.5;
}

.carousel-caption {
  bottom: -20px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  border: none;
}

.carousel-control.left {
  margin-left: -25px;
}

.carousel-control.right {
  margin-right: -25px;
}

.carousel-control {
  width: 0;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
  color: grey;
  font-size: 40px;
}

.carousel-inner {
  -webkit-box-shadow: 0 1.3rem 4.3rem 0.6rem rgba(51, 51, 102, 0.31);
  box-shadow: 0 1.3rem 4.3rem 0.6rem rgba(51, 51, 102, 0.31);
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
}

.carousel-item-image {
  position: relative;
}

.carousel-item-image img {
  max-width: 100%;
  height: auto;
}

.carousel-item-image-overlay {
  display: block;
  text-align: center;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.carousel-item-image-overlay span {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: 1px #f0f4f9 solid;
  display: block;
}

.carousel-item-image-overlay span::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 15px;
  border: 15px solid transparent;
  border-left: 25px solid #38405d;
}

.carousel .item > a {
  display: block;
}

.carousel .item > a:hover .carousel-item-image > .carousel-item-image-overlay {
  opacity: 1;
}



.site-dialog .modal-title {
  text-align: center;
  font-size: 1.333em;
  font-weight: 600;
  padding-top: 55px;
  line-height: 1.25em;
}

.site-dialog .modal-title span {
  color: #99cd50;
}

.site-dialog .modal-header {
  padding: 0;
  position: relative;
}

.site-dialog .modal-header p {
  padding: 0 58px;
  line-height: 1.333em;
  font-size: .667em;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.site-dialog .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  background-color: #f0f4f9;
  border-radius: 50%;
  opacity: 1;
}

.site-dialog .modal-header .close:hover {
  opacity: .5;
}

.site-dialog .modal-body {
  margin-left: 70px;
  margin-right: 70px;
  text-align: center;
  padding: 0;
}

.site-dialog .modal-footer {
  padding: 0;
  border-top: 0 none;
}

.modal-footer-inner {
  background-color: #f0f4f9;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 42px;
  text-align: center;
  font-size: .667em;
}

.modal-footer-inner div {
  margin-bottom: 10px;
}

.modal-footer-inner a {
  font-size: 1.333em;
  text-decoration: underline;
  font-weight: 600;
}

.site-dialog .modal-header {
  border-bottom: 0 none;
}

.story-form .input-group {
  margin: 10px 0;
  width: 100%;
}

.story-form .input-group-addon {
  background-color: #f0f4f9;
  border: 1px #f0f4f9 solid;
  border-radius: 3rem 0 0 3rem;
  width: 40px;
}

.story-form .form-control {
  background-color: #f0f4f9;
  border: 1px #f0f4f9 solid;
  height: 48px;
  border-radius: 3rem;
  box-shadow: none;
}

.story-form textarea.form-control {
  height: auto;
}

.story-form .form-control:focus {
  border-color: #f0f4f9;
  box-shadow: none;
}

.story-form .icon {
  background-position: center right;
  background-repeat: no-repeat;
}

.story-form .icon.icon-username {
  background-image: url('../img/username-icon.jpg');
}

.story-form .icon.icon-email {
  background-image: url('../img/email-icon.jpg');
}

.story-form .icon.icon-password {
  background-image: url('../img/password-icon.jpg');
}

.story-form .icon.icon-search {
  background-image: url('../img/search-icon.jpg');
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 11px;
}

.site-dialog .icon.icon-agreement {
  float: left;
  background-image: url('../img/agreement-icon.jpg');
  width: 25px;
  height: 25px;
  margin-left: 13px;
  margin-right: 10px;
}

.site-dialog .btn {
  margin-top: 10px;
}

.site-dialog .password-request {
  margin: 30px 0;
}

.site-dialog .password-request a {
  font-size: .667em;
  text-decoration: underline;
}

.site-dialog .signup-agreement {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: .667em;
  text-align: left;
}

.site-dialog .signup-agreement a {
  color: #99cd50;
}

.site-dialog .signup-agreement a:hover {
  color: #38405d;
}

.site-dialog .social-signup {
  font-size: .667em;
}

.site-dialog .social-network {
  margin: 0;
}

.site-dialog .social-network a {
  margin: 0 17px;
}

.site-dialog button.btn {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
}

.site-dialog .dialog-phone-number {
  font-size: 2em;
  font-weight: 600;
}

.feedback-dialog button[type=submit] {
  margin: 20px 0;
}

.feedback-form .row {
  margin-bottom: 10px;
}

.feedback-form textarea {
  height: 165px;
}






.site-sidebar {}

.site-sidebar h4 {
  margin-top: 28px;
  margin-bottom: 14px;
}

.story-category-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.story-category-list a {
  font-weight: 500;
}

.story-category-list li.active > a {
  color: #99cd50;
  text-decoration: underline;
}

.story-category-list li > a:hover {
  text-decoration: underline;
}

.story-category-list.story-sub-category-list {
  padding-left: 20px;
}

.site-main {
  margin-top: 17px;
  margin-bottom: 50px;
}

.story-list-filter {
  font-size: .889em;
  margin-bottom: 16px;
}


.story-pagination ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
}

.story-pagination ul li {
  display: inline-block;
  background-color: #f0f4f9;
  padding: 8px 8px;
}

.story-pagination ul li:hover {
  background-color: #99cd50;
}

.story-pagination ul li.active {
  background-color: #99cd50;
}

.story-form .story-search-control {
  background-color: #fff;
  border-color: rgba(136, 140, 158, 0.6);
  border-width: 2px;
  padding-right: 36px;
}
.story-form .story-search-control:focus {
  border-color: rgba(136, 140, 158, 0.6);
}

.site-story-main {}

.site-story-main h1 {
  margin-top: 0;
  padding-top: 0;
}

.story-no-subscription {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  height: 100%;
}

.comment-list {
  margin-bottom: 50px;
  line-height: 2.4rem;
  font-size: 1.6rem;
}

.comment-list h4 {
  text-align: center;
}

.comment {
  margin-bottom: 30px;
  margin-left: 56px;
}

.story-description {
  margin-bottom: 0;
  line-height: 2.4rem;
}

.story-description h1 {
  font-weight: normal;
}

.story-description a {
  font-weight: 500;
}

.story-description .story-text {
  margin: 10px 0;
}

.story-tags {
  font-size: 1.4rem;
}

.comment-logo {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  float: left;
}

.comment-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.add-comment-placeholder {
  border-bottom: 2px #c3c5ce solid;
  margin-left: 60px;
}

.add-comment-placeholder textarea {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.1rem;
  width: 100%;
  border: 0 none;
  height: 20px;
  overflow: hidden;
  resize: none;
}

.add-comment-placeholder textarea:focus {
  border-color: rgba(229, 103, 23, 0.8) !important;
  box-shadow: none;
  outline: 0 none !important;
}

.add-comment-focus {}

.add-comment-controls {
  display: none;
  margin-top: 15px;
}

.add-comment-controls a {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-right: 20px;
  color: #c3c5ce;
}

.add-comment-controls button {
  font-size: 1.6rem;
  box-shadow: none;
  padding: 1.55rem 2rem;
}

.add-comment-focus .add-comment-controls {
  display: block !important;
}

.add-comment-focus textarea {
  height: 80px;
}

.comment-form {
  margin-bottom: 35px;
}

.add-comment-controls {
  text-align: right;
}

.comment-header {
  margin-bottom: 8px;
}

.comment-header span {
  font-weight: 300;
  font-size: 1.4rem;
  margin-left: 10px;
}

.comment-header a {
  font-weight: 500;
}

.comment-reply {
  cursor: pointer;
}

/* Grow thumbnails to fill columns height */
.flex-row .story-item,
.flex-row .story-item a,
.flex-row .story-item-caption {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

/* Flex Grow Text Container */
.flex-row .story-item-caption p.flex-text {
  flex-grow: 1;
  margin: 0;
}

/* Flex Responsive Image */
.flex-row img {
  width: 100%;
  height: auto;
}


.story-form .input-group {
  display: block;
}

.story-form .form-control {
  display: table-cell;
  float: none;
}

.story-form .input-group-addon {
  display: table-cell;
  height: 48px;
}

.story-form .input-wrapper {
  display: table;
  width: 100%;
}

.story-form .help-block {
  font-size: 1.2rem;
}

.site-dialog .modal-body .story-form {}

.logout-btn-a {
  background: none;
  border: none;
  text-transform: uppercase;
}






.site-pricing > h1 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
.site-pricing h1 > span {
  color: #99cd50;
}

.site-pricing {
  margin-bottom: 80px;
}

.site-pricing .price {
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 35px 50px;
}
.site-pricing .price-image {
  height: 30rem;
  line-height: 30rem;
}
.site-pricing .price-name {
  font-size: 2.4rem;
}
.site-pricing .price-description {
  font-weight: 300;
}
.site-pricing .price-amount {
  margin-bottom: 20px;
}
.site-pricing .price-name,
.site-pricing .price-description,
.site-pricing .price-amount {
  line-height: 3.6rem;
}

.site-pricing .price .btn {
  padding: 1.5rem 9rem;
  font-size: 1.6rem;
}

.site-request-password-reset {
  padding: 20px 0 40px 0;
}
.site-request-password-reset .story-form {
  text-align: center;
}
.site-request-password-reset .story-form .btn {
  margin-top: 20px;
}

.site-reset-password {
  padding: 20px 0 40px 0;
}
.site-reset-password .story-form {
  text-align: center;
}
.site-reset-password .story-form .btn {
  margin-top: 20px;
}

.info-text {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

.site-error {
  margin: 50px 0;
}
.site-error h2 {
  margin: 20px 0;
}
.site-error p {
  line-height: 4rem;
}
.site-error a {
  margin-top: 20px;
}



.file-upload {
  background-color: #f5f9f8;
  box-shadow: 0 1px 4px 1px rgba(119, 119, 119, 0.16);
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
  border: none;
  text-align: center;
  padding: 18px 88px;
  border-radius: 40px;
  color: black;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.file-upload:hover {
  background: #bdbdbd;
}
.file-upload input[type="file"]{
  display: none;
}
.file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.file-upload span {
  line-height: 36px;
}
.filename {
  background: #fff;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.cst-image-div {
  display: inline-block;
  max-width: 100%;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
}
.cst-box-image {
  padding: 0 30px 30px 30px;
}


.profile-tab-content {
  padding: 30px 0;
}
.profile-tab-content p {
  line-height: 3rem;
}

.site-user-profile > h1 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
.site-user-profile h1 > span {
  color: #99cd50;
}

/*
.site-user-profile .payment-tab a {
  text-decoration: underline;
  font-weight: bold;
}
*/

.auth-clients {
  overflow: hidden !important;
  padding-left: 0;
}
.auth-clients li {
  float: none !important;
  display: inline-block !important;
}
.auth-clients li:last-child {
  margin-right: 0;
}


.story-share-block {
  text-align: right;
}

.story-date,
.story-categories,
.story-pay {
  font-size: 1.6rem;
}



.post {
  margin-bottom: 44px;
}

.post h2 a:hover {
  text-decoration: underline;
}

.post h1, .post h2 {
  color: #38405d;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.post h1 {
  font-size: 3rem;
}

.post h2 {
  font-size: 3rem;
}


.post .read-more {
  font-size: 14px;
  color: #1d7aa2;
}

.post .info .time {
  font-size: 14px;
  margin-bottom: 14px;
  color: #777;
}

.post .info .status {
  font-size: 12px;
  color: #777;
}

.post .info .author {
  margin-bottom: 8px;
}

.post .info .author img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.post .content {
  line-height: 1.4;
}

.post .content a {
  text-decoration: underline;
}

.news-view {
  margin-bottom: 30px;
}

.author img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.navbar-toggle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  border: none;
  display: none;
  padding: 9px 13px;
}

.site-header .navbar-main-menu {
  margin: 18px 60px 18px 0;
}
.site-header .navbar-user {
  margin: 18px 0 18px 0;
}

.site-header-mini .navbar-main-menu {
  margin: 12px 60px 12px 0;
}
.site-header-mini .navbar-user {
  margin: 12px 0 12px 0;
}

.navbar-user {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  background-image: url(../img/ico_key.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.1s ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.btn-share {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  border: none;
  padding: 0;
  margin: 0 0 0 30px;
  color: #fff;
}

.btn-favorites {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.btn-like {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.btn-dislike {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #99cd50;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.story-share-block .user-select {
  border: 3px #808080 solid;
  color: #808080;
}

.like-counter, .dislike-counter {
  margin: 0 10px 0 10px;
}

.story-filter-btn-wrapper {
  display: none;
}

.site-sidebar-wrapper h2 {
  font-size: 2rem;
  font-weight: 600;
}

.wikids-story-view-book {
  text-align: left;
}

.wikids-story-view-slides {
  text-align: right;
}

.comment-guest-info {
  color: #38405d;
}

.comment-guest-info a {
  font-weight: bold;
}

button:focus {
  outline: 0;
}

.site-categories {
  padding: 0;
}

.site-playlists {
  background-image: url('../img/section-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
}

.site-categories h2,
.site-playlists h2 {
  padding: 30px 0 40px 0;
}

.category-item {
  text-align: center;
  margin-bottom: 30px;
}

.category-item a {
  display: block;
}

.category-item h4 {
  font-size: 1em;
  color: #38405d;
  margin-top: 14px;
}

.category-item-image-wrapper {

}

.category-item-image-wrapper img {
  width: 100%;
}

.following-stories h2 {
  margin-top: 0;
}

.random-story {
  padding: 30px 0;
}

.random-story-text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
}

/*
@media screen and (orientation: landscape) {
  .story-view-header {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .story-view-header {
    display: block;
  }
}
*/

.story-container {
  position: relative;
  padding: 0;
}
.story-container::before {
  content: '';
  display: block;
  padding-bottom: calc(100% / (16 / 9));
  width: 100%;
}
.story-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.story-loader {
  color: white;
  font-size: 3rem;
}


.slides-readonly {
  line-height: 3rem;
  font-size: 2rem;
  padding: 0 15px;
}

.slides-readonly section {
  padding: 10px 0;
}

.comments {
  margin-top: 10px;
}

.story-view-mode {
  text-align: center;
  padding: 10px 0;
}

.story-view-mode a {
  margin: 0 10px;
  display: inline-block;
}

.story-view-mode a i {
  font-size: 4rem;
}

.story-view-mode a span {

}

.story-view-mode a.active {
  font-weight: bold;
  color: #99cd50;
}

.story-popular-categories {
  margin: 20px 0;
}

.story-popular-categories a {
  font-weight: 500;
}

.story-popular-categories li.active a {
  color: #99cd50;
}

img.lazy {
  display: block;

  /* optional way, set loading as background */
  background-image: url('/img/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}



/* Tabs panel */
.tabbable-panel {

}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #38405d;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.nav-tabs > li, .nav-pills > li {
  float:none;
  display:inline-block;
  *display:inline;
  zoom:1;
}

.nav-tabs, .nav-pills {
  text-align:center;
}

.story-label {
  position: absolute;
  left: -4px;
  top: 4px;
  z-index: 999;
  padding: 0.3em 0.6em 0.3em;
  font-size: 100%;
}

.wikids-jumbotron {

}

.wikids-jumbotron p {
  font-weight: normal;
}

.wikids-jumbotron li {
  line-height: 3rem;
}


.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
}

.story-wrapper-guest {
  text-align: center;
  color: #38405d;
}

.story-wrapper-guest h2 {
  margin-top: 0;
}

.story-wrapper-guest a {
  color: #38405d;
  font-weight: bold;
  text-decoration: underline;
}



.switch-field {
  display: flex;
  overflow: hidden;
  padding: 2px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.form {
  font-weight: normal;
  line-height: 1.625;
}

.story-progress-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  z-index: 1;
}

.story-progress {
  background-color: #f00;
  height: 100%;
}

.playlist-stories-wrapper {

}

.playlist-stories {
  margin-left: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.playlist-stories .playlist-story {
  position: relative;
  padding-left: 20px;
}

.playlist-stories .playlist-story h4 {
  font-size: 1em;
  color: #38405d;
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1;
  font-weight: normal;
}

.playlist-stories .playlist-story a {

}

.playlist-story-active {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.playlist-story-cover {
  position: relative;
}

.playlist-story-cover img  {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.playlist-title {
  margin-top: 0;
  margin-left: 30px;
  font-size: 1.1em;
}

.btn-default {

}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.to-slides-tab {
  cursor: pointer;
}


@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}

@media (max-width: 992px) {

  .about-tree-element,
  .about-tree-element-top,
  .about-tree-element-bottom,
  .about-tree-element-sep {
    display: none;
  }

  .about-tree-number {}

  .site-pricing .price .btn {
    padding: 1.5rem 6rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .site-stories .story-item img {}
}

@media (min-width: 768px) {
  .site-dialog .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }

  .site-dialog.feedback-dialog .modal-dialog {
    width: 570px;
    margin: 30px auto;
  }

  .site-dialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

}

@media (max-width: 1280px) {

  body {
    font-size: 16px;
  }

  .site-offer h1,
  .site-offer h1.header-auth {
    margin-top: 80px;
    font-size: 3rem;
    margin-bottom: 25px;
    font-weight: 600;
  }

  section {
    padding: 30px 0;
  }

  section h2 {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .site-about h4 {
    font-size: 2rem;
  }

  .site-about p {
    font-size: 1.5rem;
  }

  .category-item h3 {
    font-size: 2rem;
  }

  .random-story-text {
    font-size: 2rem;
  }

}

@media (max-width: 1200px) {
  body {
    /*font-size: 16px;*/
  }

  .site-main-menu {
    margin-left: 0;
  }

  .site-offer {
    text-align: center;
    margin-bottom: 40px;
  }
  .site-offer ul li {
    text-align: left;
  }

  .site-offer h1 {
    margin-top: 40px;
  }

  .about-note-block-left .about-note-block-content {
    padding-right: 25px;
  }

  .about-note-block-right .about-note-block-content {
    padding-left: 25px;
  }

  .site-questions .question-block {
    padding-left: 30px;
  }

  .site-ask-question .ask-text-1 {
    font-size: 1em;
    margin-left: 6px;
  }

  .site-ask-question .ask-text-2 {
    font-size: .9em;
  }
}

@media only screen and (min-width : 481px) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }

  .flex-row.row > [class*='col-'] > .box {
    display: flex;
    flex: 1;
  }
}


@media (max-width: 1200px) {

  .site-header img.site-logo {
    margin-top: 6px;
  }

  .site-header-mini img.site-logo {
    margin-top: 10px;
  }

  .site-header .menu-wrapper {
    margin-top: 10px;
  }

  .menu-wrapper {
    display: none;
  }

  .user-menu-wrapper {
    display: none;
  }

  .site-main-menu {
    width: 100%;
  }

  .site-main-menu li {
    display: block;
    margin-left: 0;
    text-align: center;
    transition: all 0.3s ease;
  }

  .site-main-menu li a {
    line-height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .site-header .site-nav {
    margin-bottom: 10px;
  }

  .site-header {
    background-image: none;
    padding-bottom: 50px;
  }

  .navbar-toggle {
    display: block;
    float: right;
  }

  .site-header .user-menu-wrapper, .site-header-mini .user-menu-wrapper {
    clear: right;
  }

  .site-phone-number {
    float: left;
    clear: none;
  }

  .site-offer h1,
  .site-offer h1.header-auth {
    margin-top: 10px;
    font-size: 3rem;
  }

  .ask-question-wrapper {
    display: block;
    text-align: center;
  }

  .ask-question-wrapper button {
    float: none !important;
  }

  .site-ask-question .ask-text-2 {
    display: block;
    padding: 10px 0;
  }

  .story-head-container {
    padding-left: 0;
    padding-right: 0;
  }

  .story-container {
    padding: 0 !important;
  }

  .site-offer {
    margin-bottom: 30px;
  }

  .site-offer p,
  .site-offer p.header-paragraph-auth {
    margin-bottom: 20px;
  }

  .btn {
    padding: 1.5rem 3rem;
  }

  .carousel-inner {
    -webkit-box-shadow: 0 1.3rem 2.3rem 0.6rem rgba(51, 51, 102, 0.31);
    box-shadow: 0 1.3rem 2.3rem 0.6rem rgba(51, 51, 102, 0.31);
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
  }

  section {
    padding: 30px 0;
  }

  section h2 {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .site-about h4 {
    font-size: 2rem;
  }

  .site-about p {
    font-size: 1.5rem;
  }

  .about-tree-number {
    display: none;
  }

  .about-note-block-left:before,
  .about-note-block-right:before {
    display: none;
  }

  .about-note-block-left .about-note-block-content,
  .about-note-block-right .about-note-block-content{
    text-align: left;
    padding: 10px 10px 0 15px;
  }

  .about-note-block {
    margin-bottom: 16px;
  }

  .site-stories h2 {
    padding-bottom: 20px;
  }

  .site-questions h2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .site-questions .question-block {
    padding: 26px 16px 0 30px;
    margin-bottom: 20px;
  }

  .site-questions .question-block h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .site-questions .question-block p {
    font-size: 1.5rem;
  }

  .site-questions {
    padding-bottom: 20px;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer .footer-copyright {
    float: none !important;
    text-align: center;
  }

  .carousel-caption h3 {
    font-size: 2rem;
  }

  .site-header-mini .site-nav.story-view {
    margin-bottom: 0;
  }

  .story-description h1 {
    font-size: 3rem;
  }

  .story-date, .story-categories, .story-pay {
    font-size: 1.5rem;
  }

  .story-filter-btn-wrapper {
    display: block;
  }

  .site-sidebar-wrapper {
    display: none;
  }

  .story-share-block {
    text-align: center;
  }

  .site-pricing .price .btn {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
  }

  .site-pricing .price {
    margin-bottom: 30px;
  }

  .site-dialog .modal-body {
    margin: 0 40px;
  }

  /*  .story-description {
      text-align: center;
    }*/

  .site-story-main h1 {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .site-dialog .modal-body {
    margin: 0 20px;
  }

  .wikids-story-audio-text {
    text-align: center;
  }

  .wikids-story-audio-player audio {
    width: 100%;
  }

  .wikids-story-view-book {
    text-align: center;
    margin: 10px;
  }

  .wikids-story-view-slides {
    text-align: center;
    margin: 10px;
  }
}

@media (max-width: 1470px) {
  .site-pricing .price .btn {
    padding: 1.5rem 6rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .site-pricing .price .btn {
    padding: 1.5rem 4rem;
    font-size: 1.6rem;
  }
}

.label-important, .badge-important {
  background-color: rgb(204, 0, 0);
}