.f {
  font-family: 'Lato', 'sans-serif';
}
.l {
  line-height: 130%;
}
.bg {
  background: none;
}
.rounded {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.static {
  position: static;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.hide {
  display: none;
}
.a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stu {
  text-transform: uppercase;
}
.stl {
  text-transform: lowercase;
}
.stc {
  text-transform: capitalize;
}
.center {
  text-align: center;
}
.es {
  content: '';
}
.circle {
  border-radius: 50%;
}
#reStyle .clear {
  padding: 0;
  margin: 0;
}
#method .ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
#init .start {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
#init .color {
  color: #393939;
}
#buttons .primary {
  font-family: 'Lato', 'sans-serif';
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 159%;
  color: #ffffff;
  margin-top: 10px;
  padding: 4px 12px;
  border-color: #5C94D0;
  background-color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#buttons .primary:hover {
  color: #5C94D0;
  background-color: transparent;
  background: none;
}
/* ==============================
    Scrollbar
============================== */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#scroll {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: url('/markup/new/assets/img/scroll.png') center no-repeat;
  background-size: 30px;
}
#scroll.show {
  opacity: .5;
}
#scroll.show:hover {
  opacity: .8;
}
/* ==============================
    Reset
============================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
rect {
  fill: #ffffff;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  overflow-x: hidden;
}
blockquote {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  font-style: italic;
  color: #8f8f8f;
  border-left-color: #9a9a9a;
}
/* ==============================
    Modificators
============================== */
.__bg {
  position: relative;
}
.__bg:before {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
}
.__bg .__bg_white {
  background-color: #ffffff;
}
.__bg .__bg_transparent {
  background-color: transparent;
  background: none;
}
.__main_title {
  font-family: 'Roboto';
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #5d5d5d;
  margin: 0 0 20px;
}
.__alternate_title {
  font-family: 'Lato', 'sans-serif';
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 130%;
  color: #5d5d5d;
  margin: 20px 0 13px;
}
.__alternate_title:after {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  background-color: #4aa0d7;
  margin-top: 13px;
}
.__alternate_title_colored {
  color: #4aa0d7;
}
.__main_quote {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 128%;
  font-style: normal;
  color: #010101;
  border: none;
  margin: 35px 0 45px;
  padding: 0 50px;
  position: relative;
}
.__main_quote:before,
.__main_quote:after {
  position: absolute;
}
.__main_quote:before {
  content: '';
  display: block;
  width: 29px;
  height: 21px;
  background: url('/markup/new/assets/img/svg/quote-1.svg') center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.__main_quote:after {
  content: '';
  display: block;
  width: 29px;
  height: 21px;
  background: url('/markup/new/assets/img/svg/quote-2.svg') center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}
/* ==============================
    Icons
============================== */
/* ==============================
    Section
============================== */
.inner-search {
  display: block;
  margin: 0 0 25px;
}
.inner-search .inner-search-label {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.inner-search .inner-search-label::placeholder {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #717271;
}
.inner-search .inner-search-field {
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5d5d5d;
  display: block;
  height: 60px;
  float: none;
  padding-right: 55px;
  border: 4px solid rgba(90, 166, 223, 0.77);
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inner-search .inner-search-field::placeholder {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  color: #5d5d5d;
}
.inner-search .inner-search-btn {
  width: 56px;
  height: 60px;
  padding: 0;
  z-index: 2;
  position: absolute;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  bottom: 0;
  right: 0;
}
.inner-search .inner-search-btn .inner-search-btn-icon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path fill="%23bababa" fill-rule="evenodd" d="M14.772 14.574l-3.698-3.961a6.554 6.554 0 0 0 1.472-4.153C12.546 2.898 9.731 0 6.271 0 2.812 0-.003 2.898-.003 6.46s2.815 6.46 6.274 6.46a6.083 6.083 0 0 0 3.595-1.169l3.727 3.991a.803.803 0 0 0 1.157.023.86.86 0 0 0 .022-1.191zM6.271 1.685c2.558 0 4.638 2.142 4.638 4.775 0 2.633-2.08 4.775-4.638 4.775-2.557 0-4.637-2.142-4.637-4.775 0-2.633 2.08-4.775 4.637-4.775z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.header-wrapper {
  background: #3b97e5;
  background: -moz-linear-gradient(top, #3b97e5 0%, #106ca6 100%);
  background: -webkit-linear-gradient(top, #3b97e5 0%, #106ca6 100%);
  background: linear-gradient(to bottom, #3b97e5 0%, #106ca6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b97e5', endColorstr='#106ca6', GradientType=0);
}
.header {
  padding: 19px 0;
}
.header .header-logo {
  height: 70px;
  display: table;
  padding-left: 95px;
  position: relative;
}
.header .header-logo a:hover {
  text-decoration: none;
}
.header .header-text {
  display: table-cell;
  vertical-align: middle;
}
.header .header-image {
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-title {
  font-family: 'Roboto';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
}
.header .header-subtitle {
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ececec;
}
.header .header-search {
  display: block;
  margin-top: 14px;
}
.header .header-search .header-search-field {
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5d5d5d;
  display: block;
  height: 40px;
  padding-right: 55px;
  -webkit-box-shadow: 9.6px 11.5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 9.6px 11.5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-search .header-search-field::placeholder {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  color: #5d5d5d;
}
.header .header-search .header-search-btn {
  width: 46px;
  height: 40px;
  padding: 0;
  z-index: 2;
  position: absolute;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  top: 0;
  right: 0;
}
.header .header-search .header-search-btn:before {
  content: '';
  height: 30px;
  border-left: 1px solid #eeeeee;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
}
.header .header-search .header-search-btn .header-search-btn-icon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path fill="%235 D5D5D" fill-rule="evenodd" d="M14.772 14.574l-3.698-3.961a6.554 6.554 0 0 0 1.472-4.153C12.546 2.898 9.731 0 6.271 0 2.812 0-.003 2.898-.003 6.46s2.815 6.46 6.274 6.46a6.083 6.083 0 0 0 3.595-1.169l3.727 3.991a.803.803 0 0 0 1.157.023.86.86 0 0 0 .022-1.191zM6.271 1.685c2.558 0 4.638 2.142 4.638 4.775 0 2.633-2.08 4.775-4.638 4.775-2.557 0-4.637-2.142-4.637-4.775 0-2.633 2.08-4.775 4.637-4.775z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  background: none;
  color: #C1D5D5;
}
.navbar {
  border: none;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-header-text {
  font-family: 'Lato', 'sans-serif';
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #ffffff;
  vertical-align: top;
  display: inline-block;
  margin-top: 14px;
}
.navbar .navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 0;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar .navbar-search {
  display: none;
  position: absolute;
  top: 9px;
  right: 0;
  width: 75%;
}
.navbar-search .header-search-btn{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  z-index: 100;
}
.navbar-search .header-search-btn .js-input-search-btn{
  position: absolute;
  width: 100%;
  height: 100%;
}
/*test*/
.navbar .navbar-search .navbar-search-field {
  border-radius: 0;
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  display: block;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  background-color: transparent;
  background: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path fill="%23ffffff" fill-rule="evenodd" d="M14.772 14.574l-3.698-3.961a6.554 6.554 0 0 0 1.472-4.153C12.546 2.898 9.731 0 6.271 0 2.812 0-.003 2.898-.003 6.46s2.815 6.46 6.274 6.46a6.083 6.083 0 0 0 3.595-1.169l3.727 3.991a.803.803 0 0 0 1.157.023.86.86 0 0 0 .022-1.191zM6.271 1.685c2.558 0 4.638 2.142 4.638 4.775 0 2.633-2.08 4.775-4.638 4.775-2.557 0-4.637-2.142-4.637-4.775 0-2.633 2.08-4.775 4.637-4.775z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-position: right 5px center;
  padding-right: 35px;
  border-bottom: 1px solid #ffffff;
}
/*.navbar-search__btn{*/
  /*position: absolute;*/
  /*content: '';*/
  /*top: 50%;*/
  /*right: 10px;*/
  /*width: 15px;*/
  /*height: 15px;*/
  /*border: 0;*/
  /*padding: 0;*/
  /*outline: none;*/
  /*box-shadow: none;*/
  /*transform: translateY(-50%);*/
  /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16"><path fill="%23ffffff" fill-rule="evenodd" d="M14.772 14.574l-3.698-3.961a6.554 6.554 0 0 0 1.472-4.153C12.546 2.898 9.731 0 6.271 0 2.812 0-.003 2.898-.003 6.46s2.815 6.46 6.274 6.46a6.083 6.083 0 0 0 3.595-1.169l3.727 3.991a.803.803 0 0 0 1.157.023.86.86 0 0 0 .022-1.191zM6.271 1.685c2.558 0 4.638 2.142 4.638 4.775 0 2.633-2.08 4.775-4.638 4.775-2.557 0-4.637-2.142-4.637-4.775 0-2.633 2.08-4.775 4.637-4.775z"/></svg>');*/
/*}*/
.navbar .navbar-search .navbar-search-field::placeholder {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  color: #5d5d5d;
}
.navbar .navbar-search .navbar-search-field:focus {
  border-bottom: 1px solid #ffffff;
}
.navbar .nav li {
  margin-right: 30px;
}
.navbar .nav li a {
  font-family: 'Lato', 'sans-serif';
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  padding: 23px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .nav li a:hover,
.navbar .nav li a:active,
.navbar .nav li a:focus {
  color: #C1D5D5;
}
.navbar .nav li.dropdown > a {
  padding-right: 10px;
  position: relative;
}
.navbar .nav li.dropdown > a:after {
  font-size: 10px;
  font-size: 0.625rem;
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  top: 25px;
  right: -5px;
  color: #ffffff;
}
.navbar .nav li.dropdown > a:hover a:after {
  color: inherit;
}
.navbar .nav li.active a {
  color: #C1D5D5;
  background-color: transparent;
  background: none;
}
.navbar .nav li.active a:focus,
.navbar .nav li.active a:hover {
  color: #C1D5D5;
  background-color: transparent;
  background: none;
}
.navbar .dropdown-menu {
  background-color: #2682c5;
  padding: 0;
  border-top: none;
}
.navbar .dropdown-menu li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
.navbar .dropdown-menu li a {
  font-family: 'Lato', 'sans-serif';
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu li a:hover {
  color: #C1D5D5;
  background-color: transparent;
  background: none;
}
.breadcrumbs .breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 0;
  background-color: transparent;
  background: none;
}
.breadcrumbs .breadcrumb li:before {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 150%;
  content: "\f054";
  font-family: FontAwesome;
  color: #4aa0d7;
  vertical-align: middle;
  padding: 0 10px;
}
.breadcrumbs .breadcrumb li:first-of-type:before {
  display: none;
}
.breadcrumbs .breadcrumb li a,
.breadcrumbs .breadcrumb li span,
.breadcrumbs .breadcrumb li .breadcrumb-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
}
.breadcrumbs .breadcrumb li a {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs .breadcrumb li a:hover {
  text-decoration: none;
  color: #345C88;
}
.breadcrumbs .breadcrumb li.active:before {
  color: #5d5d5d;
}
.breadcrumbs .breadcrumb li.active a,
.breadcrumbs .breadcrumb li.active span,
.breadcrumbs .breadcrumb li.active .breadcrumb-item {
  color: #5d5d5d;
}
.sidebar {
  margin-left: 15px;
}
.sidebar .sidebar-title {
  font-family: 'Open Sans';
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 130%;
  color: #4aa0d7;
  margin: 10px 0;
}
.sidebar .sidebar-author {
  font-family: 'Open Sans';
  font-size: 14px;
  font-size: 0.875rem;
  color: #4aa0d7;
}
.sidebar a.sidebar-title,
.sidebar a.sidebar-author {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar a.sidebar-title:hover,
.sidebar a.sidebar-author:hover {
  color: #345C88;
  text-decoration: none;
}
.sidebar .sidebar-top {
  padding: 20px 30px;
  background-color: #f2f2f2;
  position: relative;
}
.sidebar .sidebar-top:before {
  content: '';
  display: block;
  width: 2px;
  background-color: #5d5d5d;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
}
.sidebar .sidebar-nav {
  padding: 25px 0;
}
.sidebar .sidebar-nav .sidebar-nav-item,
.sidebar .sidebar-nav .sidebar-dropdown-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0;
  color: #3b9ad7;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar .sidebar-nav .sidebar-nav-item:hover:not(.disabled),
.sidebar .sidebar-nav .sidebar-dropdown-item:hover:not(.disabled),
.sidebar .sidebar-nav .sidebar-nav-item.active,
.sidebar .sidebar-nav .sidebar-dropdown-item.active {
  font-weight: 700;
  background-color: #d6e6fe;
  text-decoration: none;
  padding-left: 15px;
}
.sidebar .sidebar-nav .sidebar-nav-item.disabled,
.sidebar .sidebar-nav .sidebar-dropdown-item.disabled {
  cursor: default;
  color: #7c7c7c;
  pointer-events: none;
}
.sidebar .sidebar-nav .sidebar-nav-item.disabled mark,
.sidebar .sidebar-nav .sidebar-dropdown-item.disabled mark {
  color: inherit;
}
.sidebar .sidebar-nav .sidebar-nav-item .__using_chevron,
.sidebar .sidebar-nav .sidebar-dropdown-item .__using_chevron {
  display: inline-block;
  position: relative;
}
.sidebar .sidebar-nav .sidebar-nav-item .__using_chevron:after,
.sidebar .sidebar-nav .sidebar-dropdown-item .__using_chevron:after {
  font-size: 12px;
  font-size: 0.75rem;
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  top: 2px;
  right: -20px;
  color: #3b9ad7;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-nav mark {
  background-color: transparent;
  background: none;
  color: #3b9ad7;
}
.sidebar .sidebar-nav .sidebar-dropdown {
  position: relative;
}
.sidebar .sidebar-nav .sidebar-dropdown .sidebar-dropdown-menu {
  display: none;
}
.sidebar .sidebar-nav .sidebar-dropdown.active .sidebar-nav-item .__using_chevron:after {
  content: '\f054';
}
.sidebar .sidebar-nav .sidebar-dropdown.active .sidebar-dropdown-menu {
  display: block;
}
.sidebar .sidebar-nav .sidebar-dropdown .sidebar-dropdown-item {
  padding-left: 15px;
}
.sidebar .sidebar-nav .sidebar-dropdown .sidebar-dropdown-item:hover,
.sidebar .sidebar-nav .sidebar-dropdown .sidebar-dropdown-item .active {
  padding-left: 30px;
}
.sidebar .sidebar-find {
  margin-top: 8px;
  padding: 17px 20px 5px 0;
  border-top: 2px solid #c0c0c0;
  position: relative;
}
.sidebar .sidebar-find .sidebar-find-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  color: #0a0a0a;
  margin-right: 30px;
}
.sidebar .sidebar-find label {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  color: #010101;
  margin-bottom: 5px;
}
.sidebar .sidebar-find select {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  color: #7c7c7c;
  cursor: pointer;
  background-image: url('/markup/new/assets/img/svg/caret-down-solid.svg');
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 95% 52%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 8px 28px 8px 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #ffffff;
}
.sidebar .sidebar-find .sidebar-find-row {
  margin: 15px 0 20px;
}
.sidebar .sidebar-find .sidebar-find-toggle {
  display: block;
  width: 16px;
  height: 9px;
  background-image: url('/markup/new/assets/img/svg/chevron-up-solid.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-find .sidebar-find-toggle.collapsed {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sidebar-essays {
  border-top: 2px solid #c0c0c0;
  margin-left: 15px;
  padding: 15px 20px 30px;
  background-color: #fbfbfb;
}
.sidebar-essays .sidebar-essays-title {
  font-family: 'Roboto';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
  margin-bottom: 5px;
}
.sidebar-essays .sidebar-essays-item {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 8px 0;
  color: #4aa0d7;
  display: block;
}
.sidebar-essays .sidebar-essays-item:before {
  content: '';
  display: inline-block;
  -webkit-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  height: 0.1875rem;
  width: 0.1875rem;
  margin-right: 0.5rem;
  background-color: #4aa0d7;
  vertical-align: middle;
}
.sidebar-essays .sidebar-essays-item:hover {
  color: #345C88;
  text-decoration: none;
}
.sidebar-essays .sidebar-essays-item:hover:before {
  background-color: #345C88;
}
.sidebar-essays .sidebar-essays-item-category {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #4aa0d7;
  padding: 5px 15px;
  display: inline-block;
  margin: 8px 4px 0 0;
  -webkit-border-top-right-radius: 12.5px;
  -webkit-border-bottom-right-radius: 12.5px;
  -webkit-border-bottom-left-radius: 12.5px;
  -webkit-border-top-left-radius: 12.5px;
  -moz-border-radius-topright: 12.5px;
  -moz-border-radius-bottomright: 12.5px;
  -moz-border-radius-bottomleft: 12.5px;
  -moz-border-radius-topleft: 12.5px;
  border-top-right-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  border-top-left-radius: 12.5px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-essays .sidebar-essays-item-category:hover {
  background-color: #4aa0d7;
  color: #f2f2f2;
  text-decoration: none;
}
.content {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 160%;
  color: #393939;
  padding: 0 15px;
}
/*Fix contet-text-block*/
.content-text ul{
  /*padding-left: 40px;*/
  /*list-style: circle;*/
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
}
.content-text ol{
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.content-text strong{
  font-weight: 700 !important;
}
/*End fix contet-text-block*/
.content p {
  margin: 20px 0;
}
.content .content-title,
.content h2,
.content h3,
.content h4 {
  font-family: 'Lato', 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  color: #5d5d5d;
  margin-bottom: 25px;
}
.content .content-subtitle,
.content h5,
.content h6 {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  color: #5d5d5d;
  display: block;
  margin: 20px 0;
}
.content .content-subtitle a,
.content h5 a,
.content h6 a {
  text-decoration: none;
}
.content a.content-subtitle {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content a.content-subtitle:hover {
  color: #345C88;
  text-decoration: none;
}
.content img {
  max-width: 350px;
  margin: 0 20px 9px 0;
}
.content img + p {
  margin-top: 0;
}
.content blockquote {
  margin-top: 0;
}
.content .content-text__increase_mb p:not(.content-title):not(.content-subtitle) {
  margin-bottom: 40px;
}
.content .content-text > p {
  margin-top: 0;
}
.content .content-meta {
  margin: 25px 0;
}
.content .content-meta .content-meta-row {
  margin: 12px 0;
}
.content .content-meta .content-meta-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 144%;
  color: #7c7c7c;
  margin-right: 15px;
}
.content .content-meta .content-meta-tag {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  color: #4aa0d7;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content .content-meta a:hover {
  color: #345C88;
  text-decoration: none;
}
.content .content-meta mark {
  background-color: transparent;
  background: none;
}
.content .char-info {
  padding-bottom: 15px;
}
.content .char-info img {
  margin-right: 30px;
}
.characters {
  padding: 0 15px 50px;
}
.characters .char {
  border-bottom: 2px solid rgba(192, 192, 192, 0.2);
  padding-top: 10px;
  padding-bottom: 25px;
}
.characters .char:first-of-type {
  padding-top: 0;
}
.characters .char:first-of-type .char-title {
  margin-top: 0;
}
.characters .char:last-of-type {
  border-bottom: none;
}
.characters .char .char-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4aa0d7;
  margin: 20px 0 15px;
}
.characters .char .char-title + img {
  position: absolute;
  margin-top: 5px;
}
.characters .char .char-text {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #393939;
}
.characters .char .char-title + img + .char-text {
  margin-left: 95px;
}
.essays {
  padding-bottom: 70px;
}
.essays .essay {
  border-top: 2px solid rgba(195, 195, 195, 0.2);
  margin: 8px 0;
  padding: 10px 0;
}
.essays .essay .essay-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  color: #4aa0d7;
  margin: 10px 0 14px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.essays .essay a.essay-title:hover {
  text-decoration: none;
  color: #345C88;
}
.essays .essay span.essay-title{
  color: rgba(66, 66, 66, 0.5);
}
.essays .essay .essay-excerpt {
  font-family: 'Lato', 'sans-serif';
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 153%;
  color: #393939;
  margin: 20px 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 112px;
}
.essays .essay-words {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 144%;
  color: #7c7c7c;
  margin: 10px 15px 10px 0;
  display: inline-block;
}
.essays .essay-tags {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #7c7c7c;
  display: inline-block;
  padding: 0 10px 0 13px;
  border-left: 1px solid #e5e5e5;
}
.essays .essay-tags a {
  color: #4aa0d7;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.essays .essay-tags a:hover {
  text-decoration: none;
  color: #345C88;
}
.essays .essays-btn {
  font-family: 'Lato', 'sans-serif';
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 159%;
  color: #ffffff;
  margin-top: 10px;
  padding: 4px 12px;
  border-color: #5C94D0;
  background-color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.essays .essays-btn:hover {
  color: #5C94D0;
  background-color: transparent;
  background: none;
}
.essays mark {
  background-color: transparent;
  background: none;
  font-weight: 700;
  color: #7c7c7c;
}
.essays__bordered .essay:not(:first-child):not(:last-child) {
  margin: 8px 0 21px;
  padding: 10px 0 15px;
  border-bottom: 2px solid rgba(192, 192, 192, 0.2);
}
.essays_from_api .essay {
    border-bottom: 2px solid rgba(192, 192, 192, 0.2);
}
.essays_from_api .essay:last-child {
    margin-bottom: 15px;
}
.essays__font_18 .essay .essay-excerpt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  height: 117px;
}
.essays__lines_3 .essay .essay-excerpt {
  -webkit-line-clamp: 3;
  height: 65px;
}
.essays__lines_3.essays__font_18 .essay .essay-excerpt {
  height: 70px;
}
.essays__lines_4 .essay .essay-excerpt {
  -webkit-line-clamp: 4;
  height: 90px;
}
.essays__lines_4.essays__font_18 .essay .essay-excerpt {
  height: 96px;
}
.essays__with_first .essay {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.essays__with_first .essay .essay-title {
  margin-top: 0;
}
.bookinfo .bookinfo-item {
  margin-bottom: 15px;
}
.bookinfo .bookinfo-featured {
  margin: 0;
}
.bookinfo .bookinfo-label {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 144%;
  color: #7c7c7c;
}
.bookinfo .bookinfo-label__weight_strong {
  font-weight: 900;
}
.bookinfo .bookinfo-label__color_black {
  color: #222222;
}
.bookinfo .bookinfo-value {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #000000;
}
.bookinfo .bookinfo-value__color_grey {
  color: #7c7c7c;
}
.bookinfo .bookinfo-link {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bookinfo .bookinfo-link:hover {
  color: #345C88;
  text-decoration: none;
}
.ai {
  padding: 0 15px;
}
.ai .ai-featured {
  width: 100%;
}
.ai .ai-meta {
  margin: 12px 0 17px;
}
.ai .ai-meta .ai-meta-row {
  padding: 9px 0;
}
.ai .ai-meta .ai-meta-label,
.ai .ai-meta .ai-meta-value,
.ai .ai-meta .ai-meta-link {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
}
.ai .ai-meta .ai-meta-label {
  color: #7c7c7c;
}
.ai .ai-meta .ai-meta-value {
  color: #000000;
}
.ai .ai-meta .ai-meta-link {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ai .ai-meta .ai-meta-link:hover {
  text-decoration: none;
  color: #345C88;
}
.abooks {
  padding-top: 45px;
  padding-bottom: 25px;
}
.abooks .abook-item {
  margin-top: 15px;
}
.abooks .abooks-image {
  width: 160px;
  height: 242px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.abooks .abooks-image img {
  width: 100%;
}
.abooks .abooks-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 122%;
  text-align: center;
  margin: 13px 0;
  color: #7c7c7c;
  display: block;
}
.abooks a.abooks-title {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abooks a.abooks-title:hover {
  text-decoration: none;
  color: #345C88;
}
.abooks__rows_3 .abooks-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  margin-bottom: 23px;
}
.abooks__without_padds {
  padding-top: 0;
  padding-bottom: 0;
}
.abooks__without_padds .abook-item {
  margin-top: 0;
}
.quotes .quote {
  border-top: 2px solid rgba(192, 192, 192, 0.2);
  margin-top: 5px;
  padding: 15px 60px 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="20"><path fill="%23efefef" fill-rule="evenodd" d="M14.635 6.677A6.669 6.669 0 0 1 21.312.01c3.69 0 6.677 2.763 6.677 7.895 0 7.105-5.315 12.018-11.07 12.106-.966 0-1.493-.571-1.493-1.536v-.043c0-.966.263-1.404.747-1.536 1.537-.263 4.656-1.096 5.666-3.553-4.744 0-7.204-3.026-7.204-6.666zm-7.424 6.666c-1.01 2.457-4.129 3.29-5.667 3.553-.483.132-.746.57-.746 1.536v.043c0 .965.527 1.536 1.493 1.536 5.755-.088 11.07-5.001 11.07-12.106 0-5.132-2.987-7.895-6.677-7.895A6.669 6.669 0 0 0 .007 6.677c0 3.684 2.416 6.666 7.204 6.666z"/></svg>');
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: left 0 top 20px;
}
.quotes .quote .quote-text {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #393939;
}
.quotes .quote .quote-tags {
  margin-top: 15px;
  margin-bottom: 10px;
}
.quotes .quote .quote-tags-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  color: #4aa0d7;
  display: inline-block;
  margin-right: 25px;
}
.quotes .quote a {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quotes .quote a:hover {
  color: #345C88;
  text-decoration: none;
}
.quotes .quotes-btn {
  font-family: 'Lato', 'sans-serif';
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 159%;
  color: #ffffff;
  margin-top: 10px;
  padding: 4px 12px;
  border-color: #5C94D0;
  background-color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quotes .quotes-btn:hover {
  color: #5C94D0;
  background-color: transparent;
  background: none;
}
.inquotes {
  padding-bottom: 20px;
}
.inquotes p {
  margin: 0;
}
.inquotes .inquote {
  margin-top: 5px;
  padding: 15px 120px 10px 60px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="20"><path fill="%23efefef" fill-rule="evenodd" d="M14.635 6.677A6.669 6.669 0 0 1 21.312.01c3.69 0 6.677 2.763 6.677 7.895 0 7.105-5.315 12.018-11.07 12.106-.966 0-1.493-.571-1.493-1.536v-.043c0-.966.263-1.404.747-1.536 1.537-.263 4.656-1.096 5.666-3.553-4.744 0-7.204-3.026-7.204-6.666zm-7.424 6.666c-1.01 2.457-4.129 3.29-5.667 3.553-.483.132-.746.57-.746 1.536v.043c0 .965.527 1.536 1.493 1.536 5.755-.088 11.07-5.001 11.07-12.106 0-5.132-2.987-7.895-6.677-7.895A6.669 6.669 0 0 0 .007 6.677c0 3.684 2.416 6.666 7.204 6.666z"/></svg>');
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: left 0 top 20px;
  position: relative;
}
.inquotes .inquote .inquote-like {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #393939;
  width: 100px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
  text-align: right;
}
.inquotes .inquote .inquote-like .inquote-like-count {
  margin-right: 15px;
}
.inquotes .inquote .inquote-like .inquote-like-vote {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('/markup/new/assets/img/svg/hand.svg');
  background-repeat: none;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inquotes .inquote .inquote-like .inquote-like-vote:hover,
.inquotes .inquote .inquote-like .inquote-like-vote.voted {
  background-image: url('/markup/new/assets/img/svg/hand-active.svg');
}
.inquotes .inquote .inquote-text {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #393939;
}
.inquotes .inquote .inquote-tags {
  margin-top: 15px;
  margin-bottom: 10px;
}
.inquotes .inquote .inquote-text + .inquote-tags {
  margin-top: 5px;
}
.inquotes .inquote .inquote-tags-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 144%;
  color: #7c7c7c;
  display: inline-block;
  margin-right: 10px;
}
.inquotes .inquote a.inquote-tags-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%;
  color: #4aa0d7;
  margin-right: 25px;
}
.inquotes .inquote .inquote-tags-item-category {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #4aa0d7;
  padding: 4px 15px;
  display: inline-block;
  margin: 4px 15px 4px 0;
  -webkit-border-top-right-radius: 12.5px;
  -webkit-border-bottom-right-radius: 12.5px;
  -webkit-border-bottom-left-radius: 12.5px;
  -webkit-border-top-left-radius: 12.5px;
  -moz-border-radius-topright: 12.5px;
  -moz-border-radius-bottomright: 12.5px;
  -moz-border-radius-bottomleft: 12.5px;
  -moz-border-radius-topleft: 12.5px;
  border-top-right-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  border-top-left-radius: 12.5px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inquotes .inquote .inquote-tags-item-category:hover {
  background-color: #4aa0d7;
  color: #f2f2f2;
}
.inquotes .inquote a {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inquotes .inquote a:hover {
  color: #345C88;
  text-decoration: none;
}
.inquotes .inquote mark {
  background-color: transparent;
  background: none;
  color: #7c7c7c;
}
.inquotes .inquote__borderless {
  padding-top: 0;
  margin-top: 0;
  background-position: left 0 top 0;
}
.inquotes .inquote:not(.inquote__borderless) {
  border-top: 2px solid rgba(192, 192, 192, 0.2);
}
.author {
  margin-bottom: 55px;
}
.author .author-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5d5d5d;
  margin-bottom: 20px;
}
.author .author-image img {
  width: 100%;
}
.author .author-books-item {
  margin-bottom: 20px;
  text-align: center;
}
.author .author-books-image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.author .author-books-image img {
  width: 100%;
}
.author .author-books-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 122%;
  color: #5d5d5d;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  margin-top: 7px;
  text-align: center;
}
.author a.author-books-title {
  color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.author a.author-books-title:hover {
  text-decoration: none;
  color: #345C88;
}
.author .author-books-btn {
  font-family: 'Lato', 'sans-serif';
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 159%;
  color: #ffffff;
  margin-top: 10px;
  padding: 4px 12px;
  border-color: #5C94D0;
  background-color: #4aa0d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.author .author-books-btn:hover {
  color: #5C94D0;
  background-color: transparent;
  background: none;
}
.guides .alphabet {
  padding: 21px 0 34px;
}
.guides .alphabet .alphabet-list li,
.guides .alphabet .alphabet-list .alphabet-list-item {
  display: inline-block;
}
.guides .alphabet .alphabet-list a,
.guides .alphabet .alphabet-list .alphabet-list-link {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  color: #4aa0d7;
  display: block;
  margin-right: 14px;
  margin-bottom: 15px;
  padding: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guides .alphabet .alphabet-list a:hover,
.guides .alphabet .alphabet-list .alphabet-list-link:hover {
  text-decoration: none;
  color: #345C88;
}
.guides .guides-tabs {
  border-bottom: 3px solid #eaeaea;
}
.guides .guides-tabs .guides-tabs-item {
  margin-bottom: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guides .guides-tabs .guides-tabs-item a {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #4aa0d7;
  padding: 7px 23px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guides .guides-tabs .guides-tabs-item.active a {
  background-color: #eaeaea;
  border: none;
  color: #0a0a0a;
}
.guides .guides-row {
  margin-bottom: 45px;
  padding-left: 190px;
  position: relative;
}
.guides .guides-row-image {
  width: 160px;
  height: 242px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.guides .guides-row-image:hover .guides-row-image-btn {
  bottom: 25px;
  opacity: 1;
}
.guides .guides-row-image .guides-row-image-btn {
  font-family: 'Lato', 'sans-serif';
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 130%;
  color: #ffffff;
  width: 130px;
  padding: 8px 10px;
  text-align: center;
  background-color: #4aa0d7;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -65px;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guides .guides-row-image .guides-row-image-btn:hover {
  background-color: #ffffff;
  color: #4aa0d7;
}
.guides .guides-row-excerpt {
  height: 180px;
  margin-bottom: 5px;
  overflow: hidden;
}
.guides .guides-row-title {
  font-family: 'Lato', 'sans-serif';
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%;
  color: #4aa0d7;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.guides .guides-row-title-inline {
	display: inline !important;
}

.guides .guides-row-title:hover {
  text-decoration: none;
  color: #345C88;
}
.guides .guides-row-title strong {
  font-weight: 700;
}
.guides .guides-row-text {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 128%;
  color: #393939;
  margin: 15px 0 25px;
}
.guides .guides-row-tags-item {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 122%;
  color: #4aa0d7;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.guides .guides-row-tags-item:hover {
  text-decoration: none;
  color: #345C88;
}
.guides .guides-row-tags-item:hover mark {
  color: inherit;
}
.guides .guides-row-tags-item mark {
  background-color: transparent;
  background: none;
  color: #4aa0d7;
}
.footer {
  background-color: #1f1f1f;
  padding: 30px 0 50px;
  margin-top: 70px;
}
.footer .footer-desc a.footer-desc-title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer-desc a.footer-desc-title:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-desc .footer-desc-title {
  font-family: 'Roboto';
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #b4b4b4;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer .footer-desc .footer-desc-subtitle {
  font-family: 'Lato', 'sans-serif';
  font-size: 13px;
  font-size: 0.8125rem;
  color: #b3b3b3;
}
.footer .footer-desc .footer-desc-text {
  font-family: 'Open Sans';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #ffffff;
  margin: 20px 0 15px;
}
.footer .footer-desc .footer-desc-copyrights {
  font-family: 'Open Sans';
  font-size: 14px;
  font-size: 0.875rem;
  color: #9a9a9a;
}
.footer .footer-menu .footer-menu-title {
  font-family: 'Roboto';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fffefe;
  margin-bottom: 15px;
}
.footer .footer-menu .footer-menu-item {
  font-family: 'Roboto';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 214%;
  color: #9a9a9a;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer-menu .footer-menu-item:hover {
  text-decoration: none;
  color: #ffffff;
}
.pagenavi a,
.pagenavi span,
.pagenavi .page {
  margin: 0 5px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: top;
  color: rgba(74, 160, 215, 0.96);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagenavi a,
.page__divider {
  border: 1px solid #e9e9e9;
}
.pagenavi a:hover {
  text-decoration: none;
  border-color: #8c8c8c;
}

.owl-prev,
.pagenavi .next,
.pagenavi .prev {
  font-family: 'Lato', 'sans-serif';
  font-size: 16px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
  width: 90px;
  background-color: #4aa0d7;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #3294d2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-prev:hover,
.pagenavi .next:hover,
.pagenavi .prev:hover {
  color: rgba(74, 160, 215, 0.96);
  background-color: transparent;
  background: none;
}
.owl-prev:before,
.pagenavi .prev:before {
  font-size: 12px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 45px;
  content: "\f104";
  font-family: FontAwesome;
  color: #ffffff;
  vertical-align: top;
  padding: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-prev:hover:before,
.pagenavi .prev:hover:before {
  color: rgba(74, 160, 215, 0.96);
}
.pagenavi .next:after {
  font-size: 12px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 45px;
  content: "\f105";
  font-family: FontAwesome;
  color: #ffffff;
  vertical-align: top;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagenavi .next:hover:after {
  color: rgba(74, 160, 215, 0.96);
}
.pagenavi .current {
  border: 1px solid #8c8c8c;
}
.slider {
  margin-bottom: 60px;
  padding: 0 27px;
  position: relative;
}
.slider .slide {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 0 3px;
}
.slider .slide img {
  width: 100%;
  margin: 0;
}
.slider .slide-caption {
  font-family: 'Lato', 'sans-serif';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: #5d5d5d;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider a.slide-caption {
  color: #4aa0d7;
}
.slider a.slide-caption:hover {
  text-decoration: none;
  color: #345C88;
}
.owl-prev span,
.owl-next span{
  font-size: 0;
}
.owl-prev:before{
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  outline: none;
  margin-top: -10px;
  display: inline-block;
  width: 13px;
  height: 21px;
  background-size: cover;
}
.owl-prev{
  background: url('/markup/new/assets/img/svg/prev.svg') center no-repeat !important;
  left: 0;
}
.owl-next {
  background: url('/markup/new/assets/img/svg/next.svg') center no-repeat !important;
  right: 0;
}
.slider__authors {
  margin-top: 20px;
  margin-bottom: 15px;
}
.slider__authors .slides {
  text-align: center;
  height: 185px;
  overflow: hidden;
}
.slider__authors .slide {
  width: 110px;
  height: 165px;
  margin: 0 auto;
}
.slider__authors .slide-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider__authors .nav .prev,
.slider__authors .nav .next {
  width: 18px;
  height: 30px;
  margin-top: 0;
  top: 44px;
}
.__clear_pb {
  padding-bottom: 0;
}
.__clear_pr {
  padding-right: 0;
}
.__clear_pl {
  padding-left: 0;
}
.__clear_padds {
  padding: 0;
}
.__mb_15 {
  margin-bottom: 15px;
}
.row_flex{
  display: flex;
}
@media (max-width: 767px) {
  .row_flex{
    flex-wrap: wrap;
  }
}
.content-author{
  display: flex;
  align-items: center;
}
.content-author img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.content-author p{
  color: #a8a8a8;
  font-size: 14px;
  margin-bottom: 0;
}
.content-author b{
  color: #454545;
  font-weight: 700;
}
/* ==============================
    Media queries
============================== */
@media (max-width: 1199px) {
  .sidebar .sidebar-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .sidebar .sidebar-nav {
    padding: 25px 0;
  }
  .author .author-books-image {
    width: 130px;
    height: 130px;
  }
  .author .author-books-title {
    -webkit-line-clamp: 2;
    height: 44px;
  }
  .abooks .abooks-title {
    width: 160px;
    margin: 13px auto 23px;
  }
  .owl-prev, .pagenavi .next, .pagenavi .prev{
    width: 90px;
  }
}
@media (max-width: 991px) {
  .__align__center_992_to_down {
    text-align: center;
  }
  .content {
    padding: 0 15px;
  }
  .content img {
    max-width: 250px;
  }
  .navbar .nav li a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .sidebar .sidebar-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .sidebar .sidebar-image {
    width: 100%;
  }
  .sidebar .sidebar-top {
    padding: 20px 15px;
  }
  .author .author-books-image {
    width: 160px;
    height: 160px;
  }
  .author .author-books-title {
    -webkit-line-clamp: 3;
    height: 65px;
    padding: 0 30px;
  }
  .guides .guides-row-tags-item {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-right: 10px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer .footer-menu {
    margin-top: 25px;
  }
  .pagenavi a, .pagenavi span, .pagenavi .page{
    width: 40px;
    height: 40px;
    margin: 0 3px;
    line-height: 40px;
    font-size: 0.75rem;
  }
  .owl-prev, .pagenavi .next, .pagenavi .prev{
    width: 70px;
    font-size: 0.75rem;
  }
  .owl-prev:before, .pagenavi .prev:before, .pagenavi .next:after{
    font-size: 1.5rem;
    line-height: 40px;
  }
}
/*test*/
.dropdown-toggle__arrow{
  display: none;
}
@media (max-width: 767px) {
  .__visibility__hide_768_to_down {
    display: none;
  }
  .__bg:before {
    display: none;
  }
  .__main_title {
    margin: 0 0 22px;
  }
  .__alternate_title {
    margin: 20px 0 28px;
  }
  .header {
    padding: 22px 0;
  }
  .header .header-search {
    display: none;
  }
  .navbar .navbar-header {
    padding: 0 10px;
    position: relative;
  }
  .navbar .navbar-wrapper {
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 100;
  }
  .navbar .navbar-nav {
    margin: 0;
    padding: 35px 0;
  }
  .navbar .navbar-nav li {
    margin: 0;
  }
  .navbar .navbar-nav li.active a:focus,
  .navbar .navbar-nav li.active a:hover {
    color: #C1D5D5;
    background-color: transparent;
    background: none;
  }
  .navbar .navbar-nav li.dropdown a:after {
    display: none;
  }
  .navbar .navbar-nav li a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 130%;
    padding: 12px 0;
  }
  .navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
  }
  .navbar .navbar-toggle {
    float: none;
    border: none;
    padding: 9px 5px;
  }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: transparent;
    background: none;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 36px;
    height: 4px;
    background-color: #ffffff;
  }
  .navbar .navbar-search {
    display: block;
    right: 10px;
  }
  .navbar .navbar-collapse {
    border-top: none;
    box-shadow: none;
  }
  .navbar .dropdown-toggle .__using_chevron {
    display: inline-block;
    position: relative;
  }
  /*test*/
  .navbar .nav li.dropdown > a{
    display: inline-block;
  }
  .navbar .dropdown-toggle .dropdown-toggle__arrow{
    position: absolute;
    top: 13px;
    right: -25px;
    width: 25px;
    height: 40px;
    display: block;
  }
  .dropdown-menu{
    position: static;
  }
  .navbar .dropdown-toggle .dropdown-toggle__arrow:after {
    font-size: 15px;
    font-size: 0.9375rem;
    content: '\f078';
    font-family: fontAwesome;
    position: absolute;
    top: 0px;
    right: 0px;
    color: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .dropdown-menu {
    float: none;
    text-align: center;
    background-color: transparent;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .navbar .dropdown-menu li {
    border: none;
  }
  .navbar .dropdown-menu li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0 !important;
    line-height: 130% !important;
    color: #ffffff !important;
  }
  .navbar .dropdown-menu li a:hover {
    color: #C1D5D5 !important;
  }
  .navbar .dropdown.open .dropdown-toggle .__using_chevron:after {
    content: '\f054';
  }
  .inner-search {
    margin-bottom: 20px;
  }
  .sidebar {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sidebar .row{
    margin: 0;
  }
  .sidebar .sidebar-title {
    font-size: 18px;
    font-size: 1.125rem;
    order: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    margin: 0;
  }
  .sidebar .sidebar-title br {
    display: none;
  }
  .sidebar .sidebar-author {
    order: 2;
  }
  .sidebar .sidebar-image {
    order: 3;
    width: 136px;
    margin: 0 auto;
  }
  .sidebar .sidebar-info {
    background-color: #f2f2f2;
    padding: 0 15px 15px;
  }
  .sidebar .sidebar-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    padding: 15px;
    background-color: transparent;
    background: none;
    position: static;
  }
  .sidebar .sidebar-top:before {
    display: none;
  }
  .sidebar .sidebar-top .sidebar-desc {
    padding: 10px 0;
    text-align: center;
  }
  .sidebar .sidebar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
  .sidebar .sidebar-nav .sidebar-nav-item {
    padding: 13px 0;
  }
  .sidebar .sidebar-find {
    margin-top: 0;
    padding: 17px 15px;
    background-color: #f2f2f2;
  }
  .sidebar .sidebar-find .sidebar-find-row:last-of-type {
    margin-bottom: 13px;
  }
  .sidebar-essays {
    margin: 0 15px 25px 15px;
  }
  .content img {
    max-width: 350px;
  }
  .essays .essay .essay-excerpt {
    height: auto !important;
    -webkit-line-clamp: 15;
  }
  .bookinfo .bookinfo-featured {
    width: auto;
    max-width: 135px;
  }
  .bookinfo .bookinfo-item {
    margin-bottom: 20px;
  }
  .bookinfo .bookinfo-item__inline_mobile {
    display: inline-block;
    width: 49%;
    margin: 15px 0;
  }
  .bookinfo .bookinfo-item__inline_mobile div[class^="col"] {
    padding: 0;
  }
  .bookinfo .bookinfo-label {
    margin-bottom: 5px;
  }
  .ai .ai-meta {
    margin: 0 0 7px;
  }
  .abooks {
    padding-top: 0;
  }
  .abooks .abook-item {
    margin-top: 0;
  }
  .author .author-image {
    margin: 0 auto 15px;
    max-width: 320px;
  }
  .author .author-books-image {
    margin: 0 auto;
  }
  .author .author-books-title {
    padding: 0;
    width: 160px;
    margin: 7px auto 0;
  }
  .quotes {
    padding-bottom: 50px;
  }
  .quotes .quote {
    padding: 15px 10px 10px 60px;
  }
  .quotes .quote .quote-tags-item {
    margin: 5px 0;
  }
  .inquotes .inquote {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .inquotes .inquote a.inquote-tags-item {
    margin-right: 20px;
  }
  .inquotes .inquote .inquote-like {
    position: static;
    margin-top: 0;
    text-align: left;
  }
  .inquotes .inquote .inquote-like .inquote-like-count {
    margin: 0 10px;
  }
  .inquotes .inquote .inquote-like .inquote-like-vote {
    float: left;
    margin-top: 2px;
  }
  .guides .guides-row-tags-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .guides .guides-row-excerpt {
    height: auto;
  }
  .pagenavi {
    margin-bottom: 20px;
  }
  .owl-prev,
  .pagenavi .next,
  .pagenavi .prev {
    font-size: 0.75rem;
    width: 60px;
  }
  .owl-prev:before {
    padding: 0 5px 0 0;
  }
  .pagenavi .next:after {
    padding: 0 0 0 7px;
  }
  .pagenavi .prev:before {
    padding: 0 7px 0 0;
  }
  .footer {
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .content img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .__main_title {
    margin: 23px 0 22px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .__main_quote {
    margin: 35px 0 25px;
    padding: 0 40px;
  }
  .breadcrumbs {
    display: none;
  }
  .header .header-logo {
    height: 60px;
    padding-left: 70px;
  }
  .header .header-image {
    max-width: 64px;
  }
  .header .header-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .header .header-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .navbar .navbar-header-text {
    display: none;
  }
  .content {
    padding: 5px 0 0;
  }
  .content .content-text {
    padding-bottom: 20px;
  }
  .content .content-text__increase_mb p:not(.content-title):not(.content-subtitle) {
    margin-bottom: 20px;
  }
  .content .content-title {
    margin-bottom: 20px;
  }
  .content .content-meta {
    margin: 0 0 45px;
  }
  .content .content-meta .content-meta-tag {
    margin-right: 20px;
  }
  .content img {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
  .content-author img{
    width: 40px;
    margin: 0 10px 0 0;
  }
  .characters {
    padding: 5px 0 15px;
  }
  .essays {
    padding-bottom: 50px;
  }
  .essays .essay {
    margin: 13px 0 8px;
  }
  .essays .essay .essay-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .ai {
    padding: 0;
  }
  .abooks .abooks-image {
    width: 100%;
    max-width: 135px;
    height: 204px;
  }
  .abooks .abooks-title {
    width: 100%;
  }
  .author .author-books-image {
    width: 100%;
    max-width: 135px;
    height: 135px;
  }
  .author .author-books-title {
    width: 135px;
  }
  .pagenavi {
    margin-bottom: 30px;
    text-align: center;
  }
  .pagenavi a,
  .pagenavi span,
  .pagenavi .page {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagenavi .page:not(.page__first):not(.page__last):not(.page__divider) {
    display: none;
  }
  .owl-prev:before {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .pagenavi .next:after,
  .pagenavi .prev:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    vertical-align: middle;
  }
  .slider {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 38px;
    padding: 0;
  }
  .slider .nav {
    display: none;
  }
  .slider__authors {
    margin: 0;
  }
  .slider__authors .slides {
    height: 165px;
  }
  .slider__authors .slide {
    margin-bottom: 0;
  }
  .guides .guides-tabs .guides-tabs-item a {
    padding: 7px 18px;
  }
  .guides .guides-row {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .guides .guides-row .guides-row-image {
    position: relative;
  }
  .guides .guides-row .guides-row-image .guides-row-image-btn {
    opacity: 1;
  }
  /*test*/
  .guides .guides-row .guides-row-info {
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column;*/
  }
  /*test*/
  .guides .guides-row .guides-row-title {
    font-size: 18px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e3e0e0;
    /*order: 1;*/
  }
  /*test*/
  .guides .guides-row .guides-row-info span{
    font-size: 0.9rem !important;
    margin: 0 3px;
  }
  .guides .guides-row .guides-row-excerpt {
    order: 3;
  }
  .guides .guides-row .guides-row-tags {
    order: 2;
  }
  .guides .guides-row .guides-row-tags-item {
    margin: 10px 30px 10px 0;
  }
  .footer .footer-desc .footer-desc-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .footer .footer-menu .footer-menu-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .pagenavi a,
  .pagenavi span,
  .pagenavi .page, {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .owl-prev,
  .pagenavi .next,
  .pagenavi .prev {
    font-size: 14px;
    font-size: 0.875rem;
    width: 55px;
  }
  .slider {
    text-align: center;
  }
  .slider .slide {
    width: 32.5%;
    margin: 0;
  }
  .slider__authors .slide {
    width: 35%;
    margin: 0 10px 20px 0;
  }
}
@media (min-width: 768px) {
  .__visibility__hide_768_to_up {
    display: none !important;
  }
  .navbar .navbar-header-text {
    display: none;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .dropdown-menu li a:hover {
    padding-left: 20px;
  }
  .__flex_768_to_up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .__flex_768_to_up div[class^="col"] {
    float: none;
  }
  .sidebar .sidebar-nav {
    background-color: #fafafa;
  }
}
@media (min-width: 480px) {
  .guides .guides-row-title {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}