/* ================== WIDGETS =================== */

@charset "UTF-8";
/* Widgets */
.widget {
  margin: 0 0 20px;
  background: #d6e5ec;
  min-width: 200px;
}

.widget-title, .widget-btitle, .widget-best-title {
  padding: 4px 0 5px;
  position: relative;
  color: #fff;
  background: #6792f0;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.widget-title{
  font-weight: bold;
}
.widget-title:before, .widget-btitle:before, .widget-best-title:before {
  content: "";
  display: block;
  position: absolute;
}
.widget-text {
    font-size: 14px;
}

.widget-content {
  padding: 8px;
}

.widget-list li {
  list-style-type: none;
  position: relative;
  margin: 5px 0;
  padding: 0 0 0 14px;
  font-size: 14px;
  color: #3c3c3c;
}
.widget-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: bold;
}
.widget-list li:first-child {
  margin-top: 2px;
}
.widget-list a {
  color: #3c3c3c;
}

.widget-gradient {
  padding: 10px 13px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZWZmMyIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0eff3), color-stop(70%, #ffffff), color-stop(71%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #e0eff3 0%, #ffffff 70%, #ffffff 71%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #e0eff3 0%, #ffffff 70%, #ffffff 71%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #e0eff3 0%, #ffffff 70%, #ffffff 71%, #ffffff 100%);
  background-image: linear-gradient(top, #e0eff3 0%, #ffffff 70%, #ffffff 71%, #ffffff 100%);
}
.widget-gradient .widget-title {
  color: #4768c8;
  background: none;
  text-align: left;
}
.widget-gradient .widget-content {
  padding: 5px 0 0;
}

/* End Widgets */


/* ================== WIDGET SUBSCRIBE =================== */

.widget-subscribe .widget-title:before {
  height: 11px;
  width: 14px;
  top: 7px;
  left: 8px;
  background: url('/massets/images/sprite.png') 0 -360px;
}

.widget-subscribe-list .form-item {
  margin: 0 0 4px;
  color: #4d4d4d;
  font-size: 13px;
}
.widget-subscribe-list .form-item:last-child {
  margin-top: 10px;
}
.widget-subscribe-list .checker {
  margin: 0 8px 0 0;
}

.form-subscribe-text {
  vertical-align: top;
  width: 100%;
  height: 23px;
  padding: 4px 27px 4px 7px;
  border: 0;
  background: #fff;
  font-size: 12px;
  color: #4d4d4d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form-subscribe-text::-webkit-input-placeholder {
  font-style: italic;
}
.form-subscribe-text::-moz-placeholder {
  font-style: italic;
}
.form-subscribe-text:-ms-input-placeholder {
  font-style: italic;
}

.form-subscribe-submit {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 3px 0 0 -20px;
  padding: 0;
  border: 0;
  color: #fff;
  background: #6792f0;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

/* ================== WIDGET IMAGE ====================== */

.widget-image {
  overflow: hidden;
  background: none;
  text-align: center;
}
.widget-image img {
  display: block;
}

/* ================== WIDGET ARTICLES LIST =============== */

.widget-articles-list {
  background: none;
  margin-bottom: 14px;
}
.widget-articles-list li {
  padding: 0;
  min-height: 18px;
}
.widget-articles-list a {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #4768c8;
}
.widget-articles-list a:after {
  content: "";
  display: block;
  height: 6px;
  width: 23px;
  position: absolute;
  top: 6px;
  right: 0;
  background: url('/massets/images/sprite.png') 0 -203px;
}

/* ================== WIDGET CONTENTS ==================== */
.widget-contents {
  background: none;
}
.widget-contents .widget-title {
  padding: 8px 0;
  background: #4768c8;
  line-height: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.widget-contents-list {
  counter-reset: list2;
  padding: 4px 0 0;
}
.widget-contents-list li {
  list-style-type: none;
  margin: 4px 0 4px -2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget-contents-list li:hover {
  background: #4768c8;
}
.widget-contents-list li:hover a {
  color: #fff;
}
.widget-contents-list li:hover a:before {
  color: #4768c8;
  background: #fff;
}
.widget-contents-list a {
  display: block;
  padding: 2px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
.widget-contents-list a:before {
  counter-increment: list2;
  content: counter(list2);
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  color: #fff;
  background: #4768c8;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget-contents-list a:hover {
  text-decoration: none;
}

/* ================== WIDGET TOP VIEWS =============== */

.widget-top-views {
  background: #fce6ba;
}
.widget-btop-views {
  background: white;
}
.widget-top-views .widget-title {
  padding-left: 25px;
  background: #ec8e3b;
  text-align: left;
}
.widget-btop-views .widget-btitle {
  background: #d2e8fa;
  color: black;
}
.widget-btop-views .widget-best-title {
  background: #33a0ec;
  color: white;
}
.widget-top-views .widget-title:before {
  height: 10px;
  width: 14px;
  top: 7px;
  left: 6px;
  background: url('/massets/images/sprite.png') 0 -320px;
}
.widget-btop-views .widget-btitle:before, .widget-btop-views .widget-best-title:before {
  height: 10px;
  width: 14px;
  top: 7px;
  left: 6px;
}
.widget-top-views .widget-list li:before {
  color: #f15732;
}
.widget-top-views .widget-list a {
  color: #700d14;
}
.new-books {
  color: black;
}
.books {
  color: white;
}

/* ================== WIDGET RECOMMEND ARTICLES =============== */

.widget-recommend-articles .widget-title:before {
  height: 12px;
  width: 4px;
  top: 6px;
  left: 10px;
  background: url('/massets/images/sprite.png') 0 -554px;
}

/* ================== WIDGET GLOBAL COUNTERS =================== */

.widget-global-counters {
  background: none;
  display: table;
  width: 100%;
}

.global-counter {
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  height: 83px;
  text-align: center;
  line-height: 83px;
  padding: 0 2px 0 0;
}
.global-counter .count {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  text-decoration: none;
}
.global-counter .count b {
  font-size: 26px;
  line-height: 28px;
}

.global-counter-inner {
  display: table;
  width: 100%;
  vertical-align: middle;
  background: rgba(61, 111, 219, 0.31);
  height: 83px;
  line-height: 80px;
  -webkit-border-radius: 5p;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid white;
}
.global-counter-inner:hover {
  background: #4768c8;
}

.counter-fav-articles {
  padding: 0 0 0 2px;
}

/* ================== WIDGET SOCIALS =================== */

.widget-socials {
  background: none;
  text-align: center;
}
.fb-like iframe {
   bottom:0!important;
}
#vk_like {
	display: inline-block;
	top: 2px;
}
#fb-root {
	display: none;
}
.fb-like {
	bottom: 3px;
	right: 7px;
}
#vk_like, .fb-like, #twitter-widget-0 {
	margin: 0 30px;
}
#twitter-widget-0 {
	margin-right: 60px;
}

/* ================== WIDGET LINKED ARTICLES ============= */

.widget-linked-articles .widget-title {
  padding-left: 30px;
}
.widget-linked-articles .widget-title:before {
  height: 8px;
  width: 22px;
  top: 8px;
  left: 0;
  background: url('/massets/images/sprite.png') 0 -239px;
}

/* ================== WIDGET CATEGORIES =================== */

.widget-categories {
  background: none;
  border: 0px solid #969696;
  /*padding: 3px 9px;*/
  color: #446191;
  font-size: 12px;
}
.widget-categories b {
  margin: 0 5px 0 0;
}
.widget-categories a {
  color: #446191;
  margin: 0 5px 0 0;
}

/* ================== WIDGET COMMENTS =================== */

#construct_hyperlink {
    display: none;
    margin:  10px 0;
}
#construct_hyperlink label {
    display: block;
    margin: 10px 0 0 0;
}
#construct_hyperlink input {
    width: 700px;
}
.widget-comments .form-item {
  margin: 10px 0 0;
}

