html {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #4e4e4e;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ddd;
}
body.homepage {
  background: #fafafa;
}
strong {
  font-weight: 700;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  padding: 10px 30px;
}
.footer-menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-menu ul li a {
  margin: 0;
  padding: 0;
  color: #333;
  display: block;
  padding: 8px 16px;
}
.footer-menu ul li a:hover {
  text-decoration: none;
}
.footer-menu ul li.right {
  float: right;
}
.login-button-con {
  display: table;
  width: 100%;
}
.login-button-con .first {
  float: right;
  width: 30%;
}
.login-button-con .second {
  float: right;
  width: 70%;
}
.one-third {
  width: 33.3333333%;
  float: left;
}
.lmlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.lml-5 {
  margin-left: 5px;
}
.lmr-5 {
  margin-right: 5px;
}
.lmt-15 {
  margin-top: 15px;
}
.clearfix {
  float: none;
  clear: both;
}
.table-100 {
  display: table;
  width: 100%;
}
.error .form-control {
  border-color: #cc2833;
}

.header {
  height: 57px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
}
.header .logo {
  width: auto;
  margin-left: 15px;
}
.header .logo img {
  width: 148px;
  display: block;
  float: left;
  margin-top: 7px;
  opacity: 1;
}
.header .logo .title {
  float: left;
  width: auto;
  margin-top: 16px;
  font-size: 28px;
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.header .user {
  float: right;
  width: auto;
  margin-right: 15px;
  padding: 5px;
  cursor: pointer;
}
.header .user:hover {
  background: rgba(0, 0, 0, 0.01);
}
.header .user .thumb {
  width: 46px;
  height: 46px;
  border: 1px solid #bcc0c1;
  overflow: hidden;
  float: left;
  border-radius: 24px;
}
.header .user .thumb img {
  width: 100%;
  height: 100%;
}
.header .names {
  float: left;
  width: auto;
  margin-left: 10px;
  line-height: 15px;
  margin-top: 5px;
  padding-right: 20px;
  position: relative;
}
.header .names .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}
.header .names .email {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-top: 3px;
}
.header .names i.fa {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #fff;
}
.header .user-menu {
  position: absolute;
  top: 57px;
  right: 30px;
  display: none;
}
.header .user:hover .user-menu {
  display: block;
}

.header .user-menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  background: #fdfdfd;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
}
.header .user-menu ul li {
  display: block;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
}
.header .user-menu ul li a {
  padding: 13px 20px;
  color: #777;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
.header .user-menu ul li a:hover {
  background: #fafafa;
}

@media (max-width: 992px) {
  .header .logo img {
    width: 160px;
    margin-top: 10px;
  }
  .header .left-nav ul li a {
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header .left-nav ul {
    margin-left: 15px;
  }
  .search-box .search-outer {
    width: 150px;
  }
  .social-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    background: rgba(250, 252, 253, 0.97);
  }
  .header .left-nav {
    width: 240px;
    position: fixed;
    left: -500px;
    background: rgba(250, 252, 253, 0.97);
    top: 48px;
    bottom: 0;
    padding-top: 0px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    z-index: 99;
    transition: all 0.3s linear 0s;
    overflow: scroll;
  }
  .header .left-nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgb(237, 240, 241);
    position: relative;
  }
  .header .left-nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgb(237, 240, 241);
    position: relative;
  }
  .header .left-nav ul li ul {
    position: relative;
    left: 0%;
    background: transparent;
    width: 100%;
    top: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
  }
  .header .left-nav ul li .fa {
    display: none;
  }
  .header .left-nav > ul > li > a {
    font-weight: bold;
  }
  .header .menu {
    color: #555;
    font-size: 22px;
    display: block;
  }
  .header .logo img {
    margin-top: 15px;
  }
  .header .logo img {
    width: 90px;
  }
  .left-nav ul li ul li a {
    margin-left: 10px;
  }
  .social-links {
    display: none;
  }
  .header .col-xs-4.col-sm-3.col-lg-2 {
    width: 51%;
    float: left;
  }
  .header .col-xs-8.col-sm-9.col-lg-10 {
    width: 49%;
    float: right;
  }
  .open.left-nav {
    left: 0;
  }
}

