@import '../lib/css/font-awesome.min.css';
@import '../lib/css/bootstrap.min.css';
@import '../css/font.css';
/************** COLORS **************/
/************** SIZES **************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,100,100italic,300,300italic,400italic,500,500italic,700italic,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,vietnamese,cyrillic);
.button {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
.button.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
.button.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
.button.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
.button.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
.button.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
.button.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
.button.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #4e5968;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4 {
  font-size: 16px;
}
h1,
.h1 {
  font-size: 36px;
}
.form-control:focus {
  border-color: #4E5968;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #dbe2e8 inset !important;
  -moz-box-shadow: 0 0 0px 1000px #dbe2e8 inset !important;
  box-shadow: 0 0 0px 1000px #dbe2e8 inset !important;
}
.divider {
  width: 16px;
  height: 4px;
  background: #f85555;
  margin: 10px 0;
}
.post18plus {
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
.mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCS-light-thin.mCSB_scrollTools_vertical,
.mCS-dark-thin.mCSB_scrollTools_vertical {
  margin: 10px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3d446c;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}
.fancybox-overlay {
  background: url(../images/fancybox_overlay.png);
}
.fancybox-lock .fancybox-overlay {
  cursor: zoom-out;
}
.fancybox-opened {
  cursor: default;
}
.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.avatar.online,
.comment-avatar.online {
  box-shadow: 0 0 5px 0px rgba(6, 181, 60, 0.79) !important;
}
.toolTitle {
  position: relative;
}
.toolTitle:hover:after {
  background: rgba(74, 88, 102, 0.92);
  border: 1px solid #4A5866;
  border-radius: 5px;
  bottom: 26px;
  color: #D4EDFC;
  content: attr(tooltitle);
  left: 20%;
  padding: 3px 10px;
  position: absolute;
  z-index: 98;
  width: 220px;
  line-height: 18px;
}
.toolTitle:hover:before {
  border: solid;
  border-color: #4A5866 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  top: 60px;
}
.brighttheme-notice {
  background-color: #D4EDFC;
  border: 1px solid #75B9DD;
  color: #75B9DD;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.brighttheme-icon-notice {
  background-color: #75B9DD;
  color: #D4EDFC;
}
.brighttheme .ui-pnotify-title {
  color: #75B9DD;
}
.ui-pnotify-closer span:focus {
  outline: none !important;
}
.dropup {
  vertical-align: top;
  width: 290px;
  position: absolute;
  top: 10px;
}
.dropup.open .dropdown-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dropup button {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
  color: #a0b4c0;
  cursor: pointer;
  background: none;
  vertical-align: top;
  border: 0;
  outline: none;
}
.dropup .dropdown-menu {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dropup .dropdown-menu li {
  margin: 1px 2px;
  cursor: pointer;
  border: 1px solid #fff;
}
.dropup .dropdown-menu li:hover {
  border-color: #ccc;
}
.dropup .dropdown-menu li img {
  max-height: 24px;
}
html body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.428571429;
  color: #3c5b68;
  background: #f0f3f5;
  opacity: 0;
  overflow: hidden;
}

::selection{color: white; background: #737881}
::-moz-selection{color: white; background: #737881;}
html body[data-loaded="true"] {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html body.readingMode {
  background: #fff;
}
html body.readingMode .menu {
  left: -240px;
}
html body.readingMode .main {
  margin: 0;
}
html body.readingMode .main .chat,
html body.readingMode .main .news {
  right: -240px;
}
html body.readingMode .main .wrapper {
  margin: 0 !important;
}
html body.readingMode .main .wrapper header {
  margin-top: -71px;
}
html body.readingMode .main .wrapper .scroll {
  height: 100%;
}
html body.readingMode .main .wrapper .scroll #content {
  width: 100%;
}
html body.readingMode .main .wrapper .scroll #content .post {
  border: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html body.readingMode .main .wrapper .scroll #content .post.single .body .features {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
html body.readingMode .main .wrapper .scroll #content .post.single .body .features .share {
  top: 15px;
  left: 15px;
}
html body.readingMode .main .wrapper .scroll #content .post.single .body .features .reading {
  position: relative;
  top: 15px;
  right: 15px;
  float: right;
}
html body .menu {
  background-color: #fff;
  padding: 20px 15px 0px;
  z-index: 999;
  width: 240px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff 0%, #eaeef2 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eaeef2 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #eaeef2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eaeef2 100%);
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2), inset 0 0 2px 1px #fff;
  -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2), inset 0 0 2px 1px #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2), inset 0 0 2px 1px #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*	.search {
		position: relative;
		margin: 0 -35px 50px -15px;

		label {
			display: block;
			margin-bottom: 0px;

			.field {
				border: 0;
				border-top: 1px solid @search_border_top;
				border-bottom: 1px solid @search_border_bottom;
				margin: 0;
				display: block;
				width: 100%;
				color: @search_color;
				background-color: @search_bg;
				padding: 7px 35px 7px 15px;
				outline: none;
				.border-radius (20px 0 0 20px);
				.box-shadow (1px 1px 2px 0px @search_box_shadow, inset -1px 0 5px 0px @search_box_shadow_isset);
			}
			.fa-search {
				top: 8px;
				right: 10px;
				position: absolute;
				color: @search_icon;
				font-size: 16px;
			}
		}
		.submit {
			display: none;
		}
	}*/
  /*	nav {
		padding: 0 30px;

		ul {
			list-style: none;
			padding: 0;
			margin: 0;

			li {
				margin-bottom: 10px;

				&.open:before {
					.rotate (90);
				}
				&.has-children {
					position: relative;

					&:before {
						content: "\f0da";
						font-size: 12px;
						position: absolute;
						left: -15px;
						top: 3px;
						color: #8c9092;
					}
				}
				a {
					color: #414344;
					font-weight: 400;
					font-size: 15px;
				}
				.sub-menu {
					margin: 20px 0 30px 20px;
					display: none;
					list-style-type: circle;

					li {
						margin-bottom: 8px;
						font-size: 12px;

						a {
							color: #414344;
							outline: none;
							font-weight: 400;
							text-shadow: none;
						}
					}
				}
			}
		}
	}
	.social {
		text-align: center;

		a {
			margin: 0 2px;
			display: inline-block;

			img {
				width: 24px;
			}
		}
	}
	.banner {
		margin-top: 40px;

		aside {
			background: @banner_bg;
			text-align: center;
			padding: 30px 20px;
			color: @banner_color;
			.border-radius (6px);
			.box-shadow (none);

			h4 {
				color: @banner_title;
				border-bottom: 1px solid @banner_border;
				padding-bottom: 5px;
				margin-bottom: 5px;
			}
			p {
				margin: 0 0 10px;
			}
		}
	}*/
}
html body .menu h2 {
  font-size: 18px;
}
html body .menu .logo {
  margin: 0 20px 20px;
}
html body .menu .logo a img {
  margin-right: 5px;
  height: 40px;
}
html body .menu .logo a .logo_img {
  background: url(../images/cp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 25px;
  float: left;
  margin-right: 5px;
}
html body .menu .logo a span {
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 22px;
  font-weight: 700;
  color: #3d444b;
  display: block;
width:-webkit-calc(100% - 55px);
width:-moz-calc(100% - 55px);
width:calc(100% - 55px);
  text-align: right;
}
html body .menu .nav {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
html body .menu .nav li {
    width:33.333333333%;
  text-align: center;
}
html body .menu .nav li a {
  display: block;
  padding: 0;
  color: #4A5866;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
}
html body .menu .subScroll {
height:-webkit-calc(100% - 425px);
height:-moz-calc(100% - 425px);
height:calc(100% - 425px);
  margin-right: -15px;
}
html body .menu .subScroll .sub-menu {
  list-style-type: circle;
  padding: 0 15px 0 20px;
}
html body .menu .subScroll .sub-menu li {
  margin-bottom: 2px;
  font-size: 12px;
}
html body .menu .subScroll .sub-menu li a {
  color: #414344;
  outline: none;
  font-weight: 400;
  text-shadow: none;
}
html body .menu .subScroll .sub-menu li ul {
  padding-left: 15px;
  list-style-type: initial;
}
html body .menu .topScroll {
  height: 240px;
  margin: 0 -15px;
  border-top: 1px solid #CBD5DE;
}
html body .menu .topScroll .top {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body .menu .topScroll .top li {
  font-size: 12px;
  border-bottom: 1px solid #CBD5DE;
}
html body .menu .topScroll .top li:nth-child(1) .info .fa-trophy {
  font-size: 26px;
  color: #C98910;
}
html body .menu .topScroll .top li:nth-child(1) .info .line {
  -lh-property: 0;
width:-webkit-calc(100% - 75px);
width:-moz-calc(100% - 75px);
width:calc(100% - 75px);
}
html body .menu .topScroll .top li:nth-child(2) .info .fa-trophy {
  font-size: 20px;
  color: #A8A8A8;
}
html body .menu .topScroll .top li:nth-child(2) .info .line {
  -lh-property: 0;
width:-webkit-calc(100% - 75px);
width:-moz-calc(100% - 75px);
width:calc(100% - 75px);
}
html body .menu .topScroll .top li:nth-child(3) .info .fa-trophy {
  color: #965A38;
}
html body .menu .topScroll .top li:nth-child(3) .info .line {
  -lh-property: 0;
width:-webkit-calc(100% - 75px);
width:-moz-calc(100% - 75px);
width:calc(100% - 75px);
}
html body .menu .topScroll .top li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  color: #888;
  height: 52px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .menu .topScroll .top li a:hover {
  background: #E1E9F1;
}
html body .menu .topScroll .top li a .avatar {
  float: left;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
html body .menu .topScroll .top li a .avatar .online {
  border: 1px solid #06B53C;
}
html body .menu .topScroll .top li a .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .menu .topScroll .top li a .info {
  height: 32px;
  float: left;
  -lh-property: 0;
width:-webkit-calc(100% - 32px);
width:-moz-calc(100% - 32px);
width:calc(100% - 32px);
;
  padding-left: 10px;
  line-height: 32px;
}
html body .menu .topScroll .top li a .info .line {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  -lh-property: 0;
width:-webkit-calc(100% - 45px);
width:-moz-calc(100% - 45px);
width:calc(100% - 45px);
}
html body .menu .topScroll .top li a .info p {
  height: 32px;
  margin: 0;
}
html body .menu .topScroll .top li a .info p i {
  text-align: center;
  display: inline-block;
}
html body .menu .topScroll .top li a .info p i + i {
  border-left: 1px solid #ccc;
}
html body .menu .topScroll .top li a .info p .fa-trophy {
  vertical-align: middle;
  width: 25px;
}
html body .menu .topScroll .top li a .info p .fa-file-text {
  width: 20px;
  color: #4A5866;
  line-height: 20px;
}
html body .menu .topScroll .top li a .info p .count {
  width: 20px;
  font-style: normal;
  font-weight: bold;
  color: #4A5866;
  line-height: 20px;
}
html body.defScroll,
html body.defScroll .main {
  overflow: visible;
}
html body .main {
  margin-left: 240px;
  position: relative;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main.logged .chat,
html body .main.logged .news {
  z-index: 9;
  opacity: 1;
}
html body .main.logged .wrapper {
  margin-right: 240px;
}
html body .main .chat {
  width: 240px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  height: 65%;
  border-bottom: 2px solid #3D444B;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main .chat .status {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .chat .status.online {
  background: #06b53c;
}
html body .main .chat .status.offline {
  background: #575d67;
}
html body .main .chat .status.busy {
  background: #ee4749;
}
html body .main .chat .status.idle {
  background: #f7d227;
}
html body .main .chat .inner {
  height: 100%;
  background-color: #eaedf0;
  padding: 26px 30px 50px;
  position: relative;
  color: #3c5b68;
  border-left: 1px solid #c7d1d8;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWVkZjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: -moz-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: -o-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: linear-gradient(to right, #eaedf0 0%, #f0f3f5 100%);
  -webkit-box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
  -moz-box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
  box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
}
html body .main .chat .inner .title {
  font-size: 22px;
  color: #3d444b;
  line-height: 1;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBD5DE;
  position: relative;
  font-weight: 700;
  line-height: 34px;
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}
html body .main .chat .inner .tabs {
  margin: 0;
  padding: 0;
}
html body .main .chat .inner .tabs li {
  background-color: #f7f7f7;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
  display: inline-block;
  margin: 0 1px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html body .main .chat .inner .tabs li a {
  display: block;
  padding: 0.5em 1em;
}
html body .main .chat .inner .group {
  padding-top: 30px;
  margin: 0 -30px;
  height: 100%;
  overflow: auto;
}
html body .main .chat .inner .group strong {
  text-transform: uppercase;
  color: #3d444b;
  padding: 6px 30px;
  display: block;
}
html body .main .chat .inner .group a {
  padding: 4px 30px;
  display: block;
  position: relative;
  color: #5c5c5c;
  height: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
html body .main .chat .inner .group a.active:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html body .main .chat .inner .group a:hover,
html body .main .chat .inner .group a.active {
  background: #dbe2e8;
}
html body .main .chat .inner .group a:hover .close,
html body .main .chat .inner .group a.active .close {
  display: block;
}
html body .main .chat .inner .group a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #C7D1D8;
  left: 0;
  top: 50%;
  margin-top: -4px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .chat .inner .group a .avatar {
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 15px;
  width: 32px;
  height: 32px;
  z-index: 0;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
html body .main .chat .inner .group a .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .chat .inner .group a .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .main .chat .inner .group a .status {
  display: none;
}
html body .main .chat .inner .group a em {
  line-height: 32px;
  margin-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 135px;
  display: block;
  float: left;
}
html body .main .chat .inner .group a .badge {
  font-size: 9px;
  float: right;
  height: 20px;
  margin: 6px 0;
  position: absolute;
  right: 23px;
  width: 30px;
  background: none;
  color: #F85555;
  padding: 0;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .chat .inner .group a .close {
  position: absolute;
  right: 8px;
  font-size: 12px;
  top: 13px;
  display: none;
}
html body .main .chat .conversation {
  position: absolute;
  right: 240px;
  width: 340px;
  background: #dbe2e8;
  top: 0;
  padding: 10px 20px;
  display: none;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .main .chat .conversation.resized {
  -lh-property: 0;
width:-webkit-calc(100vw -  480px);
width:-moz-calc(100vw -  480px);
width:calc(100vw -  480px);
  top: 70px !important;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
html body .main .chat .conversation.resized .scroll {
  -lh-property: 0;
height:-webkit-calc(100vh - 224px);
height:-moz-calc(100vh - 224px);
height:calc(100vh - 224px);
}
html body .main .chat .conversation.resized .footer {
  height: 93px;
}
html body .main .chat .conversation.resized .footer textarea {
  height: 60px;
  max-height: 60px;
  resize: none;
}
html body .main .chat .conversation .header {
  padding: 10px 4px;
  font-size: 14px;
  border-bottom: 1px solid #B8C5D1;
  -webkit-box-shadow: 0 1px 0 0 #edf0f2;
  -moz-box-shadow: 0 1px 0 0 #edf0f2;
  box-shadow: 0 1px 0 0 #edf0f2;
}
html body .main .chat .conversation .header .close {
  font-size: 14px;
  line-height: 20px;
}
html body .main .chat .conversation .header .lang {
  font-size: 14px;
  line-height: 20px;
  float: right;
  margin-right: 10px;
  color: #C0C2C4;
  text-shadow: 0 1px 0 #fff;
}
html body .main .chat .conversation .header .lang.active {
  color: #4A5866;
}
html body .main .chat .conversation .header .resize {
  float: right;
  margin-right: 10px;
  color: black;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
html body .main .chat .conversation .header .resize:hover {
  opacity: .5;
}
html body .main .chat .conversation .header .name {
  color: #8c9ba6;
  font-weight: bold;
}
html body .main .chat .conversation .header small {
  color: #8c9ba6;
}
html body .main .chat .conversation .scroll {
  position: relative;
  height: 300px;
  padding: 10px;
  margin: 0 -10px;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .main .chat .conversation .scroll .body {
  list-style: none;
  padding: 10px 0 10px 8px;
  overflow: auto;
  margin: 0 -12px;
  -lh-property: 0;
width:-webkit-calc(100% + 12px);
width:-moz-calc(100% + 12px);
width:calc(100% + 12px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .main .chat .conversation .scroll .body .mCSB_inside > .mCSB_container {
  padding-right: 8px;
}
html body .main .chat .conversation .scroll .body li {
  position: relative;
  clear: both;
  float: left;
  /*&.me {
							float: right;

							.box {
								padding: 0 55px 0 10px;

								p:first-child:after {
									border-right: 7px solid transparent;
									border-left: 0;
									right: -7px;
									left: auto;
								}
							}
							.avatar_time {
								left: auto;
								right: 0;
							}
						}
						&.user + .user .avatar_time, &.user + .user .box p:after, &.me + .me .avatar_time, &.me + .me .box p:after {
							display: none;
						}
						&.user + .me, &.me + .user {
							margin-top: 15px;
						}
						.avatar_time {
							position: absolute;
							top: 0;
							left: 0;
							right: auto;

							.avatar {
								overflow: hidden;
								margin: auto;
								width: 32px;
								height: 32px;
								z-index: 0;
								position: relative;
								.border-radius (32px);

								img {
									position: absolute;
									top: 50%;
									left: 50%;
									z-index: 0;
									.translate3d (-50%, -50%, 0);
								}
							}
							.time {
								width: 48px;
							}
						}*/
}
html body .main .chat .conversation .scroll .body li.me {
  float: right;
}
html body .main .chat .conversation .scroll .body li.me .box {
  padding: 0 55px 0 10px;
}
html body .main .chat .conversation .scroll .body li.me .box p:first-child:after {
  border-right: 7px solid transparent;
  border-left: 0;
  right: -7px;
  left: auto;
}
html body .main .chat .conversation .scroll .body li.me .avatar {
  left: auto;
  right: 7px;
}
html body .main .chat .conversation .scroll .body li.me .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .chat .conversation .scroll .body li.user + .user .avatar,
html body .main .chat .conversation .scroll .body li.user + .user .box p:after,
html body .main .chat .conversation .scroll .body li.me + .me .avatar,
html body .main .chat .conversation .scroll .body li.me + .me .box p:after {
  display: none;
}
html body .main .chat .conversation .scroll .body li.user + .me,
html body .main .chat .conversation .scroll .body li.me + .user {
  margin-top: 15px;
}
html body .main .chat .conversation .scroll .body li .avatar {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 7px;
  right: auto;
  width: 32px;
  height: 32px;
  z-index: 0;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
html body .main .chat .conversation .scroll .body li .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .chat .conversation .scroll .body li .avatar:hover + span:before,
html body .main .chat .conversation .scroll .body li .avatar:hover + span:after {
  display: block;
}
html body .main .chat .conversation .scroll .body li .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .main .chat .conversation .scroll .body li > span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
html body .main .chat .conversation .scroll .body li > span[data-placement="left"] {
  left: auto;
  right: 0;
}
html body .main .chat .conversation .scroll .body li > span:before,
html body .main .chat .conversation .scroll .body li > span:after {
  content: '';
  position: absolute;
  display: none;
  opacity: 0.85;
}
html body .main .chat .conversation .scroll .body li > span:before {
  content: attr(data-tooltip);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
}
html body .main .chat .conversation .scroll .body li > span:after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
html body .main .chat .conversation .scroll .body li > span[data-placement="left"]:before {
  top: 0;
  right: 45px;
  margin-right: 10px;
}
html body .main .chat .conversation .scroll .body li > span[data-placement="left"]:after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 45px;
  margin-top: 7px;
  margin-right: 4px;
}
html body .main .chat .conversation .scroll .body li > span[data-placement="right"]:before {
  top: 0;
  left: 45px;
  margin-left: 10px;
}
html body .main .chat .conversation .scroll .body li > span[data-placement="right"]:after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 45px;
  margin-top: 7px;
  margin-left: 4px;
}
html body .main .chat .conversation .scroll .body li .box {
  padding: 0 10px 0 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
html body .main .chat .conversation .scroll .body li .box p {
  padding: 3px 10px;
  min-height: 28px;
  margin: 0 0 5px;
  background: #fff;
  border: 1px solid;
  position: relative;
  max-width: 100%;
  line-height: 20px;
  word-break: break-word;
  white-space: pre-line;
  border-color: #B8C5D1 #B8C5D1 #C1CAD2 #C1CAD2;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
html body .main .chat .conversation .scroll .body li .box p:first-child:after {
  position: absolute;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #C1CAD2;
  border-left: 7px solid transparent;
  border-right: 0;
  left: -7px;
  right: auto;
}
html body .main .chat .conversation .scroll .body li .box p .smile {
  max-height: 24px;
}
html body .main .chat .conversation .scroll .body li .box p .image {
  width: 180px;
  height: 150px;
  display: block !important;
  cursor: pointer;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body .main .chat .conversation .scroll .body li .box p .image img {
  max-width: 180px;
  max-height: 150px;
}
html body .main .chat .conversation .scroll .body li .box p .image .play {
  position: absolute;
  display: block;
  background: url(https://s.ytimg.com/yts/img/favicon_96-vfldSA3ca.png);
  background-size: cover;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
html body .main .chat .conversation .footer {
  padding: 10px 4px;
  position: relative;
  border-top: 1px solid #edf0f2;
  -webkit-box-shadow: 0 -1px 0 0 #B8C5D1;
  -moz-box-shadow: 0 -1px 0 0 #B8C5D1;
  box-shadow: 0 -1px 0 0 #B8C5D1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .main .chat .conversation .footer textarea {
  background: #fff;
  border: 1px solid #CBD5DE;
  color: #737881;
  max-height: 100px !important;
  padding-right: 35px;
  height: 35px;
  font-size: 12px;
  resize: vertical;
  outline: none;
  margin: 0 -5px;
  -lh-property: 0;
width:-webkit-calc(100% + 10px);
width:-moz-calc(100% + 10px);
width:calc(100% + 10px);
}
html body .main .news {
  width: 240px;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 35%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main .news .inner {
  height: 100%;
  background-color: #eaedf0;
  position: relative;
  color: #3c5b68;
  border-left: 1px solid #c7d1d8;
  overflow: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYWVkZjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjNmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: -moz-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: -o-linear-gradient(left, #eaedf0 0%, #f0f3f5 100%);
  background-image: linear-gradient(to right, #eaedf0 0%, #f0f3f5 100%);
  -webkit-box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
  -moz-box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
  box-shadow: inset 2px 0 3px 0 rgba(0, 0, 0, 0.08), -1px 0 2px 0 #fff;
}
html body .main .news .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow-x: hidden;
}
html body .main .news .inner ul li {
  font-size: 12px;
  border-bottom: 1px solid #CBD5DE;
}
html body .main .news .inner ul li.notification-success a .fa {
  background: #00a651;
}
html body .main .news .inner ul li.notification-secondary a .fa {
  background: #ee4749;
}
html body .main .news .inner ul li.notification-primary a .fa {
  background: #303641;
}
html body .main .news .inner ul li.notification-danger a .fa {
  background: #cc2424;
}
html body .main .news .inner ul li.notification-info a .fa {
  background: #21a9e1;
}
html body .main .news .inner ul li.notification-warning a .fa {
  background: #fad839;
}
html body .main .news .inner ul li:last-child {
  border-bottom: 0;
}
html body .main .news .inner ul li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  color: #888;
  min-height: 54px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .news .inner ul li a:hover {
  background: #E1E9F1;
}
html body .main .news .inner ul li a .avatar {
  float: left;
  overflow: hidden;
  z-index: 1;
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
html body .main .news .inner ul li a .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .news .inner ul li a .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .main .news .inner ul li a .info {
  padding-left: 40px;
}
html body .main .news .inner ul li a .info .fa {
  display: block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  width: 28px;
  height: 24px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
html body .main .news .inner ul li a .info .line {
  display: block;
}
html body .main .news .inner ul li a .info .line + .line {
  margin-top: 5px;
}
html body .main .news .inner ul li a .info .line strong {
  color: #3D444B;
}
html body .main .wrapper {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main .wrapper header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 30px 0;
}
html body .main .wrapper header .content {
  border-bottom: 1px solid #CBD5DE;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
}
html body .main .wrapper header .content .leftProfile {
  -lh-property: 0;
width:-webkit-calc(100% - 200px);
width:-moz-calc(100% - 200px);
width:calc(100% - 200px);
  float: left;
}
html body .main .wrapper header .content .rightOptions {
  width: 200px;
  float: left;
}
html body .main .wrapper header .content .profile {
  color: #3d444b;
  font-size: 14px;
  line-height: 45px;
}
html body .main .wrapper header .content .profile .avatar {
  float: left;
  margin-right: 5px;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
html body .main .wrapper header .content .profile .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .wrapper header .content .profile span {
  white-space: nowrap;
  -lh-property: 0;
max-width:-webkit-calc(100% - 70px);
max-width:-moz-calc(100% - 70px);
max-width:calc(100% - 70px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
html body .main .wrapper header .content .register {
  float: right;
}
html body .main .wrapper header .content .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 8px 5px;
}
html body .main .wrapper header .content .form-group .input-group {
  width: 150px;
  background: #DBE2E8;
  border: 1px solid #CBD5DE;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
html body .main .wrapper header .content .form-group .input-group.focused {
  border-color: rgba(98, 111, 133, 0.5);
}
html body .main .wrapper header .content .form-group .input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  border: 0;
  background: none;
  position: relative;
}
html body .main .wrapper header .content .form-group .input-group .input-group-addon .fa:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(105, 112, 143, 0.56);
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
}
html body .main .wrapper header .content .form-group .input-group .form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  color: #777;
  border: 0;
  background: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html body .main .wrapper header .content .form-group .input-group .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html body .main .wrapper header .content .login {
  text-align: right;
  height: 50px;
  float: right;
}
html body .main .wrapper header .content .btn-login {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper header .content .btn-login.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .main .wrapper header .content .btn-login.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper header .content .btn-login.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper header .content .btn-login.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .main .wrapper header .content .btn-login.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .main .wrapper header .content .btn-login.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .main .wrapper header .content .btn-login.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper header .content .btn-login.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper header .content .btn-login.btn-register {
  background: #4A5866 !important;
  color: #F0F3F5 !important;
  border: 1px solid #4A5866 !important;
}
html body .main .wrapper header .content .btn-login.btn-register:hover {
  background: #4A5866 !important;
  border-color: #3D444B !important;
}
html body .main .wrapper header .content .conf {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .main .wrapper header .content .conf > li {
  float: right;
  margin-right: 2.5px;
}
html body .main .wrapper header .content .conf > li.newPostDropdown {
  position: static;
}
html body .main .wrapper header .content .conf > li.open > a {
  background: #DBE2E8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
html body .main .wrapper header .content .conf > li.open > a.bell:hover .fa,
html body .main .wrapper header .content .conf > li.open > a.cog:hover .fa {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes bell{ 0%{ -webkit-transform: rotate(0deg); } 25%{ -webkit-transform: rotate(-7deg); } 50%{ -webkit-transform: rotate(0deg); } 75%{ -webkit-transform: rotate(7deg); } 100%{ -webkit-transform: rotate(0deg); }}
@-moz-keyframes bell{ 0%{ -moz-transform: rotate(0deg); } 25%{ -moz-transform: rotate(-7deg); } 50%{ -moz-transform: rotate(0deg); } 75%{ -moz-transform: rotate(7deg); } 100%{ -moz-transform: rotate(0deg); }}
@-o-keyframes bell{ 0%{ -o-transform: rotate(0deg); } 25%{ -o-transform: rotate(-7deg); } 50%{ -o-transform: rotate(0deg); } 75%{ -o-transform: rotate(7deg); } 100%{ -o-transform: rotate(0deg); }}
@keyframes bell{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 25%{-webkit-transform: rotate(-7deg);-moz-transform: rotate(-7deg);-ms-transform: rotate(-7deg);transform: rotate(-7deg); } 50%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 75%{-webkit-transform: rotate(7deg);-moz-transform: rotate(7deg);-ms-transform: rotate(7deg);transform: rotate(7deg); } 100%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); }}

@-webkit-keyframes cog{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(359deg); }}
@-moz-keyframes cog{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(359deg); }}
@-o-keyframes cog{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(359deg); }}
@keyframes cog{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(359deg);-moz-transform: rotate(359deg);-ms-transform: rotate(359deg);transform: rotate(359deg); }}

html body .main .wrapper header .content .conf > li > a {
  position: relative;
  display: block;
  padding: 13px 13px;
  color: #737881;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper header .content .conf > li > a .fa {
  font-size: 22px;
  transform: rotate(0deg);
}
html body .main .wrapper header .content .conf > li > a .badge {
  position: absolute;
  padding: 2px;
  font-size: 10px;
  right: 5px;
  top: 5px;
  min-width: 17px;
  line-height: 12px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu {
  background: #DBE2E8;
  border: 1px solid #D9DCDF;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  top: 60px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
}
html body .main .wrapper header .content .conf > li .dropdown-menu.newPost {
    left: 10px;
    top: 71px;
    right: 10px;
    position: fixed;
    margin: auto;
    max-width: 800px;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.6);
}
html body .main .wrapper header .content .conf > li .dropdown-menu.newPost:before {
	right: calc((800px - (100vw - 480px) ) / 2 + 195px);
}
html body .main .wrapper header .content .conf > li .dropdown-menu.newPost > li.dropdown-header p {
  font-size: 24px;
  font-weight: 400;
}
html body .main .wrapper header .content .conf > li .dropdown-menu.notifications {
  width: 370px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #DBE2E8;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li {
  display: block;
  border-bottom: 1px solid #CBD5DE;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li.dropdown-header p {
  background: #E1E9F1;
  padding: 12px 20px;
  margin: 0;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li.dropdown-header p a {
  color: #F85555;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li.dropdown-footer {
  border-bottom: 0;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li.dropdown-footer a {
  background: #E1E9F1;
  padding: 12px 20px;
  color: #F85555;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li iframe {
  width: 100%;
  height: 480px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list.scroll {
  height: 284px;
  overflow: auto;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li {
  font-size: 12px;
  border-bottom: 1px solid #CBD5DE;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-success a .fa {
  background: #00a651;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-secondary a .fa {
  background: #ee4749;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-primary a .fa {
  background: #303641;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-danger a .fa {
  background: #cc2424;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-info a .fa {
  background: #21a9e1;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li.notification-warning a .fa {
  background: #fad839;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li:last-child {
  border-bottom: 0;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  color: #888;
  min-height: 54px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a:hover {
  background: #E1E9F1;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .avatar {
  float: left;
  overflow: hidden;
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .info {
  padding-left: 40px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .info .fa {
  display: block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  width: 28px;
  height: 24px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .info .line {
  display: block;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .info .line + .line {
  margin-top: 5px;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li .dropdown-menu-list li a .info .line strong {
  color: #3D444B;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li #cke_new_post {
  border: 0;
  box-shadow: none;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li #cke_new_post .cke_top {
  background: #E1E9F1;
  border-bottom-color: #CBD5DE;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNFMUU5RjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0I4QzVEMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: -moz-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: -o-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: linear-gradient(to bottom, #E1E9F1 0%, #B8C5D1 100%);
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li #cke_new_post .cke_top .cke_toolgroup,
html body .main .wrapper header .content .conf > li .dropdown-menu > li #cke_new_post .cke_top .cke_combo_button {
  border-bottom-color: #5E6E79;
}
html body .main .wrapper header .content .conf > li .dropdown-menu > li #cke_new_post .cke_bottom {
  border-top-color: #CBD5DE;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNFMUU5RjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0I4QzVEMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: -moz-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: -o-linear-gradient(top, #E1E9F1 0%, #B8C5D1 100%);
  background-image: linear-gradient(to bottom, #E1E9F1 0%, #B8C5D1 100%);
}
html body .main .wrapper .scroll {
    height:-webkit-calc(100% - 71px);
    height:-moz-calc(100% - 71px);
    height:calc(100% - 71px);
  position: relative;
}
html body .main .wrapper .scroll .mCSB_container #content .grid {
  width: 100%;
}
html body .main .wrapper .scroll #content {
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main .wrapper .scroll #content .grid {
  margin: auto;
width:-webkit-calc(100% + 20px);
width:-moz-calc(100% + 20px);
width:calc(100% + 20px);
}
html body .main .wrapper .scroll #content .grid .grid-item.hidden {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 5000px) and (min-width: 1750px) {
  html body .main .wrapper .scroll #content .grid .grid-item {
    -lh-property: 0;
    width:25%;
    padding: 1%;
  }
}
@media (max-width: 1749px) and (min-width: 1600px) {
  html body .main .wrapper .scroll #content .grid .grid-item {
    -lh-property: 0;
    width:33.333333333%;
    padding: 1%;
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  html body .main .wrapper .scroll #content .grid .grid-item {
    -lh-property: 0;
      width:50%;
    padding: 1%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  html body .main .wrapper .scroll #content .grid .grid-item {
    padding: 15px 0px;
    float: none;
  }
}
@media (max-width: 992px) {
  html body .main .wrapper .scroll #content .grid .grid-item {
    padding: 15px 0px;
    float: none;
  }
}
html body .main .wrapper .scroll #content nav .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
html body .main .wrapper .scroll #content nav .pagination li {
  display: inline;
}
html body .main .wrapper .scroll #content nav .pagination li:first-child > a,
html body .main .wrapper .scroll #content nav .pagination li:first-child > span {
  background: none;
  border: 0;
}
html body .main .wrapper .scroll #content nav .pagination li:nth-child(2) > a,
html body .main .wrapper .scroll #content nav .pagination li:nth-child(2) > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
html body .main .wrapper .scroll #content nav .pagination li:last-child > a,
html body .main .wrapper .scroll #content nav .pagination li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
html body .main .wrapper .scroll #content nav .pagination li.disabled a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
html body .main .wrapper .scroll #content nav .pagination li.active a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
html body .main .wrapper .scroll #content nav .pagination li a,
html body .main .wrapper .scroll #content nav .pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
html body .main .wrapper .scroll #content .os-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 255px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/back-to-top-arrow.png);
  background-position: center 9px;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .os-back-to-top:hover {
  background-color: #e24141;
  background-position: center 7px;
}
html body .main .wrapper .scroll #content .post {
  border: 1px solid #d1d7dc;
  background: #fff;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
}
html body .main .wrapper .scroll #content .post * {
/*  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}
html body .main .wrapper .scroll #content .post.single {
  max-width: 900px;
  margin: 30px auto 20px;
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .title:after {
  content: '';
  display: block;
  height: 4px;
  width: 80px;
  background: #f85555;
  position: absolute;
  bottom: 0;
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .content .search {
  position: relative;
  margin-top: 30px;
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .content .search label {
  display: block;
  margin-bottom: 0px;
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .content .search label .field {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  padding: 8px;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 2px 0px #fff, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px 0px #fff, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px #fff, inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
html body .main .wrapper .scroll #content .post.single.error-404 .body .content .search .submit {
  display: none;
}
html body .main .wrapper .scroll #content .post.single.page .body .title {
  position: relative;
  padding-bottom: 20px;
}
html body .main .wrapper .scroll #content .post.single.page .body .title:after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  background: #f85555;
  position: absolute;
  bottom: 0;
}
html body .main .wrapper .scroll #content .post.single.page .body .content form {
  margin-top: 40px;
}
html body .main .wrapper .scroll #content .post.single.page .body .content form .form-group label {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
}
html body .main .wrapper .scroll #content .post.single.page .body .content form .form-group textarea {
  max-width: 100%;
  max-height: 100px;
}
html body .main .wrapper .scroll #content .post.single.page .body .content .panel-group .panel .panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}
html body .main .wrapper .scroll #content .post.single .body {
  padding: 50px;
}
html body .main .wrapper .scroll #content .post.single .body .features {
  position: relative;
}
html body .main .wrapper .scroll #content .post.single .body .features .share {
  top: -34px;
  left: -31px;
}
html body .main .wrapper .scroll #content .post.single .body .features .share .fa {
  font-size: 20px;
  line-height: 24px;
  padding-right: 15px;
  color: #8bacc9;
  margin-right: 15px;
  border-right: 1px solid #e6eef2;
}
html body .main .wrapper .scroll #content .post.single .body .features .share .caption {
  line-height: 24px;
  border: 0;
  padding: 0;
  color: #8bacc9;
}
html body .main .wrapper .scroll #content .post.single .body .features .share .social a img {
  padding: 0 6px;
  width: 36px;
}
html body .main .wrapper .scroll #content .post.single .body .features .reading {
  position: absolute;
  display: block;
  top: -34px;
  right: -34px;
}
html body .main .wrapper .scroll #content .post.single .body .features .reading:hover .fa,
html body .main .wrapper .scroll #content .post.single .body .features .reading:hover span {
  color: #f98181;
}
html body .main .wrapper .scroll #content .post.single .body .features .reading .fa {
  font-size: 20px;
  color: #8bacc9;
  float: right;
  line-height: 24px;
}
html body .main .wrapper .scroll #content .post.single .body .features .reading span {
  border-right: 1px solid #e6eef2;
  padding-right: 15px;
  line-height: 24px;
  float: right;
  color: #8bacc9;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 15px;
}
html body .main .wrapper .scroll #content .post.single .body .title {
  margin: 30px 0;
}
html body .main .wrapper .scroll #content .post.single .body .title a,
html body .main .wrapper .scroll #content .post.single .body .title p {
  font-weight: 700;
  color: #2c2d2f;
  line-height: 50px;
  font-size: 28px;
}
html body .main .wrapper .scroll #content .post.single .body .title a:hover,
html body .main .wrapper .scroll #content .post.single .body .title a:focus {
  text-decoration: underline;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0px;
  margin-bottom: 30px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .date {
  float: left;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .author {
  float: left;
  border-left: 1px solid #e6e6e6;
  margin-left: 8px;
  padding-left: 8px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .author strong a {
  color: #111;
  border-bottom: 1px solid #111;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li {
  float: right;
  margin: 0 0 3px 3px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .tags li a.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li {
  float: right;
  margin: 0 0 3px 3px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .body .metaTop .categories li a.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post.single .body .media {
  padding: 0;
  margin-bottom: 30px;
}
html body .main .wrapper .scroll #content .post.single .body .media .figure a {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post.single .body .media .figure a figure {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post.single .body .content {
  color: #5c5c5c;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
html body .main .wrapper .scroll #content .post.single .body .content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
html body .main .wrapper .scroll #content .post.single .meta .date {
  padding: 6px 0 6px 20px;
  float: right;
  line-height: 20px;
  text-transform: uppercase;
}
html body .main .wrapper .scroll #content .post.single .meta .date .fa {
  font-size: 11px;
  margin-right: 5px;
}
html body .main .wrapper .scroll #content .post.single .meta .date time {
  font-size: 11px;
}
html body .main .wrapper .scroll #content .post.single .catTags {
  background-color: #f1f6f8;
  border-top: 1px solid #dfe4e7;
  -webkit-border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories,
html body .main .wrapper .scroll #content .post.single .catTags .tags {
  list-style: none;
  margin: 0;
  padding: 15px 0 10px 20px;
  float: left;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li,
html body .main .wrapper .scroll #content .post.single .catTags .tags li {
  margin: 0 3px 3px 0;
  float: left;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.medium,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.medium.btn-login,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.medium.btn-login:hover,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.small,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.small.btn-tag,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.small.btn-tag:hover,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.small.btn-cat,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .post.single .catTags .categories li a.small.btn-cat:hover,
html body .main .wrapper .scroll #content .post.single .catTags .tags li a.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .post:hover .body .share {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html body .main .wrapper .scroll #content .post .body {
  position: relative;
}
html body .main .wrapper .scroll #content .post .body .share {
  position: absolute;
  left: 12px;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fa html body .main .wrapper .scroll #content .post .body .share.active:before {
  content: '\f068';
}
html body .main .wrapper .scroll #content .post .body .share.active .caption {
  display: none;
}
html body .main .wrapper .scroll #content .post .body .share.active .social {
  display: inline-block;
}
html body .main .wrapper .scroll #content .post .body .share:hover {
  cursor: pointer;
}
html body .main .wrapper .scroll #content .post .body .share:hover .fa,
html body .main .wrapper .scroll #content .post .body .share:hover .caption {
  color: #f98181;
}
html body .main .wrapper .scroll #content .post .body .share .fa {
  vertical-align: middle;
  line-height: 16px;
  font-size: 10px;
  color: #60717e;
  padding-right: 6px;
}
html body .main .wrapper .scroll #content .post .body .share .caption {
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #60717e;
  padding-left: 10px;
  border-left: 1px solid #ccd9e2;
}
html body .main .wrapper .scroll #content .post .body .share .social {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}
html body .main .wrapper .scroll #content .post .body .share .social a {
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
html body .main .wrapper .scroll #content .post .body .share .social a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html body .main .wrapper .scroll #content .post .body .share .social a img {
  padding: 0 4px;
  width: 25px;
}
html body .main .wrapper .scroll #content .post .body .shortTime {
  position: absolute;
  right: 12px;
  top: 5px;
}
html body .main .wrapper .scroll #content .post .body .editPost {
  position: absolute;
  right: 68px;
  top: 5px;
}
html body .main .wrapper .scroll #content .post .body .media {
  padding: 30px;
  margin: 0;
}
html body .main .wrapper .scroll #content .post .body .media .figure a {
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post .body .media .figure a:hover .shade {
  background: rgba(0, 0, 0, 0.4);
}
html body .main .wrapper .scroll #content .post .body .media .figure a:hover .fa {
  bottom: 50%;
}
html body .main .wrapper .scroll #content .post .body .media .figure a figure {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post .body .media .figure a figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
html body .main .wrapper .scroll #content .post .body .media .figure a figure .shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html body .main .wrapper .scroll #content .post .body .media .figure a figure .fa {
  position: absolute;
  bottom: -50%;
  left: 50%;
  font-size: 48px;
  margin: 0 0 -24px -24px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html body .main .wrapper .scroll #content .post .body .content {
  padding: 15px 30px 30px;
}
html body .main .wrapper .scroll #content .post .body .content .title {
  margin-top: 0px;
}
html body .main .wrapper .scroll #content .post .body .content .title a {
  font-weight: 700;
  color: #2c2d2f;
  font-size: 18px;
  line-height: 28px;
  font-family: "ff-meta-serif-web-pro", "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid transparent;
  word-break: break-word;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
html body .main .wrapper .scroll #content .post .body .content .title a:hover {
  border-color: #2c2d2f;
}
html body .main .wrapper .scroll #content .post .body .content .summary {
  color: #5c5c5c;
  font-weight: 300;
}
html body .main .wrapper .scroll #content .post .body .content .summary .more {
  margin-top: 15px;
}
html body .main .wrapper .scroll #content .post .body .content .summary .more a {
  display: inline-block;
  color: #428bca;
  background: #f4f9fc;
  border-bottom: 1px solid #55aded;
  padding: 3px 4px 1px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
html body .main .wrapper .scroll #content .post .body .content .summary .more a:hover {
  border-bottom: 1px solid #1287cc;
  background-color: #fff;
  color: #428bca;
}
html body .main .wrapper .scroll #content .post .meta {
  background-color: #f1f6f8;
  border-top: 1px solid #dfe4e7;
  -webkit-border-radius: 0 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post .meta .author {
  padding: 10px;
  float: left;
width:-webkit-calc(100% - 120px);
width:-moz-calc(100% - 120px);
width:calc(100% - 120px);
}
html body .main .wrapper .scroll #content .post .meta .author .avatar {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
html body .main .wrapper .scroll #content .post .meta .author .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .wrapper .scroll #content .post .meta .author .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html body .main .wrapper .scroll #content .post .meta .author .info {
  float: left;
  line-height: 32px;
  -lh-property: 0;
max-width:-webkit-calc(100% - 65px);
max-width:-moz-calc(100% - 65px);
max-width:calc(100% - 65px);
}
html body .main .wrapper .scroll #content .post .meta .author .info .name {
  font-size: 12px;
}
html body .main .wrapper .scroll #content .post .meta .author .info .name strong a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  white-space: nowrap;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo {
  float: right;
  background: #eaf2f5;
  line-height: 11px;
  min-height: 52px;
  width: 120px;
  text-align: center;
  -webkit-border-radius: 0 0 6px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 6px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 6px 0;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo a,
html body .main .wrapper .scroll #content .post .meta .metaInfo p {
  display: block;
  cursor: default;
  text-align: center;
  height: 52px;
  float: right;
  padding: 7px 5px;
  -lh-property: 0;
width:33.33333333%;
  border-left: 1px solid #DFE4E7;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo a:not(.liked):hover {
  cursor: pointer;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo a:not(.liked):hover .fa {
  color: #ed5755;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo a.liked .fa {
  color: #ed5755;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo p {
  margin: 0;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo .fa {
  line-height: 20px;
  color: #a9c9e2;
  vertical-align: middle;
  display: block;
}
html body .main .wrapper .scroll #content .post .meta .metaInfo .metaCount {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}
html body .main .wrapper .scroll #content .comments-list {
  margin: 30px auto 0;
  padding: 0;
  position: relative;
  max-width: 900px;
}
html body .main .wrapper .scroll #content .comments-list:before {
  content: '';
  background: #CBD5DE;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 24px;
  top: 0;
}
html body .main .wrapper .scroll #content .comments-list:after {
  content: '';
  position: absolute;
  background: #CBD5DE;
  bottom: 0;
  left: 21px;
  width: 8px;
  height: 8px;
  border: 3px solid #CBD5DE;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
html body .main .wrapper .scroll #content .comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
html body .main .wrapper .scroll #content .comments-list li .comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
html body .main .wrapper .scroll #content .comments-list li .comment-main-level.active:before {
  content: '';
  background: red;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -55px;
  top: 21px;
  z-index: 1;
  border-radius: 20px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-avatar {
  width: 50px;
  height: 50px;
  position: relative;
  float: left;
  border: 3px solid #FFF;
  overflow: hidden;
  -webkit-border-radius: 65px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 65px;
  -moz-background-clip: padding;
  border-radius: 65px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
html body .main .wrapper .scroll #content .comments-list li .comment-avatar .online {
  border: 1px solid #06B53C;
}
html body .main .wrapper .scroll #content .comments-list li .comment-avatar img {
  width: 100%;
  height: 100%;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box {
  -lh-property: 0;
width:-webkit-calc(100% - 70px);
width:-moz-calc(100% - 70px);
width:calc(100% - 70px);
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
html body .main .wrapper .scroll #content .comments-list li .comment-box:before,
html body .main .wrapper .scroll #content .comments-list li .comment-box:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head .fa {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #a9c9e2;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head .fa:hover {
  color: #ed5755;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head .comment-name {
  color: #4A5866;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin: 0 10px 0 0;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head .comment-name a {
  color: #283035;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-head span {
  float: left;
  color: #737881;
  font-size: 13px;
  position: relative;
  top: 1px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #4A5866;
  word-break: break-word;
  white-space: pre-line;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .comments-list li .comment-box .comment-content img {
  max-width: 100%;
}
html body .main .wrapper .scroll #content .comments-list li .reply-list {
  padding-left: 75px;
  clear: both;
  margin-top: 15px;
}
html body .main .wrapper .scroll #content .comments-list li .reply-list:before {
  content: '';
  background: #CBD5DE;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 99px;
  top: 0;
}
html body .main .wrapper .scroll #content .comments-list li .reply-list:after {
  left: 96px;
}
html body .main .wrapper .scroll #content .comments-list li .reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -50px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area {
  background: #DBE2E8;
  padding: 6px;
  z-index: 1;
  position: relative;
  border-top: 1px solid #cfdae1;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper {
  background: #fff;
  border: 1px solid #cfdae1;
  border-radius: 5px;
  overflow: hidden;
  float: left;
width:-webkit-calc(100% - 130px);
width:-moz-calc(100% - 130px);
width:calc(100% - 130px);
}
html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper textarea {
  height: 30px;
  border: 0;
  margin: 0;
  padding: 0 10px;
  outline: none;
  color: #5D7185;
width:-webkit-calc(100% - 40px);
width:-moz-calc(100% - 40px);
width:calc(100% - 40px);
  resize: vertical;
  line-height: 20px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper .dropup {
  right: 135px;
  top: 5px;
  width: 460px;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper .dropup li {
  margin-bottom: 0;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper .fa {
  font-size: 18px;
  color: #a0b4c0;
  margin-right: 10px;
  margin-top: 8px;
  cursor: pointer;
  vertical-align: top;
}
html body .main .wrapper .scroll #content .comments-list li .comment-area input {
  background: #a0b4c0;
  border: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  float: right;
  height: 36px;
  line-height: 30px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  outline: none;
}
html body .main .wrapper .scroll #content .sidebar_under_post {
  max-width: 900px;
  margin: 50px auto;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .title {
  position: relative;
  color: #4e5968;
  margin: 0 0 40px;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .title:after {
  content: '';
  position: absolute;
  width: 30px;
  display: block;
  height: 4px;
  background: #f85555;
  bottom: -15px;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget {
  margin-bottom: 40px;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget figure img {
  width: inherit;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget .entry_title {
  margin: 0 0 5px;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget .entry_title a {
  color: #4e5968;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget .entry_title a:hover,
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget .entry_title a:focus {
  text-decoration: underline;
}
html body .main .wrapper .scroll #content .sidebar_under_post .row .widget .entry_summary {
  font-size: 13px;
  color: #3c5b68;
}
html body .main .wrapper .scroll #content .profile {
  margin: -1px -40px 20px;
  padding: 20px 40px;
  -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.1);
}
html body .main .wrapper .scroll #content .profile .box {
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
  background: #CBD5DE;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .profile .box .avatar {
  background: #EEF1F3;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  margin-right: 20px;
  width: 320px;
  height: 320px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .profile .box .avatar .online {
  border: 1px solid #06B53C;
}
html body .main .wrapper .scroll #content .profile .box .avatar .avatarBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html body .main .wrapper .scroll #content .profile .box .avatar .avatarBox img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 320px;
  max-height: 320px;
}
html body .main .wrapper .scroll #content .profile .box .info {
  height: 320px;
  position: relative;
  vertical-align: top;
  padding-left: 340px;
}
html body .main .wrapper .scroll #content .profile .box .info .block {
  background: #EEF1F3;
  padding: 20px;
  height: 100%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top {
  border-bottom: 1px solid #4A5866;
  height: 220px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top h1 {
  margin: 0;
  padding-right: 110px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #3498db;
  border: 1px solid #2487c9;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-border-radius: 12px 0 0 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px 0 0 12px;
  -moz-background-clip: padding;
  border-radius: 12px 0 0 12px;
  background-clip: padding-box;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .main .wrapper .scroll #content .profile .box .info .block .top .profileMessage:hover {
  background: #51a7e0;
  border: 1px solid #2487c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html body .main .wrapper .scroll #content .profile .box .info .block .hr {
  border-top: 1px solid #FFF;
  width: 100%;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: 360px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li {
  text-align: center;
  padding: 0 15px;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li + li {
  border-left: 1px solid #4A5866;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li span {
  display: block;
}
html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li strong {
  font-size: 40px;
  line-height: 35px;
}
@media only screen and (max-width: 1350px) {
  html body .main .wrapper .scroll #content .profile .box .avatar {
    width: 240px;
    height: 240px;
  }
  html body .main .wrapper .scroll #content .profile .box .info {
    height: 240px;
    padding-left: 260px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .top {
    border-bottom: 1px solid #4A5866;
    height: 140px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .top h1 {
    font-size: 24px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .bottom {
    left: 280px;
  }
}
@media only screen and (max-width: 1200px) {
  html body .main .wrapper .scroll #content .profile .box .avatar {
    width: 200px;
    height: 200px;
  }
  html body .main .wrapper .scroll #content .profile .box .info {
    height: 200px;
    padding-left: 220px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .top {
    border-bottom: 1px solid #4A5866;
    height: 100px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .top h1 {
    font-size: 24px;
  }
  html body .main .wrapper .scroll #content .profile .box .info .block .bottom {
    left: 240px;
  }
}
html body .main .wrapper .scroll #content * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .main .wrapper .scroll #content .hide {
  display: none;
}
html body .main .wrapper .scroll #content .header {
  padding: 10px 0 20px;
}
html body .main .wrapper .scroll #content .header h1 {
  font-weight: 400;
  color: #4A5866;
  font-size: 24px;
  letter-spacing: -1px;
}
html body .main .wrapper .scroll #content .settingsContainer {
  max-width: 900px;
  margin: auto;
}
html body .main .wrapper .scroll #content .body .left {
  width: 240px;
  padding: 0 20px;
  float: left;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox {
  position: relative;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 3;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay.cancel {
  width: 30px;
  height: 30px;
  right: 2px;
  top: 2px;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay.cancel + .profileImage {
  height: auto;
  overflow: visible;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay .profileImageEdit,
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay .profileImageEditCancel {
  width: 30px;
  height: 30px;
  background: #4a5866;
  display: block;
  text-align: center;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay .profileImageEdit .fa,
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay .profileImageEditCancel .fa {
  line-height: 30px;
  cursor: pointer;
  color: white;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay .profileImageEditCancel {
  display: none;
  right: 0;
  top: 0;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImageEditOverlay input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
html body .main .wrapper .scroll #content .body .left .profileImageBox .profileImage {
  padding: 0;
  height: 200px;
  overflow: hidden;
}
html body .main .wrapper .scroll #content .body .left button {
  background: #a0b4c0;
  border: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  float: right;
  height: 36px;
  line-height: 30px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  outline: none;
  margin-top: 30px;
}
html body .main .wrapper .scroll #content .body .right {
  float: left;
width:-webkit-calc(100% - 240px);
width:-moz-calc(100% - 240px);
width:calc(100% - 240px);
  padding: 0 20px;
}
html body .main .wrapper .scroll #content .body .right form + form {
  margin-top: 40px;
}
html body .main .wrapper .scroll #content .body .right form .form,
html body .main .wrapper .scroll #content .body .right form .change-image {
  float: left;
}
html body .main .wrapper .scroll #content .body .right form .form {
  width: 100%;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .label-part {
  width: 210px;
  float: left;
  padding-left: 30px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  padding-right: 20px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .label-part label,
html body .main .wrapper .scroll #content .body .right form .form .input-item .label-part span {
  color: #8C9BA6;
  font-size: 14px;
  cursor: default;
  letter-spacing: -1px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part {
  float: left;
  display: block;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']) {
  width: 310px;
  height: 48px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  float: left;
  padding: 0 15px;
  background-color: #8E9FAA;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']):-webkit-autofill,
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']):-webkit-autofill:focus {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px #8E9FAA inset !important;
  -moz-box-shadow: 0 0 0px 1000px #8E9FAA inset !important;
  box-shadow: 0 0 0px 1000px #8E9FAA inset !important;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio'])::-webkit-input-placeholder {
  color: #CBD5DE;
  font-size: 14px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']):-moz-placeholder {
  color: #CBD5DE;
  font-size: 14px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio'])::-moz-placeholder {
  color: #CBD5DE;
  font-size: 14px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']):-ms-input-placeholder {
  color: #CBD5DE;
  font-size: 14px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:focus {
  outline: none;
  border: 1px solid #4A5866;
  padding-left: 14px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part span {
  display: block;
  font-size: 12px;
  color: #b7ad88;
  margin-top: 10px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.password {
  margin-bottom: 26px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.password input {
  margin-bottom: 9px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .label-part {
  line-height: inherit;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .label-part > div {
  width: 100%;
  margin-bottom: 11px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .label-part > div label {
  color: #fff;
  font-size: 13px;
  display: inline;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .radial-choose {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  float: left;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  *display: inline;
  margin-top: 3px;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .radial-choose:before {
  background: transparent;
  border: 1px solid #b7ad88;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  float: left;
  width: 10px;
  height: 10px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .radial-choose.hover:before,
html body .main .wrapper .scroll #content .body .right form .form .input-item.newsletter .radial-choose.checked:before {
  background-color: #b7ad88;
}
html body .main .wrapper .scroll #content .body .right form input[type="submit"] {
  background: #a0b4c0;
  border: none;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  float: right;
  height: 36px;
  line-height: 30px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  outline: none;
  margin-top: 10px;
}
html body .main .wrapper .scroll #content .body .right form .change-image {
  padding: 0 50px;
  width: 370px;
}
html body .main .wrapper .scroll #content .body .right form .change-image .croppie-container {
  padding: 0;
}
html body .main .wrapper .scroll #content .body .right form .change-image .actions a {
  background-color: #189094;
  color: white;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
html body .main .wrapper .scroll #content .body .right form .change-image .actions a input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
html body .main .wrapper .scroll #content section .change-image .profile-img-container {
  width: 150px;
  height: 150px;
  text-align: center;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
html body .main .wrapper .scroll #content section .change-image .profile-img-container.active {
  border: 1px solid #b7ad88;
}
html body .main .wrapper .scroll #content section .change-image .profile-img-container a {
  display: block;
  height: 150px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: 150px;
  line-height: 150px;
  position: relative;
  top: 50%;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
html body .main .wrapper .scroll #content section .change-image .profile-img-container a:hover {
  text-decoration: underline;
}
html body .main .wrapper .scroll #content section .change-image img.profile {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body .main .wrapper .scroll #content section .change-image img.profile.angle-1 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body .main .wrapper .scroll #content section .change-image img.profile.angle-2 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .main .wrapper .scroll #content section .change-image img.profile.angle-3 {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
html body .main .wrapper .scroll #content section .change-image .edit {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
html body .main .wrapper .scroll #content section .change-image .edit img {
  display: inline-block;
}
html body .main .wrapper .scroll #content section .change-image .edit .remove {
  margin-right: 20px;
}
html body .main .wrapper .scroll #content footer {
  width: 100%;
  float: left;
  border-top: 1px solid #3b3739;
  background-color: #201e1f;
  padding: 23px 51px;
  margin-top: 31px;
}
html body .main .wrapper .scroll #content footer a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
html body .main .wrapper .scroll #content footer a span {
  color: #b7ad88;
}
html body .main .wrapper .scroll #content footer a.save {
  float: right;
}
html body .main .wrapper .scroll #content footer a.save span {
  margin-left: 9px;
}
html body .main .wrapper .scroll #content footer a.cancel {
  float: left;
}
html body .main .wrapper .scroll #content footer a.cancel span {
  margin-right: 9px;
}
html body .main .wrapper .scroll #content footer a:hover {
  color: #b7ad88;
}
html body .main .wrapper .scroll .footer {
  margin: 40px 40px 0;
  padding: 30px;
  text-align: right;
  color: #3c5b68;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 -1px 0 0 #CBD5DE;
  -moz-box-shadow: 0 -1px 0 0 #CBD5DE;
  box-shadow: 0 -1px 0 0 #CBD5DE;
}
html body .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 1000;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
html body .modal:not(.noHide) {
  cursor: pointer;
}
html body .modal.active {
  visibility: visible;
  opacity: 1;
}
html body .modal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body .modal .container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  padding: 0;
  -webkit-border-radius: 0.25em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0.25em;
  -moz-background-clip: padding;
  border-radius: 0.25em;
  background-clip: padding-box;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
html body .modal .container .switcher {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .modal .container .switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
html body .modal .container .switcher li:first-child a {
  -webkit-border-radius: 0.25em 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0.25em 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0.25em 0 0 0;
  background-clip: padding-box;
}
html body .modal .container .switcher li:last-child a {
  -webkit-border-radius: 0 0.25em 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0.25em 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0.25em 0 0;
  background-clip: padding-box;
}
html body .modal .container .switcher li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
html body .modal .container .switcher li a.active {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  html body .modal .container .switcher li a {
    height: 70px;
    line-height: 70px;
  }
}
html body .modal .container #loginModal,
html body .modal .container #resetPasswordModal,
html body .modal .container #registerModal {
  display: none;
}
html body .modal .container #loginModal.active,
html body .modal .container #resetPasswordModal.active,
html body .modal .container #registerModal.active {
  display: block;
}
html body .modal .container .formMessage {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
html body .modal .container .formMessage.formMessageHidden {
  display: none;
}
html body .modal .container .formMessage + .formMessage {
  display: none;
  margin-bottom: 1.4em;
}
html body .modal .container .formError {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  color: red;
}
html body .modal .container .form {
  padding: 1.4em;
}
html body .modal .container .form-group {
  vertical-align: top;
  margin: 0;
  padding: 8px 5px;
}
html body .modal .container .form-group .input-group {
  background: #DBE2E8;
  border: 1px solid #CBD5DE;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
html body .modal .container .form-group .input-group.focused {
  border-color: rgba(98, 111, 133, 0.5);
}
html body .modal .container .form-group .input-group.error {
  box-shadow: 0 0 3px 0px #D76666;
}
html body .modal .container .form-group .input-group.error .errorMessage {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  -o-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
html body .modal .container .form-group .input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  border: 0;
  background: none;
  position: relative;
}
html body .modal .container .form-group .input-group .input-group-addon .fa:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(105, 112, 143, 0.56);
  -webkit-transform: scaleY(0.6);
  -moz-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
}
html body .modal .container .form-group .input-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  color: #777;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
html body .modal .container .form-group .input-group .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html body .modal .container .form-group .input-group .errorMessage {
  display: inline-block;
  position: absolute;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  right: 10px;
  bottom: -38px;
  line-height: 15px;
  z-index: 10;
  -webkit-border-radius: 0.25em;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0.25em;
  -moz-background-clip: padding;
  border-radius: 0.25em;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  -o-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
html body .modal .container .form-group .input-group .errorMessage:after {
  content: '';
  position: absolute;
  right: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
html body .modal .container .form-group .input-group .hidePassword {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  font-size: 12px;
  color: #343642;
  z-index: 2;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body .modal .container .form-group .btn-login {
  display: block;
  outline: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  height: 40px;
}
html body .modal .container .form-group .btn-login.medium {
  font-size: 14px;
  padding: 0 10px;
  line-height: 32px;
}
html body .modal .container .form-group .btn-login.medium.btn-login {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .modal .container .form-group .btn-login.medium.btn-login:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .modal .container .form-group .btn-login.small {
  padding: 3px 7px;
  font-size: 11px;
  line-height: 16px;
}
html body .modal .container .form-group .btn-login.small.btn-tag {
  background: #fcf6d6;
  color: #968836;
  border: 1px solid #dbcd74;
}
html body .modal .container .form-group .btn-login.small.btn-tag:hover {
  background: #F5EBB7;
  border-color: #C5B862;
}
html body .modal .container .form-group .btn-login.small.btn-cat {
  background: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
}
html body .modal .container .form-group .btn-login.small.btn-cat:hover {
  background: #B2E2FF;
  border-color: #52A8D6;
}
html body .modal .container .formMessageBtn {
  padding: 0 2em;
  margin: 20px 0;
  display: none;
}
html body .modal .container .bottomMessage {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 12px;
}
html body .modal .container .bottomMessage a {
  color: #FFF;
  text-decoration: underline;
}
@media only screen and (min-width: 600px) {
  html body .modal .container {
    margin: 4em auto;
  }
  html body .modal .container .form {
    padding: 2em;
  }
}

#sendMessage{
    display: none;
}

.mobileMenuLeft,
.mobileMenuRight{
	display:none;	
	cursor:pointer;
}

html body .main .wrapper .scroll #content .profile .box .avatar .avatarBox img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1024px) {
    html body{
        overflow: auto;
        min-width: 100%;
    }
    html body .main{
        height:100%;
    }
    html body .menu .subScroll,
    html body .menu .topScroll{
        overflow-y: auto;
    }
    #sendMessage{
        display: block;
        width: 100%;
        margin: 2px;
        box-sizing: border-box;
    }
	
	html body .main .wrapper header{
		padding: 10px 40px 0;
	}
	
	html body .main .wrapper .scroll #content .grid{
		width:100%;
	}
	
	html body .main .wrapper .scroll #content .post.single .body {
		padding: 50px 20px;
	}
	html body .main .wrapper .scroll #content .post.single .body .features .reading{
		right:0;
	}
	html body .main .wrapper .scroll #content .post.single .body .title{
		margin:20px 0;
	}
	
	html body .main .wrapper .scroll #content .post.single .body .content{
		word-wrap:break-word;
	}
	
	html body .main .wrapper .scroll #content .post.single .body .features .share{
		display:none;
	}
	html body .main .wrapper .scroll #content {
		padding: 0 15px;
		overflow:hidden;
	}
	
	html body .main .wrapper .scroll #content .post.single{
		max-width:100%;
	}
	
}

@media only screen and (max-width: 980px) {
	
	html body .main.logged .wrapper {
		margin-right: 0;
	}
	html body .main{
		margin-left:0;
	}
	
	html body .menu{
		left:-240px;
		overflow: initial;
	}
	html body.activeMenuLeft .menu{
		left:0;
	}
	
	html body .main.logged .chat, html body .main.logged .news{
		right:-240px;
		overflow: initial;
	}
	html body.activeMenuRight .main.logged .chat, html body.activeMenuRight .main.logged .news{
		right:0;
	}
	
	.mobileMenuRight,
	.mobileMenuLeft{
	    position: absolute;
		right: -32px;
		top: 29px;
		display: block;
		width: 0;
		height: 0;
		transform: rotate(-90deg);
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 10px solid #727781;
		border-radius: 4px;
	}
	
	.mobileMenuRight:before,
	.mobileMenuLeft:before{
		content: '';
		display: block;
		position: absolute;
		top: -24px;
		right: -11px;
		width: 22px;
		height: 12px;
		overflow: hidden;
		z-index: 99;
		background: #717681;
	}
	
	html body.activeMenuLeft .mobileMenuLeft{
		transform: rotate(90deg);
	}
	
	html body.activeMenuLeft .main .wrapper,
	html body.activeMenuRight .main .wrapper{
		opacity:0.3;
	}
	
	.mobileMenuRight{
		left: -32px;
		right:auto;
		top: 29px;
		transform: rotate(90deg);
	}
	html body.activeMenuRight .mobileMenuRight{
		transform: rotate(-90deg);
	}
	
	html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper{
		width: 100%;
		margin: 0 0 10px 0;
	}
	html body .main .wrapper .scroll #content .comments-list li .comment-area .comment-wrapper .dropup{
		right:0px;
	}
	
	
	html body .main .wrapper .scroll #content .body .right form .form .input-item .label-part {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		width: 100%;
		min-width: 200px;		
	}
	html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part,
	html body .main .wrapper .scroll #content .body .right form .form .input-item .input-part input:not([type='radio']){
		width:100%;
	}

	html body .main .wrapper .scroll .footer{
		margin: 40px 20px 0;
		padding: 20px 0px;
		text-align: center;
	}
	
	html body .main .wrapper header .content .conf > li .dropdown-menu.notifications {
		width: 300px;
		right: -125px;
	}
	html body .main .wrapper header .content .conf > li .dropdown-menu:before{
		right:143px;
	}
	
}

@media only screen and (max-width: 640px) {
	html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li{
		padding: 4px 0px;
	}
	html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li span{
		font-size:12px;
	}
	
	html body .main .wrapper .scroll #content .profile .box .info{
		height:auto;
		padding-left: 0;
		clear: both;
		padding-top: 10px;
	}
	html body .main .wrapper .scroll #content .profile .box .info .block .bottom {
		left: 0;
	    bottom: 0;
		clear: both;
		width: 100%;
		position: relative;
	}
	#content .profile .box .info .block .top {
		clear: both;
		width: 100%;
	}
	
	html body .main .wrapper .scroll #content .profile .box .info .block .bottom ul li strong {
		font-size: 32px;
	}
	html body .main .wrapper .scroll #content .profile .box .info .block{
		padding: 10px;
	}
	
	html body .main .chat .conversation {
		width: 312px;
	}
	.dropup{
		max-width:100%;
	}
	html body .main .chat .conversation{
		top:60px !important;
	}
	html body .main .chat .conversation .scroll{
		height: calc(100vh - 208px);
	}
}
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */


/*christmas css
html body .menu .logo a .logo_img{
	width: 0;
    position: relative;
    margin-left: 22px;
}
html body .menu .logo a .logo_img:after {
	content: '';
    position: absolute;
    right: 0px;
    top: -10px;
    height: 44px;
    width: 44px;
    background: url(../images/santa.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
html body .menu .logo a .logo_img:before {
	content: '';
    position: absolute;
    right: -170px;
    top: -10px;
    height: 44px;
    width: 44px;
    background: url(../images/tree1.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
html body .main.logged .wrapper {
    background: url(../images/christmas-bg.jpg);
}*/