/** main
*/
.rotation {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
body {
  background-color: #0b9093;
  font-size: 16px;
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
body.alto-user-role-guest {
  margin-top: 102px;
}
body.alto-user-role-user {
  margin-top: 102px;
}
.nprogress-busy body,
.nprogress-busy input,
.nprogress-busy .btn,
.nprogress-busy .input-group-btn,
.nprogress-busy .checkbox label,
.nprogress-busy label.checkbox-inline,
.nprogress-busy .checkbox label,
.nprogress-busy .radio label {
  cursor: wait !important;
}
h1,
h1,
h3,
h4,
h5,
h6 {
  color: #293a48;
  font-family: 'Roboto';
}
blockquote {
  font-style: italic;
}
.strong {
  color: #fff8cb;
}
.pagination > li > a,
.pagination > li > span {
  color: #01383b;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #01383b;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #01383b;
  border-color: #01383b;
}
.pagination > li > .pagination-skip {
  padding-left: 2px;
  padding-right: 2px;
}
.i-ratio-dimension {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.i-ratio-dimension img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1x1,
.i-ratio-1080x1080,
.i-ratio-fb_square {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.i-ratio-1x1 img,
.i-ratio-1080x1080 img,
.i-ratio-fb_square img,
.i-ratio-1x1 svg,
.i-ratio-1080x1080 svg,
.i-ratio-fb_square svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1200x630 {
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
}
.i-ratio-1200x630 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1200x628,
.i-ratio-fb_post,
.i-ratio-191x1 {
  position: relative;
  width: 100%;
  padding-bottom: 52.33%;
}
.i-ratio-1200x628 img,
.i-ratio-fb_post img,
.i-ratio-191x1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-fb_full_landscape,
.i-ratio-16x9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.i-ratio-fb_full_landscape img,
.i-ratio-16x9 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1080x1350,
.i-ratio-fb_new,
.i-ratio-fb_vertical2,
.i-ratio-4x5 {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
}
.i-ratio-1080x1350 img,
.i-ratio-fb_new img,
.i-ratio-fb_vertical2 img,
.i-ratio-4x5 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-2x3,
.i-ratio-fb_vertical1 {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
}
.i-ratio-2x3 img,
.i-ratio-fb_vertical1 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1080x1920,
.i-ratio-fb_stories,
.i-ratio-fb_portrait,
.i-ratio-9x16 {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%;
}
.i-ratio-1080x1920 img,
.i-ratio-fb_stories img,
.i-ratio-fb_portrait img,
.i-ratio-9x16 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-519x328 {
  position: relative;
  width: 100%;
  padding-bottom: 63.2%;
}
.i-ratio-1280x544 {
  position: relative;
  width: 100%;
  padding-bottom: 42.5%;
}
.i-ratio-1280x544 img,
.i-ratio-1280x544 video {
  display: block;
  position: absolute;
  width: 100%;
}
.i-ratio-1280x544 img {
  height: 100%;
}
.i-ratio-700x500,
.i-ratio-7x5 {
  position: relative;
  width: 100%;
  padding-bottom: 71.43%;
}
.i-ratio-700x500 img,
.i-ratio-7x5 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-750x500,
.i-ratio-vk_post,
.i-ratio-3x2 {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
}
.i-ratio-750x500 img,
.i-ratio-vk_post img,
.i-ratio-3x2 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-820x360 {
  position: relative;
  width: 100%;
  padding-bottom: 43.9%;
}
.i-ratio-820x360 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-851x315 {
  position: relative;
  width: 100%;
  padding-bottom: 37.02%;
}
.i-ratio-851x315 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-851x360 {
  position: relative;
  width: 100%;
  padding-bottom: 42.3%;
}
.i-ratio-851x360 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-851x155 {
  position: relative;
  width: 100%;
  padding-bottom: 18.21%;
}
.i-ratio-851x155 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-940x348 {
  position: relative;
  width: 100%;
  padding-bottom: 37.02%;
}
.i-ratio-940x348 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-640x360 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.i-ratio-640x360 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-795x200 {
  position: relative;
  width: 100%;
  padding-bottom: 25.16%;
}
.i-ratio-795x200 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-605x200 {
  position: relative;
  width: 100%;
  padding-bottom: 33.06%;
}
.i-ratio-605x200 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.i-ratio-1000x1400 {
  position: relative;
  width: 100%;
  padding-bottom: 140%;
}
.i-ratio-1000x1400 img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-image {
  display: block;
  width: 100%;
  height: 420px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #057378;
  background: linear-gradient(to top, #057378, #368b8e);
}
.headline {
  padding: 120px 0;
  font-family: 'Roboto', sans-serif;
  color: #ff9;
  font-size: 38px;
  text-align: center;
}
.headline-text {
  position: relative;
  top: 184px;
}
.headline-text-title,
.headline-text-subtitle {
  display: inline-block;
  padding: 0 20px;
}
.headline-text-title {
  font-size: 1.1em;
  line-height: 1.2em;
  background-color: rgba(79, 188, 192, 0.6);
}
.headline-text-subtitle {
  font-size: 0.9em;
}
.headline h1 {
  font-size: 100px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.headline h2 {
  font-size: 68px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.section-lite {
  background-color: #0b9093;
  color: #fff;
}
.section-lite hr {
  border-color: #fff;
}
.section-dark {
  background-color: #057378;
  color: #fff;
}
.section-lite,
.section-dark {
  padding: 20px 0;
}
.section-lite-head,
.section-dark-head,
.section-lite-head a,
.section-dark-head a {
  color: #ffffff;
  font-family: 'Roboto';
  margin-bottom: 20px;
}
.section-lite-head .text-muted,
.section-dark-head .text-muted,
.section-lite-head a .text-muted,
.section-dark-head a .text-muted {
  color: #c6eff0;
}
.section-lite blockquote,
.section-dark blockquote {
  color: #ffffff;
}
.section-lite .section-small,
.section-dark .section-small {
  color: #ffffff;
}
.section-lite .link,
.section-dark .link {
  color: #fff8cb;
  font-weight: bold;
}
.section-lite .panel .link,
.section-dark .panel .link {
  color: #293A48;
}
.section-lite .nav-pills > li a,
.section-dark .nav-pills > li a {
  color: #ffffff;
}
.section-lite .nav-pills > li a:hover,
.section-dark .nav-pills > li a:hover,
.section-lite .nav-pills > li a:focus,
.section-dark .nav-pills > li a:focus {
  color: #0b9093;
}
.section-lite .nav-pills > li.active > a,
.section-dark .nav-pills > li.active > a,
.section-lite .nav-pills > li.active > a:focus,
.section-dark .nav-pills > li.active > a:focus {
  color: #0b9093;
  background-color: #ffffff;
}
.section-lite .nav-pills > li.active > a:hover,
.section-dark .nav-pills > li.active > a:hover {
  color: #0b9093;
  background-color: rgba(255, 255, 255, 0.8);
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.footer {
  padding: 50px 0;
  margin: 0;
  background: #01383b;
  color: #74c0bc;
}
.btn,
.input-group-btn .btn {
  border-radius: 0;
}
.btn-primary.btn-raised {
  border: 1px solid #74c0bc;
}
.btn-default.btn-raised {
  border: 1px solid #eeeeee;
}
.btn-with-progress .btn-content-progress {
  display: none;
}
.btn-with-progress .btn-content-normal {
  display: inline-block;
}
.in-progress .btn-content-progress {
  display: inline-block;
}
.in-progress .btn-content-normal {
  display: none;
}
.alert.alert-note {
  background: #eeeeee;
  color: #777777;
}
.alert.alert-note a {
  color: #777777;
  text-decoration: underline;
}
.alert a {
  text-decoration: underline;
}
.alert .link {
  color: #fff8cb;
  font-weight: bold;
}
#slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
}
#slider .background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#slider ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #ccc;
  text-align: center;
  line-height: 315px;
}
#slider .control_prev,
#slider .control_next {
  position: absolute;
  top: 40%;
  z-index: 9;
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.6;
  cursor: pointer;
  margin: 0 6px;
}
#slider .control_prev:hover,
#slider .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
#slider .control_next {
  right: 0;
}
.footer-links {
  list-style: none;
  font-size: 0.8em;
  padding-inline-start: 20px;
}
.footer-links-item {
  display: block;
  margin-right: 20px;
  color: #fff8cb;
}
.footer-links-item a {
  color: #fff8cb;
}
.footer-links-item .admin {
  color: #c6eff0;
}
/*! suit-flex-embed v1.4.0 | MIT License | github.com/suitcss */
.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}
.FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
}
.FlexEmbed--3by1:before {
  padding-bottom: 33.33333%;
}
.FlexEmbed--2by1:before {
  padding-bottom: 50%;
}
.FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}
.FlexEmbed--4by3:before {
  padding-bottom: 75%;
}
.FlexEmbed--fb:before {
  padding-bottom: 52.5%;
}
.CoverImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px auto 1em;
  max-height: 315px;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(64, 64, 64, 0.5);
}
.image-uploader .btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.image-uploader .btn input {
  top: -10px;
  right: -40px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 50px;
}
.make-project {
  margin-top: 40px;
}
.make-project-tools {
  margin-top: 10px;
}
.themodal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.lock {
  overflow: hidden;
}
.dropdown-color-fill-icon {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.color-fill-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background-color: #fff;
  margin: 2px;
}
.make-padding-input {
  width: 40px;
  margin: auto;
}
.checkbox label,
.checkbox label,
.radio label,
.radio label,
label {
  color: inherit;
  font-weight: inherit;
}
.checkbox label:hover,
.checkbox label:hover,
.radio label:hover,
.radio label:hover,
label:hover {
  color: inherit;
  font-weight: inherit;
}
.form-group .checkbox label,
.form-group.is-focused .checkbox label,
.form-group .checkbox label,
.form-group.is-focused .checkbox label,
.form-group .radio label,
.form-group.is-focused .radio label,
.form-group .radio label,
.form-group.is-focused .radio label,
.form-group label,
.form-group.is-focused label {
  color: inherit;
  font-weight: inherit;
}
.form-group .checkbox label:hover,
.form-group.is-focused .checkbox label:hover,
.form-group .checkbox label:hover,
.form-group.is-focused .checkbox label:hover,
.form-group .radio label:hover,
.form-group.is-focused .radio label:hover,
.form-group .radio label:hover,
.form-group.is-focused .radio label:hover,
.form-group label:hover,
.form-group.is-focused label:hover {
  color: inherit;
  font-weight: inherit;
}
.radio label,
label.radio-inline {
  padding-left: 30px;
}
.templates-list .card {
  margin: 10px 0;
}
.templates-list-item {
  background: #42a9ac;
  padding: 10px;
  margin-bottom: 20px;
}
.templates-list-item h4 {
  color: #ffffff;
}
.templates-list-thumb {
  box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
}
.template {
  margin-bottom: 20px;
}
.template-copyright {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
  font-size: 0.8em;
  text-align: right;
}
.template-directive-list {
  margin-top: -10px;
  position: relative;
}
.template-directive-list .btn-group {
  width: 100%;
}
.template-directive-button,
.template-directive-button-text {
  padding: 4px 0;
  text-transform: none;
  height: 70px;
}
.template-directive-button-text {
  text-align: left;
  padding-left: 44px;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
}
.template-directive-item {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  text-align: left;
  overflow: hidden;
  /* width: 100%; */
  border: 1px solid #999;
  box-shadow: 0 0 3px rgba(64, 64, 64, 0.3);
  margin-bottom: 6px;
}
.template-directive-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  margin-left: 44px;
  padding: 2px 4px;
  border: 1px solid #999;
  border-width: 1px 0 0 1px;
  width: 100%;
  background: #fff;
  color: #777;
  white-space: nowrap;
  box-shadow: inset 1px 1px 2px rgba(64, 64, 64, 0.5);
}
.template-directive-icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 50%;
  margin: 4px;
  text-align: center;
  vertical-align: middle;
}
.template-directive-icon .material-icons {
  white-space: normal;
  width: 24px;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.template-directive-button-image-select {
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ccc;
  width: 100%;
  font-size: 0.8em;
}
.template-directive-button-image-select .image-select {
  height: 70px;
  padding-top: 10px;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #777;
}
.template-directive-button-image-select .image-select:first-of-type {
  border-left: none;
}
.template-directive-button-image-select .image-select:hover,
.template-directive-button-image-select .image-select.hover {
  color: #368b8e;
}
.template-directive-button-select-option select {
  width: 100%;
  padding: 8px 8px;
}
.animated-stripes {
  background-image: repeating-linear-gradient(-45deg, #0b9093, #0b9093 25px, #0c9ea1 25px, #0c9ea1 50px);
  -webkit-animation: progress 2s linear infinite;
  -moz-animation: progress 2s linear infinite;
  -ms-animation: progress 2s linear infinite;
  animation: progress 2s linear infinite;
  background-size: 150% 100%;
}
.progress-title-text {
  margin-left: 12px;
}
.progress-title table {
  position: absolute;
}
.progress-title td {
  border: 1px solid #0a0a0a;
  width: 4px;
  height: 4px;
}
/* jquery.notifier.js */
#notifier {
  width: 250px;
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 9999;
}
#notifier .n-box {
  position: relative;
  padding: 10px 15px 11px;
  margin-bottom: 10px;
  color: #fff;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
#notifier .n-box h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
#notifier .n-box p {
  margin: 0;
}
#notifier .n-box.n-notice {
  background: #FFF1A8;
  color: #333;
}
#notifier .n-box.n-notice h3 {
  color: #333;
}
#notifier .n-box.n-error {
  background: #000;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.topic-header .actions {
  background-color: #fff;
  font-size: 11px;
}
.topic-header-info {
  background-color: #293A48;
  padding: 5px 15px;
}
.topic-header-info time {
  font-size: 12px;
}
.topic-header-info .topic-blog {
  display: block;
  float: right;
}
.topic-content img {
  max-width: 100%;
  height: auto;
}
.topic-content iframe {
  max-width: 100%;
}
.topic-content-intro {
  font-style: italic;
  font-size: 0.9em;
  text-align: right;
}
.topic-content a {
  color: #0b9093 !important;
}
.topic-footer {
  background-color: #293A48;
  color: #76d8da;
  padding: 5px 15px;
}
.topic-footer time {
  font-size: 12px;
}
.topic-footer .topic-blog {
  display: block;
  float: right;
}
.demo-feed .demo-feed-item {
  margin-bottom: 40px;
}
.demo-feed .demo-feed-item img {
  box-shadow: 0 0 20px rgba(64, 64, 64, 0.7);
}
.strikethrough {
  white-space: pre;
  display: inline-block;
  position: relative;
}
.strikethrough:before {
  border-bottom: 1px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-7deg);
}
.merchant_test_input {
  background-color: #fff;
  color: #333;
  width: 100%;
}
.tariff-label {
  display: inline-block;
  position: relative;
  color: #fff;
  border: 0.15em solid #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.2em;
}
.tariff-label:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -0.25em;
  top: -0.25em;
  border: 0.05em solid #111;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.tariff-label-standard {
  display: inline-block;
  position: relative;
  color: #fff;
  border: 0.15em solid #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.2em;
  background-color: #293a48;
}
.tariff-label-standard:before {
  border-color: rgba(41, 58, 72, 0.3);
}
.tariff-label-premium {
  display: inline-block;
  position: relative;
  color: #fff;
  border: 0.15em solid #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.2em;
  background-color: #800080;
}
.tariff-label-premium:before {
  border-color: rgba(128, 0, 128, 0.3);
}
.tariff-label ~ .tariff-label {
  left: -0.6em;
}
.row-inline-toolbar .button {
  color: #333;
  cursor: pointer;
}
.row-inline-toolbar .button:hover {
  color: #f00;
}
.alert.alert-inverse {
  background-color: #4e6e89;
}
.bg-transparent-image {
  background: #ccc url("../img/fm-bg-trans.png") repeat;
}
.modal-content .modal-header {
  padding: 24px 24px 12px 24px;
  border-bottom: 1px solid #eee;
}
.modal-content .modal-body {
  padding: 16px 24px;
}
.modal-content .modal-footer {
  padding: 0 24px 12px 24px;
}
.modal-content .modal-footer .btn {
  margin-bottom: 0;
}
.modal-content .alert.alert-default {
  color: #333;
}
a.goodshare {
  color: #fff !important;
  display: inline-block;
  text-align: center;
  width: 1.6em;
  padding: 2px;
  margin: 2px auto;
  cursor: pointer;
  font-size: 14px;
}
a.goodshare[data-type="vk"] {
  background: #45668e;
}
a.goodshare[data-type="fb"] {
  background: #3b5998;
}
a.goodshare[data-type="ok"] {
  background: #ed812b;
}
a.goodshare[data-type="mr"] {
  background: #168de2;
}
a.goodshare[data-type="gp"] {
  background: #dd4b39;
}
a.goodshare[data-type="li"] {
  background: #0976b4;
}
a.goodshare[data-type="tw"] {
  background: #55acee;
}
a.goodshare[data-type="lj"] {
  background: #004359;
}
a.goodshare[data-type="tm"] {
  background: #35465c;
}
a.goodshare[data-type="bl"] {
  background: #f57d00;
}
a.goodshare[data-type="pt"] {
  background: #cc2127;
}
a.goodshare[data-type="di"] {
  background: #000000;
}
a.goodshare[data-type="en"] {
  background: #7ac142;
}
a.goodshare[data-type="rd"] {
  background: #5f99cf;
}
a.goodshare[data-type="de"] {
  background: #3399ff;
}
a.goodshare[data-type="su"] {
  background: #eb4924;
}
a.goodshare[data-type="po"] {
  background: #d3505a;
}
a.goodshare[data-type="sb"] {
  background: #26B1F6;
}
a.goodshare[data-type="lr"] {
  background: #000000;
}
a.goodshare[data-type="bf"] {
  background: #323b43;
}
a.goodshare[data-type="ip"] {
  background: #428bca;
}
a.goodshare[data-type="ra"] {
  background: #990000;
}
a.goodshare[data-type="xi"] {
  background: #cfdc00;
}
a.goodshare[data-type="wp"] {
  background: #0087be;
}
a.goodshare[data-type="tg"] {
  background: #0088cc;
}
a.goodshare[data-type="vi"] {
  background: #8f5db7;
}
a.goodshare[data-type="wa"] {
  background: #43d854;
}
a.goodshare[data-type="ln"] {
  background: #00c300;
}
a.goodshare[data-type="bd"] {
  background: #2529d8;
}
a.goodshare[data-type="rr"] {
  background: #53a9d7;
}
a.goodshare[data-type="wb"] {
  background: #c53220;
}
.home-testimonials-item {
  height: auto;
  min-height: 210px;
}
.home-testimonials-photo {
  width: 25%;
  margin-right: 15px;
  margin-bottom: 10px;
}
.home-testimonials-text {
  font-size: 0.9em;
}
.home-block-equal {
  margin-bottom: 15px;
}
.home-list {
  list-style-type: none;
}
.home-list-item {
  margin-bottom: 10px;
  padding-left: 2em;
  min-height: 4.6em;
}
.home-list-item-symbol {
  position: absolute;
  left: 0.5em;
  top: 0.2em;
}
/* NAVBAR */
.navbar-fixed-top {
  height: 60px;
  border-bottom: 1px solid #4e6e89;
}
.navbar-fixed-top.navbar-second {
  top: 60px;
  height: 42px;
  min-height: 42px;
}
.navbar-inverse.navbar {
  background-color: #293A48;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-brand {
  border-right: 1px solid #4e6e89;
  margin-right: 15px;
  padding-top: 8px;
  width: 64px;
}
.navbar-brand img {
  opacity: 0.7;
}
.navbar.navbar-inverse .dropdown-menu li > a:hover,
.navbar.navbar-inverse .dropdown-menu li > a:focus {
  color: #293A48;
}
.nav.navbar-nav > li a:hover {
  background-color: #4e6e89;
}
.nav.navbar-nav > li.nav-user-guest,
.nav.navbar-nav > li.nav-user-auth,
.nav.navbar-nav > li.nav-user-wait {
  border-left: 1px solid #4e6e89;
  display: none;
  width: 46px;
}
.navbar-second {
  top: 60px;
  background-color: #01383b;
  color: rgba(255, 255, 255, 0.84);
}
.navbar-second .color-inverse {
  color: #01383b;
}
.navbar-second .navbar-nav,
.navbar-second .navbar-nav > li {
  background-color: #01383b;
  float: left;
  margin-top: 0;
}
.navbar-second .collapse.in .navbar-nav,
.navbar-second .collapsing .navbar-nav,
.navbar-second .collapse.in .navbar-nav > li,
.navbar-second .collapsing .navbar-nav > li {
  float: none;
}
.navbar-second .navbar-nav > li > a {
  color: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-second .navbar-info {
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.navbar-second .navbar-info .navbar-info-label,
.navbar-second .navbar-info a.navbar-info-label {
  color: #76d8da;
  display: inline-block !important;
  padding: 0 !important;
}
.navbar-second .navbar-icon {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 9px;
  margin-right: 4px;
}
.navbar-second .navbar-text2 {
  font-size: 0.9em;
}
.navbar-second .navbar-right-block {
  height: 42px;
  width: 46px;
}
.navbar-second .navbar-left .navbar-nav {
  background-color: transparent !important;
}
.navbar-second .navbar-left-block {
  height: 1px;
  width: 64px;
  border: 0;
}
.nav-tabs {
  background: transparent;
  border-bottom-color: #02686d;
}
.nav-tabs .active {
  background-color: #02686d;
}
.nav-pills-low {
  margin: 10px 0 20px 0;
}
.nav-pills-low .nav-pills-link {
  padding: 6px 15px;
}
.alto-user-role-user .nav > li.nav-user-guest {
  display: none;
}
.alto-user-role-user .nav > li.nav-user-auth {
  display: inline-block;
}
.alto-user-role-user .nav > li.nav-user-wait {
  display: none;
}
.alto-user-role-guest .nav > li.nav-user-guest {
  display: inline-block;
}
.alto-user-role-guest .nav > li.nav-user-auth {
  display: none;
}
.alto-user-role-guest .nav > li.nav-user-wait {
  display: none;
}
.alto-user-role-wait .nav > li.nav-user-guest {
  display: none;
}
.alto-user-role-wait .nav > li.nav-user-auth {
  display: none;
}
.alto-user-role-wait .nav > li.nav-user-wait {
  display: inline-block;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #0b9093;
}
/* FORMS */
.form-group label.control-label-bottom {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  bottom: -5px;
}
textarea.autoresize {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 4px;
  min-height: 29px;
}
.checkbox label,
.radio label,
label {
  font-size: 1em;
}
/* ASIDE-TOOLBAR */
.aside-toolbar {
  position: fixed;
  right: 20px;
  top: 50%;
}
.aside-toolbar section {
  background-color: #eee;
  padding: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
}
.panel,
.card {
  color: #293A48;
  border-radius: 0;
}
.panel a,
.card a,
.panel a:hover,
.card a:hover,
.panel a:focus,
.card a:focus {
  color: #0b9093;
}
.panel > .panel-heading,
.panel.panel-default > .panel-heading {
  border-radius: 0;
}
.panel-image,
.card-image {
  position: relative;
}
.panel-image .avatar-container,
.card-image .avatar-container {
  width: 20%;
  position: absolute;
  left: 1.5%;
  top: 57%;
}
.panel-image .avatar-container__wrapper,
.card-image .avatar-container__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.panel-image .avatar-container__content,
.card-image .avatar-container__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  background-color: rgba(64, 64, 64, 0.5);
}
.card-image .avatar-container {
  top: 53%;
}
.card {
  margin: 0 0 5% 0;
}
.card .card-thumb {
  height: 60%;
  text-align: center;
}
.card .card-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.card .card-thumb .card-dot-border {
  border: 1px dotted #333;
}
.card .card-image,
.card .card-thumb {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.card .card-image[data-target-link],
.card .card-thumb[data-target-link] {
  cursor: pointer;
}
.card .card-image a,
.card .card-thumb a {
  display: block;
}
.card .card-title {
  font-size: 2rem;
  margin-top: 0;
  color: #0b9093;
  padding-bottom: 10px;
  border-bottom: 1px solid #0b9093;
}
.card .card-text {
  font-size: 1.5rem;
}
.card-topic .card-content {
  overflow: hidden;
}
.card-topic .card-content:after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.1) 100%);
}
.card.card-template .card-image-wrapper,
.card.card-project .card-image-wrapper {
  height: 66%;
  background-image: url(/web/assets/img/editor-bg.png);
}
.card.card-template .card-image-wrapper .card-image,
.card.card-project .card-image-wrapper .card-image {
  background-color: transparent !important;
}
.card.card-template .card-image,
.card.card-project .card-image {
  height: 100%;
}
.card.card-template .card-property,
.card.card-project .card-property {
  height: 8%;
  vertical-align: middle;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #293A48;
  color: rgba(255, 255, 255, 0.84);
  padding: 0 18px;
  font-size: 0.8em;
  line-height: 1.7em;
}
.card.card-template .card-body,
.card.card-project .card-body {
  height: 26%;
  padding: 5px 18px;
}
.card.card-template .card-footer,
.card.card-project .card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 0 18px 6px 18px;
}
.card.card-template .card-footer .pull-right,
.card.card-project .card-footer .pull-right {
  right: 0;
}
.panel .card-template-fab,
.card-template .card-template-fab {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  background-color: #fff;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.card.card-template.card-category-cover .card-height-indicator {
  margin-top: 70%;
}
.card.card-template.card-category-cover .card-body h4 {
  margin: 0;
}
.card .card-footer button,
.card .card-footer a {
  bottom: 0;
}
.card .card-footer button:first-child,
.card .card-footer a:first-child {
  left: 0;
}
.card-toolbar {
  position: relative;
  top: 10px;
}
.card-toolbar .fa.fa-check {
  display: none;
}
.card-toolbar .btn-inverse {
  background-color: #293A48 !important;
  color: #fff;
}
.card-toolbar-btn-checked .fa {
  color: #fff !important;
}
.card-toolbar-btn-checked .fa.fa-check {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #fff;
}
.card-toolbar .card-tools {
  margin-top: 1px;
  margin-bottom: 0;
}
.card-toolbar-over {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}
.card-toolbar-over:hover {
  opacity: 1;
}
.card-file .card-thumb {
  background: #ccc url("../img/fm-bg-trans.png") repeat;
}
.card-folder,
.card-file,
.card-video {
  cursor: pointer;
}
.card-folder .card-thumb,
.card-file .card-thumb,
.card-video .card-thumb {
  border-bottom: 1px solid #fff;
}
.card-folder .card-thumb video,
.card-file .card-thumb video,
.card-video .card-thumb video {
  position: absolute;
  top: 0;
  left: 0;
}
.card-folder .card-body,
.card-file .card-body,
.card-video .card-body {
  padding: 6px;
  font-size: 0.8em;
  border-top: 1px solid #eee;
}
.card-folder .card-body .card-body-title,
.card-file .card-body .card-body-title,
.card-video .card-body .card-body-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-card {
  color: #293A48;
  border-radius: 0;
  margin: 0 0 5% 0;
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.panel-card a,
.panel-card a:hover,
.panel-card a:focus {
  color: #0b9093;
}
.panel-card-content {
  position: relative;
}
.panel-card-content:after {
  content: "";
  display: table;
  clear: both;
}
.panel-card-image,
.panel-card-icon {
  position: relative;
  overflow: hidden;
  background: #ccc center no-repeat;
  background-size: cover;
}
.panel-card-image[data-target-link],
.panel-card-icon[data-target-link] {
  cursor: pointer;
}
.panel-card-image img,
.panel-card-icon img,
.panel-card-image video,
.panel-card-icon video,
.panel-card-image svg,
.panel-card-icon svg {
  display: block;
  position: absolute;
  width: 100%;
}
.panel-card-image img,
.panel-card-icon img,
.panel-card-image svg,
.panel-card-icon svg {
  height: 100%;
}
.panel-card-icon {
  padding-bottom: 100%;
  border: 2px solid transparent;
  background-color: #fff;
}
.panel-card-icon.active {
  border-color: #293A48;
}
.panel-card .panel-card-property {
  vertical-align: middle;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #293A48;
  color: rgba(255, 255, 255, 0.84);
  padding: 0 18px;
  font-size: 0.8em;
  line-height: 1.7em;
}
.panel-card-text,
.panel-card-buttons {
  position: relative;
  background-color: #fff;
  padding: 6px 10px;
}
.panel-card-buttons {
  background-color: #ccc;
  min-height: 60px;
}
.panel-card .panel-card-toolbar {
  position: relative;
  top: 10px;
}
.panel-card .panel-card-toolbar .fa.fa-check {
  display: none;
}
.panel-card .panel-card-toolbar-btn-checked .fa.fa-check {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #090;
}
.panel-card .panel-card-toolbar .panel-card-tools {
  margin-top: 1px;
  margin-bottom: 0;
}
.panel-card .panel-card-toolbar-over {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}
.panel-card .panel-card-toolbar-over:hover {
  opacity: 1;
}
.panel-card .panel-card-tags {
  height: 3.4em;
  overflow: hidden;
}
.panel-card .panel-card-template-fab {
  position: absolute;
  top: -0.5em;
  left: 0.5em;
}
.panel-card-tags {
  padding: 0;
  line-height: 1.8em;
}
.panel-card-tags .label-transparent {
  background-color: transparent;
  border: 1px solid #fff;
}
.panel-card-tags-item {
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  margin: 0 0.1em 0 0;
  color: #fff;
}
.panel-card-tags-item a,
.panel-card-tags-item a:hover,
.panel-card-tags-item a:focus {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
}
.panel-card-tags-item.label-transparent a,
.panel-card-tags-item.label-transparent a:hover,
.panel-card-tags-item.label-transparent a:focus {
  padding: 5px 9px;
}
.template .panel-card {
  display: block;
  margin: 0 auto;
}
.template .panel-card .panel-card-buttons {
  background-color: #fff;
}
.template .panel-card.category-post.formfactor-1,
.template .panel-card.category-card.formfactor-1 {
  width: 91.435%;
}
.project-thumb {
  border-bottom: 1px solid #999;
}
.project-result {
  position: relative;
}
.project-result-progress {
  background-color: #333;
  border: 1px solid #111;
  opacity: 0.5;
  box-sizing: border-box;
}
.project-select-size-text {
  margin-left: 30px;
}
.project-select-size-del {
  margin: 0;
  padding: 0 10px;
  font-weight: bold;
}
.project-select-size-del :hover {
  color: #f00 !important;
}
.project-select-size .label-checkbox {
  width: 100%;
}
.project-select-size .form-inline {
  margin-left: 24px;
}
.project-select-size .form-group {
  margin: 0;
}
.project-select-size .form-control {
  width: 65px;
}
.btn.project-select-size-del:hover {
  color: #f00 !important;
}
.btn-project-slider {
  margin-top: 0;
}
.project-download-icon {
  position: absolute;
  left: 8px;
  top: 10px;
}
.project-example-fb-head {
  background: #3b5998 !important;
  color: #fff !important;
  border-radius: 0;
  height: 44px;
}
.project-example-fb-content {
  margin: 0 20px 20px;
  padding: 12px;
  background: #fff;
}
.project-example-fb-avatar {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.project-example-vk-head {
  background: #507299 !important;
  color: #fff !important;
  border-radius: 0;
  height: 44px;
}
.project-example-vk-content {
  margin: 0 20px 20px;
  padding: 12px;
  background: #fff;
}
.project-example-vk-avatar {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}
.project-example-insta-body {
  background: #fafafa;
}
.project-example-insta-content {
  margin: 0 20px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.project-example-insta-avatar {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}
.project-example-custom-head {
  background-color: #293A48 !important;
  color: #fff !important;
  border-radius: 0;
  height: 44px;
}
.project-example-custom-body {
  background: #fafafa;
}
.project-example-custom-content {
  margin: 0 20px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.project-modal-image-cloud-load-frame {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.project-vk_cover-under {
  min-height: 40px;
  background-color: #fff;
  position: relative;
}
.project-vk_cover-under .project-vk_cover-avatar {
  position: absolute;
  top: 14%;
  width: 6%;
  height: auto;
  border-radius: 50%;
  left: 3%;
}
.project-vk_cover-under .project-vk_cover-btn1,
.project-vk_cover-under .project-vk_cover-btn2,
.project-vk_cover-under .project-vk_cover-btn3 {
  position: absolute;
  top: 20%;
  height: 60%;
}
.project-vk_cover-under .project-vk_cover-btn1,
.project-vk_cover-under .project-vk_cover-btn2 {
  background-color: #5e81a7;
  width: 20%;
}
.project-vk_cover-under .project-vk_cover-btn1 {
  right: 29.3%;
}
.project-vk_cover-under .project-vk_cover-btn2 {
  right: 8.3%;
}
.project-vk_cover-under .project-vk_cover-btn3 {
  background-color: #e6ebf1;
  width: 6%;
  right: 1.5%;
}
.fb_cover_desktop-avatar,
.fb_cover_desktop-avatar-2 {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px;
  width: 18.8%;
  height: 50.79%;
  position: absolute;
  left: 1.88%;
  background: #fff;
}
.fb_cover_desktop-avatar img,
.fb_cover_desktop-avatar-2 img {
  width: 100%;
}
.fb_cover_desktop-avatar {
  top: 55.87%;
  border-radius: 50%;
}
.fb_cover_desktop-avatar img {
  border-radius: 50%;
}
.fb_cover_desktop-avatar-2 {
  bottom: 4.76%;
}
.fb_cover_desktop-new-avatar {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 3px;
  width: 18.8%;
  height: 50.79%;
  position: absolute;
  left: 1.88%;
  background: #fff;
  top: 55.87%;
  border-radius: 50%;
  top: 89%;
}
.fb_cover_desktop-new-avatar img {
  width: 100%;
}
.fb_cover_desktop-new-avatar img {
  border-radius: 50%;
}
.fb_cover_desktop-username {
  position: absolute;
  left: 22.56%;
  bottom: 4.76%;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.fb_cover_desktop-over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #777 url(/web/assets/img/dotted-horizontal.png) bottom repeat-x;
}
.fb_cover_desktop-transparent {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/web/assets/img/fb-cover-over.png) bottom repeat-x;
}
.fb_cover_desktop-btn1,
.fb_cover_desktop-btn2 {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 1.76%;
  height: 8.89%;
  background-color: #e9ebee;
  border: 1px solid #ccc;
}
.fb_cover_desktop-btn1 {
  width: 18.1%;
  bottom: 17.46%;
}
.fb_cover_desktop-btn2 {
  width: 30.9%;
  bottom: 4.76%;
}
.fb_cover_desktop-new-btn1 {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 1.76%;
  height: 8.89%;
  background-color: #e9ebee;
  border: 1px solid #ccc;
  width: 18.1%;
  bottom: 17.46%;
  width: 12.1%;
  bottom: 4.76%;
}
.fb_cover_mobile-avatar {
  box-sizing: border-box;
  padding: 2px;
  width: 37.5%;
  height: 66.67%;
  position: absolute;
  top: 66.99%;
  left: 31.24%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: 1;
}
.fb_cover_mobile-avatar img {
  width: 100%;
}
/*  POPUP  */
.popup {
  margin: 25px 0;
  float: left;
  position: absolute;
  padding: 10px 20px;
  width: 420px;
  min-height: 190px;
  border: 1px solid #888;
  background-color: #fff;
  color: #333;
  box-shadow: 0 0 5px rgba(64, 64, 64, 0.5);
  display: none;
  z-index: 10;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
.popup-window {
  position: absolute;
}
.popup-head {
  height: 40px;
  position: relative;
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.popup-close:focus,
.popup-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#popup-color {
  width: 320px;
  height: 290px;
  padding: 10px;
}
#popup-color .colorpickerplus-container {
  background-color: #eee;
}
#popup-color .colorpickerplus-container table {
  border-collapse: separate;
}
#popup-color .colorpickerplus-container .color-picker2-cell {
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
}
#popup-color .colorpickerplus-container .color-picker2-inner {
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid transparent;
}
#popup-color .colorpickerplus-container .color-picker2-cell:hover {
  border-color: #111;
}
#popup-color .colorpickerplus-container .color-picker2-cell.selected {
  border-color: #111;
}
#popup-color .colorpickerplus-container .color-picker2-cell.selected .color-picker2-inner {
  border-color: #111;
}
#popup-color .colorpickerplus-container td[colspan] {
  cursor: default;
}
#popup-color .colorpickerplus-container td[colspan]:hover {
  border-color: #fff;
}
#popup-color .popup-input-color .nav-tabs > li.active {
  color: #555;
  cursor: default;
  background-color: #eee;
  border: 1px solid #eee;
  border-bottom-color: transparent;
}
#popup-color .colorpickerplus-container .popup-input-color-panel1 {
  width: 40px;
  height: 116px;
  margin: auto;
  display: block;
}
#popup-color2 {
  width: 320px;
  height: 320px;
  padding: 10px;
}
#popup-color2 .colorpickerplus-container {
  background-color: #eee;
}
#popup-color2 .colorpickerplus-container table {
  border-collapse: separate;
}
#popup-color2 .color-picker2-cell {
  position: relative;
}
#popup-color2 .color-picker2-cell.colorized {
  cursor: pointer;
}
#popup-color2 .color-picker2-inner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  box-shadow: inset 0 0 1px 1px rgba(130, 130, 130, 0.3);
}
#popup-color2 .color-picker2-cell.colorized .color-picker2-inner:hover {
  border: 1px dotted #111;
}
#popup-color2 .color-picker2-cell.colorized.selected {
  border-color: #111;
}
#popup-color2 .color-picker2-cell.colorized.selected .color-picker2-inner {
  border-color: #111;
}
#popup-color2 .colorpickerplus-container td[colspan] {
  cursor: default;
}
#popup-color2 .colorpickerplus-container td[colspan]:hover {
  border-color: #fff;
}
#popup-color2 .popup-input-color .nav-tabs > li.active {
  color: #555;
  cursor: default;
  background-color: #eee;
  border: 1px solid #eee;
  border-bottom-color: transparent;
}
#popup-color2 .colorpickerplus-container .popup-input-color-panel1 {
  width: 40px;
  height: 116px;
  margin: auto;
  display: block;
}
#popup-color2 .form-horizontal {
  margin-bottom: 10px;
}
#popup-color2 .form-group {
  margin-top: 0;
}
#popup-color2 label {
  padding: 0.3em 0 0 0;
  font-size: 0.8em;
}
#popup-color2 .input-group-add {
  padding: 0.2em 0 0 0;
}
#popup-color2 input[type=text] {
  max-width: 100%;
  font-size: 0.9em;
}
#popup-text {
  z-index: 10;
  color: #333;
  min-height: 210px;
  height: auto;
  font-size: 24px;
}
#popup-text .popup-input-text {
  overflow: hidden;
}
#popup-text.text-align-left .popup-input-text {
  text-align: left;
}
#popup-text.text-align-center .popup-input-text {
  text-align: center;
}
#popup-text.text-align-right .popup-input-text {
  text-align: right;
}
.popup-text-tool-position .text-position-left-top,
.popup-text-tool-position .text-position-top,
.popup-text-tool-position .text-position-right-top,
.popup-text-tool-position .text-position-left,
.popup-text-tool-position .text-position-center,
.popup-text-tool-position .text-position-right,
.popup-text-tool-position .text-position-left-bottom,
.popup-text-tool-position .text-position-bottom,
.popup-text-tool-position .text-position-right-bottom {
  display: inline-block;
  padding: 3px 6px;
  border: 1px dotted #fff;
  margin: 1px;
}
.popup-text-tool-position .text-position-left-top {
  border-left-color: rgba(0, 0, 0, 0.87);
  border-top-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-top {
  border-top-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-right-top {
  border-right-color: rgba(0, 0, 0, 0.87);
  border-top-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-left {
  border-left-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-right {
  border-right-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-left-bottom {
  border-left-color: rgba(0, 0, 0, 0.87);
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-bottom {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position .text-position-right-bottom {
  border-right-color: rgba(0, 0, 0, 0.87);
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position-item a {
  color: rgba(0, 0, 0, 0.87);
}
.popup-text-tool-position-item a:hover {
  color: #009688;
  background-color: #ddd;
}
/*
.popup-text-tool-bubble {
    .text-bubble-speak, .text-bubble-think, .text-bubble-arrow {
        background: url(/web/assets/img/bubble-styles.png) no-repeat 0 0;
        width: 42px;
        height: 32px;
        display: inline-block;
    }
    .text-bubble-speak {

    }
    .text-bubble-think {
        background-position: -42px 0;
    }
    .text-bubble-arrow {
        background-position: -84px 0;
    }
}
*/
.popup-text-tool-bubble .text-bubble-speak,
.popup-text-tool-bubble .text-bubble-think,
.popup-text-tool-bubble .text-bubble-arrow {
  background: url(/web/assets/img/bubble-styles24.png) no-repeat 0 0;
  width: 32px;
  height: 24px;
  display: inline-block;
}
.popup-text-tool-bubble .text-bubble-think {
  background-position: -32px 0;
}
.popup-text-tool-bubble .text-bubble-arrow {
  background-position: -64px 0;
}
.popup-text-tool-font-list {
  width: 390px;
}
.popup-text-tool-font-list a {
  color: #333;
  line-height: 22px;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  padding: 2px 6px;
  border: 1px solid transparent;
}
.popup-text-tool-font-list a:hover {
  color: #009688;
  text-decoration: none;
  border: 1px solid #009688;
}
.popup-text-tool-font-list a span {
  display: inline-block;
}
.popup-text-tool-font-item {
  vertical-align: middle;
}
.popup-input-text {
  width: 100%;
  height: 84px;
  border: 1px solid #999;
  padding: 4px;
}
.popup-text-tool-align {
  display: block;
  float: left;
}
.popup-text-tool-value {
  display: inline-block;
  padding: 6px 0;
}
.popup-text-tool-color .btn {
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  border: 1px solid #999;
}
#popup-crop .popup-crop-image {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  background: #eeeeee;
}
#popup-crop .popup-crop-image img {
  max-width: 100%;
  max-height: 100%;
}
#popup-crop .popup-crop-image-src {
  max-width: 100%;
  display: block;
  margin: auto;
}
#popup-crop .popup-crop-note {
  text-align: left;
  margin-bottom: 10px;
}
#popup-crop .popup-crop-info {
  font-size: 0.8em;
  padding-top: 5px;
  text-align: center;
}
#popup-crop .popup-crop-info .popup-crop-info-val {
  font-weight: bold;
}
#popup-html {
  height: auto;
}
#popup-html .popup-input-html {
  width: 100%;
  min-height: 84px;
  border: 1px solid #999;
  padding: 4px;
  background: url(../img/editor-bg.png);
}
#modal-video-preview .popup-video-preview-play {
  margin: 20px 0;
}
#modal-video-preview .popup-video-preview-area {
  border: 1px solid #c9c9c9;
  background-color: #eee;
  line-height: 1.25em;
}
#modal-video-preview .popup-video-preview-area .bg-loading {
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  width: 100%;
  text-align: center;
}
#modal-video-preview .popup-video-preview-area .bg-loading .bg-loading-text {
  margin-top: 10px;
}
#modal-video-preview .popup-video-preview-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#modal-video-preview .popup-video-preview-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  border-left: 3px dotted #01383b;
}
#modal-video-preview .popup-video-preview-progress {
  margin: 20px 0;
}
#modal-video-preview .popup-video-preview-percents {
  margin: 20px 0;
  font-weight: bold;
  font-size: 0.8em;
  text-align: right;
}
/* Styles go here */
.popup-video-preview-play .animated-stripes {
  width: 300px;
  height: 50px;
  background-image: repeating-linear-gradient(-45deg, #0b9093, #0b9093 25px, #0c9ea1 25px, #0c9ea1 50px);
  -webkit-animation: progress 2s linear infinite;
  -moz-animation: progress 2s linear infinite;
  -ms-animation: progress 2s linear infinite;
  animation: progress 2s linear infinite;
  background-size: 150% 100%;
}
@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0;
  }
}
@-moz-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0;
  }
}
@-ms-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0;
  }
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -70px 0;
  }
}
.filemanager,
.stockmanager {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.filemanager-toolbar,
.stockmanager-toolbar {
  border-bottom: 1px solid #ccc;
}
.filemanager-toolbar .btn-group,
.stockmanager-toolbar .btn-group {
  margin: 1px;
}
.filemanager-path,
.stockmanager-path {
  padding: 2px 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.filemanager-content,
.stockmanager-content {
  margin: 20px;
  min-height: 120px;
}
.filemanager-loading,
.stockmanager-loading {
  text-align: center;
  padding: 40px;
}
.filemanager .stockmanager-labels,
.stockmanager .stockmanager-labels {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.6em;
  color: #fff;
}
.filemanager .stockmanager-labels .label,
.stockmanager .stockmanager-labels .label,
.filemanager .stockmanager-labels .label:hover,
.stockmanager .stockmanager-labels .label:hover {
  color: #fff;
}
.stockmanager-search {
  position: relative;
  margin: 10px;
}
.stockmanager-search .stockmanager-search-query {
  width: 100%;
  padding: 3px 8px;
}
.stockmanager-search .stockmanager-search-button {
  position: absolute;
  right: 1px;
  top: 1px;
  margin: 0;
}
.stockmanager-search .stockmanager-pagination {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.stockmanager-search .stockmanager-hline {
  margin: 10px 0;
  border-color: #ccc;
}
.stockmanager-search .pagination > li > a,
.stockmanager-search .pagination > li > span {
  color: #0b9093;
}
.stockmanager-search .pagination > .active > a,
.stockmanager-search .pagination > .active > a:focus,
.stockmanager-search .pagination > .active > a:hover,
.stockmanager-search .pagination > .active > span,
.stockmanager-search .pagination > .active > span:focus,
.stockmanager-search .pagination > .active > span:hover {
  background-color: #0b9093;
  border-color: #0b9093;
  color: #fff;
}
.filemanager-selected .card-file,
.filemanager-selected .card-folder,
.filemanager-selected .card-body {
  background-color: #dff0d8;
}
.filemanager-select-mark {
  position: absolute;
  width: 1.25em;
  height: 1.3em;
  top: 0;
  left: 0;
  margin: 4px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.filemanager-select-mark .card-select-off {
  display: inline-block;
}
.filemanager-select-mark .card-select-on {
  display: none;
}
.filemanager-selected .filemanager-select-mark .card-select-off {
  display: none;
}
.filemanager-selected .filemanager-select-mark .card-select-on {
  display: inline-block;
}
/* *** MEDIA *** */
@media (min-width: 768px) {
  .container {
    width: 99.5%;
  }
  .template.category-post.formfactor-0.col-sm-6 {
    width: 48.337%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 99.5%;
  }
  .template.category-post.formfactor-0.col-sm-6,
  .template.category-post.formfactor-0.col-md-6,
  .template.category-post.formfactor-0.col-lg-6 {
    width: 48.453%;
    margin-left: 1%;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1168px;
  }
  .template.category-post.formfactor-0.col-sm-6,
  .template.category-post.formfactor-0.col-md-6,
  .template.category-post.formfactor-0.col-lg-6 {
    width: 48.681%;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .headline h1 {
    font-size: 100px;
  }
  .headline h2 {
    font-size: 60px;
  }
  .featurette-divider {
    margin: 50px 0;
  }
  .featurette-image.pull-left {
    margin-right: 20px;
  }
  .featurette-image.pull-right {
    margin-left: 20px;
  }
  .featurette-heading {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .headline h1 {
    font-size: 80px;
  }
  .headline h2 {
    font-size: 50px;
  }
  .headline-text-title {
    font-size: 1em;
    line-height: 1.1em;
  }
  .lead {
    font-size: 1.2em;
  }
  .featurette-divider {
    margin: 40px 0;
  }
  .featurette-image {
    max-width: 50%;
  }
  .featurette-image.pull-left {
    margin-right: 10px;
  }
  .featurette-image.pull-right {
    margin-left: 10px;
  }
  .featurette-heading {
    font-size: 30px;
  }
  .footer-copyright {
    text-align: right;
  }
  .modal-content .modal-header {
    padding: 12px 12px 8px 12px;
  }
  .modal-content .modal-body {
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .navbar-header .btn {
    margin-right: 15px;
  }
  .footer-copyright {
    text-align: center;
  }
  .featurette-divider {
    margin: 40px 0;
  }
  .featurette-heading {
    font-size: 25px;
  }
  .footer {
    font-size: 14px;
  }
  .footer-links {
    font-size: 0.9em;
    padding: 0;
  }
  #popup-crop .popup-crop-note {
    font-size: 0.8em;
  }
}
@media (max-width: 668px) {
  .headline h1 {
    font-size: 50px;
  }
  .headline h2 {
    font-size: 32px;
  }
  .featurette-divider {
    margin: 30px 0;
  }
}
@media (max-width: 640px) {
  .headline {
    padding: 75px 0 25px 0;
  }
  .headline h1 {
    font-size: 40px;
  }
  .headline h2 {
    font-size: 30px;
  }
  #icon-list .icon-item {
    padding: 0 5px;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding-left: 0;
    padding-right: 0;
    width: 2.3em;
    text-align: center;
  }
  .pagination > li.prev > a,
  .pagination > li.next > span {
    width: 2em;
  }
  .pagination > li > .pagination-skip {
    width: 1em;
  }
}
@media (max-width: 482px) {
  .navbar-second .navbar-collapse {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .headline-text-subtitle {
    font-size: 0.8em;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .section-dark,
  .section-lite {
    font-size: 16px;
  }
  .section-dark blockquote,
  .section-lite blockquote {
    font-size: 0.9em;
  }
  .featurette-divider {
    margin: 10px 0;
  }
  .featurette-image {
    max-width: 100%;
  }
  .featurette-image.pull-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .featurette-image.pull-right {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.table-tariffs {
  background-color: #0b9093;
}
.table-tariffs th,
.table-tariffs td {
  border: 2px solid #0b9093;
  padding: 4px 8px;
}
.table-tariffs tr:nth-child(2n+1) {
  background-color: #057378;
}
.table-tariffs tr:last-child td {
  border-top: 2px solid #057378;
  border-bottom: 2px solid #057378;
}
.table-tariffs .table-tariffs-head,
.table-tariffs .table-tariffs-value {
  text-align: center;
}
.table-tariffs .x-table-tariffs-head {
  border-width: 2px 2px 0 2px;
  background-color: #293A48;
  border-color: #0b9093;
}
.table-tariffs .x-table-tariffs-title {
  border-width: 2px 0 2px 2px;
}
.table-tariffs .x-table-tariffs-value {
  border-width: 2px;
  text-align: center;
}
.table-tariffs .table-tariffs-new {
  color: #fff8cb;
  font-weight: bold;
}
.posting-formula-label {
  width: 100%;
}
.posting-formula-label:hover {
  background-color: #eeeeee;
}
.posting-formula-text,
.posting-formula-example {
  padding: 2px 28px 5px 10px !important;
  margin-bottom: 20px;
}
.posting-formula-text {
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: #eeeeee;
  width: 100%;
  box-sizing: border-box;
}
.posting-formula-text.focus,
.posting-formula-text:focus {
  border-color: #0b9093;
}
.posting-formula-text-help {
  display: block;
  position: relative;
  top: -20px;
  font-size: 0.8em;
  font-style: italic;
}
.posting-formula-tags {
  margin: 0 12px;
  font-size: 0.75em;
}
.speller-wrong-word {
  border-bottom: 1px solid #f00;
}
.posting-formula-label.bg-success {
  font-weight: bold !important;
}
.posting-formula-under {
  font-size: 0.7em;
  font-weight: bold;
  position: relative;
  float: left;
}
.bootstrap-tagsinput {
  border-width: 2px;
  border-style: solid;
  border-color: #eeeeee;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}
.mark,
mark {
  background-color: #ff9;
}
.manager-table {
  font-size: 14px;
}
.manager-table th,
.manager-table td {
  padding: 4px;
}
.manager-table th.border-right,
.manager-table td.border-right {
  border-right: #dddddd solid 1px;
}
.manager-table th {
  vertical-align: middle !important;
}
.manager-table td {
  text-align: left;
  vertical-align: top;
}
.manager-table .text-center {
  text-align: center;
}
.manager-table .text-left {
  text-align: left;
}
.manager-table .text-right {
  text-align: right;
}
.manager-table .img-demo {
  max-height: 150px;
  border: 1px solid #777;
  max-width: 90%;
}
.insta-feed-item {
  padding: 5px;
}
.insta-feed-item img {
  position: relative;
  left: 0;
}
.insta-feed-item-del {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
  font-size: 1em;
  padding-bottom: 2px;
  top: 5px;
  right: 5px;
  height: 1.4em;
  width: 1.4em;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.insta-feed-tab-content {
  padding: 0;
}
.insta-feed-tab-panel {
  background-color: #01383b;
  padding: 15px;
}
.insta-feed-tab-label {
  background-color: #057378;
}
.insta-feed-tab-label.active {
  background-color: #01383b;
}
.btn .icon-border {
  display: inline-block;
  box-sizing: unset;
  border-color: #333;
  border-width: 2px;
  border-style: solid;
  height: 1em;
  width: 1em;
  font-style: normal;
}
.btn .icon-border.icon-border-square-round-o,
.btn .icon-border.icon-border-square-round {
  border-radius: 33%;
}
.btn .icon-border.icon-border-circle-o,
.btn .icon-border.icon-border-circle {
  border-radius: 50%;
}
.btn .icon-border.icon-border-square,
.btn .icon-border.icon-border-square-round,
.btn .icon-border.icon-border-circle {
  background-color: #aaa;
}
.btn .icon-border.icon-border-none {
  border-width: 0;
  border-color: transparent;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #293A48 !important;
  border-color: #293A48 !important;
}
/*# sourceMappingURL=main.css.map */