.search-outer {
  margin-top: 12px;
  position: relative;
  width: 250px;
}
.search-outer .twitter-typeahead {
  width: 100%;
}
.search-outer input {
  font-size: 0.8rem;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
  padding: 5px 18px;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.04);
  outline: none;
  padding-right: 50px;
}
.search-outer .search-btn {
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
.search-outer .search-btn:hover .fa {
  color: #777;
}
.search-outer .search-btn .fa {
  margin-left: 13px;
  color: #999;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons button {
  text-transform: none;
  font-size: 12px;
  cursor: pointer;
}
.jconfirm-box .btn {
  border-radius: 0;
  font-size: 12px;
  padding: 4px 10px;
  font-family: "MyriadWebPro", "Open Sans", sans-serif;
}
.jconfirm-box .btn-danger {
  background: #e42024;
}
.jconfirm-box .btn-danger:hover {
  background: #f34147;
}
.jconfirm-box .btn-default {
  background: #fbfafd;
}
.jconfirm-box .btn-default:hover {
  background: #fafcfd;
}
.show-ipad {
  display: none;
}
.uploaderform input {
  display: none;
}
.uploaderform .awesome-cropper > img,
.uploaderform .progress {
  display: none;
}

.home-block-outer {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 70px;
  margin-bottom: 50px;
}
.home-block {
  display: table;
  width: 100%;
}
.home-block .message {
  font-size: 20px;
  color: #555;
  margin-top: 50px;
  text-align: center;
}
.social-box a.cm-social-button {
  color: #fff;
}
.social-box a.cm-social-button:hover {
  color: #fff;
  cursor: pointer;
}
.feedloader {
  width: 100%;
  margin: 15px 0px;
  text-align: center;
  display: none;
}
.feedloader img {
  width: 50px;
}

.loadmore {
  margin: 10px 0;
}

.loading .loadmore {
  display: none;
}
.loading .feedloader {
  display: block;
}
.container.profilepage {
  font-family: "MyriadWebPro", "Open Sans", sans-serif;
}

.search-hint-outer {
  position: relative;
}
.search-hint {
  top: 45px;
  border: 1px solid #e6e6e6;
  left: 8px;
  position: absolute;
  cursor: pointer;
  display: none;
  width: 500px;
  background: #fdfdfd;
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.15);
}

.hint-user {
  width: 100%;
  display: table;
  clear: both;
  text-decoration: none;
}
.hint-user:hover {
  text-decoration: none;
}
.search-hint ul {
  margin: 0;
  padding: 0;
}
.search-hint ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  border-bottom: 1px solid #eee;
}
.search-hint ul li:nth-of-type(2n-1) {
  background: #fff;
}
.search-hint ul li.active {
  background: #f6f5f9;
}
.search-hint ul li:hover {
  background: #faf8ff;
}
.search-hint ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.search-hint ul li .noresult {
  padding: 15px;
  text-align: center;
}

.search-hint ul li a .heading {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-line-clamp: 2;
  vertical-align: top;
  text-align: justify;
  overflow: hidden;
}
.search-hint ul li a p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-line-clamp: 3;
  vertical-align: top;
  text-align: justify;
  overflow: hidden;
  margin: 0;
}

.hint-user .user-img {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  padding: 3px;
}
.hint-user .user-img img {
  width: 100%;
}
.hint-user .user-detail {
  margin-left: 60px;
}
.hint-user .name {
  text-decoration: none;
  color: #555;
  font-size: 16px;
}
.hint-user .details {
  text-decoration: none;
  color: #999;
  font-size: 14px;
}
.hint-user .details .mutual {
  width: auto;
  float: right;
  margin-right: 10px;
}

