/* Variables and mixins */
/* Document */
/* Fonts */
/* Colors */
/* Links */
/* Header */
/* Sidebar */
/* View */
/* Base */
html, body {
  height: 100%;
}

body {
  background-color: #f4f4f4;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h1.custom-h1-inline {
  display: inline;
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

h1.custom-h1 {
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

h1.custom-h2-inline, h2.custom-h2-inline, h2.custom-h2-resource {
  display: inline;
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

h2.custom-h2-resource {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #feb630;
}

h2.custom-h2 {
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

h3.custom-h2-inline {
  display: inline;
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

h3.custom-h2 {
  font-weight: 300;
  line-height: 10px;
  margin: 0;
  padding: 0;
}

.content-fixed {
  width: 770px;
  float: left;
  padding-right: 15px;
}

img {
  border: 0;
}

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

.flash-alert-container {
  background-color: #fff;
  padding-top: 30px;
}

.flash-alert {
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.flash-alert-success {
  background-color: #669966;
  padding: 8px 0;
  margin: 0 125px 0 115px;
}

.flash-alert-danger {
  background-color: #ff0000;
  padding: 8px 0;
  margin: 0 35px 0 25px;
}

.home-flash-container .flash-alert-danger{
  background-color: #ff0000;
  padding: 8px 0;
  margin: 0;
}

.home-flash-container .flash-alert-container {
  padding: 0;
  margin-bottom: 15px;
}

.profile-flash-alert-success {
  background-color: #669966;
  padding: 8px 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

.profile-flash-alert-danger {
  background-color: #ff0000;
  padding: 8px 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

/* Reusable */
.container {
  box-sizing: border-box;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.box-shadow-container {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Info box */
.informative-box {
  text-align: center;
  box-sizing: border-box;
  background-color: #4c5b6b;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 21px;
}

/* Inputs */
.input-group-form-container {
  background-color: #fff;
}

.input-group-container {
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 55px 27px;
  margin: 0 125px 0 115px;
}
.input-group-container .input-group-heading {
  font-size: 18px;
  color: #4c5b6b;
  margin-bottom: 24px;
}
.input-group-container .input-group-heading-seminar {
  font-size: 18px;
  color: #336666;
}
.input-group-container .input-group-info {
  font-size: 14px;
  color: #336666;
  margin-bottom: 10px;
}
.input-group-container .input-group-checkbox-container {
  margin-bottom: 21px;
  font-size: 17px;
  color: #333;
}

.last-input-group-container {
  border-bottom: 0;
}

.input-group {
  box-sizing: border-box;
  float: left;
}
.input-group:last-child {
  margin-left: 20px;
}

.group-input-field {
  width: auto;
  min-width: 400px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  height: 50px;
  font-weight: 300;
  line-height: 50px;
  color: #333;
  border: 1px solid #ccc;
  padding: 0 0 0 12px;
  margin-bottom: 8px;
}
.group-input-field::-webkit-input-placeholder {
  color: #333;
}
.group-input-field:-moz-placeholder {
  color: #333;
}
.group-input-field::-moz-placeholder {
  color: #333;
}
.group-input-field:-ms-input-placeholder {
  color: #333;
}

.small-input-field {
  width: 196px;
}

.small-input-wrapper {
  float: left;
  margin-right: 8px;
}
.small-input-wrapper:last-child {
  margin-right: 0;
}

.input-group-select {
  background: url("../img/select-arrow.png") no-repeat 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 30px;
}

.horizontal-label {
  float: left;
  width: 190px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.input-group-container .input-group label {
  float: left;
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.wide-horizontal-label {
  width: 290px;
}

.select-horizontal-label {
  line-height: 50px;
}

.horizontal-radio {
  float: left;
  font-size: 17px;
}
.horizontal-radio:last-child {
  margin-left: 40px;
}

.form-submit-block {
  background-color: #e0e0e0;
  text-align: center;
  padding: 27px 0 27px;
}

.txt-input-group {
  margin-bottom: 8px;
}

/* Selects */
.second-select {
  margin: 15px 0 0 190px;
}
.orange-btn{
  border: 0;
  height: 40px;
  background-color: #F68E46;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
.orange-btn:hover{
  background-color: #DD7711;
}

.no-auth-btn{
  border: 0;
  height: 40px;
  background-color: #0099cc;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
.no-auth-btn:hover{
  background-color: #007aa3 !important;
}
/* Buttons */
.blue-btn .iform-for-user-view .iform-subscribe-btn, .iform-category-new-container .iform-footer .iform-download-btn {
  border: 0;
  height: 40px;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
.blue-btn:hover .iform-for-user-view .iform-subscribe-btn:hover, .iform-category-new-container .iform-footer .iform-download-btn:hover, .blue-btn:active, .iform-for-user-view .iform-subscribe-btn:active, .iform-category-new-container .iform-footer .iform-download-btn:active {
  background-color: #007aa3;
  text-decoration: none;
}

.regular-blue-btn {
  display: inline-block;
  height: 42px;
  background-color: #0099cc;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  text-decoration: none;
  padding: 0 23px;
  margin-right: -3px;
}
.regular-blue-btn:hover, .regular-blue-btn:active {
  background-color: #007aa3;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.regular-blue-btn.inactive {
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.regular-blue-btn.inactive:hover, .regular-blue-btn.inactive:active {
  background-color: #0099cc;
  opacity: 0.5;
}

.journal-blue-btn {
  display: inline-block;
  /*height: 42px;*/
  background-color: #0099cc;
  color: #fff;
  font-size: 15px;
  /*line-height: 42px;*/
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  padding: 10px 23px;
  margin-right: -3px;
}
.journal-blue-btn:hover, .journal-blue-btn:active {
  background-color: #007aa3;
  cursor: pointer;
}

.journal-blue-btn.inactive {
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.journal-blue-btn.inactive:hover, .journal-blue-btn.inactive:active {
  background-color: #0099cc;
  opacity: 0.5;
}

.regular-grey-btn {
  display: inline-block;
  height: 42px;
  background-color: #999;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  text-decoration: none;
  padding: 0 22px;
}
.regular-grey-btn:hover, .regular-grey-btn:active {
  background-color: #767575;
}

.blue-submit-btn-disabled {
  height: 42px;
  background-color: #0099cc;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  border: 0;
  padding: 0 24px;
}

.blue-submit-btn {
  cursor: pointer;
  height: 42px;
  background-color: #0099cc;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  border: 0;
  padding: 0 24px;
}

.blue-submit-btn:hover, .blue-submit-btn:active {
  background-color: #007aa3;
}

.red-submit-btn {
  cursor: pointer;
  height: 42px;
  background-color: #b82325eb;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  border: 0;
  padding: 0 24px;
}

.red-submit-btn:hover, .red-submit-btn:active {
  background-color: #982224;
}

.form-cancel-btn {
  display: inline-block;
  background-color: #999;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  padding: 0 24px;
  margin-left: 4px;
}
.form-cancel-btn:hover, .form-cancel-btn:active {
  background-color: #767575;
}

.last-active-from-radio {
  margin-top: 4px;
}

/* Price container */
.price-container {
  display: inline-block;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 400;
  color: #4c5b6b;
  background-color: #e0e0e0;
  padding: 9px;
  width: 100%;
}
.price-container .purchase-currency {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.price-container .purchase-amount-info {
  vertical-align: middle;
  margin-right: 14px;
}

/* Contracts */
.terms-btn {
  float: left;
  height: 42px;
  display: block;
  background-color: #999;
  font-size: 15px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  margin: 0 10px 15px 0;
}
.terms-btn:hover, .terms-btn:active {
  background-color: #767575;
}
.terms-btn:nth-child(3n+4) {
  margin-left: 190px;
}

/* Checkbox */
.checkbox-without-label-container {
  margin-left: 190px;
  font-size: 17px;
  color: #333;
}

/* Blue checkbox */
.regular-checkbox {
  display: none;
}

.regular-checkbox + label {
  display: inline-block;
  position: relative;
  bottom: -2px;
  background-color: #0099cc;
  padding: 8px;
}

.regular-checkbox:checked + label:after {
  /*content: '\002714';*/
  content: url('/img/tick.gif');
  /*font-size: 15px;*/
  position: absolute;
  top: 0px;
  left: 0px;
  /*color: #fff;*/
}

/* Buy steps */
.buy-steps-container {
  background-color: #fff;
  list-style-type: none;
  color: #b4b8be;
  /*border-bottom: 1px solid #f4f4f4;*/
  text-align: center;
  padding: 0;
  margin: 0;
}
.buy-steps-container .three-steps {
  width: 33.33333333%;
}
.buy-steps-container .four-steps {
  width: 25%;
}
.buy-steps-container .buy-step {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 70px;
  box-sizing: border-box;
  border-right: 1px solid #f4f4f4;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 70px; */
  padding: 0 10px;
}
.buy-steps-container .buy-step:last-child {
  border-right: 0;
}
.buy-steps-container .buy-step .buy-step-number {
  font-weight: 700;
}
.buy-steps-container .active-buy-step {
  background-color: #0099cc;
  border-right: 0;
  color: #fff;
}
.buy-steps-container .done-buy-step {
  background-color: #dfdfdf;
  border-right: 0;
  color: #a0a5ab;
}
.buy-steps-container .done-buy-step > .fa-check {
  font-size: 22px;
  color: #339900;
  margin-left: 7px;
}

/* Validation */
.validation-error {
  background-color: #ff0000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 12px 15px;
  margin-bottom: 17px;
}

/* Paginator */
.index-paginator-table {
  height: 70px;
  width: 100%;
  border: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-spacing: 0;
  margin-top: 30px;
  font-size: 20px;
}
.index-paginator-table .index-paginator-left {
  border-right: solid;
  border-color: #CCCCCC;
  width: 67px;
  border-width: 1px;
}
.index-paginator-table .index-paginator-center-left {
  text-align: right;
  border-right: solid;
  border-color: #CCCCCC;
  width: 475px;
  border-width: 1px;
}
.index-paginator-table .index-paginator-center {
  border-right: solid;
  border-color: #CCCCCC;
  font-weight: 300;
  width: 67px;
  border-width: 1px;
  background-color: white;
}
.index-paginator-table .index-paginator-center-right {
  border-right: solid;
  text-align: left;
  border-color: #CCCCCC;
  width: 475px;
  border-width: 1px;
}
.index-paginator-table .index-paginator-item {
  text-align: center;
}
.index-paginator-table a {
  text-decoration: none;
  color: #CCCCCC;
  font-weight: 300;
}
.index-paginator-table div {
  color: #CCCCCC;
  display: inline-block;
}

.index-paginator-center-icon {
  width: 50px;
  height: 70px;
  text-align: center;
}
.index-paginator-center-icon i {
  vertical-align: -23px;
  font-style: normal;
}

.index-paginator-icon {
  width: 70px;
  height: 70px;
  text-align: center;
}
.index-paginator-icon i {
  vertical-align: -23px;
  font-style: normal;
}

i.index-paginator-dots {
  vertical-align: -18px;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}

/* Paginator end */
/* Paginator with sidebar */
.view-paginator-table {
  height: 70px;
  width: 100%;
  border: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-spacing: 0;
  margin-top: 30px;
  font-size: 20px;
}
.view-paginator-table .view-paginator-left {
  border-right: solid;
  border-color: #CCCCCC;
  width: 67px;
  border-width: 1px;
}
.view-paginator-table .view-paginator-center-left {
  text-align: right;
  border-right: solid;
  border-color: #CCCCCC;
  width: 282px;
  border-width: 1px;
}
.view-paginator-table .view-paginator-center {
  text-align: center;
  border-right: solid;
  border-color: #CCCCCC;
  font-weight: 300;
  width: 67px;
  border-width: 1px;
  background-color: white;
}
.view-paginator-table .view-paginator-center-right {
  border-right: solid;
  text-align: left;
  border-color: #CCCCCC;
  width: 282px;
  border-width: 1px;
}
.view-paginator-table .view-paginator-item {
  text-align: center;
}
.view-paginator-table a {
  text-decoration: none;
  color: #CCCCCC;
  font-weight: 300;
}
.view-paginator-table div {
  color: #CCCCCC;
  display: inline-block;
}

.view-paginator-center-icon {
  width: 50px;
  height: 70px;
  text-align: center;
}
.view-paginator-center-icon i {
  vertical-align: -23px;
  font-style: normal;
}

.view-paginator-icon {
  width: 70px;
  height: 70px;
  text-align: center;
}
.view-paginator-icon i {
  vertical-align: -23px;
  font-style: normal;
}

i.view-paginator-dots {
  vertical-align: -18px;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}

/* Paginator with sidebar end */
/* Links */
.a-link {
  text-decoration: none;
}
.a-link:hover {
  text-decoration: underline;
}

.a-title-link {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.a-title-link:hover {
  text-decoration: underline;
}

/* Social share buttons */
.social-container {
  position: relative;
  height: 20px;
}

.social-container-item {
  position: absolute;
  top: -12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social-container-item > li {
  display: inline-block;
  /*vertical-align: middle;*/
}
.social-container-item .fb-like {
  padding-bottom: 16px;
}

.social-container-item .fb-like iframe {
  width: 140px !important;
}

.social-container-item #draugiem-like iframe {
  width: 62px !important;
}

.rotate-arrow-90 {
  transform: rotate(90deg);
  transition: transform .4s;
}

/* Rotation */
.rotate-arrow-180 {
  -webkit-transform: rotate(-180deg);
  -webkit-transition: .5s;
  -ms-transform: rotate(-180deg);
  -ms-transition: .5s;
}

.rotate-arrow-reset {
  transform: rotate(0deg);
  transition: transform .4s;
}

/* For Microsoft IE 8,9,10*/
@media screen\0 {
  .input-group-select {
    background: none;
    padding-right: 0;
  }

  .regular-checkbox {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
  }
}
.regular-checkbox {
  opacity: 0;
}

.no-scroll {
  overflow: hidden;
}

/* Layout */
/*Top header */
.informative-header-container {
  background-color: #4c5b6b;
  min-width: 1200px;
}

.informative-header {
  /*height: 70px;*/
}

.select-language {
  width: 76px;
  float: left;
  padding-top: 27px;
}

.site-sections {
  float: left;
  width: 530px;
  height: 70px;
}

.social-networks {
  width: 40px;
  float: right;
  padding: 26px 0;
}

.social-icon .fa {
  position: relative;
  color: #9c9c9c;
  height: 18px;
  font-size: 16px;
}

.social-icon .fa:hover {
  color: #fff;
}

.social-networks .social-icon {
  display: block;
  width: 23px;
  height: 18px;
  float: right;
  margin-right: 12px;
}

.social-networks .icon-facebook {
  background: url("../img/social/icon_facebook.png") no-repeat center bottom;
}
.social-networks .icon-facebook:hover {
  background: url("../img/social/icon_facebook_hover.png") no-repeat center bottom;
}
.social-networks .icon-twitter {
  background: url("../img/social/icon_twitter.png") no-repeat center bottom;
}
.social-networks .icon-twitter:hover {
  background: url("../img/social/icon_twitter_hover.png") no-repeat center bottom;
}
.social-networks .icon-draugiem {
  background: url("../img/social/icon_draugiem.png") no-repeat center bottom;
}
.social-networks .icon-draugiem:hover {
  background: url("../img/social/icon_draugiem_hover.png") no-repeat center bottom;
}

.header-banner {
/*  width: 600px;
  height: 70px;
*/  /*float: left;*/
  margin: 0 auto;
}
.header-banner > img {
  display: block;
}

.header-contacts {
  width: 169px;
  float: right;
  font-size: 12px;
  line-height: 14px;
  color: #a9aeb5;
  text-align: right;
  box-sizing: border-box;
  padding: 22px 15px 21px 0;
}
.header-contacts a {
  display: block;
  color: inherit;
  line-height: 13px;
  text-decoration: none;
}
.header-contacts a:hover, .header-contacts a:active {
  text-decoration: underline;
}

/*.auth-btn {
  width: 155px;
  height: 70px;
  background-color: #262d35;
  font-size: 15px;
  line-height: 70px;
  color: #fff;
  float: left;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.auth-btn:hover, .auth-btn:active {
  background-color: #1f242a;
  cursor: pointer;
}
.auth-btn > .fa-user {
  font-size: 22px;
  margin-right: 12px;
}
.auth-btn .auth-btn-text {
  position: relative;
  top: -2px;
}*/

.login-container {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  border-top: 4px solid rgba(0, 0, 0, 0);
  color: #333;
  cursor: default;
  line-height: normal;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  z-index: 99999;
}

.login-info-message {
  height: 90px;
  line-height: 20px;
  padding: 0 13px;
  font-size: 13px;
}

.login {
  padding: 11px;
  padding-bottom: 10px;
  padding-top: 0;
}
.login .input-border {
  border-bottom: 1px solid #ccc;
  width: 410px;
  position: relative;
}
.login .imput-error {
  display: none;
  text-align: center;
  padding: 2px 5px 2px 0px;
  right: 11px;
  font-size: 13px;
  margin-top: 5px;
  background-color: red;
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
.login .imput-error > .fa-exclamation-triangle {
  font-size: 13px;
  margin: 3px 10px 3px 10px;
}
.login .login-email-top-margin {
  margin-top: 11px;
}
.login .login-email, .login .login-password {
  width: 410px;
  height: 70px;
  box-sizing: border-box;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #ccc;
  padding: 0 0 0 25px;
}
.login .login-email:invalid, .login .login-password:invalid {
  box-shadow: none;
}
.login .login-email::-webkit-input-placeholder, .login .login-password::-webkit-input-placeholder {
  color: #333;
}
.login .login-email:-moz-placeholder, .login .login-password:-moz-placeholder {
  color: #333;
}
.login .login-email::-moz-placeholder, .login .login-password::-moz-placeholder {
  color: #333;
}
.login .login-email:-ms-input-placeholder, .login .login-password:-ms-input-placeholder {
  color: #333;
}
.login .login-email {
  border-bottom: 0;
}
.login .login-password {
  border-top: 0;
}
.login .login-submit, .login .edit-profile-button, .login .logout-button, .login .bookmarks-button {
  width: 410px;
  height: 65px;
  background-color: #ff9900;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-top: 10px;
}
.login .login-submit:hover, .login .edit-profile-button:hover, .login .logout-button:hover, .login .bookmarks-button:hover,
.login .login-submit:active, .login .edit-profile-button:active, .login .logout-button:active, .login .bookmarks-button:active {
  background-color: #ff6600;
}
.login .login-submit > .fa, .login .edit-profile-button > .fa, .login .logout-button > .fa {
  font-size: 22px;
  margin-right: 14px;
}
.login .logout {
  line-height: 65px;
  text-decoration: none;
  text-align: center;
}

.login-register, .forgot-password-text .forgot-password-text-footer .forgot-password-register {
  height: 111px;
  background-color: #ededed;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  padding: 28px 0 34px 0;
}
.login-register .login-register-link, .forgot-password-text .forgot-password-text-footer .forgot-password-register .login-register-link {
  display: inline-block;
  color: inherit;
  font-size: 19px;
  margin-top: 2px;
}
.forgot-password-text .forgot-password-text-footer .forgot-password-register .login-register-link:hover,
.forgot-password-text .forgot-password-text-footer .forgot-password-register .login-register-link:active {
  color: #0099cc;
}

.input-container {
  position: relative;
  display: inline-block;
}
.input-container .input-link {
  position: absolute;
  right: 21px;
  top: 27px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.input-container .input-link:hover, .input-container .input-link:active {
  color: #0099cc;
}

/* End of the Top header */

/* Section icons */
.site-sections .ifinanses, 
.site-sections .ibizness {
    width: 132px;
    height: 70px;
    float: left;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}
.site-sections .ifinanses .section-icon, 
.site-sections .ibizness .section-icon {
    width: 19px;
    height: 16px;
    display: inline-block;
    background: url('/img/ifin-icons.png') 0 0 no-repeat;
}
.site-sections .ifinanses .text, 
.site-sections .ibizness .text {
    font-weight: bold;
    font-size: 20px;
    color: #A6ABB1;
    margin-left: -3px;
}
.site-sections .ifinanses:hover, 
.site-sections .ibizness:hover, 
.site-sections .ifinanses.active, 
.site-sections .ibizness.active {
    background-color: #f4f4f4;
}
.site-sections .ifinanses:hover .section-icon, 
.site-sections .ifinanses.active .section-icon {
    background: url('/img/ifin-icons.png') 0 -32px no-repeat;
}
.site-sections .ibizness:hover .section-icon,  
.site-sections .ibizness.active .section-icon {
    background: url('/img/ifin-icons.png') 0 -48px no-repeat;
}
.site-sections .ifinanses:hover .text, 
.site-sections .ibizness:hover .text,
.site-sections .ifinanses.active .text, 
.site-sections .ibizness.active .text {
    color: #000;
}
/* EndSection icons */

/* Abonement/User container */
.abon-user-container {
    float: right;
    width: 270px;
    height: 70px;
}
.abon-user-container .subscribe-btn-box {
    z-index:1;
    float: left;
}
.abon-user-container .auth-btn-box {
    float: right;
}
.abon-user-container .subscribe-btn-box, 
.abon-user-container .auth-btn-box {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 70px;
    color: #333;
    text-decoration: none;
}
.abon-user-container .subscribe-btn-box .subscribe-btn, 
.abon-user-container .auth-btn-box .auth-btn {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
    padding: 0 18px;
    text-decoration: none;
}
.abon-user-container .subscribe-btn-box .subscribe-btn {
    color: #fff;
    background-color: #0099cc;
}
.abon-user-container .subscribe-btn-box .subscribe-btn:hover {
    background-color: #007aa3;
}
.abon-user-container .auth-btn-box .auth-btn {
    width: 119px;
    background-color: #fff;
    color: #0099cc;
    position: relative;
}
.abon-user-container .auth-btn-box .auth-btn > .fa-user {
    font-size: 22px;
    margin-right: 12px;
    top: 2px;
}
.abon-user-container .auth-btn-box .auth-btn > .fa-user, 
.abon-user-container .auth-btn-box .auth-btn .auth-btn-text {
    position: relative;
}

.abon-user-container .auth-btn-box .auth-btn:hover, 
.abon-user-container .auth-btn-box .auth-btn:active {
    background-color: #E6E6E6;
    cursor: pointer;
}
/* End Abonement/User container */

/* Middle header */
.product-header {
  height: 70px;
}
.product-header .header-logo {
  /*display: inline-block;*/
  float: left;
  /*margin-top: 16px;*/
}
.product-header .header-logo > img {
  display: block;
}

.product-nav {
  /*display: inline-block;*/
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.product-nav > li {
  float: left;
}
.product-nav > li:last-child {
  margin-left: 8px;
}
.product-nav > li .product-nav-link {
  display: inline-block;
  height: 70px;
  font-size: 15px;
  line-height: 70px;
  color: #333;
  text-decoration: none;
  padding: 0 10px;
}
.product-nav > li .product-nav-link:hover, .product-nav > li .product-nav-link.active {
  background-color: #0099cc;
  color: #fff;
}
.product-nav > li .subscribe-btn {
  height: 40px;
  color: #fff;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  line-height: 40px;
  margin-top: 16px;
}
.product-nav > li .subscribe-btn:hover, .product-nav > li .subscribe-btn:active {
  background-color: #007aa3;
}

/* End of the Middle header */
/* Bottom header */
.nav-header-container {
  height: 70px;
  min-width: 1200px;
  background-color: #fff;
}

.main-nav {
  /*    display: inline-block;*/
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.main-nav > li {
  float: left;
}
.main-nav > li .main-nav-link {
  display: inline-block;
  height: 70px;
  font-size: 14px;
  line-height: 70px;
  color: #000;
  text-decoration: none;
  padding: 0 14px;
}
.nav-hover:hover {
  background-color: #f4f4f4;
}

.header-search-btn {
  width: 70px;
  height: 70px;
  float: right;
  text-align: center;
  background-color: #dfdfdf;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.header-search-btn > .fa-search {
  font-size: 22px;
  line-height: 70px;
  color: #4c5b6b;
}

.header-search {
  display: none;
  position: absolute;
  z-index: 3;
  height: 30px;
  top: -9px;
  right: -9px;
  background-color: #fff;
  /*for Safari*/
  width: 624px;
  height: 88px;
  /* safari end*/
  cursor: default;
  padding: 9px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
}
@-moz-document url-prefix() {
  .header-search {
    /* firefox-only css goes here */
    /*height: 88px;*/
  }
}
.header-search .input-search {
  background-color: #4c5b6b;
  width: 338px;
  height: 70px;
  float: left;
  border: none;
  font-size: 15px;
  color: #fff;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-search .input-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.header-search .input-search::-webkit-input-placeholder {
  color: #fff;
}
.header-search .input-search:-moz-placeholder {
  color: #fff;
}
.header-search .input-search::-moz-placeholder {
  color: #fff;
}
.header-search .input-search:-ms-input-placeholder {
  color: #fff;
}
@-moz-document url-prefix() {
  .header-search .input-search {
    /* firefox-only css goes here */
    width: 338px;
  }
}
.header-search .input-search::-ms-clear {
  display: none;
}
.header-search .search-in {
  float: left;
  background-color: #4c5b6b;
  height: 70px;
  width: 176px;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: none;
}
.header-search .search-choose-btn {
  background-color: #4c5b6b;
  float: left;
  width: 156px;
  height: 70px;
  border-left: 1px solid #5d6d7c;
  line-height: 70px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding-left: 19px;
  font-size: 15px;
}
.header-search .search-choose-btn .search-chevron {
  position: absolute;
  right: 97px;
  top: 36px;
  color: #a6b0ba;
  font-size: 13px;
}
.header-search .search-choose {
  display: none;
  margin-right: 72px;
  z-index: 1;
  background-color: #4c5b6b;
  float: right;
  width: 176px;
  font-size: 15px;
  font-weight: 300;
  border-top: 1px solid #5d6d7c;
}
@-moz-document url-prefix() {
  .header-search .search-choose {
    /* firefox-only css goes here */
    margin-right: 71px;
  }
}
.header-search .search-choose .search-choose-item {
  height: 27px;
  color: #fff;
  line-height: 27px;
  text-align: left;
  padding-left: 13px;
}
.header-search .search-choose .search-choose-item:hover {
  background-color: #707c8a;
  cursor: pointer;
}
.header-search .search-choose .search-choose-item:first-child {
  margin-top: 5px;
}
.header-search .search-choose .search-choose-item:last-child {
  margin-bottom: 5px;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* for Chrome*/
  .header-search {
    width: 624px;
  }
}
/* End of the Bottom header */
.breadcrumb {
  margin-bottom: 10px;
  margin-top: 17px;
  margin-right: 0;
}
.breadcrumb div {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}
.breadcrumb a, .breadcrumb .fa-angle-right {
  text-decoration: none;
  font-size: 12px;
  padding-right: 3px;
  color: #999;
}

.sidebar {
  margin-top: 15px;
  width: 370px;
  float: left;
  margin-left: 15px;
}

.sidebar-header {
  border-top-width: 4px;
  border-top-color: #465b6b;
  border-top-style: solid;
}

.sidebar-container {
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav > li .sidebar-nav-link {
  border-bottom: #e8e8e8 solid 1px;
  display: block;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  padding: 0 18px;
}
.sidebar-nav > li .sidebar-nav-link i {
  padding-right: 15px;
  color: #0099cc;
}
.sidebar-nav > li .sidebar-nav-link:hover, .sidebar-nav > li .sidebar-nav-link:active {
  background-color: #0099cc;
  color: #fff;
}
.sidebar-nav > li .sidebar-nav-link:hover i, .sidebar-nav > li .sidebar-nav-link:active i {
  padding-right: 15px;
  color: #fff;
}
.sidebar-nav > li .active {
  background-color: #0099cc;
  color: #fff;
}
.sidebar-nav > li .active i {
  padding-right: 15px;
  color: #fff;
}
.sidebar-nav > li:first-child {
  padding-top: 10px;
}
.sidebar-nav > li:first-child .sidebar-nav-link {
  border-top: none;
}
.sidebar-nav > li:last-child {
  padding-bottom: 18px;
}
.sidebar-nav > li:last-child .sidebar-nav-link {
  border-bottom: none;
}

/* Sticky footer */
.page-wrapper {
  min-height: 100%;
  min-width: 1200px;
  margin-bottom: -220px;
}

.page-wrapper:after {
  content: "";
  display: block;
}

.page-wrapper:after {
  height: 220px;
}

/* End of the Sticky footer */
.footer {
  height: 150px;
  min-width: 1200px;
  background-color: #dfdfdf;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  margin-top: 70px;
}

/* Top footer */
.footer-nav {
  display: inline-block;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-nav > li {
  float: left;
}
.footer-nav > li .footer-nav-link {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  color: #333;
  text-decoration: none;
  padding: 0 12px;
}
.footer-nav > li .footer-nav-link:hover, .footer-nav > li .footer-nav-link.active {
  background-color: #0099cc;
  color: #fff;
}

.back-top-btn {
  display: block;
  float: right;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #0099cc;
  text-align: center;
}
.back-top-btn:hover, .back-top-btn:active {
  background-color: #007aa3;
}
.back-top-btn > .fa-chevron-up {
  font-size: 20px;
  color: #fff;
}

/* End of the Top footer */
/* Bottom footer */
.copyright {
  box-sizing: border-box;
  color: #999;
  text-align: center;
  border-top: 1px solid #c8c8c8;
  padding: 30px 0;
}

/* End of the Bottom footer */
/* Components */
.article-category-border {
  margin-top: 31px;
  border-width: 2px;
}

.article-category-item-border {
  border-bottom: 1px solid #ccc;
  margin-top: -5px;
  margin-left: 5px;
  float: left;
  width: 350px;
}

.article-category-header {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 400;
}

.article-category {
  display: inline-block;
  width: 100%;
}
.article-category a {
  color: #323232;
  text-decoration: none;
}
.article-category a:hover {
  text-decoration: underline;
  color: #0099cc;
}

.article-category-item {
  margin-right: 30px;
  box-sizing: border-box;
  width: 369px;
  height: 90px;
  float: left;
  padding: 5px;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.article-category-item:nth-child(2n) {
  margin-right: 0;
}
.article-category-item img {
  width: 70px;
  height: 70px;
}
.article-category-item .article-photo-left-triangle,
.manual-chapter-comment-item .manual-photo-left-triangle {
  width: 0px;
  height: 0px;
  border-right: 10px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 61px;
  margin-top: -45px;
  position: absolute;
}
.article-category-item .article-category-photo-sm {
  width: 70px;
  height: 70px;
  float: left;
  margin: 5px;
}
.article-category-item .article-category-photo-sm .article-category-photo-hover-sm {
  display: none;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.article-category-item .article-category-photo-sm .article-category-photo-hover-sm-arrow {
  display: none;
  position: absolute;
  margin-left: 25px;
  margin-top: 25px;
}
.article-category-item .article-category-photo-sm .article-category-photo-hover-sm-arrow a {
  color: #fff;
  font-size: 18px;
}

.article-category-date {
  font-size: 12px;
  color: #ccc;
  margin-top: 10px;
}

.article-category-comment {
  font-size: 13px;
  color: #b3b3b3;
}
.article-category-comment .article-category-comment-inline {
  display: inline-block;
}

.article-category-first-text {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.article-category-text {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 5px;
}

.article-category-first-block {
  margin-right: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 260px;
  height: 290px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.article-category-first-block img {
  width: 240px;
  height: 170px;
}
.article-category-first-block .article-category-photo {
  width: 240px;
  height: 170px;
  margin-bottom: 10px;
  overflow: hidden;
}
.article-category-first-block .article-category-photo .article-category-photo-hover {
  display: none;
  position: absolute;
  width: 240px;
  height: 170px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.article-category-first-block .article-category-photo .article-category-photo-center-hover {
  display: none;
  position: absolute;
  background-color: #000;
  margin-left: 50px;
  margin-top: 60px;
  width: 110px;
  height: 19px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  padding: 15px;
  text-align: center;
}
.article-category-first-block .article-category-photo a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.article-category-first-block .article-category-photo .article-category-photo-center {
  display: none;
  position: absolute;
  margin-left: 50px;
  margin-top: 60px;
  width: 110px;
  padding: 15px;
  text-align: center;
}

.article-category-second-block {
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 245px;
  height: 90px;
  float: left;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.article-category-second-block:nth-child(odd) {
  margin-right: 0px;
}
.article-category-second-block:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.no-first-block {
  width: 369px;
  margin-right: 0;
}
.no-first-block:nth-child(odd) {
  margin-right: 30px;
}

/* article_category_open */
.article-category-open {
  padding: 15px;
}

.article-category-crumb {
  width: 100%;
  font-size: 12px;
  /*width: 770px;*/
  /*    overflow: auto;
      height: 66px;*/
}
.article-category-crumb .article-category-crumb-item {
  display: inline-block;
  height: 65px;
}
.article-category-crumb .article-category-crumb-title {
  height: 45px;
  line-height: 45px;
  /*height: 60px;
  line-height: 60px;*/
  padding-left: 6px;
  padding-right: 6px;
}
.article-category-crumb .article-category-crumb-title a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.article-category-crumb .article-category-crumb-title a:hover {
  text-decoration: underline;
  color: #0099cc;
}
.article-category-crumb .article-category-crumb-border {
  height: 0;
}

.article-category-open-photo {
  float: left;
  width: 170px;
  height: 130px;
  margin-right: 30px;
  overflow:  hidden;
}

.article-category-open-title {
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}
.article-category-open-title a {
  color: #000;
  text-decoration: none;
}
.article-category-open-title a:hover {
  text-decoration: underline;
  color: #0099cc;
}

.article-category-open-title-author {
  font-size: 12px;
  color: #bbb;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.article-category-open-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
.article-category-open-text a {
  color: #0099cc;
  text-decoration: none;
}
.article-category-open-text a:hover {
  text-decoration: underline;
}

.article-category-open-footer {
  font-size: 12px;
  color: #999;
  float: right;
  margin-bottom: 5px;
}
.article-category-open-footer .underline-category {
  text-decoration: underline;
  margin-right: 10px;
}

.article-category-open-advertisement {
  background-color: #4d5965;
  color: #fff;
  display: inline;
  padding: 2px 10px;
  font-weight: 400;
}

.article-archived {
  background-color: #ff7f27;
}

.article-category-open-border {
  border: 1px solid #ededed;
  width: 740px;
  margin: 0 auto 15px auto;
  clear: both;
}

.article-link-sm {
  margin-right: 0;
}

.article-view-header {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 12px;
  color: #979797;
  line-height: 32px;
}
.article-view-header i.fa.fa-print, .article-view-header i.fa.fa-envelope-o, .article-view-header .fa.fa-bookmark-o {
  margin-left: 8px;
}
.article-view-header i.fa.fa-print:hover, .article-view-header i.fa.fa-envelope-o:hover, .article-view-header .fa.fa-bookmark-o:hover {
  cursor: pointer;
}

.article-photo {
  position: relative;
  float: left;
  width: 240px;
  height: 240px;
  margin: 5px 15px 0 5px;
}
.article-photo img {
  width: 100%;
  height: auto;
}

.article-item {
  display: inline-block;
  width: 100%;
}

.article-title {
  float: left;
  margin: 15px 30px 20px 0;
  width: 470px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.article-title-value {
  float: left;
  margin: 15px 30px 0 0;
  width: 470px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.no-user-container {
  border: 2px solid #E2E2E2;
  text-align: center;
  padding: 35px 0;
  margin-top: 40px;
}

.no-user-container p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  margin-top: 0 ;
}

.article-comments a {
  font-size: 14px;
  color: #979797;
  text-decoration: none;
}

.article-keywords {
  font-weight: 300;
  font-size: 12px;
  color: #979797;
  padding-bottom: 15px;
}

.article-keywords-link {
  font-weight: 300;
  font-size: 12px;
  color: #979797;
  /*padding-bottom: 15px;*/
  padding: 3px;
  text-decoration: none;
  background: #F3F3F3;
}

.article-open-advertisement {
  background-color: #4d5965;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  margin-top: 7px;
  font-weight: 400;
}

.article-archived {
  background-color: #ff7f27;
}

.article-border {
  border-bottom: 1px solid #ccc;
  width: 511px;
  float: right;
  /*margin-top: -35px;*/
}

.article-text {
  font-size: 15px;
  font-weight: 300;
  color: #1f1f1f;
  line-height: 26px;
  padding: 15px;
  clear: both;
}
.article-text a {
  color: #0099cc;
  text-decoration: none;
}
.article-text a:hover {
  text-decoration: underline;
}


.article-text table {
  margin-left: auto;
  margin-right: auto;
  border-width: 0.01px;
}

.article-text table td {
  padding: 5px 3px;
  text-align: center;
  /*line-height: 10px;*/
  border-width: 0.01px;
}

.article-text table p {
  padding: 0;
  margin:0;
}

.chevronCircle {
  list-style-type: none;
}
.chevronCircle li:before {
  font-family: 'FontAwesome';
  content: '\f138';
  margin: 0 5px 0 -15px;
  color: #0099cc;
}

.angleRight {
  list-style-type: none;
}
.angleRight li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px;
  color: #0099cc;
}

.article-comment-answer {
  display: inline-block;
  float: right;
}
.article-comment-answer span {
  color: #323232;
  font-size: 12px;
}
.article-comment-answer span:hover {
  text-decoration: underline;
  color: #0099cc;
  cursor: pointer;
}

.active-comment {
  border: 1px solid #0099cc;
}

.comment-answer {
  margin-left: 70px;
}

.comment-answer-text {
  width: 680px;
}

.article-send-to-mail-container {
  display: none;
  z-index: 4;
  min-height: 260px;
  min-width: 450px;
  /*top: 260px;*/
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  text-align: center;
}
.article-send-to-mail-container .popup-container-btn-close {
  font-size: 26px;
  float: right;
  color: #bababa;
  margin-top: 23px;
  margin-right: 24px;
}
.article-send-to-mail-container .popup-container-btn-close:hover {
  cursor: pointer;
}
.article-send-to-mail-container .popup-header {
  background-color: #f7f7f7;
  height: 70px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}
.article-send-to-mail-container .popup-header > span {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 26px;
  padding-left: 20px;
  float: left;
}
.article-send-to-mail-container .popup-body {
  background-color: #fff;
  min-height: 220px;
}
.article-send-to-mail-container .popup-field {
  width: 410px;
  height: 70px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #ccc;
  padding: 0 0 0 15px;
}
.article-send-to-mail-container .send-mail-submit-btn {
  border: 0;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  margin-left: 20px;
  box-shadow: none;
  width: 230px;
}
.article-send-to-mail-container .send-mail-cancel-btn {
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  margin-left: 10px;
  box-shadow: none;
  background-color: #666;
  width: 170px;
}
.article-send-to-mail-container .send-mail-cancel-btn:hover {
  background-color: #525151;
  cursor: pointer;
}
.article-send-to-mail-container .error-window {
  clear: both;
}
.article-send-to-mail-container .send-mail-error {
  margin-top: 5px;
  margin-left: 20px;
  float: left;
  color: #fff;
  width: 410px;
  font-size: 13px;
  padding: 3px 5px 3px 5px;
  display: inline-block;
  text-transform: uppercase;
}
.article-send-to-mail-container .send-mail-error > .fa-exclamation-triangle {
  font-size: 13px;
  margin: 3px 10px 3px 10px;
}
.article-send-to-mail-container .popup-send-loading {
  display: none;
  margin-top: 5px;
  font-size: 14px;
}

/* public_article_print */
/* add bookmark */
.add-bookmark-container {
  display: none;
  z-index: 4;
  min-height: 260px;
  min-width: 450px;
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  text-align: center;
}
.add-bookmark-container .popup-container-btn-close {
  font-size: 26px;
  float: right;
  color: #bababa;
  margin-top: 23px;
  margin-right: 24px;
}
.add-bookmark-container .popup-container-btn-close:hover {
  cursor: pointer;
}
.add-bookmark-container .popup-header {
  background-color: #f7f7f7;
  height: 70px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
}
.add-bookmark-container .popup-header > span {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 26px;
  padding-left: 20px;
  float: left;
}
.add-bookmark-container .popup-body {
  background-color: #fff;
  min-height: 189px;
}
.add-bookmark-container .popup-field {
  width: 410px;
  height: 70px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #ccc;
  padding: 0 15px;
}
.add-bookmark-container .add-bookmark-submit-btn {
  border: 0;
  height: 65px;
  line-height: 65px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 300;
  float: left;
  margin-left: 21px;
  box-shadow: none;
  width: 194px;
}
.add-bookmark-container .add-bookmark-cancel-btn {
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  float: left;
  margin-left: 10px;
  box-shadow: none;
  background-color: #666;
  width: 145px;
}
.add-bookmark-container .add-bookmark-cancel-btn:hover {
  background-color: #525151;
  cursor: pointer;
}

.article-photo-reference-container {
  position: absolute;
  bottom: 0;
  margin-top: -30px;
  width: 240px;
}
.article-photo-reference-container .article-photo-reference-background {
  background-color: #000;
  opacity: 0.2;
  height: 24px;
}
.article-photo-reference-container .article-photo-reference-text {
  color: #fff;
  opacity: 1;
  position: absolute;
  margin-top: -22px;
  font-size: 11px;
  margin-left: 10px;
  padding-right: 5px;
}
.article-photo-reference-container i {
  padding-right: 5px;
}

.article-spotlight-container {
  margin-top: 5px;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 5px;
}

.article-spotlight-item {
  width: 251px;
  display: inline-block;
  float: left;
}
.article-spotlight-item:nth-child(1) {
  margin-left: 2px;
}
.article-spotlight-item:last-child {
  width: 248px;
}

.article-spotlight-item .article-picture {
  width: 251px;
  height: 165px;
}
.article-spotlight-item .article-spotlight-photo-hover {
  display: none;
  position: absolute;
  width: 251px;
  height: 165px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.article-spotlight-item .article-spotlight-photo-center-hover {
  display: none;
  position: absolute;
  background-color: #000;
  margin-left: 55px;
  margin-top: 60px;
  width: 110px;
  height: 19px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  padding: 15px;
  text-align: center;
}
.article-spotlight-item .article-spotlight-hover-link {
  display: block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.article-spotlight-item .article-spotlight-photo-center {
  display: none;
  position: absolute;
  margin-left: 60px;
  margin-top: 60px;
  width: 110px;
  padding: 15px;
  padding-left: 25px;
}
.article-spotlight-item .article-spotlight-title {
  width: 100%;
  padding-left: 5px;
  padding-top: 10px;
  height: 110px;
  box-sizing: border-box;
}
.article-spotlight-item .article-spotlight-title a {
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  color: #445463;
  text-decoration: none;
}
.article-spotlight-item .article-spotlight-title a:hover {
  text-decoration: underline;
  color: #0099cc;
}
.article-spotlight-item .article-spotlight-comments {
  font-size: 13px;
  color: #b3b3b3;
}
.article-spotlight-item .article-spotlight-category {
  font-size: 11px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.article-spotlight-item .article-spotlight-category a {
  text-decoration: none;
}
.article-spotlight-item .article-spotlight-category a:hover {
  text-decoration: underline;
}

.article-spotlight-border {
  border-right: 1px solid #ccc;
  height: 100%;
  float: left;
}

.article-sidebar-spotlight-container {
  margin-top: 5px;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 5px;
}

.article-sidebar-spotlight-item {
  width: 170px;
  display: inline-block;
  float: left;
  padding: 5px 5px;
}
.article-sidebar-spotlight-item:nth-child(1) {
  /*margin-left: 2px;*/
}
.article-sidebar-spotlight-item:last-child {
  /*width: 248px;*/
}
.article-sidebar-spotlight-item .article-picture {
  width: 170px;
  height: 111px;
  overflow: hidden;
}
.article-sidebar-spotlight-item .article-spotlight-photo-hover {
  display: none;
  position: absolute;
  width: 170px;
  height: 120px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.article-sidebar-spotlight-item .article-spotlight-photo-center-hover {
  display: none;
  position: absolute;
  background-color: #000;
  margin-left: 55px;
  margin-top: 60px;
  width: 170px;
  height: 19px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  padding: 15px;
  text-align: center;
}
.article-sidebar-spotlight-item .article-spotlight-hover-link {
  display: block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.article-sidebar-spotlight-item .article-spotlight-photo-center {
  display: none;
  position: absolute;
  margin-left: 60px;
  margin-top: 60px;
  width: 110px;
  padding: 15px;
  padding-left: 25px;
}
.article-sidebar-spotlight-item .article-spotlight-title {
  width: 100%;
  padding-left: 5px;
  padding-top: 10px;
  height: 100px;
  box-sizing: border-box;
}
.article-sidebar-spotlight-item .article-spotlight-title a {
  font-size: 14px;
  font-weight: 300;
  /*line-height: 24px;*/
  color: #445463;
  text-decoration: none;
}
.article-sidebar-spotlight-item .article-spotlight-title a:hover {
  text-decoration: underline;
  color: #0099cc;
}
.article-sidebar-spotlight-item .article-spotlight-comments {
  font-size: 13px;
  color: #b3b3b3;
}
.article-sidebar-spotlight-item .article-spotlight-category {
  font-size: 11px;
  padding-bottom: 10px;
}
.article-sidebar-spotlight-item .article-spotlight-category a {
  text-decoration: none;
}
.article-sidebar-spotlight-item .article-spotlight-category a:hover {
  text-decoration: underline;
}

.article-spotlight-border {
  border-right: 1px solid #ccc;
  height: 100%;
  float: left;
}

/* public_ask_question */
.ask-question-margin-top {
  margin-top: 66px;
}

.ask-question-container {
  margin-top: 30px;
}

.ask-question-flash .flash-alert-container {
  background-color: inherit;
}
.ask-question-flash .flash-alert {
  margin: 0;
}

.ask-question-text {
  font-size: 15px;
  width: 370px;
  float: left;
  line-height: 25px;
}
.ask-question-text a {
  text-decoration: underline;
  color: #0099cc;
}

.ask-question-form {
  display: inline-block;
  padding: 10px;
  float: left;
  margin-left: 30px;
  /*height: 270px;*/
  width: 750px;
}
.ask-question-form .ask-question-title {
  color: #336666;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.ask-question-form .question-text {
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 750px;
  height: 170px;
  margin-bottom: 20px;
  resize: none;
  font-family: "Roboto", sans-serif;
}

/* ask_expert_sidebar */
.ask-question-sidebar-container {
  background-color: #f0e0e0;
  height: 110px;
  margin-bottom: 30px;
  border-top: 4px solid #ce474b;
  padding: 10px;
}

.ask-question-sidebar-text {
  color: #d04848;
  font-weight: 500;
  margin: 15px auto 35px auto;
  text-align: center;
}

.ask-question-red-btn {
  background-color: #d04848;
  padding: 20px 114px 20px 117px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  text-decoration: none;
}
.ask-question-red-btn:hover {
  background-color: #d04848;
  opacity: 0.7;
}

.flash-alert-public {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 21px;
  padding: 5px 0;
  color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #e30b0c;
}

.register-flash {
  margin: 0 auto 20px auto;
  position: absolute;
  top: 50px;
  left: 137px;
  width: 895px;
}
.register-flash .flash-alert {
  margin: 0;
}

.register-container {
  /*height: 615px;*/
  text-align: center;
  position: relative;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.register-info {
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  margin: 0px auto;
  padding: 26px 0px 0px 0px;
  width: 900px;
}

.register-fields-containter {
  display: inline-block;
  width: 824px;
  margin-left: auto;
  margin-right: auto;
}

.register-username {
  max-width: 824px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-align: left;
  padding: 15px 30px 0 30px;
  margin: 0 auto;
}

.gcaptcha-container {
  margin-left: 450px;
  margin-top: 20px;
}

.register-form > .input-container {
  float: left;
  margin-right: 20px;
}
.register-form > .input-container:nth-child(2n) {
  margin-right: 0;
}

.required-circle {
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 6px;
  color: #e30b0c;
}

.register-field, .forgot-password-text .forgot-password-field, .change-password-text .change-password-field {
  height: 51px;
  box-sizing: border-box;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #ccc;
  padding: 0 0 0 15px;
}

.register-field {
  width: 100%;
  min-width: 0;  
}



#register-field-container {
  width: 98%;
  min-width: 420px;
  max-width: 850px;
  margin: auto;
}

#register-field-container .input-container {
  width: 48%;
}

#register-field-container .input-container-phone-code {
  width: 14%;
}

#register-field-container .input-container-phone {
  width: 33.6%;
}

#register-field-container #client-job {
  border: 0;
  margin-top: 5px;
}

.form-error {
  border: 1px solid #e30b0c;
}

.register-border {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 895px;
}

.register-terms-container {
  padding-bottom: 20px;
  text-align: left;
}
.register-terms-container .register-terms-title {
  font-size: 17px;
  font-weight: 400;
  margin-left: 335px;
}
.register-terms-container .register-terms-btn {
  border: 0px solid red;
  height: 40px;
  color: #fff;
  background-color: #9a9a9a;
  line-height: 40px;
  margin-left: 15px;
  margin-bottom: 10px;
  vertical-align: text-top;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
}
.register-terms-container .register-terms-btn:hover, .register-terms-container .register-terms-btn:active {
  background-color: #767575;
  cursor: pointer;
}
.register-terms-container .register-terms-checkbox {
  /*margin-left: 520px;*/
  font-size: 14px;
  /*width: 270px;*/
  text-align: center;
}

.register-terms-text {
  display: none;
  z-index: 2;
  height: 310px;
  width: 500px;
  top: 260px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.register-terms-text .register-popup-header {
  height: 70px;
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 26px;
  padding-left: 20px;
}
.register-terms-text .register-popup-header .fa-times-circle-o {
  top: 23px;
  right: 24px;
  position: absolute;
  font-size: 28px;
  color: #bababa;
}
.register-terms-text .register-popup-header .fa-times-circle-o:hover {
  cursor: pointer;
}
.register-terms-text .register-popup-body {
  padding: 20px 20px;
  overflow-y: scroll;
  height: 200px;
}

.register-terms-error {
  background-color: #ff0000;
  color: white;
  padding: 8px 5px;
  width: 810px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 15px;
}

.register-transparent-overlay, .forgot-password-transparent-overlay, .change-password-transparent-overlay, .profile-confirm-news-transparent-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.register-btn-container {
  height: 75px;
  background-color: #f9f9f9;
  text-align: center;
  line-height: 75px;
  border-top: 1px solid #e5e5e5;
}

.verify-phone-button {
  font-weight: 300;
  border: none;
  cursor: pointer;
}

.forgot-password-transparent-overlay {
  z-index: 3;
  position: fixed;
}

.forgot-password-text {
  display: none;
  z-index: 4;
  min-height: 350px;
  min-width: 433px;
  top: 260px;
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -220px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  text-align: center;
}
.forgot-password-text .forgot-password-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}
.forgot-password-text .forgot-password-btn-close:hover {
  cursor: pointer;
}
.forgot-password-text .forgot-password-text-header {
  background-color: #f7f7f7;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.forgot-password-text .forgot-password-text-header > .forgot-password-title {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 30px 0 30px 20px;
  float: left;
}
.forgot-password-text .forgot-password-text-body {
  background-color: #fff;
  min-height: 175px;
}
.forgot-password-text .forgot-password-text-body .forgot-password-imput-error {
  display: none;
  padding: 3px 5px 3px 5px;
  left: 20px;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
  margin-left: 11px;
  background-color: red;
  color: white;
  z-index: 1;
}
.forgot-password-text .forgot-password-text-body .forgot-password-imput-error > .fa-exclamation-triangle {
  font-size: 13px;
  margin: 3px 10px 3px 10px;
}
.forgot-password-text .forgot-password-text-footer {
  background-color: #ededed;
  height: 95px;
}
.forgot-password-text .forgot-password-text-footer .forgot-password-register {
  height: 0;
}
.forgot-password-text .forgot-password-field {
  width: 410px;
  height: 70px;
  margin: 0;
}
.forgot-password-text .forgot-password-field::-webkit-input-placeholder {
  color: #333;
}
.forgot-password-text .forgot-password-field:-moz-placeholder {
  color: #333;
}
.forgot-password-text .forgot-password-field::-moz-placeholder {
  color: #333;
}
.forgot-password-text .forgot-password-field:-ms-input-placeholder {
  color: #333;
}
.forgot-password-text .forgot-password-submit {
  width: 410px;
  height: 70px;
  background-color: #ff9900;;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
}
.forgot-password-text .forgot-password-submit:hover, .forgot-password-text .forgot-password-submit:active {
  background-color: #ff6600;
}
.forgot-password-text .forgot-password-submit > .fa {
  font-size: 22px;
  margin-right: 14px;
}

.iform-for-user {
  /*display: none;*/
}

.iform-for-user-view {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 16px;
}
.iform-for-user-view > br {
  line-height: 30px;
}
.iform-for-user-view .iform-subscribe-btn {
  width: 100px;
  margin-top: 26px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 15px;
}
.iform-for-user-view a {
  color: #333;
}

.iform-for-user-view a:hover {
  text-decoration: underline;
}

.iform-header {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  margin-top: 18px;
  color: #4c5b6b;
}

.iform-view-body {
  margin-bottom: 30px;
}

.iform-extension-icon, .iform-category-new-container .iform-footer .iform-extension-icon {
  margin-left: 15px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
}
.iform-extension-icon > .fa-file-pdf-o, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file-pdf-o {
  color: red;
}
.iform-extension-icon > .fa-file-word-o, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file-word-o {
  color: #00659d;
}
.iform-extension-icon > .fa-file-excel-o, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file-excel-o {
  color: #369400;
}
.iform-extension-icon > .fa-file-powerpoint-o, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file-powerpoint-o {
  color: orange;
}
.iform-extension-icon > .fa-file-archive-o, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file-archive-o {
  color: brown;
}
.iform-extension-icon > .fa-file, .iform-category-new-container .iform-footer .iform-extension-icon > .fa-file {
  color: gray;
}

.iform-new-container {
  padding: 1px;
}
.iform-new-container .iform-new-item {
  margin: 8px 12px;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
.iform-new-container .iform-new-item > a {
  color: #0099cc;
  text-decoration: underline;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.iform-new-container .iform-new-item .iform-file-size {
  margin-left: 90px;
}

.iform-category-new-container {
  padding: 1px;
}
.iform-category-new-container .iform-category-item {
  margin-left: 12px;
  margin-top: 15px;
  margin-right: 12px;
  font-weight: 300;
  font-size: 15px;
}
.iform-category-new-container .iform-category-item .iform-category-header {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
.iform-category-new-container .iform-category-item .iform-category-header > a {
  font-weight: 300;
  font-size: 18px;
  color: #0099cc;
  text-decoration: underline;
}
.iform-category-new-container .iform-category-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  padding: 15px;
}
.iform-category-new-container .iform-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.iform-category-new-container .iform-category-border, .iform-category-new-container .iform-border {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 745px;
}
.iform-category-new-container .iform-category-border:nth-last-child(1), .iform-category-new-container .iform-border:nth-last-child(1) {
  border-bottom: 0;
}
.iform-category-new-container .iform-border {
  opacity: 0.5;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}
.iform-category-new-container .iform-footer {
  background-color: #f9f9f9;
  height: 60px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
  line-height: 60px;
}
.iform-category-new-container .iform-footer .iform-download-btn {
  width: 115px;
  font-size: 15px;
  padding: 12px 15px;
}
.iform-category-new-container .iform-footer .iform-extension-icon {
  font-size: 18px;
}
.iform-category-new-container .iform-footer .iform-download-info {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  font-weight: 300;
  font-size: 12px;
  color: #9a9a9a;
}
.iform-category-new-container .iform-footer .iform-date {
  margin-left: 435px;
}
.iform-category-new-container .disabled-download:hover {
  cursor: pointer;
}

/*p {
    margin: 0;
}*/
.view-header .title {
  padding: 10px 3px;
  font-size: 20px;
  text-align: left;
}

.view-body {
  margin-bottom: 80px;
}

.view-container-header {
  border-top-width: 4px;
  border-top-color: #4c5b6b;
  border-top-style: solid;
  text-align: left;
}

.view-container, .iform-new-container, .iform-category-new-container {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 14px;
}

.view-transparent {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.view-transparent .left {
  vertical-align: top;
  display: inline-block;
  width: 100%; /* 367px; */
}
.view-transparent .right {
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  width: 367px;
}
.view-transparent .view-transparent-delimiter {
  vertical-align: top;
  display: inline-block;
  width: 25px;
}
.view-transparent .header {
  color: #4c5b6b;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 20px;
  text-align: left;
}
.view-transparent .body a {
  color: #0099cc;
  text-decoration: none;
}
.view-transparent .body a:hover {
  text-decoration: underline;
}

.view-popup {
  display: none;
  z-index: 2;
  min-height: 400px;
  min-width: 500px;
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.view-popup .popup-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}
.view-popup .popup-btn-close:hover {
  cursor: pointer;
}
.view-popup .popup-header {
  background-color: #f7f7f7;
  height: 70px;
}
.view-popup .popup-header > div {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  float: left;
}
.view-popup .popup-footer {
  background-color: #ededed;
  height: 20px;
}

.popup-document-dimm {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.seminar-google-maps {
  height: 400px;
  width: 500px;
}

.map-canvas {
  position: absolute;
  height: 400px;
  width: 470px;
  margin: 0px 15px;
  padding: 0px;
}

/* Seminar index */
.seminar-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
  padding: 20px 15px;
}
.seminar-item:last-child .seminar-delimiter {
  border: none;
}
.seminar-item > li .seminar-link {
  text-decoration: none;
  color: #333;
}
.seminar-item > li .seminar-link:hover {
  text-decoration: underline;
}
.seminar-item .seminar-date {
  color: #a1a1a1;
  font-weight: bold;
}
.seminar-item .seminar-item-header .header-item {
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.seminar-item .seminar-item-header .type {
  padding: 3px 10px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #986665;
  color: white;
}
.seminar-item .seminar-item-header .title {
  font-weight: 300;
  padding: 3px 0px;
  line-height: 24px;
  font-size: 18px;
  position: relative;
  text-align: left;
}
.seminar-item .seminar-item-header .konference {
  background-color: #2d6564;
}
.seminar-item .seminar-item-header .vebinars {
  background-color: #3b7b00;
}
.seminar-item .seminar-item-header p {
  margin: 0px;
}
.seminar-item .seminar-item-description {
  text-align: justify;
  padding-top: 5px;
}

.seminar-delimiter {
  margin: 0px 15px;
  border-bottom-style: solid;
  border-width: 1px;
  border-bottom-color: #e5e5e5;
}

/*end seminar index*/
/*open_seminar */
.open-seminar-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
}
.open-seminar-item > li .seminar-link {
  text-decoration: none;
  color: #333;
}

.seminar-type {
  width: 102px;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #986665;
  margin: 0;
  color: white;
}

.seminar-cycle-type {
  position: absolute;
  width: 102px;
  padding: 3px 10px;
  margin: 10px;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #986665;
  color: white;
}

.seminar-cycle-type.konference {
  background-color: #2d6564;
}
.seminar-cycle-type.vebinars {
  background-color: #3b7b00;
}

.seminar-cycle-header {
  line-height: 1;
  padding: 15px 0px;
  padding-left: 23px;
  padding-right: 10px;
  margin: 0;
  width: 260px;
  vertical-align: top;
  display: inline-block;
}
.seminar-cycle-header .title {
  margin: 0;
  padding: 5px 0px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  text-align: left;
  padding-bottom: 50px;
}

.cycle-counter {
  font-size: 12px;
  margin: 0;
  color: #c6c6c6;
  position: absolute;
  margin: -52px 0 0 23px;
}

.cycle-seminars-link {
  position: absolute;
  color: #0099cc;
  text-decoration: underline;
  margin: -30px 0 0 23px;
}
.cycle-seminars-link:hover, .cycle-seminars-link:active {
  color: #0099cc;
  text-decoration: underline;
}

.seminar-cycle-image {
  height: 148px;
  vertical-align: middle;
  display: inline-block;
}
.seminar-cycle-image img {
  padding: 4px;
  width: 463px;
  /*height: 139px;*/
}

.seminar-cycle-image-full {
  height: 148px;
  vertical-align: middle;
  display: inline-block;
}
.seminar-cycle-image-full img {
  padding: 4px;
  width: 760px;
  height: 139px;
}

.purchase-seminar-container .purchase-seminar-title {
  padding-bottom: 10px;
  padding-top: 0;
  line-height: 35px;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
.purchase-seminar-container .left {
  width: 436px;
  display: inline-block;
  padding: 15px;
  padding-right: 0px;
  padding-left: 23px;
  vertical-align: top;
}
.purchase-seminar-container .right {
  display: inline-block;
  padding: 15px;
  width: 273px;
}
.purchase-seminar-container .top {
  display: inline-block;
  text-align: justify;
  padding: 15px;
  width: 741px;
}
.purchase-seminar-container .bottom {
  padding: 15px;
  background-color: #f9f9f9;
  border-top: solid 1px #e6e6e6;
}
.purchase-seminar-container .purchase-abonement {
  display: inline-block;
  padding: 10px;
  background-color: #e0e0e0;
  line-height: 1;
}
.purchase-seminar-container .purchase-abonement:hover {
  cursor: pointer;
}
.purchase-seminar-container .purchase-non-abonement {
  display: inline-block;
  padding: 10px;
  line-height: 1;
}
.purchase-seminar-container .purchase {
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.purchase-seminar-container .purchase:hover, .purchase-seminar-container .purchase:active {
  background-color: #007aa3;
}
.purchase-seminar-container .purchase-price {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}
.purchase-seminar-container .purchase-price .price-text {
  color: #0099cc;
  font-size: 13px;
}
.purchase-seminar-container .price {
  font-size: 26px;
  font-weight: 400;
}
.purchase-seminar-container .price-discount {
  color: #fff;
  background-color: #ff0000;
  padding: 2px;
}
.purchase-seminar-container a {
  text-decoration: none;
}
.purchase-seminar-container span {
  font-size: 13px;
}

.purchase-seminar-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0;
  padding-left: 15px;
  border-left: solid 1px #e6e6e6;
}
.purchase-seminar-details > li {
  padding: 10px 0;
}
.purchase-seminar-details > li .details-icon {
  vertical-align: top;
  text-align: center;
  width: 16%;
  display: inline-block;
  color: #0099cc;
}
.purchase-seminar-details > li .details-item {
  display: inline-block;
  width: 82%;
}
.purchase-seminar-details > li .details-item-header {
  color: #0099cc;
  font-size: 16px;
  text-align: left;
}
.purchase-seminar-details > li .details-item-text {
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.purchase-seminar-details > li .details-item-location {
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
}
.purchase-seminar-details > li .details-item-map {
  font-size: 13px;
  color: #0099cc;
  cursor: pointer;
  text-decoration: underline;
}

.seminar-themes {
  padding: 23px;
}
.seminar-themes .title {
  font-weight: bold;
  padding-bottom: 15px;
  text-align: left;
}
.seminar-themes a {
  color: #0099cc;
  text-decoration: none;
}
.seminar-themes a:hover {
  text-decoration: underline;
}

.seminar-employee .employee-container {
  padding-bottom: 25px;
}
.seminar-employee .employee-container:last-child {
  padding-bottom: 0px;
}
.seminar-employee .employee-container a {
  text-decoration: none;
}
.seminar-employee .details {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  padding-left: 10px;
}
.seminar-employee .name {
  padding: 1px;
  color: #0099cc;
}
.seminar-employee .phone {
  font-size: 13px;
}
.seminar-employee .email {
  font-size: 13px;
  color: #4c5b6b;
}
.seminar-employee img {
  color: #0099cc;
  vertical-align: top;
  width: 70px;
  height: 70px;
}

/*end open_seminar */
/* Seminar attachemnts */
.attachemnt-item {
  padding: 15px;
}
.attachemnt-item a {
  text-decoration: none;
}
.attachemnt-item i {
  color: #0099cc;
  padding-right: 5px;
  vertical-align: top;
  margin-top: 4px;
}
.attachemnt-item i.dimm {
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.link-container {
  padding: 15px 15px;
}

.link-item {
  padding-bottom: 15px;
}
.link-item:last-child {
  padding: 0;
}
.link-item a {
  text-decoration: none;
}
.link-item i {
  color: #0099cc;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.link-item i.dimm {
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.attachment-name {
  color: #0099cc;
  word-wrap: break-word;
  text-decoration: underline;
  display: inline-block;
  /*width: 310px;*/
}

.attachment-name-dimm {
  color: #0099cc;
  opacity: 0.5;
  text-decoration: underline;
  display: inline-block;
  width: 310px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.attachment-details {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

/* end Seminar attachemnts */
/* Seminar lecturers */
.seminar-lecturer-container-item {
  border-right: solid #e6e6e6 1px;
  margin-bottom: 0px;
  display: inline-block;
  width: 366px;
  margin-top: 15px;
  vertical-align: top;
}
.seminar-lecturer-container-item a {
  text-decoration: none;
}
.seminar-lecturer-container-item .seminar-lecturer-img-container {
  display: inline-block;
  width: 120px;
  padding-right: 20px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 12px;
}
.seminar-lecturer-container-item .seminar-lecturer-datails-container {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: top;
  width: 195px;
}
.seminar-lecturer-container-item .seminar-lecturer-name {
  font-size: 18px;
  color: #0099cc;
  text-decoration: underline;
}
.seminar-lecturer-container-item .seminar-lecturer-details {
  font-size: 13px;
  color: #9e9e9e;
}

.seminar-lecturer-container-item-right {
  border-right: none;
}
.seminar-lecturer-container-item-right .seminar-lecturer-img-container {
  display: inline-block;
  width: 120px;
  padding: 0 20px 12px 15px;
  text-align: center;
  vertical-align: top;
}

div.seminar-lecturer-delimiter {
  width: 737px;
  border-bottom: solid #e6e6e6 1px;
  display: block;
}

.seminar-lecturer-container {
  padding: 15px;
  margin-bottom: -13px;
}

/* Seminar photo report */
.seminar-report-picture-container {
  padding: 14px;
}

.seminar-report-picture {
  padding-right: 24px;
  text-decoration: none;
}

.seminar-report-picture-nopad {
  text-decoration: none;
}

.seminar-report-img {
  display: inline;
  padding-bottom: 23px;
}

.seminar-report-img-nopad {
  display: inline;
}

.seminar-report-popup {
  display: none;
  z-index: 2;
  height: 600px;
  width: 773px;
  background-color: #f9f9f9;
  position: fixed;
  left: 20%;
  top: 3%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.seminar-report-popup .seminar-report-popup-btn-close {
  font-size: 26px;
  height: 26px;
  width: 26px;
  float: right;
  color: #b9b9b9;
  margin-top: 23px;
  margin-right: 18px;
}
.seminar-report-popup .seminar-report-popup-btn-close:hover {
  cursor: pointer;
}
.seminar-report-popup .seminar-report-popup-header {
  background-color: #f7f7f7;
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e0;
}
.seminar-report-popup .seminar-report-popup-header > div {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  float: left;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  display: none;
  left: 50%;
  text-align: center;
  background-color: #f9f9f9;
  /*width: 773px;*/
  margin-left: -386px;
  min-height: 529px;
  position: fixed;
  top: 3%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  z-index: 10000;
}

.lightbox .lb-image {
  max-width: inherit;
  margin-top: -2px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #f7f7f7;
  min-width: 300px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  min-width: 70px;
}

.lb-nav a.lb-prev {
  width: 20%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev .lb-prev-area {
  position: relative;
  width: 70px;
  height: 70px;
  top: 43%;
  background-color: #000;
}
.lb-nav a.lb-prev .lb-prev-area i {
  color: #FFFFFF;
  font-size: 32px;
  z-index: 2000;
  padding: 17px 25px;
  opacity: 1;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.4;
}
.lb-nav a.lb-prev:hover i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 32px;
  z-index: 2000;
  padding: 17px 25px;
}

.lb-nav a.lb-next {
  width: 20%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-next-area {
  position: relative;
  width: 70px;
  height: 70px;
  top: 43%;
  right: 0;
  float: right;
  background-color: #000;
}
.lb-next-area i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 32px;
  z-index: 2000;
  padding-top: 17px;
  padding-left: 10px;
}

.lb-nav a.lb-next:hover {
  opacity: 0.4;
}
.lb-nav a.lb-next:hover i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 32px;
  z-index: 2000;
  padding-top: 17px;
  padding-left: 10px;
}

.lb-dataContainer {
  background-color: #f7f7f7;
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e0;
}

.lb-details {
  display: inline;
  float: left;
  text-align: left;
  padding: 24px 0 24px 24px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
.lb-details .lb-caption {
  font-size: 20px;
  font-weight: 300;
  color: #333;
}

.lb-closeContainer {
  display: inline;
  float: right;
}

.lb-close {
  display: inline;
  float: right;
  font-size: 26px;
  font-weight: 300;
  padding: 20px 18px 26px 18px;
  color: #b9b9b9;
  width: 26px;
  height: 26px;
  text-align: center;
}

.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*index */
.iseminar-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
  padding: 17px 15px;
  padding-bottom: 0;
}
.iseminar-item:last-child .seminar-delimiter {
  border: none;
}
.iseminar-item p {
  margin: 0;
  padding: 0;
}

.seminar-link {
  text-decoration: none;
  color: #333;
}
.seminar-link:hover {
  text-decoration: underline;
}

.iseminar_img_container {
  display: inline-block;
  width: 170px;
  height: 128px;
  text-align: center;
  padding-right: 28px;
}
.iseminar_img_container img {
  width: 170px;
  height: 128px;
}

.iseminar_details_container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 535px;
  min-height: 150px;
}

.iseminar_details_title {
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 3px;
  font-weight: 300;
  color: #000;
}

.iseminar_details_content {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 22px;
  padding-bottom: 20px;
}

.iseminar_details_footer {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}
.iseminar_details_footer i {
  padding: 0 5px;
  color: #ccc;
}

.purchase-iseminar-container .purchase-iseminar-title {
  padding-top: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
  color: #000;
}
.purchase-iseminar-container .purchase-iseminar-description {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.purchase-iseminar-container .purchase-iseminar-description a {
  color: #0099cc;
  text-decoration: none;
}
.purchase-iseminar-container .purchase-iseminar-description a:hover {
  text-decoration: underline;
}
.purchase-iseminar-container .purchase-iseminar-top {
  display: inline-block;
  text-align: justify;
  padding: 15px;
  width: 741px;
}
.purchase-iseminar-container .purchase-iseminar-bottom {
  padding: 15px;
  background-color: #f9f9f9;
  border-top: solid 1px #e6e6e6;
}
.purchase-iseminar-container .purchase-iseminar-abonement {
  display: inline-block;
  padding: 10px;
  background-color: #e0e0e0;
  line-height: 1;
}
.purchase-iseminar-container .purchase-iseminar-non-abonement {
  display: inline-block;
  padding: 10px;
  vertical-align: bottom;
  line-height: 1;
}
.purchase-iseminar-container .purchase {
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.purchase-iseminar-container .purchase:hover, .purchase-iseminar-container .purchase:active {
  background-color: #007aa3;
}
.purchase-iseminar-container .purchase-iseminar-price {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
}
.purchase-iseminar-container .purchase-iseminar-price .price-text {
  color: #0099cc;
  font-size: 13px;
}
.purchase-iseminar-container .price {
  font-size: 22px;
  font-weight: 500;
}
.purchase-iseminar-container .price-discount {
  padding: 2px;
  color: white;
  background-color: #ff0000;
}
.purchase-iseminar-container a {
  text-decoration: none;
}
.purchase-iseminar-container span {
  font-size: 13px;
}

.iseminar-video-container {
  position: relative;
  margin-bottom: 15px;
  padding: 6px;
}

.iseminar-clock-container {
  margin-bottom: 40px;
}

.iseminar-clock-icon {
  font-size: 32px;
  color: #0099cc;
  vertical-align: middle;
}

.isemaniar-clock-details {
  display: inline-block;
  vertical-align: middle;
}

.isemaniar-clock-title {
  font-size: 12px;
  color: #0099cc;
}

.isemaniar-clock-text {
  font-size: 14px;
  color: #333;
}

.purchase-pack-info {
  text-align: center;
  font-size: 20px;
  color: #09C;
  padding: 35px 0 12px;
  font-weight: bold;
}

.templates {
  display: none;
}

.datepick-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.datepick-container .group-input-field {
  padding-left: 30px;
}
.datepick-container .fa-calendar {
  position: absolute;
  top: 17px;
  left: 7px;
}

.active-from-date-container {
  display: none;
  margin-top: 35px;
}

.invoice_frame_box {
  padding-top: 70px;
  padding-bottom: 41px;
  width: 800px;
  margin: auto;
}

.participant-template {
  display: none;
}

.participant-item {
  position: relative;
  width: 400px;
  height: 52px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 12px 12px 8px 12px;
  margin-bottom: 8px;
}
.participant-item .participant-name-job {
  color: #0099cc;
  font-size: 15px;
  line-height: 15px;
}
.participant-item .participant-name-job .participant-job {
  color: #999;
  font-size: 13px;
}
.participant-item .participant-email {
  color: #666;
  font-size: 12px;
}
.participant-item > .fa-times, .participant-item .fa-pencil-square-o {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #a6a6a6;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}
.participant-item > .fa-times:hover, .participant-item .fa-pencil-square-o:hover {
  color: #767575;
}

.apply {
  color: #4c5b6b;
  font-size: 18px;
  line-height: 18px;
  border-top: 4px solid #4c5b6b;
  padding: 13px 0;
}

.manual-view-container {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  color: #4c5b6b;
  margin-bottom: 10px;
}

/* public_manual_index */
.purchase-manual-container .purchase-manual-title {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
.purchase-manual-container .purchase-manual-description {
  color: #000;
  text-align: justify;
  line-height: 22px;
  margin-top: 15px;
}
.purchase-manual-container .purchase-manual-description a {
  color: #0099cc;
  text-decoration: none;
}
.purchase-manual-container .purchase-manual-description a:hover {
  text-decoration: underline;
}
.purchase-manual-container .purchase-manual-left {
  width: 125px;
  display: inline-block;
  padding: 15px;
  padding-right: 0px;
  vertical-align: top;
}
.purchase-manual-container .purchase-manual-right {
  display: inline-block;
  padding: 15px;
  padding-left: 10px;
  width: 599px;
}
.purchase-manual-container .purchase-manual-bottom {
  padding: 8px;
  background-color: #f9f9f9;
  border-top: solid 1px #e6e6e6;
}
.purchase-manual-container .purchase-abonement {
  display: inline-block;
  padding: 9px 17px 9px 7px;
  background-color: #e0e0e0;
  line-height: 1;
}
.purchase-manual-container .purchase-abonement:hover {
  cursor: pointer;
}
.purchase-manual-container .purchase-non-abonement {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-left: 11px;
  margin-left: -3px;
}
.purchase-manual-container .purchase-price {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.purchase-manual-container .purchase-price .price-text {
  color: #0099cc;
  font-size: 13px;
}
.purchase-manual-container .purchase-manual-price {
  font-size: 26px;
  font-weight: 400;
  margin-left: 12px;
}
.purchase-manual-container .purchase-manual-price-discount {
  color: #fff;
  background-color: #ff0000;
  padding: 2px;
  margin-left: 5px;
}
.purchase-manual-container .manual-author-title {
  font-size: 12px;
  color: #999;
}
.purchase-manual-container .manual-author {
  font-size: 13px;
  color: #666;
}
.purchase-manual-container .manual-author-container {
  padding-top: 10px;
}
.purchase-manual-container .purchase-manual-month {
  font-size: 14px;
  padding-left: 6px;
}
.purchase-manual-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.manual-actual-date {
  font-size: 12px;
  color: #4c5b6b;
}

.iaudio-mobile .manual-actual-date {
  margin-right: 46px;
  font-size: 20px;
  color: #999;
}

.iaudio-mobile .subscription-section-header-info {
  margin-top: 7px;
}

.manual-actual-date-chapter {
  font-size: 12px;
  color: #4c5b6b;
  padding-bottom: 32px;
}

/* public_manual_content */
.manual-content-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
  padding: 17px 15px;
}
.manual-content-item:last-child .manual-delimiter {
  border: none;
}
.manual-content-item > li .manual-link {
  color: #0099cc;
}

.manual-content-chapter-header {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  /*text-align: left;*/
}

.manual-content-chapter {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 22px;
}

.manual-chapter-child-content {
  padding-bottom: 15px;
}

.manual-content-chapter-item {
  display: block;
  padding-bottom: 1px;
  line-height: 18px;
  font-size: 14px;
  text-decoration: underline;
  color: #0099cc;
}

.manual-delimiter {
  margin: 0px 15px;
  border-bottom-style: solid;
  border-width: 1px;
  border-bottom-color: #f4f4f4;
}

/* public_open_manual_chapter */
.manual-chapter-container {
  padding: 15px;
  margin-bottom: 30px;
}
.manual-chapter-container a {
  color: #0099cc;
  text-decoration: none;
}
.manual-chapter-container a:hover {
  text-decoration: underline;
}

.manual-chapter-print {
  position: relative;
  float: right;
  top: -22px;
  text-decoration: none;
  color: #b3b3b3;
  font-size: 13px;
}

.manual-chapter-control-link {
  text-decoration: none;
  color: #999;
  font-weight: 300;
  padding: 9px;
  font-size: 15px;
}

.manual-chapter-control-table {
  height: 70px;
  width: 767px;
  border: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-spacing: 0;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.manual-chapter-control-table .manual-chapter-control-left {
  border-right: solid;
  border-color: #CCCCCC;
  width: 320px;
  border-width: 1px;
  text-align: left;
}
.manual-chapter-control-table .manual-chapter-control-center {
  border-right: solid;
  border-color: #CCCCCC;
  width: 109px;
  border-width: 1px;
}
.manual-chapter-control-table .manual-chapter-control-right {
  text-align: right;
}
.manual-chapter-control-table .manual-chapter-control-icon {
  display: inline-block;
  font-size: 24px;
  padding: 20px;
}
.manual-chapter-control-table .manual-chapter-control-title {
  display: inline-block;
  vertical-align: middle;
  width: 245px;
}

.manual-chapter-header {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 0;
}

.manual-chapter-child-header {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 7px;
}

.manual-chapter-purchase-container {
  text-align: center;
  line-height: 26px;
  color: #333;
}

.manual-chapter-purchase-text {
  font-size: 15px;
  font-weight: 300;
  padding-top: 38px;
  padding-bottom: 34px;
}

.manual-chapter-purchase-title {
  font-size: 20px;
}

.manual-chapter-purchase-text-bold {
  font-weight: 700;
}

.manual-chapter-purchase-text-upcase {
  text-transform: uppercase;
  font-size: 19px;
  color: #000;
}
.purchase-button-countainer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.manual-chapter-purchase-button {
  padding-top: 20px;
  padding-bottom: 100px;
}
.manual-chapter-purchase-button .purchase-abonement {
  display: inline-block;
  padding: 10px;
  background-color: #e0e0e0;
}
.manual-chapter-purchase-button .purchase-non-abonement {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.manual-chapter-purchase-button .purchase-button {
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.manual-chapter-purchase-button .purchase-button:hover, .manual-chapter-purchase-button .purchase-button:active {
  background-color: #007aa3;
}
.manual-chapter-purchase-button .purchase-price {
  display: inline-block;
  vertical-align: middle;
}
.manual-chapter-purchase-button .purchase-price .price-text {
  color: #0099cc;
  font-size: 13px;
}
.manual-chapter-purchase-button .purchase-manual-price {
  font-size: 26px;
  font-weight: 400;
}
.manual-chapter-purchase-button .purchase-manual-price-discount {
  padding: 2px;
  color: #fff;
  background-color: #ff0000;
}

.manual-chapter-comment-container {
  word-wrap: break-word;
}

.manual-button-blue {
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  color: #fff;
  background-color: #0099cc;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.manual-button-blue:hover, .manual-button-blue:active {
  background-color: #007aa3;
}

.manual-chapter-comment-text {
  padding: 10px;
  display: inline-block;
  color: #4c5b6b;
  width: 750px;
}

.manual-chapter-comment-text-answer {
  padding: 10px;
  display: inline-block;
  color: #4c5b6b;
  width: 680px;
}

.manual-chapter-comment-time {
  font-size: 13px;
  text-align: right;
  color: #CCCCCC;
  padding-bottom: 10px;
  margin-top: -5px;
}

.manual-chapter-textarea {
  color: #4c5b6b;
  border-color: #e6e6e6;
  margin: 10px;
  margin-bottom: 5px;
  width: 686px;
  height: 120px;
  padding: 30px;
  padding-bottom: 5px;
  resize: none;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.manual-chapter-comment-button {
  padding-left: 10px;
  padding-bottom: 10px;
}

/* Author index */
.author-index-container-item {
  border-right: solid #e6e6e6 1px;
  margin-bottom: 0px;
  display: inline-block;
  width: 373px;
  margin-top: 15px;
  vertical-align: top;
}
.author-index-container-item .author-index-img-container {
  display: inline-block;
  padding-bottom: 12px;
  padding-left: 15px;
  width: 120px;
  height: 90px;
  text-align: center;
}
.author-index-container-item a {
  text-decoration: none;
}
.author-index-container-item .author-index-datails-container {
  padding: 0px 5px;
  display: inline-block;
  vertical-align: top;
  width: 195px;
}
.author-index-container-item .author-index-name {
  font-size: 18px;
  line-height: 18px;
  color: #0099cc;
  text-decoration: underline;
  margin-bottom: 10px;
}
.author-index-container-item .author-index-details {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.author-index-container-item-right {
  border-right: none;
}
.author-index-container-item-right .author-index-img-container {
  padding-left: 15px;
}

.author-index-header-text {
  padding: 17px 15px;
  font-size: 15px;
}
.author-index-header-text .author-index-header-text-italic {
  font-style: italic;
}

div .author-index-delimiter {
  margin-left: 15px;
  width: 1137px;
  border-bottom: solid #e6e6e6 1px;
  display: block;
}

.author-index-container {
  padding-right: 15px;
  margin-bottom: 15px;
}

/* Author container */
.public-open-author-container {
  padding: 15px;
}
.public-open-author-container .public-open-author-img {
  display: inline-block;
  width: 323px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
}
.public-open-author-container img {
  display: block;
}
.public-open-author-container .public-open-author-index-datails-container {
  vertical-align: top;
  display: inline-block;
  width: 790px;
}
.public-open-author-container .public-open-author-name {
  font-size: 24px;
  font-weight: 300;
}
.public-open-author-container .public-open-author-position {
  color: #333;
  line-height: 14px;
  margin-top: 9px;
}
.public-open-author-container .public-open-author-description {
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}

.journal-cetegory-info .description {
  border-style: solid;
  word-wrap: break-word;
  border-width: 1px;
  border-bottom-width: 2px;
  background-color: white;
  border-color: #e6e6e6;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 22px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  padding: 20px 8px 7px 15px;
}
.journal-cetegory-info .journal-category-contacts {
  margin-top: 14px;
  margin-left: 4px;
}
.journal-cetegory-info .journal-category-contacts span {
  font-size: 18px;
  width: 100%;
  display: block;
  font-weight: 400;
  color: #4c5b6b;
}
.journal-cetegory-info .journal-category-contacts .author-box {
  width: 49%;
  line-height: 22px;
  color: #000;
  display: inline-block;
  margin-top: 25px;
}
.journal-cetegory-info .journal-category-contacts .author-box img {
  height: 70px;
  margin-right: 10px;
}
.journal-cetegory-info .journal-category-contacts .author-box > div {
  display: inline-block;
  height: 80px;
  vertical-align: top;
}
.journal-cetegory-info .journal-category-contacts .author-box > div > div {
  font-size: 15px;
  color: #0099cc;
  font-weight: 300;
}
.journal-cetegory-info .journal-category-contacts .author-box > div > span {
  color: #333;
  font-size: 15px;
  font-weight: 300;
}
.journal-cetegory-info .journal-category-contacts .author-box > div > a {
  text-decoration: underline;
  color: #333;
  font-size: 15px;
  font-weight: 300;
}

.journal-category-index {
  border-style: solid;
  word-wrap: break-word;
  border-width: 1px;
  border-bottom-width: 2px;
  background-color: white;
  border-color: #e6e6e6;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  color: #4c5b6b;
  padding: 20px 15px 20px 15px;
  vertical-align: top;
}
.journal-category-index .black-line {
  width: 100%;
  background: #4d5965;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.journal-category-index .category-box {
  /*min-height: 280px;*/
  display: inline-block;
  font-size: 15px;
  width: 355px;
  float: left;
  box-sizing: border-box;
}
.journal-category-index .category-box:nth-child(even) {
  margin-left: 27px;
}
.journal-category-index .category-box img {
  vertical-align: top;
  /*float: left;*/
  float: right;
  display: inline-block;
  width: 176px;
  height: 246px;
}
.journal-category-index .category-box div > div {
  min-height: 190px;
  line-height: 22px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
}
.journal-category-index .category-box div > div p {
  margin: 0;
}
.journal-category-index .category-box div a {
  margin-top: 12px;
}
.journal-category-index .category-box > div {
  display: inline-block;
  width: 170px;
  /*margin: 2px -24px 0 10px;*/
  margin: 2px -24px 0 0;
}

.journal-actual {
  position: relative;
  min-height: 400px;
}
.journal-actual .black-line {
  width: 100%;
  background: #4d5965;
  height: 4px;
}
.journal-actual .journal-title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  color: #4c5b6b;
}
.journal-actual .journal-release-date {
  font-weight: 300;
  color: #4c5b6b;
  margin-top: 2px;
  margin-left: 3px;
}
.journal-actual .journal-release-date i {
  font-size: 14px;
}
.journal-actual div.journal-front-page {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 218px;
}
.journal-actual div.journal-front-page > img {
  width: 100%;
}
.journal-actual div.journal-front-page a.journal-subscription-btn {
  margin-top: 20px;
  width: 100%;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  padding: 0px;
}
.journal-actual .journal-themes {
  border-style: solid;
  word-wrap: break-word;
  border-width: 1px;
  border-bottom-width: 2px;
  background-color: white;
  border-color: #e6e6e6;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: justify;
  line-height: 22px;
  font-size: 14px;
  color: #4c5b6b;
  padding: 10px;
  vertical-align: top;
  min-height: 320px;
}
.journal-actual .journal-themes .themes-header {
  font-size: 18px;
  color: #336666;
  font-weight: 300;
  max-width: 500px;
}
.journal-actual .journal-themes .sub-theme {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 300;
  max-width: 500px;
}
.journal-actual .journal-themes .sub-box {
  line-height: 22px;
}
.journal-actual .journal-themes .sub-box div.description {
  display: none;
  text-decoration: none;
  font-weight: 300;
  color: #333;
  cursor: auto;
}
.journal-actual .journal-themes .sub-box div {
  cursor: pointer;
  text-decoration: underline;
  color: #5BD;
  display: block;
  margin-top: 5px;
  width: 518px;
}
.journal-actual .journal-themes .sub-box .sub-box-text {
  cursor: default;
  color: #000;
  text-decoration: none;
}
.journal-actual .journal-themes .gray-line {
  background: #BBB;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.black-line-archive-separator {
  width: 100%;
  background: #4d5965;
  height: 4px;
}

.journal-archive .archive-title {
  margin-top: 14px;
  font-size: 18px;
}
.journal-archive .all-years-box {
  border-style: solid;
  word-wrap: break-word;
  border-width: 1px;
  border-bottom-width: 2px;
  background-color: white;
  border-color: #e6e6e6;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  color: #4c5b6b;
  padding: 15px;
  vertical-align: top;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-title {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #5BD;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  cursor: pointer;
  padding: 10px 20px 10px 7px;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-title i {
  font-size: 10px;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-title .archive-year {
  display: inline-block;
  margin-left: 20px;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container {
  display: none;
  margin-top: 15px;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container a {
  color: #999;
  text-decoration: none;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container a:hover {
  text-decoration: underline;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container .journal-archive-selected {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container .journal-box {
  width: 24.5%;
  display: inline-block;
  text-align: center;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container .journal-box img {
  width: 95%;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container .journal-box div {
  margin-top: 17px;
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 10px;
}
.journal-archive .all-years-box .archive-year-box .archive-year-box-container .journal-box span {
  font-size: 13px;
  color: #999;
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.3), 10px 0 28px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.3), 10px 0 28px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 3px 7px 15px rgba(0, 0, 0, 0.3), 10px 0 28px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.participant-template {
  display: none;
}

.participant-item {
  position: relative;
  width: 400px;
  height: 52px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 12px 12px 8px 12px;
  margin-bottom: 8px;
}
.participant-item .participant-name-job {
  color: #0099cc;
  font-size: 15px;
  line-height: 15px;
}
.participant-item .participant-name-job .participant-job {
  color: #999;
  font-size: 13px;
}
.participant-item .participant-email {
  color: #666;
  font-size: 12px;
}
.participant-item > .fa-times, .participant-item .fa-pencil-square-o {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #a6a6a6;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
}
.participant-item > .fa-times:hover, .participant-item .fa-pencil-square-o:hover {
  color: #767575;
}

.apply {
  color: #4c5b6b;
  font-size: 18px;
  line-height: 18px;
  border-top: 4px solid #4c5b6b;
  padding: 13px 0;
}

.contacts-block {
  position: relative;
  padding: 22px 10px 10px 10px;
  background: #fff;
  margin-bottom: 25px;
}
.contacts-block .contacts-panel {
  vertical-align: top;
  min-height: 130px;
  width: 49.5%;
  display: inline-block;
}
.contacts-block .contacts-panel > div {
  font-size: 18px;
  font-weight: 300;
  color: #336666;
  margin-left: 5px;
}
.contacts-block .contacts-panel ul {
  list-style-type: none;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  padding-left: 7px;
  line-height: 25px;
}
.contacts-block .contacts-panel ul li {
  margin-bottom: 1px;
}
.contacts-block .contacts-panel ul li > span {
  float: right;
  min-width: 220px;
}
.contacts-block .contacts-panel ul li a {
  color: #0099cc;
  text-decoration: underline;
}
.contacts-block .right {
  padding-left: 14px;
  width: 46%;
  border-left: 1px #CCC solid;
}
.contacts-block .right div {
  margin-left: 1px;
}
.contacts-block .right ul {
  padding-left: 2px;
}
.contacts-block .right ul li > span {
  min-width: 199px;
}

.black-line {
  width: 100%;
  background: #4d5965;
  height: 4px;
}

.map {
  font-size: 18px;
  color: #4b5b6a;
  font-weight: 400;
  margin-bottom: 15px;
}

.contacts-map-block {
  margin-top: 15px;
}
.contacts-map-block > div.map-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.contacts-map-block .map-container {
  position: relative;
}
.contacts-map-block .map-container .contacts-map {
  height: 288px;
  border: #fff 5px solid;
}
.contacts-map-block .map-container .btn-full-screen {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.contacts-map-block .map-container .btn-full-screen .map-bttn {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  margin: 2px;
  margin-bottom: 10px;
}
.contacts-map-block .map-container .btn-full-screen .map-bttn.exit {
  position: absolute;
  bottom: -50px;
}
.contacts-map-block .map-container .btn-full-screen:hover {
  cursor: pointer;
}

.sidebar-header.contacts {
  font-size: 18px;
  font-weight: 400;
  padding: 14px 1px;
  color: #4c5b6b;
}

.sidebar-container.contacts {
  padding: 21px 16px;
  background: #FFF;
}
.sidebar-container.contacts > div {
  font-weight: 300;
  font-size: 18px;
  color: #336666;
}
.sidebar-container.contacts ul {
  font-weight: 300;
  padding: 8px 2px;
}
.sidebar-container.contacts ul li {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #666;
}
.sidebar-container.contacts ul li span {
  color: #333;
  font-size: 15px;
  display: block;
}

.address-lable {
  width: 150px;
  text-align: right;
  font-size: 12px;
  color: #A33;
}

.subscription-section-header {
  padding: 15px 0;
}

.subscription-section-header-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.subscription-section-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #4c5b6b;
  vertical-align: middle;
  display: inline-block;
}

.subscription-section-header-info {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 13px;
}

.subscription-section-container {
  display: inline-block;
}
.subscription-section-container p {
  margin: 0;
  padding: 0;
}

.subscription-section-item-container {
  min-height: 430px;
  display: table;
  height: 100%;
  margin-bottom: 30px;
}

.subscriptions-mobile-item-container {
  background-color: #fff;
  width: calc(100% - 70px);
  min-width: 510px;
  display: block;
  margin: auto;
  margin-bottom: 40px
}

.subscription-section-item.no-padding-right {
  padding-right: 0;
  margin-right: 0px;
}

.subscription-journal-item-img {
  position: absolute;
  margin-top: 10px;
  margin-left: -10px;
  z-index: 2;
}

.subscription-item-header {
  display: table-cell;
  background-color: #999;
  border: solid 1px #eaeaea;
  border-bottom: none;
  box-sizing: border-box;
  width: 370px;
  height: 66px;
  margin-right: 26px;
}

.subscription-item-header-mobile {
  width: 100%;
  background-color: #999;
}

.subscription-item-header-big {
  display: table-cell;
  border: solid 1px #eaeaea;
  border-bottom: none;
  box-sizing: border-box;
  background-color: #999;
  width: 570px;
  height: 66px;
  margin-right: 26px;
}

.subscription-journal-item-header-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 22px;
  padding-left: 180px;
}

.subscriptions-mobile-button-container {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
}

.subscription-journal-item-header-text-mobile {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  padding: 22px;
  padding-left: 165px;
  text-align: center;
}

.subscription-item-header-text {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  padding: 22px;
  text-align: center;
}

.subscriptions-mobile-desc-container {
  margin-left: max(calc(125px + 10vw), 185px);
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  min-height: 240px;
  padding-left: 20px;
  font-size: 22px;
}

.subscription-item-table {
  display: table;
}

.subscription-item-descriptions-container-cell {
  display: table-cell;
  border: solid 1px #eaeaea;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
}

.subscription-item-container-cell-empty {
  display: table-cell;
  height: 100%;
  padding: 14px;
}

.subscription-journal-item-description {
  padding: 20px;
  width: 168px;
  padding-bottom: 31px;
  padding-left: 180px;
  min-height: 125px;
}

.subscription-item-description {
  padding: 20px;
  width: 328px;
  padding-bottom: 31px;
  min-height: 125px;
}

.subscription-item-description-big {
  padding: 20px;
  width: 528px;
  padding-bottom: 31px;
  min-height: 125px;
}

.subscription-item-price-cell {
  display: table-cell;
  border: solid 1px #eaeaea;
  border-bottom: solid 2px #eaeaea;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9f9;
  padding: 10px;
  min-height: 185px;
  height: 100%;
}

.subscription-item-price-cell-mobile {
  width: 100%;
  border: solid 1px #eaeaea;
  border-bottom: solid 2px #eaeaea;
  border-top: none;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9f9;
  padding: 10px;
  min-height: 290px;
  height: 100%;
}

.subscription-item-price-title {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #4c5b6b;
  width: 348px;
}

.subscription-item-price-title-big {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #4c5b6b;
  width: 548px;
}

.subscription-item-price-title-mobile {
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  color: #4c5b6b;
  width: 548px;
  margin-bottom: 20px;
}

.subscription-item-price-text {
  padding-top: 10px;
  padding-bottom: 60px;
  min-height: 75px;
  width: 348px;
}

.subscription-item-price-text-mobile {
  padding-top: 10px;
  padding-bottom: 60px;
  min-height: 75px;
  width: 65%;
  padding: 10px 0;
  margin: auto;
  scale: 1.5;
  margin-bottom: 50px;
}

.subscription-item-price-text-mobile > table {
  width: 100% !important;
}

.subscription-item-price-button {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  width: 302px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.subscription-item-price-button-big {
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  width: 502px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.subscription-item-price-button-mobile {
  position: absolute;
  bottom: 10px;
  font-size: 30px;
  width: 20%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
}

.subscription-item-header-icon-container {
  position: absolute;
  margin-left: 12px;
}

.subscription-icon-round-back {
  display: inline-block;
  margin-top: 13px;
  border-radius: 25px;
  background-color: #fff;
  width: 40px;
  height: 40px;
}
.subscription-icon-round-back img {
  width: 30px;
  height: 19px;
  margin-top: 10px;
  margin-left: 5px;
}

.subscription-discount {
  position: absolute;
  background-color: #fc0000;
  color: #fff;
  padding: 6px 10px;
  margin-top: -6px;
  margin-left: 5px;
  z-index: 2;
  font-size: 12px;
}

.subscription-discount.internet-product {
  margin-top: -17px;
}

.subscription-actual-date {
  font-size: 12px;
  color: #4c5b6b;
}

.subscription-color-red {
  color: #8d181a;
  border-color: #8d181a;
}

.subscription-color-blue {
  color: #0099cc;
  border-color: #0099cc;
}

.no-margin-right {
  margin-right: 0px;
}

.subscription-footer {
  text-align: right;
}
.subscription-footer a {
  color: #4c5b6b;
}

input[type=text]::-ms-clear {
  display: none;
}

.search-container {
  padding: 8px 9px 12px 9px;
  /*min-height: 250px;*/
  margin-bottom: 12px;
}
.search-container .search-form-container {
  width: 752px;
  border: 1px solid #d6dbd5;
  position: relative;
  background-color: #4c5b6b;
}
.search-container .search-form-container .input-search {
  background-color: #4c5b6b;
  width: 553px;
  height: 70px;
  float: left;
  border: none;
  font-size: 15px;
  color: #fff;
  padding-left: 20px;
}
.search-container .search-form-container .input-search::-webkit-input-placeholder {
  color: #fff;
}
.search-container .search-form-container .input-search:-moz-placeholder {
  color: #fff;
}
.search-container .search-form-container .input-search::-moz-placeholder {
  color: #fff;
}
.search-container .search-form-container .input-search:-ms-input-placeholder {
  color: #fff;
}
.search-container .search-form-container .input-search::-ms-clear {
  display: none;
}
.search-container .search-form-container .search-choose-btn-body {
  background-color: #4c5b6b;
  float: left;
  width: 150px;
  height: 72px;
  border-left: 1px solid #5d6d7c;
  line-height: 72px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding-left: 19px;
  font-size: 15px;
  border-bottom: 0;
}
.search-container .search-form-container .search-chevron {
  position: absolute;
  top: 30px;
  right: 17px;
  color: #a6b0ba;
  font-size: 13px;
}
.search-container .search-choose-body {
  position: absolute;
  right: 0;
  top: 72px;
  display: none;
  z-index: 1;
  background-color: #4c5b6b;
  float: right;
  width: 176px;
  font-size: 15px;
  font-weight: 300;
  border-top: 1px solid #5d6d7c;
}
.search-container .search-choose-body .search-choose-item-body {
  height: 27px;
  color: #fff;
  line-height: 27px;
  text-align: left;
  padding-left: 13px;
}
.search-container .search-choose-body .search-choose-item-body:hover {
  background-color: #707c8a;
  cursor: pointer;
}
.search-container .search-choose-body .search-choose-item-body:first-child {
  margin-top: 5px;
}
.search-container .search-choose-body .search-choose-item-body:last-child {
  margin-bottom: 5px;
}

.search-keywords-container {
  margin-top: 6px;
}
.search-keywords-container .search-keyword {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  padding: 1px 7px;
  background-color: #b6bdc5;
  margin-bottom: 3px;
  border-radius: 2px;
  min-width: 5px;
  cursor: pointer;
}
.search-keywords-container .search-keyword:hover {
  text-decoration: underline;
}
.search-keywords-container .search-keyword-first-two {
  background-color: #707c8a;
}
.search-keywords-container .search-keyword-third-fourth {
  background-color: #949da6;
}
.search-keywords-container .search-keyword-view-all, .search-keywords-container .search-keyword-close-all {
  font-size: 12px;
  font-weight: 300;
  color: #4c5b6b;
  text-decoration: underline;
  margin-left: 8px;
}
.search-keywords-container .search-keyword-view-all:hover, .search-keywords-container .search-keyword-close-all:hover {
  cursor: pointer;
}
.search-keywords-container .keyword-hidden {
  display: none;
}

.search-filters .search-title {
  margin-top: 17px;
  color: #999;
  font-size: 15px;
  font-weight: 300;
}
.search-filters .search-input-field,
.search-filters .search-first-input-field {
  width: 275px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 59px;
  color: #4c5b6b;
  border: 1px solid #ccc;
  padding: 0 0 0 40px;
  height: 59px;
}
.search-filters .search-input-field::-webkit-input-placeholder,
.search-filters .search-first-input-field::-webkit-input-placeholder {
  color: #333;
}
.search-filters .search-input-field:-moz-placeholder,
.search-filters .search-first-input-field:-moz-placeholder {
  color: #333;
}
.search-filters .search-input-field::-moz-placeholder,
.search-filters .search-first-input-field::-moz-placeholder {
  color: #333;
}
.search-filters .search-input-field:-ms-input-placeholder,
.search-filters .search-first-input-field:-ms-input-placeholder {
  color: #333;
}
.search-filters .search-first-input-field {
  border-right: 0;
}
.search-filters .search-date-container {
  margin-top: 6px;
}
.search-filters .search-input-left {
  float: left;
  height: 59px;
}
.search-filters .date-calendar-from, .search-filters .date-calendar-to {
  position: absolute;
  top: 17px;
  left: 22px;
  font-size: 15px;
  color: #4c5b6b;
  cursor: pointer;
}
.search-filters .search-go-btn {
  margin-left: 10px;
  margin-right: 0;
  cursor: pointer;
  background-color: #dfdfdf;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #4c5b6b;
  line-height: 42px;
  border: 0;
  padding: 8.5px 42px 8.5px 70px;
  margin-top: 0;
  text-align: center;
}
.search-filters .search-go-btn:hover, .search-filters .search-go-btn:active {
  /*background-color: #007aa3;*/
}
@-moz-document url-prefix() {
  .search-filters .search-go-btn {
    /* firefox-only css goes here */
    padding: 8px 36px 8px 70px;
  }
}
.search-filters i.fa.fa-search {
  position: absolute;
  top: 18px;
  left: 50px;
  font-size: 20px;
  color: #4c5b6b;
  cursor: pointer;
}

.search-filter-all-container {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.search-filter-all-container .search-filter-all-item-1, .search-filter-all-container .search-filter-all-item-2 {
  float: left;
  display: inline-block;
  border: 1px solid #d0d0d0;
  height: 100%;
  background-color: #f4f4f4;
  text-align: center;
  cursor: pointer;
}

.search-filter-btn {
  padding: 0 8px;
}

.search-by {
  color: #999;
  margin: 10px 0 5px 0;
}

.search-filter-btn-right {
  float: right !important;
}

.search-filter-all-container .search-filter-all-first {
  /*width: 134px;*/
}
.search-filter-all-container .search-filter-all-second {
  border-left: 0;
  /*width: 162px;*/
}
.search-filter-all-container .search-filter-all-third {
  border-left: 0;
  /*width: 134px;*/
}
.search-filter-all-container .search-filter-all-fourth {
  /*margin-left: 45px;*/
  /*width: 151px;*/
}
.search-filter-all-container .search-filter-all-fifth {
  /*border-left: 0;*/
  /*width: 134px;*/
}
.search-filter-all-container .search-item-active-first, .search-filter-all-container .search-item-active-second {
  background-color: #0099cc;
  color: #fff;
}

.search-result-count {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 23px;
  margin-top: 32px;
}

.searched-key {
  background-color: #ffe479;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* for Chrome*/
  .search-filters .search-input-field {
    width: 281px;
  }
  .search-filters .search-go-btn {
    padding: 8.5px 48px 8.5px 70px;
  }
}
.profile-container {
  padding: 13px;
}

.profile-details-container {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 14px;
}

.profile-settings-checkbox-item td {
  padding: 10px 0 10px 7px;
  vertical-align: top;
}

.profile-settings-checkbox-item .regular-checkbox + label {
  top: 0;
}

.profile-header {
  padding: 13px 0;
  font-size: 18px;
  font-weight: 300;
  color: #336666;
}

.profile-container-dark {
  padding: 13px;
  background-color: #f9f9f9;
}

.delete-profile-mobile {
  display: none;
}

.profile-container-border-top {
  border-top: solid 1px #e6e6e6;
}

.profile-details-item-container {
  padding: 12px 0;
  margin: 0;
}
.profile-details-item-container dt {
  font-size: 15px;
  color: #333;
  float: left;
  font-weight: 300;
  width: 180px;
  padding: 7px 0;
}
.profile-details-item-container dd {
  padding: 8px 0;
  height: 21px;
}

.profile-settings-checkbox-container {
  padding: 0 0 12px 0;
}

.profile-settings-checkbox-item {
  margin-bottom: 23px;
}

.profile-settings-checkbox-item.last {
  margin-bottom: 0;
}

.profile-details-change-password {
  color: #0099cc;
  text-decoration: underline;
  cursor: pointer;
}

.delete-profile-button {
  float: right;
  margin-top: 10px;
  color: #ff0000;
  font-size: 15px;
}

.profile-confirm-news-text {
  display: none;
  z-index: 2;
  min-height: 450px;
  min-width: 650px;
  top: 260px;
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -385px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}

.profile-confirm-news-text .profile-confirm-news-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}

.profile-confirm-news-text .profile-confirm-news-btn-close:hover {
  cursor: pointer;
}
.profile-confirm-news-text .profile-confirm-news-text-header {
  background-color: #f7f7f7;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.profile-confirm-news-text .profile-confirm-news-text-header > div {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 20px;
  /*float: left;*/
}

.profile-confirm-news-text-body {
  padding: 20px;
  line-height: 1.5;
}

.profile-confirm-news-text-body .profile-header{
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0 0px 0;
}

.profile-confirm-news-text-body .profile-header.no-padding{
  padding: 0;
}

.profile-confirm-news-text-body .profile-sub-header{
  font-size: 17px;
}

.profile-confirm-news-text-body .profile-settings-checkbox-container{
  padding: 5px 0;
}

.profile-confirm-news-text-body .profile-settings-checkbox-item{
  margin-bottom: 0px;
  font-size: 15px;
}

.profile-settings-checkbox-item label {
  margin-bottom: 0;
}

.change-password-transparent-overlay {
  z-index: 1;
  position: fixed;
}

.change-password-text {
  display: none;
  z-index: 2;
  min-height: 350px;
  min-width: 450px;
  top: 260px;
  background-color: #f9f9f9;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  text-align: center;
}
.change-password-text .change-password-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}
.change-password-text .change-password-btn-close:hover {
  cursor: pointer;
}
.change-password-text .change-password-text-header {
  background-color: #f7f7f7;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}
.change-password-text .change-password-text-header > div {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  float: left;
}
.change-password-text .change-password-text-body {
  background-color: #fff;
  width: 456px;
}
.change-password-text .change-password-text-body .change-password-imput-error {
  display: none;
  padding: 2px 5px 2px 0px;
  left: 20px;
  font-size: 13px;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: red;
  color: white;
  z-index: 1;
}
.change-password-text .change-password-text-body .change-password-imput-error > .fa-exclamation-triangle {
  font-size: 13px;
  margin: 3px 10px 3px 10px;
}
.change-password-text .change-password-text-footer {
  background-color: #ededed;
  height: 30px;
  margin-top: 6px;
}
.change-password-text .change-password-field {
  width: 410px;
  height: 70px;
  margin: 0;
}
.change-password-text .change-password-field.new-1 {
  border-bottom: none;
  border-top: none;
}
.change-password-text .change-password-submit {
  width: 410px;
  height: 70px;
  background-color: #ff9900;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.forgot-password-text-body .input-container {
  display: block;
}

.change-password-text .change-password-submit:hover, .change-password-text .change-password-submit:active {
  background-color: #ff6600;
}
.change-password-text .change-password-submit > .fa {
  font-size: 22px;
  margin-right: 14px;
}

/* Loyalty */
.profile-loyalty-header-container {
  text-align: center;
}

.profile-loyalty-header-intro {
  font-size: 15px;
  font-weight: 300;
  color: #333;
}

.profile-loyalty-header-level {
  font-size: 21px;
  font-weight: 400;
  color: #4c5b6b;
}

.profile-loyalty-bar-container > .profile-loyalty-bar-item {
  height: 6px;
  display: inline-block;
  width: 144px;
  background-color: #ccc;
}
.profile-loyalty-bar-container > .profile-loyalty-bar-item:first-child {
  border-radius: 50px 0 0 50px;
}
.profile-loyalty-bar-container > .profile-loyalty-bar-item:last-child {
  border-radius: 0 50px 50px 0;
}
.profile-loyalty-bar-container > .profile-loyalty-bar-item.active {
  background-color: #0099cc;
}

.profile-loyalty-delimiter {
  border-bottom-style: solid;
  border-width: 1px;
  border-bottom-color: #e5e5e5;
}

.profile-loyalty-description-header {
  font-size: 18px;
  color: #336666;
  padding-top: 14px;
}

/* Favorites */
.favorite-items {
  padding: 25px 12px;
}
.favorite-items .favorite-item {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 25px;
  padding-bottom: 23px;
}
.favorite-items .favorite-item:first-child {
  padding-top: 0;
}
.favorite-items .favorite-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.favorite-items .favorite-item .fav-article-link {
  margin-left: 5px;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.favorite-items .favorite-item .fav-article-link:hover {
  color: #0099cc;
  text-decoration: underline;
}
.fav-article-link-info {
  padding-left: 4px;
  color: #999;
  font-size: 12px;
}
.favorite-items .favorite-item .fa.fa-bookmark-o {
  font-size: 13px;
  color: #b3b3b3;
}
.favorite-items .favorite-item .fav-delete-link {
  float: right;
  font-size: 17px;
  color: #adadad;
  margin-right: 20px;
}
.favorite-items .favorite-item .fav-delete-link:hover {
  cursor: pointer;
}

.favorite-items .favorite-item table {
  width: 100%
}

.favorite-items .favorite-item table .favourite-item-bookmark-icon {
  width: 10px;
}

/* details */
.profile-input-group-container {
  box-sizing: border-box;
}

.profile-nput-group {
  box-sizing: border-box;
  float: left;
}
.profile-nput-group:last-child {
  margin-left: 9px;
}

.profile-group-input-field {
  width: 366px;
  height: 50px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 50px;
  color: #333;
  border: 1px solid #ccc;
  padding: 0 0 0 12px;
  margin-bottom: 8px;
}
.profile-group-input-field::-webkit-input-placeholder {
  color: #333;
}
.profile-group-input-field:-moz-placeholder {
  color: #333;
}
.profile-group-input-field::-moz-placeholder {
  color: #333;
}
.profile-group-input-field:-ms-input-placeholder {
  color: #333;
}

.form-error {
  border: 1px solid #e30b0c;
}

/* Purchases */
.profile-purchases-table {
  border-spacing: 0;
  width: 770px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.profile-purchases-table thead {
  background-color: #f9f9f9;
  color: #9c9c9c;
}
.profile-purchases-table th {
  font-weight:400;
  text-align:center;
  color: #4c5b6b;
  font-size: 18px;
  line-height: 18px;
  padding: 13px 0;
}
.profile-purchases-table tbody {
  background-color: #fff;
}
.profile-purchases-table td {
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  color: #010101;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
  height: 50px;
  border-bottom: 1px solid gray;
}
.profile-purchases-table .subscription-pack:hover {
  cursor: pointer;
}
.profile-purchases-table td:first-child {
  text-align: left;
  padding-left: 10px;
}
.profile-purchases-table .profile-purchases-table-title {
  min-width: 210px;
}
.profile-purchases-table .profile-purchases-table-variant {
  min-width: 80px;
}
.profile-purchases-table .profile-purchases-table-period {
  min-width: 150px;
}
.profile-purchases-table .profile-purchases-table-invoice {
  min-width: 100px;
}

.profile-purchases-normal {
  font-weight: 400;
}

.profile-purchases-status {
  font-size: 13px;
  font-weight: 700;
}

.profile-purchases-status.green {
  color: #339900;
}

.profile-purchases-status.red {
  color: #cc0000;
}

.profile-purchases-status.yellow {
  color: #ff9900;
}

.profile-purchases-cycle-item {
  display: none;
}
.profile-purchases-cycle-item td {
  background-color: #e5e5e5;
}

.profile-purchases-cycle-title {
  cursor: pointer;
  text-decoration: underline;
}

.profile-purchases-participants-link {
  cursor: pointer;
  color: #0099cc;
  text-decoration: underline;
}

.profile-purchases-invoice-canceled {
  color: #999;
}

.profile-purchases-participant-popup {
  display: none;
  z-index: 5;
  min-height: 360px;
  width: 858px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -429px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.profile-purchases-participant-popup .popup-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}
.profile-purchases-participant-popup .popup-btn-close:hover {
  cursor: pointer;
}
.profile-purchases-participant-popup .popup-header {
  background-color: #f7f7f7;
  height: 70px;
}
.profile-purchases-participant-popup .popup-header > div {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  float: left;
}
.profile-purchases-participant-popup .popup-footer {
  background-color: #ededed;
  height: 20px;
}

.profile-purchases-participant-popup-container {
  padding: 14px 19px;
  clear: both;
}

.profile-purchases-participant-popup-validation-error {
  display: none;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 17px;
}

.participant-popup-scrollable {
  overflow-y: scroll;
  width: 400px;
  height: 270px;
}

.participant-popup-participant-item {
  width: 380px;
}

.save-participant {
  cursor: pointer;
}

.profile-purchases-participant-select-field {
  height: 52px;
}

/* Profile subusers */
.subusers-product-body {
  padding-top: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.profile-subusers-product-heading {
  font-weight: 400;
}

.profile-flash-message {
  margin-left: 8px;
  margin-right: 5px;
}

.profile-subusers-table {
  width: 770px;
  border-collapse: collapse;
}
.profile-subusers-table tbody {
  /*background-color: #fff;*/
}
.profile-subusers-table td {
  padding-bottom: 8px;
  font-size: 14px;
  background-color: #fff;
  color: #010101;
  height: 50px;
  text-align: left;
  padding-right: 8px;
}
.profile-subusers-table .removeSubscription-link {
  color: #cc0000;
}
.profile-subusers-table .subusers-input-field {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  height: 50px;
  color: #333;
  border: 1px solid #ccc;
  padding: 0 0 0 12px;
}
.profile-subusers-table .subuser-input-small {
  width: 100px;
}

.profile-subusers-table .subusers-name {
  margin-left: 8px;
  width: 152px;
}
.profile-subusers-table .subusers-surname {
  width: 152px;
}
.profile-subusers-table .subusers-email {
  width: 247px;
}
.profile-subusers-table .subusers-submit-btn {
  cursor: pointer;
  background-color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 51px;
  border: 0;
  padding: 0 24px;
}
.profile-subusers-table .text-disabled {
  color: #ccc;
  cursor: pointer;
}
.profile-subusers-table .text-padding {
  padding: 0 14px;
}
.profile-subusers-table .last-column {
  padding-right: 8px;
}
.profile-subusers-table .btn-disabled {
  opacity: 0.7;
}
.profile-subusers-table .form-error {
  border: 1px solid #e30b0c;
}

.static-menu-display-container {
  padding: 15px;
}

.static-menu-display-body-container {
  width: 770px;
  margin: 0 auto;
}

.static-form-display-container {
  padding: 15px;
  margin-top: 5px;
}

.static-form-text-area {
  color: #4c5b6b;
  border-color: #ccc;
  margin-left: 13px;
  margin-bottom: 12px;
  width: 678px;
  height: 120px;
  padding: 30px;
  padding-bottom: 5px;
  resize: none;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.form-error {
  border: 1px solid #e30b0c;
}

.purchase-payment-delimiter {
  border-right: 1px solid #e5e5e5;
}

.purchase-payment-section {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 582px;
  min-height: 380px;
}

.purchase-payment-section-bottom {
  vertical-align: top;
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  width: 582px;
}

.purchase-payment-section-header {
  font-size: 18px;
  color: #4c5b6b;
  padding: 35px 0 35px;
  font-weight: 500;
}

.purchase-payment-section-body {
  margin-bottom: 30px;
  padding: 0 70px;
}
.paymentLogoContainer{
  border: 1px solid #a0a5ab;

  /*background-color: #bfc4c7;*/
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  transition: box-shadow .2s;
}

#paymentLogoContainer {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 10px;
  column-gap: 10px;
  padding: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cookie-consent-paragraph {
  font-size: 16px;
  line-height: 1.2;
}

.cookie-consent-title > h2 {
  margin: 14px 0;
  font-size: 23px;
  font-weight: 500;
}

.expand-toggle-icon {
  padding-left: 3px;
}

.cookie-category {
  margin: 0 25px;
}

.cookie-category .category-header {
  height: 60px;
}

.cookie-category-title {
  height: 60px;
  padding: 0 10px;
  text-align: left;
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;

  vertical-align: middle;
  line-height: 60px; 
}

.cookie-category-slider {
  text-align: right;
  float: right;
  width: 30%;
}

.cookie-category .cookie-info {
  font-size: 15px;
  text-align: left;
  padding: 10px 10px;
  display: none;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10001;
}

#cookie-consent {
  position: fixed;
  width: 100%;
  min-height: 150px;
  padding-top: 8px;
  left: 0;
  bottom: 0;
  background-color: #4c5b6b;
  z-index: 10002;
}

#cookie-consent-details-modal {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10002;
  display: none;
}

#cookie-consent-container .button {
  font-size: 16px;
  width: 165px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 75%);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 75%);
  text-decoration: none;
  cursor: pointer;
}

#cookie-consent .cookie-consent-logo {
  float: right;
  width:100%;
  text-align: center;
}

#cookie-consent .cookie-consent-title {
  float: left;
  width:100%;
  text-align: left;
  padding-left: 5%;
}

#cookie-consent .cookie-consent-paragraph {
  float: left;
  width: 90%;
  text-align: left;
  padding: 0 5%;
}

#cookie-consent .cookie-consent-buttons {
  float: right;
  width: 100%;
  text-align: center;
  padding: 22px 0;
}

#cookie-consent-details-modal .cookie-category {
  min-height: 25px;
}

#cookie-consent-details-modal .cookie-category:not(:last-child) {
  border-bottom: 1px solid #CECECE;
}

#cookie-consent-details-modal .consent-switch-container {
  position: relative;
  float: right;
  height: 40px;
  width: 50px;
  right: 20px;
  top: 14px;
  cursor: pointer;
}

#cookie-consent-details-modal .consent-switch-background {
  position: absolute;
  background-color: #CECECE;
  height: 20px;
  width: 50px;
  border-radius: 10px;
}

#cookie-consent-details-modal .consent-switch-toggle {
  position:absolute;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  top: -3px;
}

#cookie-consent-details-modal .consent-switch-toggle.off {
  background-color: #a42f2f;
}

#cookie-consent-details-modal .consent-switch-toggle.on {
  background-color: #0099cc;
  left: 27px;
}

#cookie-consent-details-modal .consent-switch-toggle.mandatory {
  background-color: #a2a2a2;
  left: 27px;
}

#cookie-consent-details-modal .consent-switch-status {
  padding-top: 25px;
  font-size: 11px;
}

.consent-switch-status.off {
  display: none;
}

@media only screen and (min-width: 1281px) {
  #cookie-consent .cookie-consent-logo {
      padding-right: 8px;
      text-align: right;
      width:40%;
  }

  #cookie-consent .cookie-consent-title {
      text-align: left;
      width:50%;
      padding: 0 0 0 2%;
  }

  #cookie-consent .cookie-consent-paragraph {
      text-align: left;
      width: 59%;
      height: 90px;
      padding: 0 0 0 2%;
  }

  #cookie-consent .cookie-consent-buttons {
      text-align: right;
      width: 36%;
      padding-top: 14px;
      padding-right: 17px;
  }
}

#cookie-consent-accept {
  color: #fff;
  background-color: #0099cc;
  margin-left: 4px;
}

#cookie-consent-body {
  text-align: left;
  font-size: 16px;
  padding: 0 30px;
  line-height: 1.2;
}

#cookie-consent-heading {
  margin: 10px 0 15px 0;
  font-size: 23px;
  font-weight: 600;
}

#cookie-consent-details-modal #accept-all {
  float: right;
  padding: 0 39px;
  cursor: pointer;
}

#cookie-consent-details-modal #deny-all {
  float: right;
  cursor: pointer;
}

.cookie-modal-policy-link {
  color: black;
  font-size: 14px;
  text-decoration: underline;
}

.purchase-payment-section-header-step {
  display: none;
}

.paymentLogoContainer:hover{
  border: 1px solid #bfc4c7;
  box-shadow:2px 4px 4px #c6cdd0;
}

.purchase-payment-section-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 170px;
  width: 250px;
}
.purchase-payment-section-list > li {
  height: 60px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}
.purchase-payment-section-list > li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.purchase-payment-section-list .active {
  background-color: #f4f4f4;
}

.purchase-payment-item {
  display: inline-block;
}

.purchase-payment-item.radio {
  height: 60px;
  width: 60px;
}

.purchase-payment-item.logo {
  padding-top: 15px;
}
.purchase-payment-item.logo img {
  width: 137px;
  height: 29px;
}

.purchase-payment-section-body-text {
  font-size: 15px;
  color: #4c5b6b;
  text-align: justify;
  line-height: 25px;
  width: 443px;
}

.purchase-payment-submit-block {
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

#change-number-modal {
  display: none;
  z-index: 100;
  min-height: 220px;
  width: 520px;
  background-color: #f9f9f9;
  position: fixed;
  left: calc(50% - 260px);
  top: 30%;
  text-align: center;
}

.blue-submit-btn.verify-phone-button {
  margin-right: 15px;
}

#submit-change-phone {
  margin-right: 12px;
}

#resend-email {
  border: none;
  height: 43px;
  cursor: pointer;
}

.verify-email-info {
  text-align: center;
}

#change-number-modal .popup-header{
  background-color: #f7f7f7;
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
}

#change-number-modal .popup-body,
#change-email-modal .popup-body {
  background-color: #fff;
  padding-bottom: 18px;
}

.change-email-input-container {
  position: relative;
  margin: auto;
  margin-bottom: 14px;
}

.change-phone-input-container {
  position: relative;
  margin: auto;
  margin-bottom: 12px;
}

#change-number-modal .popup-container-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
  cursor: pointer;
}

#change-number-modal .popup-heading {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 30px 0 30px 20px;
  float: left;
}

#change-number-modal #change-phone-input {
  padding-left: 10px;
  width: 290px;
  height: 50px;
  margin: 0;
  font-size: 20px;
  box-shadow: none;
}

#change-number-modal #change-phone-code-input {
  width: 70px;
  height: 50px;
  margin: 0;
  font-size: 20px;
  box-shadow: none;
}

#change-number-modal .popup-loading-overlay {
  background-color: rgb(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
}

#change-number-modal .popup-loading-overlay img {
  position: relative;
  width: 60px;
  margin: auto;
  top: 40%;
  z-index: 101;
}

#change-email-modal {
  display: none;
  z-index: 3;
  min-height: 220px;
  width: 520px;
  background-color: #fff;
  position: fixed;
  left: calc(50% - 260px);
  top: 25%;
  text-align: center;
}

#change-email-modal .popup-header{
    background-color: #f7f7f7;
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
}

#change-email-modal .popup-container-btn-close {
    font-size: 28px;
    height: 30px;
    width: 30px;
    float: right;
    color: #bababa;
    margin-top: 25px;
    margin-right: 25px;
    cursor: pointer;
}

#change-email-modal .popup-heading {
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 30px 0 30px 20px;
    float: left;
}

#change-email-modal #change-email-input {
    padding-left: 10px;
    width: 450px;
    height: 50px;
    margin: 0;
    font-size: 20px;
}

#change-email-modal .popup-loading-overlay {
    background-color: rgb(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
}

#change-email-modal .popup-loading-overlay img {
    position: relative;
    width: 60px;
    margin: auto;
    top: 40%;
    z-index: 101;
}

.register-info {
    width: 1000px;
}

.radio-btn {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.radio-btn .radio-btn-hole {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 2;
  background-color: white;
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
}

.radio-btn.active {
  background-color: #0099cc;
  border: none;
}

.authorization-popup, .popup-message {
  display: none;
  z-index: 4;
  min-height: 400px;
  width: 433px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 25%;
  margin-left: -220px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.authorization-popup .popup-btn-close,
.popup-message .popup-btn-close {
  font-size: 28px;
  height: 30px;
  width: 30px;
  float: right;
  color: #bababa;
  margin-top: 25px;
  margin-right: 25px;
}
.authorization-popup .popup-btn-close:hover,
.popup-message .popup-btn-close:hover {
  cursor: pointer;
}
.authorization-popup .popup-header,
.popup-message .popup-header {
  background-color: #f7f7f7;
  height: 70px;
}
.authorization-popup .popup-header > div,
.popup-message .popup-header > div {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  float: left;
}
.authorization-popup .popup-footer,
.popup-message .popup-footer {
  background-color: #ededed;
  height: 20px;
}

/* Sidebars */
.ask-expert-sidebar {
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #f0e0e0;
  border-top: 4px solid #ce474b;
  padding: 15px 10px 10px 10px;
}

.ask-expert-sidebar-item .ask-expert-sidebar-title {
  font-weight: 300;
  font-size: 19px;
  color: #333;
  line-height: 24px;
  text-decoration: none;
}
.ask-expert-sidebar-item .ask-expert-sidebar-title:hover {
  text-decoration: underline;
}
.ask-expert-sidebar-item .ask-expert-sidebar-answer {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 300;
  color: #cc3333;
  margin-top: 15px;
  margin-left: 12px;
}
.ask-expert-sidebar-item .ask-expert-sidebar-author-info {
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  color: #666;
  margin-top: 40px;
  margin-left: 82px;
}
.ask-expert-sidebar-item .article-photo-left-triangle {
  width: 0px;
  height: 0px;
  border-right: 10px solid #f0e0e0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 61px;
  margin-top: -45px;
  position: absolute;
}
.ask-expert-sidebar-item .ask-expert-sidebar-photo {
  display: inline-block;
  float: left;
  margin-top: 15px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.first-ask-expert-sidebar {
  margin-top: 15px;
}

.ask-expert-sidebar-border {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 12px;
  clear: both;
}

.check-company-sidebar {
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 4px solid #4b5b68;
  padding: 15px 10px 10px 5px;
}

.check-company-sidebar-title {
  font-weight: 400;
  font-size: 18px;
  color: #4b5b68;
  margin-bottom: 20px;
  padding-left: 5px;
}

.check-company-sidebar-crediweb {
  color: #ffad04;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 5px;
}

#crediweb-srch-root > div {
  display: none;
}

.seminar-sidebar {
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 4px solid #4b5b68;
  padding: 15px 10px 15px 10px;
}

.seminar-sidebar-list {
  margin-top: 15px;
}

.seminar-sidebar-table {
  border-spacing: 0px;
  margin: 0;
}

.seminar-sidebar-item {
  padding-left: 15px;
  width: 160px;
  line-height: 20px;
  vertical-align: top;
}
.seminar-sidebar-item:nth-child(odd) {
  border-right: 1px solid #dbdbd9;
  padding-left: 0;
  padding-right: 30px;
}
.seminar-sidebar-item .seminar-sidebar-link {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
}
.seminar-sidebar-item .seminar-sidebar-link:hover {
  text-decoration: underline;
  color: #0099cc;
}
.seminar-sidebar-item .seminar-sidebar-date {
  font-size: 12px;
  color: #999;
  display: inline-block;
}
.seminar-sidebar-item .fa {
  color: #ccc;
  font-size: 12px;
}

.seminar-sidebar-item-onlyone {
  padding-left: 15px;
  width: 160px;
  line-height: 20px;
  vertical-align: top;
}
.seminar-sidebar-item-onlyone .seminar-sidebar-link {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
}
.seminar-sidebar-item-onlyone .seminar-sidebar-link:hover {
  text-decoration: underline;
  color: #0099cc;
}
.seminar-sidebar-item-onlyone .seminar-sidebar-date {
  font-size: 12px;
  color: #999;
  display: inline-block;
}
.seminar-sidebar-item-onlyone .fa {
  color: #ccc;
  font-size: 12px;
}

.resources-sidebar {
  margin-bottom: 30px;
  background-color: #4b5b6b;
  border-top: 4px solid #feb630;
  padding: 15px 10px 10px 10px;
}

.resource-sidebar-list .resource-item {
  display: inline-block;
  margin-left: 12px;
  padding-right: 0;
  width: 160px;
  float: right;
}
.resource-sidebar-list .resource-item:nth-child(odd) {
  border-right: 1px solid #5e6c7a;
  margin-left: 0;
  padding-right: 15px;
  float: left;
}
.resource-sidebar-list .resource-item a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.resource-sidebar-list .resource-item a:hover {
  color: #feb630;
}

.poll-sidebar {
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 4px solid #4b5b68;
  padding: 15px 10px 10px 10px;
}
.poll-sidebar .answer-button {
  width: 115px;
}

.poll-sidebar-title {
  font-weight: 400;
  font-size: 18px;
  color: #4b5b68;
  margin-bottom: 20px;
}

.poll-sidebar-question {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
}

.poll-sidebar-answers {
  font-size: 14px;
  color: #333;
  margin-bottom: 11px;
}
.poll-sidebar-answers .radio {
  display: block;
  border-top: 1px solid #dbdbd9;
  padding-top: 18px;
  padding-bottom: 18px;
}
.poll-sidebar-answers .radio:first-child {
  border-top: 0;
  border-bottom: 1px solid #dbdbd9;
  padding-top: 12px;
  padding-bottom: 0;
}
.poll-sidebar-answers label.radio:hover {
  background-color: #f8f8f8;
  color: #0099cc;
  text-decoration: underline;
  cursor: pointer;
}
.poll-sidebar-answers .poll-sidebar-answer {
  border-bottom: 1px solid #dbdbd9;
}
.poll-sidebar-answers .poll-sidebar-answer:first-child {
  margin-top: 12px;
  border-top: 1px solid #dbdbd9;
}
.poll-sidebar-answers .poll-sidebar-answer-text {
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  margin-top: 17px;
}
.poll-sidebar-answers .poll-sidebar-answer-bar {
  z-index: 0;
  background-color: #f8f8f8;
  height: 50px;
}
.poll-sidebar-answers .poll-sidebar-answer-percent {
  float: right;
  margin-top: -33px;
  font-weight: 400;
  color: #4c5b6b;
}

.banner-sidebar {
  position: relative;
  margin-bottom: 30px;
  /*width: 370px;*/
  /*height: 190px;*/
}

.banner-article {
  margin-top: 30px;
  position: relative;
  /*width: 770px;*/
  /*height: 70px;*/
}

.banner-default {
  margin-top: 30px;
}

.sponsor-header {
  margin-top: 30px;
}

.sidebar-container.sponsors > span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #465b6b;
  padding: 12px 12px;
}
.sidebar-container.sponsors .sponsor-general {
  text-align: center;
  position: relative;
}
.sidebar-container.sponsors .sponsor-general-item {
  height: 100%;
  min-height: 251px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-container.sponsors img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 20px;
}

.sponsors-container {
  padding: 12px 1px 20px 1px;
  width: 371px;
}
.sponsors-container > span {
  font-size: 18px;
  font-weight: 300;
  color: #465b6b;
  padding-left: 12px;
}
.sponsors-container .sponsor-item-container {
  text-align: center;
  margin-top: 15px;
}
.sponsors-container .sponsor-item {
  display: inline-block;
  float: left;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 183px;
}
.sponsors-container .sponsor-item:nth-child(even) {
  border-right: 0;
  width: 184px;
}
.sponsors-container .sponsor-item:nth-child(-n+2) {
  border-top: 0;
}
.sponsors-container .sponsor-item img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.two-sponsors {
  border-bottom: 1px solid #dbdbdb;
  float: left;
}
.two-sponsors:last-child {
  border-bottom: 0;
}

.article-sidebar {
  /*margin-top: 66px;*/
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 4px solid #4d5965;
  /*padding: 15px 10px 10px 10px;*/
  /*height: 385px;*/
}

.with-breadcrumb {
  margin-top: 20px;
}

.with-breadcrumb-header {
  margin-top: 0;
}

.article-sidebar-rc {
  float: left;
  height: 45px;
  width: 185px;
  color: #fff;
  background-color: #4d5965;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.article-sidebar-rc.active {
  background-color: #fff;
  color: #4d5965;
}

.article-sidebar-items {
  display: inline-block;
  margin-left: 10px;
  /*height: 70px;*/
  width: 350px;
}
.article-sidebar-items .article-sidebar-item {
  display: none;
  width: 100%;
  margin-top: 10px;
  height: 77px;
}
.article-sidebar-items .article-sidebar-item img {
  width: 70px;
  height: 70px;
}
.article-sidebar-items .article-sidebar-item .article-sidebar-text {
  font-size: 14px;
  font-weight: 300;
}
.article-sidebar-items .article-sidebar-item .article-sidebar-text a {
  color: #333;
  text-decoration: none;
}
.article-sidebar-items .article-sidebar-item .article-sidebar-text a:hover {
  text-decoration: underline;
  color: #0099cc;
}
.article-sidebar-items .article-sidebar-item .article-photo-left-triangle {
  width: 0px;
  height: 0px;
  border-right: 10px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 61px;
  margin-top: -45px;
  position: absolute;
}
.article-sidebar-items .article-sidebar-item .article-sidebar-photo {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.article-sidebar-items .article-sidebar-item.active {
  display: block;
}

.html-banner-url {
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
}

iframe {
  border: 0;
}

.banner-top {
  width: 1170px;
  height: 90px;
  overflow: hidden;
}

#jwplayer_element_jwplayer_playlistcomponent .jwtextwrapper {
 padding-top:20px;
}

#jwplayer_element_jwplayer_playlistcomponent .jwtitle {
 display: initial!important;
}

.in-focus {
  margin-top: -2px;
  margin-left: 15px;
  padding: 17px 0 17px 0;
  color: #0099cb;
  text-transform: uppercase;
}

hr {
  margin-bottom: 0;
}

/* Tooltip from bootstrap */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* tooltip ends */

.article-created-date {
  display: none;
}

.input-group label {
  font-size: 14px;
}

label.required:after {
  content: " *";
  color: red;
}

.legal-address .input {
  margin-top: 3px;
  margin-bottom: 10px;
}

/* for RU page */
.main-nav > li .main-nav-link {
    padding: 0 13px;
}
.article-category-date {
    display: none;
}

strong,b {
  font-weight:400;
}

.vebinar_instructions {
  width: 100%;
  height: 2090px;
}

.login-facebook {
  background-color: #1877f2;
  width: 410px;
  height: 65px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 11px;
  margin-bottom: 10px;
}

.login-facebook-container {
  box-sizing: border-box;
  padding: 11px;
}

.iaudio-mobile, .bookmark-icon-mobile, .share-icon-mobile, .search-icon-mobile {
  display: none;
}

.mob-page-footer {
  display: none;
}

#BoughtPackPublicPurchaseProductPackForm .button-container {
  display: inline-block;
}

/* .main-nav > li .main-nav-link:hover, .main-nav > li .main-nav-link.aactive {
  background-color: var(--grey);
  color: red; */
   /*border-bottom: 4px solid #1e2529;*/
/* }

/* .main-nav > li .main-nav-link.aactive::after {
  display: inline-block;
  content: '';
  background: #ff9900;
  width: 110%;
  height: 2px;
  position: relative;
  top: -59px;
  left: -5%;
} */

.mob-requisites-block {
  display:none;
}

.iaudio-mobile-ad {
  position: absolute;
  white-space: nowrap;

  animation-name: move;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
}

.iaudio-mobile-ad-2 {
  animation-delay: 20s;
  left: -200px;
}

.scroll-banner-container {
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  background-color: #669966;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.scroll-banner-container.blue {
  background-color: #0099cc;
}

.scroll-banner-text {
  position: absolute;
  white-space: nowrap;

  animation-name: move;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
}

.scroll-banner-text-2 {
  animation-delay: 20s;
  left: -800px;
}

.promo-code-heading {
  color: #0099cc !important;
  font-weight: 600;
}

.placeholder-red::placeholder {
  color: #e30b0c;
}

.placeholder-red:-ms-input-placeholder {
  color: #e30b0c;
}

.placeholder-red::-ms-input-placeholder {
  color: #e30b0c;
}

#BoughtItemPublicPurchaseSeminarForm .added-participants {
  margin-top: 20px;
}

.playback-speed-input *
{
  color: initial;
}

.apply-promo-code {
  float: left;
  line-height: 50px;
  padding-left: 3px;
  text-decoration: underline;
  cursor: pointer;
  color: #0099cc;
}

.article-category-crumb .article-category-crumb-item:first-child {
  display: none;
}


.category-others-header {
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

.category-others-more {
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  font-size: 18px;
  text-decoration: none;
  
}


.category-others-more a {
  color: #999;
  text-decoration: none;
}

.category-others-header a {
  color: #333333;
  text-decoration: none;
}

.category-others-header a:hover,
.category-others-more a:hover {
  text-decoration: underline;
}

.news-popup-checkbox-item {
  margin: 8px 0;
  width: fit-content;
}

#news-receiver-corner {
  width: 180px; 
  min-height: 90px; 
  box-sizing:border-box; 
  position:fixed; 
  z-index:2; 
  bottom: 5px; 
  right: 5px; 
  padding: 10px;
  background-color: #F4E2D4;
  box-shadow: 0px 0px 5px black;
}

.news-receiver-header {
  padding: 13px 0;
  font-size: 28px;
}
.news-receiver-sub-header {
  padding-top: 13px;
  font-size: 18px;
  font-weight: 500;
}

.news-checkbox-label {
  font-size: 16px;
  font-weight: 300;
}

.news-submit-btn {

    cursor: pointer;
    height: 36px;
    background-color: #B22126;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: 0;
    padding: 0 45px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.close-news-receiver-btn {
  width:30px;
  height:30px;
  z-index:30; 
  top: 5px; 
  right: 5px; 
  position: absolute;
}

#news-receiver-corner .fa-envelope-o {
  position:fixed; 
  right:10px; 
  bottom:10px; 
  font-size:30px; 
  color:#545454;
}


@media only screen and (max-width: 1000px) {

  .black-line {
    display: none;
  }

  .mob-requisites-block {
    display: block;
    font-size: 26px;
    color: var(--grey);
  }

  .mob-requisites-block .sidebar-header {
    font-size: 30px;
    color: inherit;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  .mob-requisites-block .sidebar-container {
    background: none;
  }

.mob-requisites-block .sidebar-container div {
  font-size: 30px;
  color: inherit;
}


.mob-requisites-block .sidebar-container ul li > span {
    font-size: inherit;
    color: inherit;
    float: none;
    min-width: none;
    margin-left: 8px;
}

.mob-requisites-block .sidebar-container ul li {
    font-size: inherit;
    color: inherit;
    display: flex;
    padding: 10px 0;
    margin-bottom: 0;

}

  .mob-requisites-block .right ul li > span, .mob-requisites-block .sidebar-container ul li > span {
      min-width: auto;
  }

  .login-facebook {
    width: 100%;
    margin-left: 0;
  }
  
  .flash-alert-danger,
  .flash-alert-success {
    font-size: 32px;
    border-radius: 25px;
    margin: 0;
  }

  #news-receiver-popup > div {
    max-width: 1000px !important;
  }

  .close-news-receiver-btn {
    scale: 2;
    top: 15px;
    right: 15px;
  }

  .news-popup-checkbox-item label {
    margin-right: 10px;
  }

  .news-receiver-header {
    font-size: 36px;
  }

  .news-checkbox-label,
  .news-receiver-sub-header {
    font-size: 28px;
  }

  .news-popup-checkbox-item {
    line-height: 1.2;
    margin-top: 10px;
    margin-left: 15px;
  }

  .news-popup-checkbox-item .regular-checkbox + label {
    scale:1.6;
  }

  .news-receiver-container .input input {
    font-size: 28px !important;
    border: 2px solid var(--grey);
    border-radius: 5px;
    padding: 15px !important;
    width: 350px;
  }

  .news-receiver-container .news-submit-btn {
    height: 55px;
    margin-top: 15px;
    font-size: 28px;
    border-radius: 10px;
  }

  #news-receiver-corner {
    min-height: 0;
    height: 65px;
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 0;
  }

  #news-receiver-corner .news-receiver-sub-header {
    font-size: 28px !important;
    line-height: 65px;
    text-align: center;
    padding-top: 0;
  }

  #news-receiver-corner .fa-envelope-o {
    position: static;
    font-size: 36px;
    padding-right: 10px
  }

  #news-receiver-popup .regular-checkbox:checked + label:after {
    top: 0;
  }

  .banner-top-mob {
    margin-top: 20px;
  }

  .banner-top-mob img {
    width: 100%;
  }

  .banner-crumb img {
    max-width:100%;
  }

  #chatbot-iframe {
    transform: scale(1.5);
    transform-origin: bottom right;
  }

  #chatbot-iframe #user-input {
    font-size: 20px;
  }

  .article-purchase-info {
    font-size: 22px !important;
  }

}

#chatbot-iframe {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}

.news-receiver-button {
  display: none;

  z-index: 99;
  cursor: pointer;
  position: fixed;
  bottom: 106px;
  right: 18px;
  height: 68px;
  width: 68px;
  background-color: var(--grey-color);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  transition: all 0.3s ease;
}

.news-receiver-button:hover {
  background-color: var(--grey-hover);
}

.news-receiver-button .fa {
  font-size: 37px;
  padding: 2px 0 0 15px;
  color: #fff;
}

.notification-circle {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 3px;
  top: 3px;
  background-color: red; 
  border-radius: 50%; 
  display: inline-block;
}

.notification-circle.pulse {
  animation: pulsate 1.5s infinite linear;
}

@keyframes pulsate {
  0% { transform: scale(1); opacity: 0.7;}
  100% {transform: scale(2); opacity: 0;}
}

#notification-popup {
  display: none;
  position: absolute;
  top: 60px;
  left: -20px;
  z-index: 2;
  padding: 12px;
  background: #F4E2D4;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
  color: black;
}

.notification-popup-triangle {
  position: absolute; 
  top: 0; 
  left: 50%; 
  transform: translateX(-50%) translateY(-50%) rotate(45deg); 
  background: #F4E2D4; 
  width: 16px; 
  height: 16px;
}

.notification-message {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.notification-header p {
  margin: initial;
}

.notification-header:hover,
.notification-header:hover span{
  background-color: #0099cc;
  color: white;
}

.notification-header:hover i {
  color: white;
}

.notification-header {
  padding: 0 15px;
  font-size: 16px;
}

.notification-header i {
  margin-right: 15px;
  color: #0099cc;
}

.notification-box.open i {
  color: white;
}


.flex {
  height:50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-content {
  padding: 10px 10px 0 10px;
  font-size: 16px;
}

.border {
  border-bottom: 1px solid #ccc;
}
.notification-box.unread {
  font-weight: bolder;
}

.notification-box.open .notification-header,
.notification-box.open .notification-header span {
  background-color: #0099cc;
  color: white;
}

.created-at {
  font-size:14px;
  color:#ccc;
}

.filter-link {
  text-decoration: none;
  font-size: 12px;
  padding-right: 3px;
  color: #999;
}

.header {
  margin-top:15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.underline {
  text-decoration: underline;
}

.article-purchase-info {
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .notification-filters {
    margin-bottom: 50px;
  }

  .header {
      font-size: 36px;
      line-height: 36px;
      margin-bottom:10px;
  }

  .filter-link,
  .notification-message {
      font-size: 28px;
  }
  
  .border {
      border: none;
  }
  
  .notification-box {
      border: 1px solid #ccc;
  }

  .notification-header {
      font-size: 28px;
  }

  .flex {
      height: 80px;
  }

  .created-at {
      font-size:22px;
  }

  .notification-content {
      font-size: 24px;
  }

  .notification-circle {
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
  }
}

@media only screen and (min-width: 1000px) {
  .ask-expert-sidebar:not(.sidebar > .ask-expert-sidebar),
  .banner-top-mob {
    display: none !important;
  }
}

@keyframes move {
  from {left: calc(100vw + 10px);}
  to {left: -800px;}
}