.comment-item {
  color: #4d4d4d;
  font-size: 12px;
  font-style: italic;
  word-wrap: break-word;
}

.all-comments {
  margin: 5px 0 0;
}

.all-comments-container {
	position: relative;
	height: 20px;
}

.all-comments .also {
	position: absolute;
	left: 40%;
}

.all-comments .all {
	position: absolute;
	right: 0px;
}

.all-comments a {
  color: #3e3e3e;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.comment-message {
  resize: vertical;
  width: 100%;
  height: 41px;
  max-height: 200px;
  padding: 4px 7px;
  border: 1px solid #c5c9ca;
  color: #4d4d4d;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.comment-message::-webkit-input-placeholder {
  font-style: italic;
}
.comment-message::-moz-placeholder {
  font-style: italic;
}
.comment-message:-ms-input-placeholder {
  font-style: italic;
}
.comments-ul span {
	font-size: 13px;
}

/* ================== WIDGET FEEDBACKS =================== */

.widget-feedbacks .widget-title {
  
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  /*padding: 10px 13px;*/
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}
.widget-feedbacks .form-item {
  margin: 10px 0 0;
}
.turn90{
  display: block;
  -webkit-transform: translate(0%,100%) rotate(-90deg);
  -moz-transform: translate(0%,100%) rotate(-90deg);
  -ms-transform: translate(0%,100%) rotate(-90deg);
  -o-transform: translate(0%,100%) rotate(-90deg);
  transform: translate(0%,100%) rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
  top: calc(50% + 40px);
  width: 115px;
}
.form-subscribe-submitm{
  background: none repeat scroll 0 0 #6792f0;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px;
  text-shadow: 1px 1px 1px #808080;
}
.widget-feedbacks{
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 10px 13px;
  position: relative;
  margin: 0 0 20px;
  background: #d6e5ec;
  width: 180px;
}