.left-filter {
  width: 23%;
  float: left;
}
.friend-s-result {
  width: 75%;
  float: right;
}
.search-text {
  padding: 7px;
  background: #fafcfd;
  margin-bottom: 15px;
}
.search-text .search-input {
  margin-right: 100px;
}
.search-text input {
  width: 100%;
  padding: 4px;
  color: #777;
  font-size: 14px;
  outline: none;
}
.search-text .frnd-search-btn {
  width: 100px;
  float: right;
  padding: 6px 10px;
  background: #7cc77e;
  color: #fff;
  cursor: pointer;
}
.search-text .frnd-search-btn:hover {
  background: #00ab00;
}
.search-page .form-check-label {
  line-height: 12px;
}
.search-page .form-check-label input {
  margin-right: 5px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.loadmore-btn {
  background: #fafcfd;
  color: #777;
  font-size: 14px;
  padding: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  cursor: pointer;
}
.loadmore-btn:hover {
  background: #e9f0f3;
}

.left-nav {
  z-index: 99;
  transition: all 0.3s linear 0s;
  margin-top: 7px;
}
.left-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.left-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

.left-nav ul li .fa {
  float: right;
  margin-left: 10px;
  margin-top: 4px;
}
.left-nav ul li a {
  display: block;
  margin: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.left-nav ul li a:hover {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.left-nav ul li ul {
  position: absolute;
  top: -100%;
  left: 20px;
  background: #ffffff;
  width: 150px;
  box-shadow: 1px 5px 9px rgba(0, 0, 0, 0.03);
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
}
.left-nav ul li ul li {
  display: block;
}
.left-nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.left-nav ul li.selected .a {
  color: rgba(0, 0, 0, 0.8);
}

.btn-header {
  float: right;
  width: auto;
  color: #fff;
  padding: 10px 15px;
  margin-top: 7px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}
.btn-header:hover {
  color: rgba(0, 0, 0, 0.8);
}
.btn-header.register {
  margin-right: 15px;
}
.layout-con-outer {
  padding-top: 67px;
}
.layout-con {
  background: #ffffff;
}
.page-header {
  padding: 10px;
  padding-bottom: 0px;
  position: relative;
  padding-left: 0;
  width: auto;
  border-bottom: 1px solid #ddd;
}
.page-header h1 {
  font-size: 28px;
  color: #333;
  margin: 0;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.page-header h2 {
  font-size: 24px;
  color: #111;
  margin: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-top: 5px;
  padding-left: 5px;
  display: inline-block;
  width: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #ef8333;
  padding-right: 10px;
}
.page-header h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 200;
  font-family: "Open Sans", sans-serif;
  padding-top: 5px;
  color: #555;
  display: inline-block;
  width: auto;
}
.form-file-container {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.form-file-container .form-file {
  background: #ddd;
  padding: 5px 10px;
  color: #333;
  width: auto;
  float: left;
  border: 1px solid #bbb;
}
.form-file-container .form-file:hover {
  cursor: pointer;
  background: #ccc;
}
.form-file-container .form-file-label {
  padding: 5px 10px;
  float: left;
  width: auto;
}
.btn.submit-button {
  float: right;
  padding: 6px 20px;
  background: #2995b5;
  color: #fff;
  cursor: pointer;
}
.btn.submit-button:hover {
  background: #2981a1;
}
.loader {
  width: 40px;
  float: right;
}
.loader img {
  width: 100%;
}

.success-message {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #afe2ba;
  border-radius: 3px;
  background: #e7ffe0;
  display: none;
}
.search-form {
  background: #f5fbfa;
  padding: 5px;
  position: relative;
}
.search-form .input-cont {
  position: relative;
}
.search-form input {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #e3e8e4;
  outline: none;
}
.search-form .input-inn {
  width: 100%;
  padding-right: 100px;
}
.search-form .searchBtn {
  float: right;
  outline: none;
  padding: 5px 18px;
  background: #2995b5;
  color: #fff;
  width: 100px;
  font-weight: 300;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

.list-menu {
  position: relative;
}
.list-menu span {
  width: 32px;
  height: 31px;
  background: #fff;
  padding: 4px 8px;
  float: right;
  border: 1px solid #eee;
  color: #777;
  cursor: pointer;
}
.list-menu span:hover {
  background: #f5f5f5;
}
.list-menu ul {
  margin: 0;
  padding: 0;
  width: 115px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}
.list-menu:hover ul {
  display: block;
}
.list-menu ul li {
  margin: 0;
  display: block;
}
.list-menu ul li a {
  padding: 5px 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.list-menu ul li a:hover {
  background: #fafafa;
}
.list-menu ul li:last-child a {
  border-bottom: 0px;
}
.no-data {
  font-weight: 200;
  color: #777;
  margin-top: 50px;
  text-align: center;
}
.invisible-pass {
  display: none;
}
.data-wrapper .password:hover .invisible-pass {
  display: inline;
}
.data-wrapper .password:hover .visible-pass {
  display: none;
}
.pagination-outer {
  padding-top: 50px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ea4252;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ea4252;
  border-color: #ea4252;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li.inactive {
  cursor: pointer;
}

.article_user {
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
}
.article_user .article_user_image {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  overflow: hidden;
  overflow: hidden;
  margin-right: 20px;
}
.article_user .article_user_image img {
  width: 100%;
}
.article_user_details .username {
  margin: 0px 0px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
}
.article_user_details .created {
  margin: 1px 0px;
  color: #777;
  font-size: 13px;
  line-height: 18px;
}

.article-header {
  margin-top: 15px;
}

.pf-header .user-logo {
  width: 180px;
  height: 180px;
  position: absolute;
  background: #fafafa;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.pf-header .user-logo img {
  width: 100%;
  height: 100%;
}
.pf-header .user-logo .pp-edit {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #f1f1f1;
  border-bottom-left-radius: 7px;
  text-align: center;
  padding-top: 4px;
}
.pf-header .user-logo .pp-edit:hover {
  background: rgba(0, 0, 0, 0.35);
}
.s-box-container {
  margin-top: -15px;
}
.s-box-container > ul {
  width: 100%;
  padding: 0;
  margin-left: -7px;
}
.s-box-container > ul > li {
  display: table;
  padding: 0 0 15px 15px;
  width: 25%;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.connection-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 111;
  opacity: 0.8;
  background: #fff;
  text-align: center;
  display: none;
}
.connection-loader img {
  width: 50px;
  margin-top: 25px;
}
.red-color {
  color: red;
}
.grey-color {
  color: #777;
}
.green-color {
  color: #15a827;
}
.page-header .btn-right-middle {
  right: 5px;
  top: 15px;
  position: absolute;
}
.modal .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: hsla(0, 0%, 100%, 0.9);
}
.modal.open {
  display: block;
}
.confirm-body,
.modal-body {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  background: #fff;
  padding: 0;
}
.modal-body .modal-header {
  background: #2995b5;
  padding: 15px 20px;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.modal-body .modal-content {
  display: block;
  border: 0;
  padding: 15px 20px;
}
.modal-footer {
}
.modal-footer .btn-ok {
  background: #23a368;
  border-color: #23a368;
  color: #fff;
  cursor: pointer;
}

.modal-footer .btn.btn-cancel {
  background: #daefef;
  background: #fafafa;
  border-color: #f0f0f0;
  color: #555;
  cursor: pointer;
}
.btn-unshare {
  width: auto;
  float: right;
  cursor: pointer;
}
.dash-con a:hover {
  text-decoration: none;
}
.page-content {
  display: block;
  width: 100%;
  min-height: 570px;
  margin-bottom: 30px;
}
.menu {
  color: #fff;
  float: left;
  padding: 16px;
  font-size: 20px;
  margin-left: -10px;
}
.show-mobile {
  display: none;
}
@media (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .awesome-cropper .modal-dialog {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .auth-box {
    position: relative;
    margin: 15px;
    top: 0;
    right: 0;
    width: auto;
  }
  .hh-inner .logo {
    margin-left: 35px;
    margin-top: 15px;
  }
  .hh-footer {
    display: none;
  }
  section.footer {
    height: auto;
    display: table;
    width: 100%;
  }
  .header > .row {
    margin: 0;
  }
  .search-outer {
    width: 300px;
  }
  .header .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .header .col-md-9 {
    flex: 0 0 67%;
    max-width: 67%;
  }
  .header .user-option .names {
    display: none;
  }
  .notification .noti-menu {
    left: auto;
    right: 0;
  }
  .hide_ipad {
    display: none;
  }
  .show-ipad {
    display: block;
  }
  .ph-photo {
    width: 33%;
  }
  .ph-photo .phf-in .img-con {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  body .auth-box {
    position: relative;
    margin: 15px;
    top: 0;
    right: 0;
    width: auto;
  }
  .hh-inner .social {
    display: none;
  }
  .hh-inner {
    height: auto;
  }
  .hh-inner .logo {
    margin-left: 35px;
    margin-top: 10px;
  }
  .reg-options {
    padding-top: 13px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
  }
  .reg-options a {
    display: block;
    text-align: center;
    padding: 5px;
  }
  section.footer {
    height: auto;
    display: table;
    width: 100%;
  }
  .hh-footer {
    display: none;
  }
  .footer .footer-menu {
    position: relative;
    height: auto;
    display: table;
  }
  .login-button-con .first {
    width: 100%;
  }
  .login-button-con .second {
    width: 100%;
  }
  .header > .row {
    margin: 0;
  }
  .header .user-option .names {
    display: none;
  }
  .search-outer {
    width: 160px;
  }
  .header .logo {
    margin-left: 0px;
  }
  .header .user {
    margin-right: 0px;
  }
  .header .logo .title {
    display: none;
  }
  .header .col-md-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .header .col-md-9 {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 0;
  }
  .notification .noti-menu {
    left: auto;
    right: 0;
  }
  .btn-header.register {
    margin-right: 0;
  }
  .btn-header {
    padding: 13px 5px;
  }
  .left-nav {
    left: -250px;
  }
  .open.left-nav {
    left: 0;
  }
  .layout-con {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  .page-content article h1 {
    font-size: 18px;
  }
}
.page-footer {
  padding: 10px;
  display: table;
  background: rgba(254, 255, 255, 0.03);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.page-footer ul {
  margin: 0;
  padding: 0;
  float: right;
}
.page-footer ul li {
  display: inline-block;
}
.page-footer ul li a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
}
.article-tags a {
  width: auto;
  display: inline-block;
  color: #ea4252;
  font-size: 15px;
  padding: 0px 5px;
  line-height: 15px;
  font-weight: 500;
}

.page-content .article-list {
  border: 1px solid #eee;
  margin-top: 30px;
  border-radius: 4px;
}
.page-content .article-list > a {
  display: block;
}
.page-content .article-list > a img {
  width: 100%;
  display: block;
  margin: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.page-content .article-list .title {
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  padding-bottom: 5px;
}
.page-content .article-list .title a {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: rgba(0,0,0,.8);
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-line-clamp: 2;
  vertical-align: top;
  text-align: justify;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}

.page-content .article-list .article-content {
  padding: 10px 15px;
  color: rgba(0,0,0,.44);
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-line-clamp: 3;
  vertical-align: top;
  text-align: justify;
  overflow: hidden;
}

.page-content article h1,
h2,
h3,
h4,
h5 {
  color: rgba(0, 0, 0, 1);
}
.page-content article h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  padding-top: 30px;
  margin-bottom: 30px;
}

.page-content article h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  padding-top: 10px;
  margin-bottom: 12px;
}

.page-content article h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  padding-top: 10px;
  margin-bottom: 8px;
}

.page-content article h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  padding-top: 10px;
  margin-bottom: 4px;
}

.page-content article h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  padding-top: 10px;
  margin-bottom: 2px;
}
.page-content article p {
  margin: 0 0 1.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-weight: 300;
}
.page-content article blockquote {
  margin: 0 0 1rem;
  border-left: 3px solid #d54077;
  padding: 0px 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