.feedback-item {
  color: #4d4d4d;
  font-size: 12px;
  font-style: italic;
  word-wrap: break-word;
}

#review-short{
  text-align: justify;
}

.all-feedbacks {
  margin: 5px 19px 0 0;
}

.all-feedbacks-container {
	position: relative;
	height: 15px;
}

.all-feedbacks .also {
	position: absolute;
}

.all-feedbacks .all {
	position: absolute;
	right: 0px;
}

.all-feedbacks a {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  display: block;
  float: right;
  margin-right: 5px;
}

.feedback-message {
  resize: vertical;
  width: 100%;
  height: 41px;
  max-height: 200px;
  padding: 4px 7px;
  border: 1px solid #c5c9ca;
  color: #4d4d4d;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.feedback-message::-webkit-input-placeholder {
  font-style: italic;
}
.feedback-message::-moz-placeholder {
  font-style: italic;
}
.feedback-message:-ms-input-placeholder {
  font-style: italic;
}
.read-full:after{
  background: url("/massets/images/sprite.png") repeat scroll 0 -203px rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -25px;
  top: 6px;
  width: 23px;
}

/* ================== WIDGET TAGS =================== */

.widget-tags .widget-content {
  text-align: center;
  line-height: 130%;
}

.tag {
  margin: 0 3px;
}

.tag-small {
  font-size: 8pt;
}

.tag-normal {
  font-size: 9pt;
}

.tag-big {
  font-size: 10.5pt;
}

.tag-huge {
  font-size: 12pt;
}

/* ================== WIDGET MAIN PAGE =================== */

.top-widgets{
  background: none repeat scroll 0 0 #fff;
  border-spacing: 20px;
  display: table;
  margin-bottom:-20px;
  width: 100%;
}
.top-widgets .col{
  display: table-cell;
  vertical-align: top;
}
.widget-mviews .widget-content{
  background-color: #fce6ba;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.widget-mviews .widget-title{
  background-color: #ec8e3b;
  text-align: center;
}
.widget-content .subscribe-text{
  text-align: center;
}
.main-sub-form{
  text-align: center;
}
.quiz-sub{
  background-color: #ec8e3b;
  border: 2px solid #ec8e3b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: white;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 5px 8px;
  text-align: center;
  width: 90%;
}
.quiz-text{
  text-align: center;
}
.quiz-list li{
  margin-left: 15px;
}
.quiz-list li input{
  margin-left: -17px;
}
.ad-banners img {
    border-radius: 5px;
}