﻿@charset "UTF-8";
/*
  Color Scheme
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 4, ../scss/gooood/_reset.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 9, ../scss/gooood/_reset.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 16, ../scss/gooood/_reset.scss */
body {
  background: #fff;
  font-size: 16px;
  min-height: 100%;
  position: relative;
  font-family: "Hiragino Sans GB","Open Sans",Arial,"Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}

/* --- Form --- */
/* line 25, ../scss/gooood/_reset.scss */
form, input, textarea, select, button {
  font-size: 16px;
  outline: none;
  outline-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}

/* line 38, ../scss/gooood/_reset.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #787878;
  border: 1px solid #ccc;
}

/* line 44, ../scss/gooood/_reset.scss */
textarea {
  resize: none;
}

/* Placeholder Style */
/* line 49, ../scss/gooood/_reset.scss */
::-webkit-input-placeholder {
  font-size: 14px;
}

/* line 52, ../scss/gooood/_reset.scss */
::-moz-placeholder {
  font-size: 14px;
}

/* firefox 19+ */
/* line 55, ../scss/gooood/_reset.scss */
:-ms-input-placeholder {
  font-size: 14px;
}

/* ie */
/* line 58, ../scss/gooood/_reset.scss */
input:-moz-placeholder {
  font-size: 14px;
}

/* --- ul, ol --- */
/* line 64, ../scss/gooood/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 70, ../scss/gooood/_reset.scss */
li {
  margin: 0;
  padding: 0;
}

/* --- Headings --- */
/* line 76, ../scss/gooood/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* --- Links --- */
/* line 82, ../scss/gooood/_reset.scss */
a:link, a:hover, a:visited, a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

/* line 89, ../scss/gooood/_reset.scss */
a {
  color: #3498DB;
}
/* line 91, ../scss/gooood/_reset.scss */
a:hover {
  color: #0165a8;
}

/* line 96, ../scss/gooood/_reset.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
}

/* line 1, ../scss/gooood/_misc.scss */
.icon-social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  color: #fff;
}
/* line 10, ../scss/gooood/_misc.scss */
.icon-social.icon-weibo {
  background: #E74C3C;
}
/* line 12, ../scss/gooood/_misc.scss */
.icon-social.icon-weibo:hover {
  background: #b41909;
}
/* line 16, ../scss/gooood/_misc.scss */
.icon-social.icon-wechat {
  background: #2ECC71;
}
/* line 18, ../scss/gooood/_misc.scss */
.icon-social.icon-wechat:hover {
  background: #00993e;
}
/* line 22, ../scss/gooood/_misc.scss */
.icon-social.icon-facebook {
  background: #3498DB;
}
/* line 24, ../scss/gooood/_misc.scss */
.icon-social.icon-facebook:hover {
  background: #0165a8;
}
/* line 28, ../scss/gooood/_misc.scss */
.icon-social.icon-pinterest {
  background: #d63b2b;
}
/* line 30, ../scss/gooood/_misc.scss */
.icon-social.icon-pinterest:hover {
  background: #a30800;
}
/* line 37, ../scss/gooood/_misc.scss */
.icon-social.icon-douban {
  background-color: #2E963D;
}
/* line 39, ../scss/gooood/_misc.scss */
.icon-social.icon-douban:hover {
  background: #00630a;
}
/* line 43, ../scss/gooood/_misc.scss */
.icon-social.icon-rss {
  background: #F1C40F;
}
/* line 45, ../scss/gooood/_misc.scss */
.icon-social.icon-rss:hover {
  background: #be9100;
}

/* line 53, ../scss/gooood/_misc.scss */
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
/* line 58, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog {
  width: 320px;
}
/* line 60, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content {
  padding: 30px;
}
/* line 62, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content h3 {
  text-align: center;
  font-size: 18px;
}
/* line 66, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content form#loginform {
  margin-top: 30px;
}
/* line 69, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content form#loginform p label {
  display: none;
}
/* line 72, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content form#loginform p input[type=text], .modal#login .modal-dialog .modal-content form#loginform p input[type=password] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  padding: 0 10px;
}
/* line 81, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content form#loginform p input[type=submit] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #3F7FC7;
  color: #fff;
}
/* line 88, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content form#loginform p input[type=submit]:hover {
  background-color: #1d5da5;
}
/* line 94, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content .social-login {
  margin-top: 30px;
}
/* line 96, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content .social-login h3 {
  font-size: 14px;
}
/* line 98, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content .social-login h3 span {
  background-color: #fff;
}
/* line 102, ../scss/gooood/_misc.scss */
.modal#login .modal-dialog .modal-content .social-login hr {
  top: 7px;
}

/* line 1, ../scss/gooood/_buttons.scss */
.btn {
  color: #fff;
}

/* line 5, ../scss/gooood/_buttons.scss */
.btn-primary {
  background: #3F7FC7;
  border-color: #3F7FC7;
  color: #fff !important;
}
/* line 9, ../scss/gooood/_buttons.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #0c4c94 !important;
  border-color: #0c4c94 !important;
}

/* line 15, ../scss/gooood/_buttons.scss */
.btn-link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 18, ../scss/gooood/_buttons.scss */
.btn-link:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

/* line 24, ../scss/gooood/_buttons.scss */
.btn-trans {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 27, ../scss/gooood/_buttons.scss */
.btn-trans:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

/* line 33, ../scss/gooood/_buttons.scss */
.btn-round {
  border-radius: 20px;
}

/* line 37, ../scss/gooood/_buttons.scss */
.btn-square {
  border-radius: 0;
}

/*


*/
/* line 6, ../scss/gooood/_header.scss */
.wrapper {
  font-size: 16px;
}

/* line 11, ../scss/gooood/_header.scss */
.top-ad {
  padding: 20px 0;
  text-align: center;
  background: #3a3a3a;
}

/* line 18, ../scss/gooood/_header.scss */
.notifications .alert {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
/* line 22, ../scss/gooood/_header.scss */
.notifications .alert.alert-danger {
  background: #E74C3C;
  color: #fff;
}
/* line 25, ../scss/gooood/_header.scss */
.notifications .alert.alert-danger a {
  color: #fff;
  text-decoration: underline;
}

/* line 33, ../scss/gooood/_header.scss */
.main-header.navbar-default {
  background: #fff;
  font-size: 16px;
  border: none;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  height: 72px;
}
/* line 41, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-header .navbar-brand {
  width: 160px;
  height: 51px;
  display: inline-block;
  background-size: cover;
  margin-top: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 20px;
  background-image: url("../images/logo.jpg");
  text-indent: -2000em;
}
/* line 53, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-header a.lang-switch {
  line-height: 60px;
  color: #000;
}
/* line 58, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-form {
  margin: 0;
  margin-left: 10px;
  border-left: 1px solid #e8e8e8;
  height: 70px;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 70, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-form input.search-input {
  border: none;
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
}
/* line 77, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-form .form-group input.form-control {
  border-radius: 20px;
  width: 200px;
  outline: none;
  font-size: 14px;
  border: 0;
}
/* line 83, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-form .form-group input.form-control:focus {
  width: 300px;
  outline: none;
}
/* line 89, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-form button.btn {
  border: none;
  position: absolute;
  top: 20px;
  left: 15px;
  background: transparent;
  color: #999;
}
/* line 98, ../scss/gooood/_header.scss */
.main-header.navbar-default .navbar-right {
  margin-right: 0;
}
/* line 103, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.active {
  background: transparent;
  /*border-bottom: 2px solid $brand;*/
}
/* line 106, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.active a {
  background: transparent;
}
/* line 110, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a {
  padding: 0 10px;
  display: block;
  line-height: 70px;
}
/* line 114, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.user-badge {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #e8e8e8;
}
/* line 118, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.user-badge img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
/* line 124, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.user-badge i {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
}
/* line 133, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.search-btn {
  margin-left: 10px;
  padding: 0 20px;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
/* line 138, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.search-btn i {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
}
/* line 147, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a.btn {
  font-size: 16px;
}
/* line 150, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li > a .flag {
  width: 24px;
  height: auto;
}
/* line 155, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu {
  min-width: 240px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
/* line 161, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu li a {
  line-height: 30px;
}
/* line 163, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu li a:hover {
  background: #3F7FC7;
  color: #fff;
}
/* line 167, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu li a i {
  width: 20px;
  text-align: center;
}
/* line 171, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu li a em {
  background-color: #E74C3C;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  height: 16px;
  min-width: 16px;
  border-radius: 8px;
  line-height: 16px;
  text-align: center;
  font-style: normal;
}
/* line 185, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications {
  padding: 0;
  min-width: 360px;
}
/* line 188, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li {
  padding: 10px;
}
/* line 190, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-title {
  font-weight: bold;
}
/* line 194, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item {
  overflow: hidden;
  background: #f1f1f1;
  border-top: 1px solid #ccc;
}
/* line 198, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ccc;
  color: #fff;
  float: left;
  margin-right: -60px;
}
/* line 207, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon.item-email {
  background: #3498db;
}
/* line 210, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon.item-user {
  background: #d35400;
}
/* line 213, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon.item-wechat {
  background: #40d47e;
}
/* line 216, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon.item-vip {
  background: #3F7FC7;
}
/* line 219, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-icon i {
  font-size: 24px;
  line-height: 50px;
}
/* line 224, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content {
  margin-left: 60px;
}
/* line 226, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3b3b3b;
}
/* line 232, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content p {
  margin-bottom: 5px;
}
/* line 234, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content p:last-child {
  margin-bottom: 0;
}
/* line 238, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content .progress {
  margin-bottom: 10px;
  background: #e8e8e8;
}
/* line 242, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content h6 {
  font-size: 13px;
  font-weight: bold;
}
/* line 246, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content ul.profile-empty {
  list-style: square;
  margin-left: 15px;
  padding: 3px 0;
}
/* line 250, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content ul.profile-empty li {
  font-size: 13px;
  padding: 3px 0;
}
/* line 253, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content ul.profile-empty li i {
  cursor: pointer;
}
/* line 258, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content a {
  color: #1d5da5;
}
/* line 260, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li .dropdown-menu.notifications li.notifications-item .item-content a:hover {
  text-decoration: underline;
  background: transparent;
}
/* line 271, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.notifications .notification-icon {
  padding-top: 4px;
  line-height: 66px;
}
/* line 274, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.notifications .notification-icon i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 32px;
  text-align: center;
}
/* line 283, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.notifications span.nitifications-badge {
  display: block;
  position: absolute;
  top: 16px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 10px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid white;
  left: 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
/* line 302, ../scss/gooood/_header.scss */
.main-header.navbar-default ul.navbar-nav > li.notifications.open .notification-icon i {
  background: #3b3b3b;
  color: #fff;
  border-color: #3b3b3b;
}

/* line 314, ../scss/gooood/_header.scss */
.modal#search {
  text-align: center;
  padding: 0 !important;
}
/* line 317, ../scss/gooood/_header.scss */
.modal#search::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
/* line 324, ../scss/gooood/_header.scss */
.modal#search .modal-dialog {
  width: 80%;
  max-width: 1280px;
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* line 332, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .close {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
  font-weight: lighter;
}
/* line 339, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .modal-body {
  overflow: hidden;
  padding: 60px;
}
/* line 342, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .modal-body form {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}
/* line 345, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .modal-body form input.search-input {
  border: none;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
  margin-left: 0;
  padding-left: 80px;
  width: 100%;
  background: transparent;
}
/* line 354, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .modal-body form input.search-input::-webkit-input-placeholder {
  font-size: 32px;
  line-height: 80px;
  color: #666;
}
/* line 360, ../scss/gooood/_header.scss */
.modal#search .modal-dialog .modal-content .modal-body form button.btn {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #666;
  font-size: 32px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

/* line 378, ../scss/gooood/_header.scss */
.search-box {
  position: fixed;
  top: 70px;
  right: 0 !important;
  left: 0 !important;
  bottom: 0;
  background: white;
  box-shadow: none !important;
  border-top: 1px solid #e8e8e8 !important;
}
/* line 387, ../scss/gooood/_header.scss */
.search-box .dropdown-form {
  padding-top: 20px;
  float: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #666;
}
/* line 398, ../scss/gooood/_header.scss */
.search-box .dropdown-form .algolia-autocomplete {
  border-bottom: 1px solid #9E9EA6;
}
/* line 401, ../scss/gooood/_header.scss */
.search-box .dropdown-form input.search-input {
  border: none;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
  margin-left: 0;
  padding-left: 80px;
  width: 100%;
  background: transparent;
}
/* line 410, ../scss/gooood/_header.scss */
.search-box .dropdown-form input.search-input::-webkit-input-placeholder {
  font-size: 32px;
  line-height: 80px;
  color: #666;
}
/* line 416, ../scss/gooood/_header.scss */
.search-box .dropdown-form button.btn {
  border: none;
  position: absolute;
  top: 35px;
  left: 15px;
  background: transparent;
  color: #666;
  font-size: 32px;
  line-height: 6.80px;
}

/* line 429, ../scss/gooood/_header.scss */
.featured-tags {
  margin-top: 80px;
  color: #9E9EA6;
}
/* line 432, ../scss/gooood/_header.scss */
.featured-tags .tags-wrapper {
  padding: 30px;
  border: 1px solid #e8e8e8;
}
/* line 437, ../scss/gooood/_header.scss */
.featured-tags h2 {
  font-size: 18px;
  color: #666;
}
/* line 440, ../scss/gooood/_header.scss */
.featured-tags h2 a {
  color: #9E9EA6;
  display: block;
}
/* line 444, ../scss/gooood/_header.scss */
.featured-tags h2 a[aria-expanded="true"] i.fa-angle-up {
  display: inline-block;
}
/* line 447, ../scss/gooood/_header.scss */
.featured-tags h2 a[aria-expanded="true"] i.fa-angle-down {
  display: none;
}
/* line 452, ../scss/gooood/_header.scss */
.featured-tags h2 a[aria-expanded="false"] i.fa-angle-up {
  display: none;
}
/* line 455, ../scss/gooood/_header.scss */
.featured-tags h2 a[aria-expanded="false"] i.fa-angle-down {
  display: inline-block;
}
/* line 461, ../scss/gooood/_header.scss */
.featured-tags #header-tags {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 466, ../scss/gooood/_header.scss */
.featured-tags .tags-group {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 469, ../scss/gooood/_header.scss */
.featured-tags .tags-group .tags-label {
  font-weight: bold;
  width: 90px;
  text-align: right;
  float: left;
  margin-right: -100px;
  color: #666;
  line-height: 24px !important;
}
/* line 478, ../scss/gooood/_header.scss */
.featured-tags .tags-group .tags-content {
  margin-left: 100px;
}
/* line 480, ../scss/gooood/_header.scss */
.featured-tags .tags-group .tags-content a {
  color: #9E9EA6;
  border: 1px solid #e8e8e8;
  margin-right: 7px;
  padding: 0 15px;
  line-height: 24px !important;
  display: inline-block;
  border-radius: 15px;
  margin-bottom: 10px;
}
/* line 489, ../scss/gooood/_header.scss */
.featured-tags .tags-group .tags-content a:hover {
  background-color: #3F7FC7;
  border-color: #3F7FC7;
  color: #fff;
}

@media (min-width: 1200px) {
  /* line 501, ../scss/gooood/_header.scss */
  .navbar-default .container-fluid {
    padding: 0 25px;
  }
}
/* adjust body when menu is open */
/* line 510, ../scss/gooood/_header.scss */
body.slide-active {
  overflow-x: hidden;
}

/* line 514, ../scss/gooood/_header.scss */
#wrapper.slide-active {
  overflow: hidden;
}

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 991px) {
  /* line 523, ../scss/gooood/_header.scss */
  body {
    font-size: 8px;
    width: 100%;
  }

  /* line 529, ../scss/gooood/_header.scss */
  .wrapper {
    padding: 0;
    padding-top: 60px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  /* line 540, ../scss/gooood/_header.scss */
  #main-header {
    height: 60px;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
  /* line 548, ../scss/gooood/_header.scss */
  #main-header.nav-up {
    top: -60px;
  }
  /* line 551, ../scss/gooood/_header.scss */
  #main-header .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
  }
  /* line 556, ../scss/gooood/_header.scss */
  #main-header .navbar-header {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
  /* line 561, ../scss/gooood/_header.scss */
  #main-header .navbar-header .navbar-brand {
    width: 120px;
    height: 39px;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    margin-left: -60px !important;
  }
  /* line 569, ../scss/gooood/_header.scss */
  #main-header .navbar-header .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 60px;
    height: 60px;
    margin-left: -15px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  /* line 582, ../scss/gooood/_header.scss */
  #main-header .navbar-header span.language-switcher {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: -15px;
    line-height: 60px;
  }
  /* line 588, ../scss/gooood/_header.scss */
  #main-header .navbar-header span.language-switcher a {
    display: block;
    text-align: center;
    color: #000;
  }
  /* line 595, ../scss/gooood/_header.scss */
  #main-header #global-header {
    background: #3a3a3a;
    left: -100%;
    width: 240px;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: 0;
    margin: 0;
    font-size: 16px;
    height: 100%;
    overflow: scroll;
  }
  /* line 608, ../scss/gooood/_header.scss */
  #main-header #global-header .mobile-search-form {
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    padding-top: 10px;
    position: relative;
  }
  /* line 615, ../scss/gooood/_header.scss */
  #main-header #global-header .mobile-search-form input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding-left: 15px;
    border: 1px solid #3D4A5C;
  }
  /* line 624, ../scss/gooood/_header.scss */
  #main-header #global-header .mobile-search-form button {
    position: absolute;
    top: 15px;
    right: 35px;
    border: none;
    border-radius: 50%;
  }
  /* line 632, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
  }
  /* line 636, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li {
    display: block;
    float: none;
  }
  /* line 639, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li a {
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    line-height: 50px;
  }
  /* line 644, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li a:hover {
    background: #292929 !important;
    color: #fff !important;
  }
  /* line 653, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li.dropdown .dropdown-menu {
    display: none;
    position: relative;
    background: transparent;
    box-shadow: none;
    width: 100%;
    left: 0;
    font-size: 16px;
  }
  /* line 661, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li.dropdown .dropdown-menu::before {
    display: none;
  }
  /* line 665, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li.dropdown .dropdown-menu li a {
    line-height: 50px;
    padding: 0;
    padding-left: 50px;
    padding-right: 30px;
  }
  /* line 674, ../scss/gooood/_header.scss */
  #main-header #global-header .navbar-nav li.dropdown.open .dropdown-menu {
    display: block;
    position: relative;
  }
  /* line 682, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field {
    width: 240px;
    position: fixed;
    bottom: 0;
    background: #2b2b2b;
    z-index: 9999;
  }
  /* line 689, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown {
    position: relative;
  }
  /* line 691, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    text-indent: 0;
    height: auto;
    border-right: none;
    text-align: left;
  }
  /* line 700, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown.open {
    border-top-color: #070707;
  }
  /* line 702, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown.open > a {
    background: #181818;
  }
  /* line 705, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown.open .dropdown-menu {
    display: block;
    position: absolute;
  }
  /* line 710, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown .dropdown-menu {
    width: 240px !important;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 110%;
    margin-left: -120px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: none;
  }
  /* line 722, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown .dropdown-menu::before {
    display: none;
  }
  /* line 726, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.dropdown .dropdown-menu li a {
    background: #fff;
    width: 100%;
    color: #3a3a3a;
    line-height: 40px;
  }
  /* line 736, ../scss/gooood/_header.scss */
  #main-header #global-header ul.user-field li.user-btn a {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  /* line 748, ../scss/gooood/_header.scss */
  body {
    background: #fff;
  }
}
@media (min-width: 992px) {
  /* line 754, ../scss/gooood/_header.scss */
  #wrapper {
    left: 0 !important;
  }

  /* line 758, ../scss/gooood/_header.scss */
  .main-header {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 760, ../scss/gooood/_header.scss */
  .main-header.navbar-tiny {
    height: 52px;
  }
  /* line 763, ../scss/gooood/_header.scss */
  .main-header.navbar-tiny .navbar-header .navbar-brand {
    width: 130px;
    height: 40px;
    margin-top: 5px;
  }
  /* line 771, ../scss/gooood/_header.scss */
  .main-header.navbar-tiny ul.navbar-nav li a {
    line-height: 50px;
  }
  /* line 776, ../scss/gooood/_header.scss */
  .main-header.navbar-tiny .search-box {
    top: 50px;
  }

  /* line 781, ../scss/gooood/_header.scss */
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }

  /* line 784, ../scss/gooood/_header.scss */
  .navbar-header {
    left: 0 !important;
  }
}
/* line 1, ../scss/gooood/_home.scss */
.home-container {
  overflow: hidden;
  padding: 50px 0;
}
/* line 4, ../scss/gooood/_home.scss */
.home-container .home-content {
  float: left;
  margin-right: 330px;
}
/* line 8, ../scss/gooood/_home.scss */
.home-container .home-sidebar {
  width: 300px;
  float: right;
  margin-left: -300px;
}

/* line 15, ../scss/gooood/_home.scss */
.companies {
  background: #f8f8f8;
  padding: 50px 0;
  overflow: hidden;
}
/* line 19, ../scss/gooood/_home.scss */
.companies .companies-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 23, ../scss/gooood/_home.scss */
.companies .companies-header h2 {
  font-size: 18px;
  line-height: 32px;
}
/* line 27, ../scss/gooood/_home.scss */
.companies .companies-header a.btn {
  font-size: 14px;
  color: #9E9EA6;
}
/* line 30, ../scss/gooood/_home.scss */
.companies .companies-header a.btn:hover {
  color: #666;
}
/* line 34, ../scss/gooood/_home.scss */
.companies .companies-header a.more {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
/* line 40, ../scss/gooood/_home.scss */
.companies .company-list {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 43, ../scss/gooood/_home.scss */
.companies .company-list .company-item {
  padding: 5px;
}
/* line 45, ../scss/gooood/_home.scss */
.companies .company-list .company-item .company-wrapper {
  background: #fff;
  padding: 15px;
}
/* line 49, ../scss/gooood/_home.scss */
.companies .company-list .company-item .company-wrapper .company-logo img {
  width: 100%;
  height: auto;
}
/* line 54, ../scss/gooood/_home.scss */
.companies .company-list .company-item .company-wrapper .company-name {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
/* line 58, ../scss/gooood/_home.scss */
.companies .company-list .company-item .company-wrapper .company-name a {
  display: -webkit-box;
  height: 18px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 66, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-buttons {
  opacity: 1 !important;
}
/* line 68, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-buttons .owl-prev, .companies .owl-controls .owl-buttons .owl-next {
  width: 24px;
  border-radius: 5px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 73, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-buttons .owl-prev::before, .companies .owl-controls .owl-buttons .owl-next::before {
  font-size: 24px;
}
/* line 77, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}
/* line 80, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-buttons .owl-next {
  right: -50px;
}
/* line 84, ../scss/gooood/_home.scss */
.companies .owl-controls .owl-pagination {
  display: none !important;
}

/* line 90, ../scss/gooood/_home.scss */
.home-album {
  background-color: #3a3a3a;
  overflow: hidden;
}
/* line 93, ../scss/gooood/_home.scss */
.home-album .album-list {
  padding: 30px 10px;
  overflow: hidden;
}
/* line 96, ../scss/gooood/_home.scss */
.home-album .album-list .item {
  padding: 0 10px;
  width: 12.5%;
  float: left;
}
/* line 101, ../scss/gooood/_home.scss */
.home-album .album-list .item.more img {
  opacity: 0;
}
/* line 104, ../scss/gooood/_home.scss */
.home-album .album-list .item.more .item-wrapper {
  background-color: #3F7FC7;
}
/* line 107, ../scss/gooood/_home.scss */
.home-album .album-list .item.more .item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
/* line 115, ../scss/gooood/_home.scss */
.home-album .album-list .item.more .item-content .item-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -24px;
}
/* line 122, ../scss/gooood/_home.scss */
.home-album .album-list .item.more .item-content i {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/* line 129, ../scss/gooood/_home.scss */
.home-album .album-list .item .item-wrapper {
  position: relative;
  background: #000;
}
/* line 133, ../scss/gooood/_home.scss */
.home-album .album-list .item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
  background: rgba(0, 0, 0, 0.3);
}
/* line 141, ../scss/gooood/_home.scss */
.home-album .album-list .item a:hover {
  background: transparent;
}
/* line 145, ../scss/gooood/_home.scss */
.home-album .album-list .item img {
  width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  /* line 156, ../scss/gooood/_home.scss */
  .home-album .album-list .item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  /* line 166, ../scss/gooood/_home.scss */
  .home-album .album-list .item {
    width: 50%;
  }
}
/* line 173, ../scss/gooood/_home.scss */
.jobs {
  background: #f8f8f8;
  padding: 50px 0;
}
/* line 176, ../scss/gooood/_home.scss */
.jobs .jobs-wrapper {
  padding-bottom: 0;
}
/* line 179, ../scss/gooood/_home.scss */
.jobs .jobs-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 183, ../scss/gooood/_home.scss */
.jobs .jobs-header h2 {
  font-size: 18px;
  line-height: 32px;
}
/* line 187, ../scss/gooood/_home.scss */
.jobs .jobs-header a.btn {
  font-size: 14px;
  color: #9E9EA6;
}
/* line 190, ../scss/gooood/_home.scss */
.jobs .jobs-header a.btn:hover {
  color: #666;
}
/* line 194, ../scss/gooood/_home.scss */
.jobs .jobs-header a.more {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
/* line 203, ../scss/gooood/_home.scss */
.jobs .jobs-container .grid-work ul li {
  padding: 5px 0;
  padding-left: 10px;
  position: relative;
}
/* line 207, ../scss/gooood/_home.scss */
.jobs .jobs-container .grid-work ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 11px;
}
/* line 216, ../scss/gooood/_home.scss */
.jobs .jobs-container .grid-work ul li a {
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
/* line 219, ../scss/gooood/_home.scss */
.jobs .jobs-container .grid-work ul li a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 233, ../scss/gooood/_home.scss */
.home-section .section {
  border-radius: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
/* line 237, ../scss/gooood/_home.scss */
.home-section .section .section-pic {
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 241, ../scss/gooood/_home.scss */
.home-section .section .section-pic img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* line 246, ../scss/gooood/_home.scss */
.home-section .section .section-pic a.section-cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}
/* line 253, ../scss/gooood/_home.scss */
.home-section .section .section-pic a.section-cover-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 258, ../scss/gooood/_home.scss */
.home-section .section .section-content {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 0;
  position: relative;
}
/* line 264, ../scss/gooood/_home.scss */
.home-section .section .section-content h2 {
  font-size: 24px;
}
/* line 266, ../scss/gooood/_home.scss */
.home-section .section .section-content h2 a {
  color: #666;
}
/* line 268, ../scss/gooood/_home.scss */
.home-section .section .section-content h2 a:hover {
  color: #4a4a4a;
}
/* line 273, ../scss/gooood/_home.scss */
.home-section .section .section-content .section-btn {
  position: absolute;
  right: 0px;
  top: 30px;
}
/* line 280, ../scss/gooood/_home.scss */
.home-section.section-ad {
  text-align: center;
  margin: 30px auto 0;
}
/* line 283, ../scss/gooood/_home.scss */
.home-section.section-ad .section {
  border-bottom: none;
  margin-bottom: 10px;
  text-align: center;
}
/* line 287, ../scss/gooood/_home.scss */
.home-section.section-ad .section:last-child {
  margin-bottom: 0;
}
/* line 290, ../scss/gooood/_home.scss */
.home-section.section-ad .section .img-responsive {
  display: inline-block;
}

/* line 298, ../scss/gooood/_home.scss */
.text-images .images-container {
  position: relative;
}
/* line 300, ../scss/gooood/_home.scss */
.text-images .images-container .post-item {
  margin-bottom: 30px;
}
/* line 302, ../scss/gooood/_home.scss */
.text-images .images-container .post-item img.img-responsive {
  width: 100%;
  height: auto;
}
/* line 307, ../scss/gooood/_home.scss */
.text-images .images-container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
}
/* line 315, ../scss/gooood/_home.scss */
.text-images .images-container a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0px;
  letter-spacing: 2px;
  line-height: 2em;
}
/* line 327, ../scss/gooood/_home.scss */
.text-images .images-container a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 330, ../scss/gooood/_home.scss */
.text-images .images-container a span {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
/* line 340, ../scss/gooood/_home.scss */
.text-images .text-container li a {
  display: -webkit-box;
  height: 35px;
  font-size: 14px;
  line-height: 2.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4a4a4a;
  position: relative;
  padding-left: 12px;
}
/* line 345, ../scss/gooood/_home.scss */
.text-images .text-container li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #4a4a4a;
  position: absolute;
  top: 13px;
  left: 0;
}
/* line 354, ../scss/gooood/_home.scss */
.text-images .text-container li a:hover {
  text-decoration: underline;
}

/* line 362, ../scss/gooood/_home.scss */
.home-albums {
  background: #f8f8f8;
  padding: 50px 0;
}
/* line 365, ../scss/gooood/_home.scss */
.home-albums .nav-tabs {
  border-bottom: none;
  margin-top: 7px;
  margin-bottom: 22px;
  padding-bottom: 15px;
}
/* line 371, ../scss/gooood/_home.scss */
.home-albums .nav-tabs li:first-child {
  border-right: 1px solid #333;
  margin-right: 20px;
}
/* line 376, ../scss/gooood/_home.scss */
.home-albums .nav-tabs li.active a {
  background: transparent;
  color: #333;
}
/* line 381, ../scss/gooood/_home.scss */
.home-albums .nav-tabs li a {
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  margin-right: 20px;
  color: #999;
  display: inline-block;
}
/* line 389, ../scss/gooood/_home.scss */
.home-albums .nav-tabs li a:hover, .home-albums .nav-tabs li a:focus {
  border: none;
  background-color: transparent;
}
/* line 398, ../scss/gooood/_home.scss */
.home-albums .tab-pane article .item-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
/* line 401, ../scss/gooood/_home.scss */
.home-albums .tab-pane article .item-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 407, ../scss/gooood/_home.scss */
.home-albums .tab-pane article .item-meta {
  color: #999;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}
/* line 412, ../scss/gooood/_home.scss */
.home-albums .tab-pane article .item-meta a {
  color: #999;
}
/* line 414, ../scss/gooood/_home.scss */
.home-albums .tab-pane article .item-meta a:hover {
  text-decoration: underline;
}
/* line 420, ../scss/gooood/_home.scss */
.home-albums .tab-pane article a.item-link {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
/* line 425, ../scss/gooood/_home.scss */
.home-albums .tab-pane article a.item-link:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  /* line 437, ../scss/gooood/_home.scss */
  .text-images .images-container article:nth-child(3) {
    display: none;
  }
  /* line 440, ../scss/gooood/_home.scss */
  .text-images .images-container article img.img-responsive {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 456, ../scss/gooood/_home.scss */
  .home-section .section .section-content {
    background: #fff;
    margin: 0 !important;
    padding: 30px 0;
    position: relative;
  }
  /* line 461, ../scss/gooood/_home.scss */
  .home-section .section .section-content h2 {
    font-size: 18px;
    line-height: 33px;
  }
  /* line 464, ../scss/gooood/_home.scss */
  .home-section .section .section-content h2 a {
    color: #666;
  }
  /* line 466, ../scss/gooood/_home.scss */
  .home-section .section .section-content h2 a:hover {
    color: #4a4a4a;
  }
  /* line 471, ../scss/gooood/_home.scss */
  .home-section .section .section-content .section-btn {
    position: absolute;
    right: 0px;
    top: 30px;
  }

  /* line 482, ../scss/gooood/_home.scss */
  .text-images .images-container article:nth-child(1) {
    margin-bottom: 30px;
  }
  /* line 485, ../scss/gooood/_home.scss */
  .text-images .images-container article:nth-child(3) {
    display: none;
  }
}
/* line 1, ../scss/gooood/_card.scss */
.card {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
/* line 6, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail {
  position: relative;
  border: 1px solid #e8e8e8;
}
/* line 9, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 14, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail .cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}
/* line 22, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail .post-meta {
  position: absolute;
  bottom: -1px;
  left: 50px;
  right: 50px;
  background: #fff;
  padding: 20px;
  color: #9B9B9B;
}
/* line 30, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail .post-meta a {
  color: #9B9B9B;
}
/* line 32, ../scss/gooood/_card.scss */
.card .post-wrapper .post-thumbnail .post-meta a:hover {
  color: #4a4a4a;
}
/* line 38, ../scss/gooood/_card.scss */
.card .post-wrapper .post-box {
  padding: 0 70px 30px 70px;
}
/* line 40, ../scss/gooood/_card.scss */
.card .post-wrapper .post-box h2 {
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
/* line 44, ../scss/gooood/_card.scss */
.card .post-wrapper .post-box h2 a {
  color: #4a4a4a;
}
/* line 46, ../scss/gooood/_card.scss */
.card .post-wrapper .post-box h2 a:hover {
  text-decoration: underline;
}
/* line 52, ../scss/gooood/_card.scss */
.card .post-wrapper .post-box .post-excerpt a {
  color: #9b9b9b;
  font-size: 24px;
}

/* line 65, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-thumbnail {
  max-height: 238px;
  overflow: hidden;
  border: none;
}
/* line 69, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-thumbnail .post-meta {
  display: none;
}
/* line 73, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-box {
  padding: 20px 10px;
  height: 120px;
  position: relative;
}
/* line 77, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-box h2.entry-title {
  font-size: 18px;
  max-height: 90px;
  overflow: hidden;
}
/* line 82, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-box .post-excerpt {
  display: none;
}
/* line 85, ../scss/gooood/_card.scss */
.page-meterial .content .post .post-wrapper .post-box .post-date {
  display: none;
}

/* line 1, ../scss/gooood/_carousel.scss */
.list-hero {
  background: #fff;
}
/* line 4, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 10, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .owl-nav {
  opacity: 0.5;
}
/* line 14, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel:hover .owl-nav {
  opacity: 0.8;
}
/* line 19, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 25, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper a.post-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -2000em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 37, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper a.post-link:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 45, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper .post-title {
  font-size: 30px;
  font-weight: normal;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
/* line 52, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper .post-title a {
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  padding: 30px 80px;
  text-align: center;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 63, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper .post-title a:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* line 71, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-featured .owl-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/* line 79, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv {
  padding: 5px;
}
/* line 81, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv .item {
  margin-bottom: 10px;
}
/* line 83, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv .item:last-child {
  margin: 0;
}
/* line 86, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv .item .item-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 210px;
}
/* line 94, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv .item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-indent: -2000em;
}
/* line 105, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv #featured-login .featured-login-wrapper {
  text-align: center;
  padding-top: 60px;
  color: #fff;
}
/* line 109, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv #featured-login .featured-login-wrapper .btn-groups {
  margin-top: 20px;
  overflow: hidden;
}
/* line 112, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv #featured-login .featured-login-wrapper .btn-groups .btn-primary {
  background: #3F7FC7 !important;
  color: #fff;
}
/* line 115, ../scss/gooood/_carousel.scss */
.list-hero .list-hero-wrapper .list-adv #featured-login .featured-login-wrapper .btn-groups .btn-primary:hover {
  background: #2e6eb6;
}

/* line 129, ../scss/gooood/_carousel.scss */
.owl-controls .owl-prev, .owl-controls .owl-next {
  display: block !important;
  position: absolute;
  top: 50%;
  font-family: FontAwesome;
  color: transparent;
  width: 48px;
  height: 48px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
/* line 140, ../scss/gooood/_carousel.scss */
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
/* line 143, ../scss/gooood/_carousel.scss */
.owl-controls .owl-prev::before, .owl-controls .owl-next::before {
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 48px;
  width: 100%;
}
/* line 158, ../scss/gooood/_carousel.scss */
.owl-controls .owl-prev {
  left: 20px;
}
/* line 160, ../scss/gooood/_carousel.scss */
.owl-controls .owl-prev::before {
  content: "\f104";
}
/* line 164, ../scss/gooood/_carousel.scss */
.owl-controls .owl-next {
  right: 20px;
}
/* line 166, ../scss/gooood/_carousel.scss */
.owl-controls .owl-next::before {
  content: "\f105";
}
/* line 170, ../scss/gooood/_carousel.scss */
.owl-controls .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  text-align: center;
}
/* line 177, ../scss/gooood/_carousel.scss */
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
/* line 181, ../scss/gooood/_carousel.scss */
.owl-controls .owl-dots .owl-dot.active span {
  background: white;
}
/* line 185, ../scss/gooood/_carousel.scss */
.owl-controls .owl-dots .owl-dot span {
  width: 14px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
  /* line 203, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper {
    height: 500px;
  }
  /* line 210, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item {
    padding: 0;
  }
  /* line 212, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item .item-wrapper {
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 228, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper {
    height: 400px;
  }
  /* line 235, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item {
    padding: 0;
  }
  /* line 237, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item .item-wrapper {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 253, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper {
    height: 320px;
  }
  /* line 259, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 263, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item {
    padding: 0 5px;
  }
  /* line 265, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-adv .item .item-wrapper {
    height: 180px;
  }
}
@media (max-width: 767px) {
  /* line 276, ../scss/gooood/_carousel.scss */
  .list-hero {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 280, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured {
    padding: 0;
  }
  /* line 284, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper {
    height: 240px;
  }
  /* line 286, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper .post-title {
    bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }
  /* line 290, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .featured-item .featured-item-wrapper .post-title a {
    padding: 0 30px;
  }
  /* line 296, ../scss/gooood/_carousel.scss */
  .list-hero .list-hero-wrapper .list-featured .owl-carousel .owl-nav {
    display: none;
  }
}
/* line 1, ../scss/gooood/_services.scss */
.home-services {
  padding: 50px 0;
  background: #F7F7F7;
}
/* line 4, ../scss/gooood/_services.scss */
.home-services .service {
  text-align: center;
}
/* line 6, ../scss/gooood/_services.scss */
.home-services .service-graph {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  height: 56px;
}
/* line 11, ../scss/gooood/_services.scss */
.home-services .service-graph img {
  vertical-align: middle;
}
/* line 15, ../scss/gooood/_services.scss */
.home-services .service-name {
  margin: 15px 0;
}
/* line 17, ../scss/gooood/_services.scss */
.home-services .service-name h3 {
  font-size: 18px;
  color: #4A4A4A;
}
/* line 22, ../scss/gooood/_services.scss */
.home-services .service-btn {
  margin-top: 15px;
}
/* line 24, ../scss/gooood/_services.scss */
.home-services .service-btn a.btn {
  border-radius: 0;
}

/* line 1, ../scss/gooood/_page.scss */
.page-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
}
/* line 8, ../scss/gooood/_page.scss */
.page-banner a.cover-link {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
}
/* line 14, ../scss/gooood/_page.scss */
.page-banner .page-subnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}
/* line 20, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul {
  list-style: none;
  font-size: 18px;
}
/* line 23, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul li {
  display: inline-block;
}
/* line 26, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul li.current a, .page-banner .page-subnav ul li.selected a {
  background: #fff;
  border-bottom: 2px solid #3F7FC7;
}
/* line 31, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul li a {
  display: block;
  line-height: 60px;
  padding: 0 30px;
  background: transparent;
  color: #4a4a4a;
  border-bottom: 2px solid transparent;
}
/* line 38, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul li a.btn-primary {
  background-color: #3F7FC7;
  line-height: 44px;
  margin-top: 8px;
  border-bottom: none;
}
/* line 43, ../scss/gooood/_page.scss */
.page-banner .page-subnav ul li a.btn-primary:hover {
  background-color: #2e6eb6;
}
/* line 51, ../scss/gooood/_page.scss */
.page-banner .page-title {
  height: 60px;
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -160px;
}
/* line 59, ../scss/gooood/_page.scss */
.page-banner .page-title h1 {
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.4);
}

/* line 70, ../scss/gooood/_page.scss */
.page-container {
  padding: 50px 0;
}

/* line 75, ../scss/gooood/_page.scss */
.post-card .post-wrapper {
  background: #fff;
  overflow: hidden;
}
/* line 79, ../scss/gooood/_page.scss */
.post-card .post-wrapper .post-thumbnail {
  height: 168px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
/* line 84, ../scss/gooood/_page.scss */
.post-card .post-wrapper .post-thumbnail a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}
/* line 93, ../scss/gooood/_page.scss */
.post-card .post-wrapper .post-box {
  padding: 20px 10px;
}
/* line 96, ../scss/gooood/_page.scss */
.post-card .post-wrapper .post-box h3 a {
  display: block;
  color: #4a4a4a;
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, ../scss/gooood/_entry.scss */
.entry-header {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/* line 5, ../scss/gooood/_entry.scss */
.entry-header h1 {
  font-size: 32px;
  line-height: 1.5em;
  text-align: justify;
}
/* line 10, ../scss/gooood/_entry.scss */
.entry-header .entry-meta {
  margin-top: 10px;
  color: #9E9EA6;
  overflow: hidden;
}
/* line 14, ../scss/gooood/_entry.scss */
.entry-header .entry-meta a {
  color: #9E9EA6;
}
/* line 16, ../scss/gooood/_entry.scss */
.entry-header .entry-meta a:hover {
  text-decoration: underline;
}

/* line 23, ../scss/gooood/_entry.scss */
.entry-author {
  margin: 20px 0;
  line-height: 24px;
  color: #999;
}
/* line 27, ../scss/gooood/_entry.scss */
.entry-author .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 35, ../scss/gooood/_entry.scss */
.content .home-albums {
  background: #fff;
}

/* line 39, ../scss/gooood/_entry.scss */
.entry-content {
  font-size: 16px;
  overflow: hidden;
}
/* line 42, ../scss/gooood/_entry.scss */
.entry-content iframe {
  max-width: 100% !important;
}
/* line 45, ../scss/gooood/_entry.scss */
.entry-content .shortcolumn {
  width: 760px;
  max-width: 760px;
  float: right;
  clear: both;
}
/* line 52, ../scss/gooood/_entry.scss */
.entry-content.content-store .shortcolumn {
  margin: 0 auto;
  float: none;
}
/* line 57, ../scss/gooood/_entry.scss */
.entry-content p {
  margin-bottom: 30px;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 2em;
  font-family: Georgia, '宋体', serif;
  clear: both;
  word-break: break-word;
}
/* line 65, ../scss/gooood/_entry.scss */
.entry-content p a {
  color: #3498db;
}
/* line 68, ../scss/gooood/_entry.scss */
.entry-content p img {
  max-width: 100%;
  height: auto;
}
/* line 73, ../scss/gooood/_entry.scss */
.entry-content div {
  max-width: 100%;
  line-height: 2em;
  word-break: break-word;
}
/* line 78, ../scss/gooood/_entry.scss */
.entry-content div img {
  max-width: 100%;
  height: auto;
}
/* line 83, ../scss/gooood/_entry.scss */
.entry-content figure.wp-caption {
  float: left;
  margin-right: 8px;
}
/* line 86, ../scss/gooood/_entry.scss */
.entry-content figure.wp-caption img {
  max-width: 100%;
  height: auto;
}
/* line 91, ../scss/gooood/_entry.scss */
.entry-content h1 {
  font-size: 56px;
  line-height: 80px;
  font-family: Georgia, '宋体', serif;
}
/* line 96, ../scss/gooood/_entry.scss */
.entry-content h2 {
  font-size: 36px;
  line-height: 50px;
  font-family: Georgia, '宋体', serif;
}
/* line 101, ../scss/gooood/_entry.scss */
.entry-content h3 {
  font-size: 24px;
  line-height: 40px;
  font-family: Georgia, '宋体', serif;
}
/* line 106, ../scss/gooood/_entry.scss */
.entry-content .entry-actions {
  overflow: hidden;
  padding: 5px 0;
}

/* line 115, ../scss/gooood/_entry.scss */
.community-content p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

/* line 125, ../scss/gooood/_entry.scss */
.entry-spec {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding: 20px;
}
/* line 129, ../scss/gooood/_entry.scss */
.entry-spec h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 134, ../scss/gooood/_entry.scss */
.entry-spec .spec {
  overflow: hidden;
  line-height: 30px;
}
/* line 137, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-label {
  width: 160px;
  float: left;
  margin-right: -180px;
  overflow: hidden;
}
/* line 142, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-label .label-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
/* line 148, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-label .label-end {
  float: right;
}
/* line 152, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-data {
  margin-left: 180px;
}
/* line 154, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-data a {
  color: #666;
  margin-right: 10px;
}
/* line 157, ../scss/gooood/_entry.scss */
.entry-spec .spec .spec-data a:hover {
  color: #3F7FC7;
}

/* line 166, ../scss/gooood/_entry.scss */
.entry-comment {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

/* line 172, ../scss/gooood/_entry.scss */
.entry-footer {
  font-size: 16px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
/* line 179, ../scss/gooood/_entry.scss */
.entry-footer span {
  line-height: 60px;
}
/* line 182, ../scss/gooood/_entry.scss */
.entry-footer .entry-wrapper {
  display: inline-block;
}
/* line 185, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
/* line 189, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
}
/* line 193, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span img {
  display: none !important;
}
/* line 196, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span a {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #3F7FC7;
  color: #fff;
}
/* line 203, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span a:hover {
  background: #0c4c94;
  color: #fff;
}
/* line 207, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span a.wpfp-remove {
  background: #E74C3C;
  color: #fff;
}
/* line 210, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span a.wpfp-remove:hover {
  background: #b41909;
}
/* line 215, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav span.wpfp-span i {
  font-size: 48px;
  line-height: 100px;
}
/* line 220, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-fav p {
  text-align: center;
}
/* line 224, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share {
  display: inline-block;
}
/* line 227, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box {
  display: inline-block;
  clear: inherit;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
/* line 234, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #666;
  color: #666;
  display: block;
  float: left;
  font-size: 32px !important;
  line-height: 60px;
  font-family: 'FontAwesome';
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 274, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover {
  text-decoration: none;
  color: #fff;
}
/* line 277, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.share_icon_weibo {
  background: #e74c3c;
  border-color: #e74c3c;
}
/* line 281, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.share_icon_wechat {
  background: #2ecc71;
  border-color: #2ecc71;
}
/* line 285, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.share_icon_facebook {
  background: #4760A5;
  border-color: #4760A5;
}
/* line 289, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.share_icon_twitter {
  background: #50ABF1;
  border-color: #50ABF1;
}
/* line 293, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.jiathis_button_pinterest {
  background: #CE1714;
  border-color: #CE1714;
}
/* line 297, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.jiathis_button_douban {
  background: #007802;
  border-color: #007802;
}
/* line 301, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .share_button:hover.share_icon_qqzone {
  background: #2174C3;
  border-color: #2174C3;
}
/* line 307, ../scss/gooood/_entry.scss */
.entry-footer div.entry-footer-share .open_social_box .open_social_qrcode {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 110%;
  left: 50%;
  margin-left: -110px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* line 321, ../scss/gooood/_entry.scss */
.entry-footer div.social-item {
  width: 20%;
  padding: 0 15px;
  float: left;
  position: relative;
  font-weight: bold;
}
/* line 327, ../scss/gooood/_entry.scss */
.entry-footer div.social-item#social-bookmark {
  background: RGBA(93, 157, 214, 1);
  text-align: center;
}
/* line 330, ../scss/gooood/_entry.scss */
.entry-footer div.social-item#social-bookmark:hover {
  background: RGBA(93, 157, 214, 1);
}
/* line 333, ../scss/gooood/_entry.scss */
.entry-footer div.social-item#social-bookmark a {
  display: inline-block;
}
/* line 337, ../scss/gooood/_entry.scss */
.entry-footer div.social-item a {
  background: RGBA(93, 157, 214, 1);
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
/* line 344, ../scss/gooood/_entry.scss */
.entry-footer div.social-item .hide-pin {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39px;
}
/* line 351, ../scss/gooood/_entry.scss */
.entry-footer div.social-item .hide-pin a {
  display: block;
  height: 39px;
}
/* line 357, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 {
  float: left !important;
  margin-left: 10px;
}
/* line 360, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #666;
  color: #666;
  display: block;
  float: left;
  font-size: 32px !important;
}
/* line 370, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a.jiathis_counter_style {
  width: auto;
  margin-left: 10px;
  padding: 0 30px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #fff !important;
}
/* line 380, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a.jiathis_counter_style:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e8e8e8 transparent transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -10px;
}
/* line 392, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a.jiathis_counter_style span.jiathis_bubble_style {
  color: #666 !important;
  width: auto !important;
}
/* line 397, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a span {
  background: transparent !important;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  font-size: 24px !important;
  display: block !important;
  text-align: center !important;
  line-height: 58px !important;
}
/* line 409, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover {
  text-decoration: none;
  color: #fff;
}
/* line 412, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_tsina {
  background: #e74c3c;
  border-color: #e74c3c;
}
/* line 416, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_weixin {
  background: #2ecc71;
  border-color: #2ecc71;
}
/* line 420, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_fb {
  background: #4760A5;
  border-color: #4760A5;
}
/* line 424, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_twitter {
  background: #50ABF1;
  border-color: #50ABF1;
}
/* line 428, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_pinterest {
  background: #CE1714;
  border-color: #CE1714;
}
/* line 432, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_douban {
  background: #007802;
  border-color: #007802;
}
/* line 436, ../scss/gooood/_entry.scss */
.entry-footer .jiathis_style_32x32 a:hover.jiathis_button_qzone {
  background: #2174C3;
  border-color: #2174C3;
}

/* line 445, ../scss/gooood/_entry.scss */
.post-navigation {
  display: none;
}

/* line 450, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-last {
  margin-right: 0;
}
/* line 453, ../scss/gooood/_entry.scss */
.ss-wrapper img {
  width: 100%;
  height: auto;
}
/* line 457, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-sixcol {
  width: 49.5%;
  margin-right: 1%;
  float: left;
}
/* line 461, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-sixcol.ss-last {
  margin-right: 0;
}
/* line 465, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-eightcol {
  width: 66%;
  float: left;
  margin-right: 1%;
}
/* line 469, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-eightcol.ss-last {
  margin-right: 0;
}
/* line 473, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-fourcol {
  width: 33%;
  float: left;
  margin-right: 1%;
}
/* line 477, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-fourcol.ss-last {
  margin-right: 0;
}
/* line 481, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-ninecol {
  width: 24.5%;
  float: left;
  margin-right: 1%;
  padding: 0;
}
/* line 486, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-ninecol.ss-last {
  margin-right: 0;
}
/* line 490, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-threecol {
  width: 74.5%;
  float: left;
  margin-right: 1%;
}
/* line 494, ../scss/gooood/_entry.scss */
.ss-wrapper .ss-threecol.ss-last {
  margin-right: 0;
}

/* line 500, ../scss/gooood/_entry.scss */
.entry-navigation {
  overflow: hidden;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}
/* line 505, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav {
  width: 50%;
  float: left;
}
/* line 514, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav.nav-latest {
  width: 100%;
}
/* line 517, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper {
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* line 524, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper:hover .nav-content {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 528, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .nav-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 539, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .nav-content h3 {
  cursor: pointer;
}
/* line 541, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .nav-content h3 a {
  color: #fff;
  display: -webkit-box;
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 544, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .nav-content h3 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* line 550, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .nav-content span {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  color: #ccc;
}
/* line 558, ../scss/gooood/_entry.scss */
.entry-navigation .entry-nav .nav-wrapper .cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}

/* line 570, ../scss/gooood/_entry.scss */
.post-list {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  padding-top: 50px;
}
/* line 574, ../scss/gooood/_entry.scss */
.post-list h3 {
  margin-bottom: 30px;
}
/* line 581, ../scss/gooood/_entry.scss */
.post-list .post .post-box {
  padding-top: 20px;
}
/* line 584, ../scss/gooood/_entry.scss */
.post-list .post .post-box h3 a {
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 592, ../scss/gooood/_entry.scss */
.post-ad {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 596, ../scss/gooood/_entry.scss */
.post-ad:first-child {
  margin-top: 0;
}
/* line 599, ../scss/gooood/_entry.scss */
.post-ad img {
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 606, ../scss/gooood/_entry.scss */
  .entry-content .shortcolumn {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  /* line 614, ../scss/gooood/_entry.scss */
  .entry-footer {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width:768px;
  }
  /* line 618, ../scss/gooood/_entry.scss */
  .entry-footer .entry-footer-fav {
    margin-bottom: 0;
  }

  /* line 623, ../scss/gooood/_entry.scss */
  .entry-content .shortcolumn {
    width: 100%;
    float: none;
  }

  /* line 628, ../scss/gooood/_entry.scss */
  .entry-spec {
    display: none;
  }
  /* line 633, ../scss/gooood/_entry.scss */
  .entry-spec .spec {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px 0;
  }
  /* line 636, ../scss/gooood/_entry.scss */
  .entry-spec .spec .spec-label {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* line 643, ../scss/gooood/_entry.scss */
  .entry-spec .spec .spec-label .label-end {
    float: right;
  }
  /* line 647, ../scss/gooood/_entry.scss */
  .entry-spec .spec .spec-data {
    margin-left: 0;
    padding-left: 10px;
  }
  /* line 650, ../scss/gooood/_entry.scss */
  .entry-spec .spec .spec-data a {
    color: #666;
    margin-right: 10px;
  }
  /* line 653, ../scss/gooood/_entry.scss */
  .entry-spec .spec .spec-data a:hover {
    color: #3F7FC7;
  }

  /* line 663, ../scss/gooood/_entry.scss */
  .entry-content iframe {
    max-height: 300px;
  }

  /* line 671, ../scss/gooood/_entry.scss */
  .entry-comment .comment-respond .comment-form .comment-avatar {
    display: none;
  }
  /* line 674, ../scss/gooood/_entry.scss */
  .entry-comment .comment-respond .comment-form .comment-textarea {
    margin-left: 0;
  }
}
/* line 683, ../scss/gooood/_entry.scss */
.gooood-jobs {
  margin-top: 50px;
}
/* line 688, ../scss/gooood/_entry.scss */
.gooood-jobs header h3 {
  font-size: 18px;
  line-height: 32px;
}
/* line 692, ../scss/gooood/_entry.scss */
.gooood-jobs header span.small-text {
  font-size: 14px;
}
/* line 694, ../scss/gooood/_entry.scss */
.gooood-jobs header span.small-text a {
  color: #9e9ea6;
}
/* line 696, ../scss/gooood/_entry.scss */
.gooood-jobs header span.small-text a:hover {
  color: #666;
}
/* line 703, ../scss/gooood/_entry.scss */
.gooood-jobs .jobs-container .single-job {
  margin-top: 30px;
}
/* line 705, ../scss/gooood/_entry.scss */
.gooood-jobs .jobs-container .single-job .job-title {
  margin-top: 10px;
  display: -webkit-box;
  height: 48px;
  font-size: 12px;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 708, ../scss/gooood/_entry.scss */
.gooood-jobs .jobs-container .single-job .job-title a {
  color: #9e9ea6;
}
/* line 710, ../scss/gooood/_entry.scss */
.gooood-jobs .jobs-container .single-job .job-title a:hover {
  color: #666;
}

/*---
 Comments
*/
/* line 6, ../scss/gooood/_comments.scss */
.comment-form textarea.form-control {
  border-radius: 0;
  padding: 20px;
}
/* line 10, ../scss/gooood/_comments.scss */
.comment-form .form-submit {
  text-align: right;
}
/* line 12, ../scss/gooood/_comments.scss */
.comment-form .form-submit .comment-author {
  margin-right: 10px;
}
/* line 14, ../scss/gooood/_comments.scss */
.comment-form .form-submit .comment-author img {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  margin-right: 10px;
}

/* line 24, ../scss/gooood/_comments.scss */
.comments-area {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  padding-top: 50px;
}
/* line 28, ../scss/gooood/_comments.scss */
.comments-area h3 {
  margin-bottom: 20px;
}
/* line 32, ../scss/gooood/_comments.scss */
.comments-area .comment-list .comment-respond {
  background: #f7f7f7;
  padding: 20px;
}
/* line 36, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
}
/* line 41, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li:last-child {
  border: none;
}
/* line 44, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-author-avatar {
  float: left;
  margin-right: -60px;
}
/* line 48, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content {
  margin-left: 60px;
}
/* line 50, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-author-name {
  font-weight: normal;
  font-size: 16px;
}
/* line 53, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-author-name a {
  color: #4a4a4a;
}
/* line 55, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-author-name a:hover {
  background: #3F7FC7;
  color: #fff;
}
/* line 61, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-author-name .comment-actions a {
  color: #9E9EA6;
}
/* line 67, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-body p {
  padding: 10px 0;
}
/* line 71, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-actions {
  font-size: 12px;
}
/* line 73, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li .comment-content .comment-actions .comment-action {
  float: right;
}
/* line 78, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li ul.children {
  padding-left: 60px;
  margin-top: 10px;
}
/* line 81, ../scss/gooood/_comments.scss */
.comments-area .comment-list > li ul.children li {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 93, ../scss/gooood/_comments.scss */
.comment-respond h3.comment-reply-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #4a4a4a;
}
/* line 98, ../scss/gooood/_comments.scss */
.comment-respond .must-log-in {
  padding: 30px 50px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 104, ../scss/gooood/_comments.scss */
.comment-respond .must-log-in a {
  color: #3F7FC7;
  text-decoration: underline;
}
/* line 108, ../scss/gooood/_comments.scss */
.comment-respond .must-log-in .social-login {
  margin-top: 20px;
}
/* line 110, ../scss/gooood/_comments.scss */
.comment-respond .must-log-in .social-login h3 {
  font-size: 16px;
}
/* line 112, ../scss/gooood/_comments.scss */
.comment-respond .must-log-in .social-login h3 span {
  background: #fff !important;
}
/* line 118, ../scss/gooood/_comments.scss */
.comment-respond .open_social_box {
  display: none;
}
/* line 121, ../scss/gooood/_comments.scss */
.comment-respond .logged-in-as {
  margin-bottom: 20px;
}
/* line 125, ../scss/gooood/_comments.scss */
.comment-respond .comment-form .comment-avatar {
  width: 60px;
  height: 60px;
  margin-right: -70px;
  float: left;
}
/* line 131, ../scss/gooood/_comments.scss */
.comment-respond .comment-form .comment-textarea {
  margin-left: 70px;
}
/* line 136, ../scss/gooood/_comments.scss */
.comment-respond .form-submit .submit {
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  background: #3F7FC7;
  color: #fff;
}
/* line 142, ../scss/gooood/_comments.scss */
.comment-respond .form-submit .submit:hover {
  background: #2e6eb6;
}

/* line 149, ../scss/gooood/_comments.scss */
#comment-expanded {
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 0;
}
/* line 154, ../scss/gooood/_comments.scss */
#comment-expanded.show {
  height: auto;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* line 162, ../scss/gooood/_comments.scss */
.comment-switcher {
  margin-top: 20px;
  padding: 0 60px;
}
/* line 167, ../scss/gooood/_comments.scss */
.comment-switcher.expanded a span.toggle-default {
  display: none;
}
/* line 170, ../scss/gooood/_comments.scss */
.comment-switcher.expanded a span.toggle-expanded {
  display: inline-block;
}
/* line 177, ../scss/gooood/_comments.scss */
.comment-switcher.loading a span.toggle-default {
  display: none;
}
/* line 180, ../scss/gooood/_comments.scss */
.comment-switcher.loading a span.toggle-expanded {
  display: none;
}
/* line 183, ../scss/gooood/_comments.scss */
.comment-switcher.loading a span.toggle-loading {
  display: inline-block;
}
/* line 188, ../scss/gooood/_comments.scss */
.comment-switcher a {
  display: block;
  margin: 0 auto;
}
/* line 191, ../scss/gooood/_comments.scss */
.comment-switcher a span.toggle-expanded, .comment-switcher a span.toggle-loading {
  display: none;
}

/* line 2, ../scss/gooood/_loginout.scss */
body.page-id-139306 .entry-header, body.page-id-139312 .entry-header {
  display: none !important;
}

/* line 7, ../scss/gooood/_loginout.scss */
.login {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px;
}
/* line 12, ../scss/gooood/_loginout.scss */
.login p {
  margin: 20px 0 !important;
}
/* line 15, ../scss/gooood/_loginout.scss */
.login h3 {
  text-align: center;
  font-family: sans-serif !important;
}
/* line 18, ../scss/gooood/_loginout.scss */
.login h3 span {
  background: #fff !important;
}
/* line 22, ../scss/gooood/_loginout.scss */
.login hr {
  top: 14px !important;
}
/* line 25, ../scss/gooood/_loginout.scss */
.login form {
  margin: 30px 0;
}
/* line 28, ../scss/gooood/_loginout.scss */
.login form .form-group label {
  display: none !important;
}
/* line 31, ../scss/gooood/_loginout.scss */
.login form .form-group input.form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
}
/* line 37, ../scss/gooood/_loginout.scss */
.login form .form-group input.form-control:focus {
  border-color: #999;
}
/* line 46, ../scss/gooood/_loginout.scss */
.login form .checkbox input[type="checkbox"] {
  /*visibility: hidden;*/
}
/* line 51, ../scss/gooood/_loginout.scss */
.login form .submit .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  background: #3F7FC7;
  color: #fff;
  border-color: #3F7FC7;
}
/* line 61, ../scss/gooood/_loginout.scss */
.login form .submit .btn:hover {
  background: #2e6eb6;
  border-color: #2e6eb6;
}
/* line 68, ../scss/gooood/_loginout.scss */
.login ul.tml-action-links {
  overflow: hidden;
}
/* line 71, ../scss/gooood/_loginout.scss */
.login ul.tml-action-links li:first-child {
  float: left;
}
/* line 74, ../scss/gooood/_loginout.scss */
.login ul.tml-action-links li:nth-child(2) {
  float: right;
}
/* line 79, ../scss/gooood/_loginout.scss */
.login .social-login {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Sign Up
--------------------------------------------------------------*/
/* line 87, ../scss/gooood/_loginout.scss */
.register-page {
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 30px 50px;
}
/* line 92, ../scss/gooood/_loginout.scss */
.register-page h3 {
  text-align: center;
}
/* line 95, ../scss/gooood/_loginout.scss */
.register-page .register-note {
  padding: 5px;
  border: 1px solid #e6db55;
  background-color: #ffffe0;
  margin: 30px 0;
  font-size: 16px;
}
/* line 103, ../scss/gooood/_loginout.scss */
.register-page .register-section h4 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
/* line 109, ../scss/gooood/_loginout.scss */
.register-page .register-section .form-group label {
  display: none !important;
}
/* line 112, ../scss/gooood/_loginout.scss */
.register-page .register-section .form-group input.form-control {
  background: transparent !important;
  width: 100% !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important;
  height: 40px;
  line-height: 40px;
  border-radius: 4px !important;
}
/* line 120, ../scss/gooood/_loginout.scss */
.register-page .register-section .form-group input.form-control:focus {
  border-color: #999 !important;
}
/* line 125, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield {
  margin-bottom: 15px;
}
/* line 127, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield label {
  display: none !important;
}
/* line 130, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield input {
  background: transparent !important;
  width: 100% !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important;
  height: 40px;
  line-height: 40px;
  position: relative;
  outline: none;
  border-radius: 4px !important;
}
/* line 140, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield input:focus {
  border-color: #999 !important;
}
/* line 144, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .field-visibility-settings-notoggle {
  display: none;
}
/* line 147, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield textarea {
  width: 100% !important;
  border: 1px solid #e8e8e8 !important;
  background: transparent !important;
}
/* line 152, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield fieldset {
  display: none !important;
}
/* line 155, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield p.description {
  display: none;
}
/* line 158, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .datebox {
  color: #999;
}
/* line 160, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .datebox select {
  height: 40px;
  background: transparent !important;
  border-radius: 0 !important;
  border-color: #e8e8e8 !important;
}
/* line 165, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .datebox select#field_3_day {
  width: 80px;
  margin-left: 10px;
}
/* line 169, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .datebox select#field_3_month {
  width: 80px;
}
/* line 172, ../scss/gooood/_loginout.scss */
.register-page .register-section .editfield .datebox select#field_3_year {
  width: 120px;
}
/* line 179, ../scss/gooood/_loginout.scss */
.register-page .submit {
  clear: both !important;
  display: block;
  float: none !important;
}
/* line 183, ../scss/gooood/_loginout.scss */
.register-page .submit .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  padding: 0 !important;
  font-size: 16px !important;
  background: #3F7FC7 !important;
  color: #fff !important;
  border-color: #3F7FC7 !important;
}
/* line 193, ../scss/gooood/_loginout.scss */
.register-page .submit .btn:hover {
  background: #2e6eb6 !important;
  border-color: #2e6eb6 !important;
}

/* line 201, ../scss/gooood/_loginout.scss */
.social-login {
  margin-top: 10px;
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
/* line 207, ../scss/gooood/_loginout.scss */
.social-login h3 {
  position: relative;
  z-index: 2;
  border: none !important;
  text-align: center;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
  font-family: sans-serif !important;
}
/* line 215, ../scss/gooood/_loginout.scss */
.social-login h3 span {
  background: #f7f7f7;
  padding: 0 10px;
}
/* line 220, ../scss/gooood/_loginout.scss */
.social-login hr {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 0;
  border-bottom: 1px solid #e8e8e8;
}
/* line 229, ../scss/gooood/_loginout.scss */
.social-login .social-item {
  text-align: center;
}
/* line 232, ../scss/gooood/_loginout.scss */
.social-login a.btn-social {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  padding: 0;
  font-size: 24px;
  border: none;
  color: #fff;
  display: inline-block;
}
/* line 242, ../scss/gooood/_loginout.scss */
.social-login a.btn-social:hover {
  color: #fff;
}
/* line 245, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-weibo {
  background: #e74c3c;
}
/* line 247, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-weibo:hover {
  background: #d63b2b;
}
/* line 251, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-wechat {
  background: #1abc9c;
}
/* line 253, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-wechat:hover {
  background: #09ab8b;
}
/* line 257, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-facebook {
  background: #4760A5;
}
/* line 259, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-facebook:hover {
  background: #364f94;
}
/* line 263, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-qq {
  background: #12b7f5;
}
/* line 265, ../scss/gooood/_loginout.scss */
.social-login a.btn-social.btn-qq:hover {
  background: #01a6e4;
}

/* line 273, ../scss/gooood/_loginout.scss */
.tml {
  margin: 60px auto;
}
/* line 275, ../scss/gooood/_loginout.scss */
.tml .tml-user-avatar {
  width: 50px;
  margin-right: -70px;
  float: left;
}
/* line 280, ../scss/gooood/_loginout.scss */
.tml .tml-user-links {
  margin-left: 70px;
}

/* line 1, ../scss/gooood/_profile.scss */
#buddypress {
  position: relative;
}

/* line 4, ../scss/gooood/_profile.scss */
#buddypress #message.bp-template-notice {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  margin: 0;
}
/* line 10, ../scss/gooood/_profile.scss */
#buddypress #message.bp-template-notice p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 50px;
  border: none !important;
}

/* line 20, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper {
  background: #f2f3f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 24, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container {
  border-radius: 5px 5px;
  background: #fff;
}
/* line 27, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar {
  padding-top: 26px;
  padding-bottom: 15px;
}
/* line 30, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  line-height: 36px;
  padding-left: 15px;
}
/* line 37, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar ul {
  margin-top: 15px;
}
/* line 39, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar ul li {
  float: none;
}
/* line 42, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar ul li.selected a {
  background: #f2f3f4;
}
/* line 46, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-sidebar ul li a {
  line-height: 30px;
  padding-left: 15px;
}
/* line 53, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-content {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 58, ../scss/gooood/_profile.scss */
#buddypress .profile-wrapper .profile-container .profile-content header h1 {
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
/* line 68, ../scss/gooood/_profile.scss */
#buddypress input[type=submit].btn-primary {
  border-radius: 0;
  background: #3F7FC7;
  border: none;
  padding: 0 15px;
  line-height: 40px;
}

/* line 77, ../scss/gooood/_profile.scss */
.mobile-user-header {
  margin-top: 30px !important;
}
/* line 79, ../scss/gooood/_profile.scss */
.mobile-user-header .user-nav {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
/* line 83, ../scss/gooood/_profile.scss */
.mobile-user-header .user-nav li {
  display: inline-block;
}
/* line 86, ../scss/gooood/_profile.scss */
.mobile-user-header .user-nav li.current a {
  background-color: #f7f7f7;
}
/* line 90, ../scss/gooood/_profile.scss */
.mobile-user-header .user-nav li a {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
}

/* line 1, ../scss/gooood/_footer.scss */
.footer {margin-top: 50px;
  font-size: 14px;
  background: #3a3a3a;
  color: #fff;
  border-top: 1px solid #e8e8e8;
}
/* line 6, ../scss/gooood/_footer.scss */
.footer h4 {
  font-size: 16px;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 13, ../scss/gooood/_footer.scss */
.footer .footer-menu {
  padding: 60px 0;
}
/* line 18, ../scss/gooood/_footer.scss */
.footer .footer-about .footer-logo img {
  width: 80%;
  height: auto;
}
/* line 23, ../scss/gooood/_footer.scss */
.footer .footer-about .footer-desc {
  margin: 20px 0;
}
/* line 28, ../scss/gooood/_footer.scss */
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 32, ../scss/gooood/_footer.scss */
.footer ul li {
  line-height: 30px;
}
/* line 36, ../scss/gooood/_footer.scss */
.footer a {
  color: #9E9EA6;
}
/* line 38, ../scss/gooood/_footer.scss */
.footer a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}
/* line 43, ../scss/gooood/_footer.scss */
.footer .footer-social {
  text-align: left;
}
/* line 46, ../scss/gooood/_footer.scss */
.footer .footer-social ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 49, ../scss/gooood/_footer.scss */
.footer .footer-social ul li a {
  color: #fff;
  background-color: #333;
}
/* line 52, ../scss/gooood/_footer.scss */
.footer .footer-social ul li a:hover {
  text-decoration: none;
}
/* line 57, ../scss/gooood/_footer.scss */
.footer .footer-social ul li.qrcode-wechat .dropdown-menu {
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  padding: 10px;
  min-width: 160px;
}
/* line 64, ../scss/gooood/_footer.scss */
.footer .footer-social ul li.qrcode-wechat .dropdown-menu img.img-responsive {
  display: inline-block;
}
/* line 67, ../scss/gooood/_footer.scss */
.footer .footer-social ul li.qrcode-wechat .dropdown-menu p {
  margin: 0;
  font-size: 12px;
  color: #9E9EA6;
}
/* line 81, ../scss/gooood/_footer.scss */
.footer .copyright {
  background: #3a3a3a;
  line-height: 5px;
  text-align: center;
  color: #9E9EA6;
 margin-top: 38px
}

@media (min-width: 991px) {
  /* line 90, ../scss/gooood/_footer.scss */
  .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  /* line 95, ../scss/gooood/_footer.scss */
  .back-to-top.show {
    display: block;
  }
  /* line 98, ../scss/gooood/_footer.scss */
  .back-to-top a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
  }
  /* line 107, ../scss/gooood/_footer.scss */
  .back-to-top a:hover {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
}
@media (max-width: 990px) {
  /* line 116, ../scss/gooood/_footer.scss */
  .back-to-top {
    display: none;
  }
}
/* line 2, ../scss/gooood/_form.scss */
.single-column-page .single-column-page-header {
  padding-top: 60px;
}
/* line 4, ../scss/gooood/_form.scss */
.single-column-page .single-column-page-header h1 {
  font-size: 36px;
  color: #4383EB;
  text-align: center;
}
/* line 9, ../scss/gooood/_form.scss */
.single-column-page .single-column-page-header p {
  font-size: 14px;
  color: #9297A0;
  text-align: center;
}
/* line 16, ../scss/gooood/_form.scss */
.single-column-page .single-column-page-content form.nsky-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

/* line 26, ../scss/gooood/_form.scss */
form.nsky-form .form-group {
  overflow: hidden;
  margin: 20px 0;
}
/* line 29, ../scss/gooood/_form.scss */
form.nsky-form .form-group label {
  display: block;
  width: 120px;
  float: left;
  margin-right: -140px;
  line-height: 36px;
}
/* line 36, ../scss/gooood/_form.scss */
form.nsky-form .form-group .form-content {
  margin-left: 140px;
}
/* line 38, ../scss/gooood/_form.scss */
form.nsky-form .form-group .form-content input[type=text], form.nsky-form .form-group .form-content input[type=email], form.nsky-form .form-group .form-content input[type=password], form.nsky-form .form-group .form-content select, form.nsky-form .form-group .form-content textarea {
  display: block;
  width: 100%;
  height: 36px;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #D8DEE6;
  background: #F9F9F8;
  line-height: 36px;
  font-size: 14px;
}
/* line 50, ../scss/gooood/_form.scss */
form.nsky-form .form-group button.btn-submit {
  background: #00A2FF;
  color: #fff;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 320px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 2px 0 #0A84E9;
}
/* line 67, ../scss/gooood/_form.scss */
form.nsky-form .form-group button.btn-submit:hover {
  background: #0080dd;
  box-shadow: 0 2px 0 #0062c7;
}

/* line 1, ../scss/gooood/_purchase.scss */
.product-panel {
  background: #F2F6FF;
  border-radius: 5px;
  border: 1px solid #D8DEE6;
  padding: 10px 20px 20px;
}
/* line 6, ../scss/gooood/_purchase.scss */
.product-panel h4 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 11, ../scss/gooood/_purchase.scss */
.product-panel .purchase-header {
  overflow: hidden;
  line-height: 60px;
}
/* line 14, ../scss/gooood/_purchase.scss */
.product-panel .purchase-header .purchase-info {
  width: 50%;
  float: left;
}
/* line 18, ../scss/gooood/_purchase.scss */
.product-panel .purchase-header .purchase-quontity {
  width: 30%;
  float: left;
}
/* line 22, ../scss/gooood/_purchase.scss */
.product-panel .purchase-header .purchase-period {
  width: 20%;
  float: left;
}
/* line 27, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details {
  overflow: hidden;
}
/* line 29, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .product-info {
  width: 50%;
  float: left;
}
/* line 32, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .product-info .product-pic {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: -70px;
}
/* line 37, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .product-info .product-pic img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 43, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .product-info .product-meta {
  margin-left: 70px;
  line-height: 60px;
  color: #333;
}
/* line 49, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-quontity {
  width: 30%;
  float: left;
}
/* line 53, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-quontity .form-content .form-number-decrease, .product-panel .purchase-details .purchase-quontity .form-content .form-number-increase {
  width: 10%;
  float: left;
}
/* line 56, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-quontity .form-content .form-number-decrease a, .product-panel .purchase-details .purchase-quontity .form-content .form-number-increase a {
  display: block;
  height: 36px;
  padding: 0px 10px;
  border-radius: 3px;
  line-height: 36px;
  font-size: 20px;
}
/* line 67, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-quontity .form-content .form-number-field {
  width: 70%;
  float: left;
}
/* line 70, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-quontity .form-content .form-number-field input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #D8DEE6;
  background: #F9F9F8;
  line-height: 36px;
  font-size: 14px;
}
/* line 84, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-period {
  width: 20%;
  float: left;
}
/* line 87, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-period .form-number-field {
  line-height: 36px;
}
/* line 89, ../scss/gooood/_purchase.scss */
.product-panel .purchase-details .purchase-period .form-number-field input {
  display: inline-block;
  float: left;
  width: 60%;
  margin-right: 10px;
  height: 36px;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #D8DEE6;
  background: #F9F9F8;
  line-height: 36px;
  font-size: 14px;
}
/* line 105, ../scss/gooood/_purchase.scss */
.product-panel-add {
  font-size: 12px;
  color: #929897;
  text-align: right;
  margin-top: 10px;
}

/* line 113, ../scss/gooood/_purchase.scss */
.page-section-invoice {
  max-width: 700px;
}

/* line 117, ../scss/gooood/_purchase.scss */
.page-section-paymethod {
  overflow: hidden;
}
/* line 119, ../scss/gooood/_purchase.scss */
.page-section-paymethod .form-group {
  width: 30%;
  float: left;
  margin-right: 2% !important;
}
/* line 123, ../scss/gooood/_purchase.scss */
.page-section-paymethod .form-group label {
  width: 100% !important;
  display: table;
}
/* line 126, ../scss/gooood/_purchase.scss */
.page-section-paymethod .form-group label input[type=radio] {
  width: 30px;
  display: table-cell;
  vertical-align: top;
  float: left;
}
/* line 132, ../scss/gooood/_purchase.scss */
.page-section-paymethod .form-group label span {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5em;
}

/* line 141, ../scss/gooood/_purchase.scss */
.price-total {
  border-top: 1px solid #E7ECEE;
  padding-top: 80px;
}
/* line 144, ../scss/gooood/_purchase.scss */
.price-total .purchase-bill {
  text-align: right;
  font-size: 18px;
}
/* line 147, ../scss/gooood/_purchase.scss */
.price-total .purchase-bill span.purchase-pricing {
  font-size: 30px;
  color: #FF6859;
}
/* line 152, ../scss/gooood/_purchase.scss */
.price-total .purchase-terms {
  overflow: hidden;
}
/* line 154, ../scss/gooood/_purchase.scss */
.price-total .purchase-terms .form-group {
  text-align: right;
}
/* line 156, ../scss/gooood/_purchase.scss */
.price-total .purchase-terms .form-group label {
  width: 100%;
}
/* line 163, ../scss/gooood/_purchase.scss */
.price-total .purchase-submit .form-group button.btn-submit {
  margin-left: auto;
  margin-right: 0;
  height: 60px;
  line-height: 60px;
}

/* line 4, ../scss/gooood/_archieve.scss */
.archive-subnav ul li a {
  display: block;
  padding: 20px 0;
  border-bottom: 4px solid transparent;
  text-align: center;
  color: #9297A0;
}
/* line 10, ../scss/gooood/_archieve.scss */
.archive-subnav ul li a:hover {
  color: #3F7FC7;
}
/* line 13, ../scss/gooood/_archieve.scss */
.archive-subnav ul li a.active {
  color: #3F7FC7;
  border-color: #3F7FC7;
}

/* line 22, ../scss/gooood/_archieve.scss */
.content {

}

/* line 27, ../scss/gooood/_archieve.scss */
.archive-container {
  margin: 30px auto 0;
  padding: 0;
}
/* line 31, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper {
  overflow: hidden;
}
/* line 33, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 38, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
  height: 230px;
  overflow: hidden;
  border: none;
}
/* line 42, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
/* line 46, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta {
  display: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  right: auto;
  bottom: auto;
}
/* line 55, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta a {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 15px;
  margin-right: 5px;
}
/* line 63, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 69, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box {
  padding: 0;
  height: 240px;
  position: relative;
}
/* line 73, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-meta {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #bbb;
  font-size: 12px;
}
/* line 78, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-meta a {
  font-size: 12px;
  color: #bbb;
  margin-right: 10px;
}
/* line 82, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-meta a:hover {
  color: #3F7FC7;
  text-decoration: underline;
}
/* line 88, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 94, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
  font-size: 18px;
}
/* line 98, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt {
  overflow: hidden;
}
/* line 100, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a {
  font-size: 14px;
  color: #666;
}
/* line 105, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-date {
  position: absolute;
  bottom: 0;
  color: #bbb;
  font-size: 12px;
}
/* line 117, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail {
  height: 160px;
  background-size: cover;
  background-position: center center;
}
/* line 121, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail img {
  object-fit: cover;
}
/* line 125, ../scss/gooood/_archieve.scss */
.archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box {
  height: 150px;
}

/* line 139, ../scss/gooood/_archieve.scss */
.filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
  height: 173px;
  overflow: hidden;
  border: none;
}
/* line 143, ../scss/gooood/_archieve.scss */
.filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta {
  display: none;
}
/* line 147, ../scss/gooood/_archieve.scss */
.filter-container .archive-content .content-wrapper .post .post-wrapper .post-box {
  padding: 20px 10px;
  height: 150px;
  position: relative;
}
/* line 152, ../scss/gooood/_archieve.scss */
.filter-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
  display: -webkit-box;
  height: 54px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 156, ../scss/gooood/_archieve.scss */
.filter-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-date {
  display: none;
}

/* line 166, ../scss/gooood/_archieve.scss */
.archive-header {
  overflow: hidden;
}
/* line 168, ../scss/gooood/_archieve.scss */
.archive-header h1.archive-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
}
/* line 173, ../scss/gooood/_archieve.scss */
.archive-header h1.archive-title a {
  font-size: 16px;
  color: #666;
  display: block;
}
/* line 179, ../scss/gooood/_archieve.scss */
.archive-header .filter-field {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
/* line 184, ../scss/gooood/_archieve.scss */
.archive-header .filter-field .filter-label {
  line-height: 32px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  /* line 198, ../scss/gooood/_archieve.scss */
  .archive-container.page-company .archive-content .content-wrapper .post-item:nth-child(2n) {
    box-shadow: none;
  }
  /* line 201, ../scss/gooood/_archieve.scss */
  .archive-container.page-company .archive-content .content-wrapper .post-item:nth-child(3n) {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  }
  /* line 213, ../scss/gooood/_archieve.scss */
  .archive-container.page-brand .archive-content .content-wrapper .post-item .post-wrapper .post-box {
    height: auto;
    padding-bottom: 0;
  }
  /* line 216, ../scss/gooood/_archieve.scss */
  .archive-container.page-brand .archive-content .content-wrapper .post-item .post-wrapper .post-box .post-brand {
    font-size: 14px;
  }
  /* line 227, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  /* line 230, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item:nth-child(3n) {
    box-shadow: none;
  }
  /* line 236, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    height: 190px;
    padding-bottom: 30px;
  }
  /* line 240, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 4.5em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 246, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 256, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post {
    margin-bottom: 30px;
  }
  /* line 259, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail {
    height: 160px;
    background-size: cover;
    background-position: center center;
  }
  /* line 264, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box {
    height: 72px;
  }
  /* line 267, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box h2.entry-title a {
    font-size: 16px;
    font-weight: normal;
  }
  /* line 272, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box .post-date {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 290, ../scss/gooood/_archieve.scss */
  .archive-container.page-brand .archive-content .content-wrapper .post-item .post-wrapper .post-box {
    height: auto;
    padding-bottom: 0;
  }
  /* line 301, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  /* line 304, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item:nth-child(3n) {
    box-shadow: none;
  }
  /* line 310, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: 188px;
  }
  /* line 312, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail img {
    object-fit: cover;
  }
  /* line 318, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    height: 190px;
  }
  /* line 321, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 4.5em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 327, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a {
    display: block;
    text-align: justify;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 340, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail {
    height: 160px;
    background-size: cover;
    background-position: center center;
  }
  /* line 345, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box {
    height: 150px;
  }

  /* line 359, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: 194px;
    overflow: hidden;
    border: none;
  }
  /* line 363, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 381, ../scss/gooood/_archieve.scss */
  .archive-container.page-brand .archive-content .content-wrapper .post-item .post-wrapper .post-box {
    height: auto;
    padding-bottom: 0;
  }
  /* line 392, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  /* line 395, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post-item:nth-child(2n) {
    box-shadow: none;
  }
  /* line 401, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: 230px;
  }
  /* line 403, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail img {
    object-fit: cover;
  }
  /* line 409, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    height: 190px;
  }
  /* line 412, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 4.5em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 418, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    padding-right: 1em;
  }
  /* line 97, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 103, ../scss/gooood/_mixins.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-excerpt a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  /* line 430, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail {
    height: 230px;
    background-size: cover;
    background-position: center center;
  }
  /* line 435, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box {
    height: 150px;
  }

  /* line 448, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: 148px;
    overflow: hidden;
    border: none;
  }
  /* line 452, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta {
    display: none;
  }
  /* line 456, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    padding: 20px 10px;
    height: 150px;
    position: relative;
  }
  /* line 461, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
    display: -webkit-box;
    height: 48px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 465, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-date {
    display: none;
  }

  /* line 475, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field {
    padding: 0;
    padding-bottom: 30px;
  }
  /* line 478, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field > div {
    margin-bottom: 10px;
  }
  /* line 480, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field > div:last-child {
    margin-bottom: 0;
  }
  /* line 484, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field .filter-label {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 499, ../scss/gooood/_archieve.scss */
  .archive-container.page-brand .archive-content .content-wrapper .post-item .post-wrapper .post-box {
    height: auto;
    padding-bottom: 0;
  }
  /* line 512, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: auto;
  }
  /* line 514, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail img {
    object-fit: cover;
  }
  /* line 520, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 533, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-date {
    display: none;
  }
  /* line 541, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-thumbnail {
    height: 240px;
    background-size: cover;
    background-position: center center;
  }
  /* line 546, ../scss/gooood/_archieve.scss */
  .archive-container .archive-content .content-wrapper .community-post .post-wrapper .post-box {
    height: 150px;
  }

  /* line 555, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field {
    padding-bottom: 30px;
  }
  /* line 558, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field > div {
    margin-bottom: 10px;
  }
  /* line 560, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field > div:last-child {
    margin-bottom: 0;
  }
  /* line 564, ../scss/gooood/_archieve.scss */
  .archive-header .filter-field .filter-label {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 572, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 577, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail {
    height: auto;
    overflow: hidden;
    border: none;
  }
  /* line 581, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-thumbnail .post-meta {
    display: none;
  }
  /* line 585, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box {
    padding: 20px 10px;
    height: auto;
    position: relative;
  }
  /* line 590, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box h2.entry-title a {
    display: -webkit-box;
    height: 48px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 594, ../scss/gooood/_archieve.scss */
  .filter-container .archive-content .content-wrapper .post .post-wrapper .post-box .post-date {
    display: none;
  }
}
/* line 1, ../scss/gooood/_post.scss */
.single-header {
  height: auto;
  min-height: 450px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
/* line 10, ../scss/gooood/_post.scss */
.single-header .cover-img {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(30px);
  /* Chrome, Safari */
  -ms-filter: blur(30px);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="30" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */
  filter: blur(30px);
}
/* line 19, ../scss/gooood/_post.scss */
.single-header .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 25, ../scss/gooood/_post.scss */
.single-header .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
/* line 34, ../scss/gooood/_post.scss */
.single-header .header-content {
  position: absolute;
  bottom: 60px;
  width: 100%;
  z-index: 2;
  display: table;
}
/* line 40, ../scss/gooood/_post.scss */
.single-header .header-content .header-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/* line 43, ../scss/gooood/_post.scss */
.single-header .header-content .header-content-wrapper h1 {
  color: #fff;
  line-height: 1.5em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 52, ../scss/gooood/_post.scss */
.single-header .header-content .header-content-wrapper h2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
/* line 62, ../scss/gooood/_post.scss */
.single-header .header-content .header-content-wrapper .entry-meta {
  max-width: 960px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #999;
}
/* line 68, ../scss/gooood/_post.scss */
.single-header .header-content .header-content-wrapper .entry-meta a {
  color: #999;
}

/* line 77, ../scss/gooood/_post.scss */
.single-wrapper .single-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, ../scss/gooood/_post.scss */
.single-wrapper .single-container .single-content {
  width: 960px;
  float: left;
}

@media (min-width: 1280px) and (max-width: 1399px) {
  /* line 92, ../scss/gooood/_post.scss */
  .single-container {
    width: 1280px;
  }
  /* line 94, ../scss/gooood/_post.scss */
  .single-container #post-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 100, ../scss/gooood/_post.scss */
  .header-content .single-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* line 105, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar {
    width: 300px;
    padding-right: 0;
    float: right;
  }
  /* line 109, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .sidebar-wrapper {
    padding: 10px;
  }
  /* line 114, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .user-info .user-box .user-avatar {
    width: 88px;
    height: 88px;
    margin-right: -100px;
  }
  /* line 119, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .user-info .user-box .user-meta {
    margin-left: 100px;
  }
  /* line 121, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .user-info .user-box .user-meta h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 130, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .aside-products li .product-thumbnail {
    width: 127.5px;
    margin-right: -140px;
  }
  /* line 134, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar .aside-products li .product-content {
    margin-left: 140px;
  }
}
@media (max-width: 1279px) {
  /* line 143, ../scss/gooood/_post.scss */
  .single-container {
    width: 960px;
  }

  /* line 146, ../scss/gooood/_post.scss */
  .sidebar.single-sidebar {
    display: none;
  }
}
@media (min-width: 1400px) {
  /* line 152, ../scss/gooood/_post.scss */
  .single-container {
    width: 1380px;
  }

  /* line 155, ../scss/gooood/_post.scss */
  .single-sidebar {
    display: block;
    float: left;
    width: 390px;
    height: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  /* line 167, ../scss/gooood/_post.scss */
  .single-wrapper .single-container {
    width: 100%;
  }
  /* line 169, ../scss/gooood/_post.scss */
  .single-wrapper .single-container .single-content {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  /* line 180, ../scss/gooood/_post.scss */
  .single-header {
    height: 600px;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  /* line 187, ../scss/gooood/_post.scss */
  .single-header .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
  }
  /* line 196, ../scss/gooood/_post.scss */
  .single-header .header-content {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 2;
    display: table;
  }
  /* line 202, ../scss/gooood/_post.scss */
  .single-header .header-content .header-content-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 205, ../scss/gooood/_post.scss */
  .single-header .header-content .header-content-wrapper h1 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  /* line 210, ../scss/gooood/_post.scss */
  .single-header .header-content .header-content-wrapper h2 {
    font-size: 18px;
  }
  /* line 213, ../scss/gooood/_post.scss */
  .single-header .header-content .header-content-wrapper .entry-meta {
    max-width: 960px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #999;
  }
  /* line 219, ../scss/gooood/_post.scss */
  .single-header .header-content .header-content-wrapper .entry-meta a {
    color: #999;
  }
}
/* line 5, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-thumbnail {
  max-height: 238px;
  overflow: hidden;
  border: none;
}
/* line 9, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-thumbnail .post-meta {
  display: none;
}
/* line 13, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-box {
  padding: 20px 10px;
  position: relative;
}
/* line 16, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-box h2.entry-title {
  overflow: hidden;
}
/* line 18, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-box h2.entry-title a {
  display: -webkit-box;
  height: 54px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 23, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-box .post-excerpt a {
  display: -webkit-box;
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 27, ../scss/gooood/_company.scss */
.page-company .content .post .post-wrapper .post-box .post-date {
  display: none;
}

/* line 1, ../scss/gooood/_sidebar.scss */
.sidebar {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: -180px !important;
  line-height: 30px;
  font-size: 14px;
}
/* line 8, ../scss/gooood/_sidebar.scss */
.sidebar.no-margin {
  margin-top: 50px !important;
}
/* line 11, ../scss/gooood/_sidebar.scss */
.sidebar a {
  color: #9E9EA6;
}
/* line 14, ../scss/gooood/_sidebar.scss */
.sidebar .sidebar-wrapper {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 99;
}
/* line 39, ../scss/gooood/_mixins.scss */
.sidebar .sidebar-wrapper::before, .sidebar .sidebar-wrapper::after {
  content: "";
  position: absolute;
}
/* line 43, ../scss/gooood/_mixins.scss */
.sidebar .sidebar-wrapper::before {
  top: -1px;
  left: -1px;
  bottom: 0;
  right: -1px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C8C8C8), to(transparent));
  background-image: -webkit-linear-gradient(#C8C8C8, transparent);
  background-image: -moz-linear-gradient(#C8C8C8, transparent);
  background-image: -o-linear-gradient(#C8C8C8, transparent);
  z-index: -2;
}
/* line 54, ../scss/gooood/_mixins.scss */
.sidebar .sidebar-wrapper::after {
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
/* line 19, ../scss/gooood/_sidebar.scss */
.sidebar .sidebar-wrapper h4 {
  color: #9E9EA6;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 26, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box {
  margin-bottom: 30px;
}
/* line 28, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-avatar {
  width: 100px;
  height: 100px;
  background-color: #e8e8e8;
  display: block;
  float: left;
  margin-right: -120px;
  position: relative;
}
/* line 36, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-avatar img {
  width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
/* line 41, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-avatar a.avatar-change {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
}
/* line 51, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-avatar a.avatar-change i {
  margin-top: 34px;
  margin-left: 34px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
/* line 61, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-avatar:hover a.avatar-change {
  opacity: 1;
}
/* line 66, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta {
  margin-left: 120px;
}
/* line 68, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta h3 {
  font-size: 24px;
  line-height: 36px;
  color: #4a4a4a;
}
/* line 72, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta h3 a {
  color: #4a4a4a;
}
/* line 74, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta h3 a:hover {
  color: #3F7FC7;
}
/* line 79, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta p {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  color: #9E9EA6;
}
/* line 84, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta p a {
  color: #9E9EA6;
}
/* line 86, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-box .user-meta p a:hover {
  text-decoration: underline;
}
/* line 93, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-description {
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
}
/* line 97, ../scss/gooood/_sidebar.scss */
.sidebar .user-info .user-description p {
  line-height: 30px;
  margin: 0;
}
/* line 103, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 106, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button {
  width: 45%;
  float: left;
}
/* line 109, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button a {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none  !important;
  font-size: normal  !important;
}
/* line 122, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.not-following a {
  background: #3F7FC7 !important;
}
/* line 124, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.not-following a:hover {
  background: #0c4c94 !important;
}
/* line 127, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.not-following a .fa-minus-circle {
  display: none;
}
/* line 133, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.following a {
  background: #E74C3C !important;
}
/* line 135, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.following a:hover {
  background: #b41909 !important;
}
/* line 138, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions div.follow-button.following a .fa-plus-circle {
  display: none;
}
/* line 144, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  width: 45%;
  float: left;
}
/* line 154, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.not-follow {
  background: #3F7FC7;
}
/* line 156, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.not-follow:hover {
  background: #0c4c94;
}
/* line 159, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.not-follow .fa-minus-circle {
  display: none;
}
/* line 163, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.following {
  background: #9E9EA6;
}
/* line 165, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.following:hover {
  background: #6b6b73;
}
/* line 168, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.follow.following .fa-plus-circle {
  display: none;
}
/* line 173, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.btn {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0;
  text-align: center;
}
/* line 179, ../scss/gooood/_sidebar.scss */
.sidebar .user-actions a.btn.btn-message {
  width: 45%;
  float: right;
}
/* line 185, ../scss/gooood/_sidebar.scss */
.sidebar .user-data {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 190, ../scss/gooood/_sidebar.scss */
.sidebar .user-data ul.sidebar-nav li {
  margin-bottom: 20px;
}
/* line 192, ../scss/gooood/_sidebar.scss */
.sidebar .user-data ul.sidebar-nav li a {
  display: block;
  overflow: hidden;
  color: #4a4a4a;
  line-height: 30px;
}
/* line 197, ../scss/gooood/_sidebar.scss */
.sidebar .user-data ul.sidebar-nav li a span {
  float: right;
}
/* line 200, ../scss/gooood/_sidebar.scss */
.sidebar .user-data ul.sidebar-nav li a:hover {
  text-decoration: underline;
}
/* line 204, ../scss/gooood/_sidebar.scss */
.sidebar .user-data ul.sidebar-nav li:last-child {
  margin-bottom: 0;
}
/* line 210, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  margin-bottom: 30px;
}
/* line 214, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns h4 {
  font-size: 14px;
  color: #9E9EA6;
  margin-bottom: 20px;
}
/* line 219, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns p {
  margin: 0;
  padding: 10px 0;
  color: #666;
}
/* line 223, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns p i {
  width: 21px;
  line-height: 21px;
  display: block;
  margin-right: -30px;
  float: left;
}
/* line 230, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns p a {
  color: #666;
  width: 80%;
  margin-left: 30px;
  display: -webkit-box;
  height: 21px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 235, ../scss/gooood/_sidebar.scss */
.sidebar .user-sns p a:hover {
  text-decoration: underline;
}
/* line 241, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 244, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products li {
  margin-bottom: 10px;
}
/* line 246, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products li .product-thumbnail {
  width: 155px;
  height: 100px;
  float: left;
  margin-right: -175px;
  background-color: #f1f1f1;
}
/* line 253, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products li .product-content {
  margin-left: 175px;
  font-size: 14px;
}
/* line 256, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products li .product-content a {
  color: #9E9EA6;
}
/* line 258, ../scss/gooood/_sidebar.scss */
.sidebar .aside-products li .product-content a:hover {
  color: #3F7FC7;
}
/* line 265, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
}
/* line 268, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts h4 {
  font-size: 14px;
  color: #9E9EA6;
  margin-bottom: 20px;
}
/* line 274, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts ul li {
  position: relative;
  padding-left: 24px;
}
/* line 277, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #666;
  position: absolute;
  left: 4px;
  top: 10px;
}
/* line 286, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts ul li a {
  color: #666;
  display: -webkit-box;
  height: 28px;
  font-size: 14px;
  line-height: 2;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 289, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts ul li a:hover {
  text-decoration: underline;
}
/* line 295, ../scss/gooood/_sidebar.scss */
.sidebar .user-posts a.more-link {
  font-size: 14px;
  color: #9E9EA6;
}
/* line 300, ../scss/gooood/_sidebar.scss */
.sidebar .member-list {
  border-top: 1px solid #e8e8e8;
}
/* line 302, ../scss/gooood/_sidebar.scss */
.sidebar .member-list li {
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 309, ../scss/gooood/_sidebar.scss */
.sidebar .member-list li .member-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #000;
  float: left;
  margin-right: -40px;
}
/* line 318, ../scss/gooood/_sidebar.scss */
.sidebar .member-list li .member-avatar img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
/* line 324, ../scss/gooood/_sidebar.scss */
.sidebar .member-list li .member-name {
  margin-left: 40px;
}
/* line 326, ../scss/gooood/_sidebar.scss */
.sidebar .member-list li .member-name a {
  display: block;
  line-height: 32px;
  font-size: 14px;
}
/* line 334, ../scss/gooood/_sidebar.scss */
.sidebar a.link-block {
  float: right;
  margin-top: 30px;
  font-size: 12px;
  color: #ccc;
}
/* line 339, ../scss/gooood/_sidebar.scss */
.sidebar a.link-block:hover {
  color: #666;
  text-decoration: underline;
}
/* line 344, ../scss/gooood/_sidebar.scss */
.sidebar i {
  width: 20px;
  text-align: center;
}
/* line 347, ../scss/gooood/_sidebar.scss */
.sidebar i.fa-douban {
  font-family: Arial;
  font-weight: bolder;
}

/* line 354, ../scss/gooood/_sidebar.scss */
.sidebar-section {
  margin-bottom: 30px;
}
/* line 356, ../scss/gooood/_sidebar.scss */
.sidebar-section h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 359, ../scss/gooood/_sidebar.scss */
.sidebar-section h3 span {
  font-size: 14px;
}
/* line 362, ../scss/gooood/_sidebar.scss */
.sidebar-section h3 span a:hover {
  color: #666;
}
/* line 369, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-jobs li {
  padding: 5px 0;
  border-bottom: 1px dotted #e8e8e8;
}
/* line 372, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-jobs li a {
  font-size: 14px;
  display: -webkit-box;
  height: 21px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 375, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-jobs li a:hover {
  color: #4a4a4a;
  text-decoration: underline;
}
/* line 382, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-grid {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 385, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-grid li {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
/* line 391, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-grid li .grid-wrapper {
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-color: #e8e8e8;
  position: relative;
}
/* line 397, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-grid li .grid-wrapper a.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -2000em;
}
/* line 402, ../scss/gooood/_sidebar.scss */
.sidebar-section ul.sidebar-grid li .grid-wrapper a.cover-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 412, ../scss/gooood/_sidebar.scss */
.sidebar-section.sidebar-ad {
  text-align: center;
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 417, ../scss/gooood/_sidebar.scss */
.sidebar-section.sidebar-ad .ad-wrapper {
  max-width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* line 423, ../scss/gooood/_sidebar.scss */
.sidebar-section.sidebar-ad img {
  display: inline-block;
  width: 100%;
}
/* line 427, ../scss/gooood/_sidebar.scss */
.sidebar-section.sidebar-ad a.ad-text {
  display: block;
  text-align: left;
}

/* line 435, ../scss/gooood/_sidebar.scss */
.sticky-wrapper .aside-jobs {
  display: none;
}
/* line 439, ../scss/gooood/_sidebar.scss */
.sticky-wrapper.is-sticky .aside-jobs {
  display: block;
}

@media (max-width: 991px) {
  /* line 446, ../scss/gooood/_sidebar.scss */
  .sidebar {
    margin-top: 30 !important;
  }
  /* line 448, ../scss/gooood/_sidebar.scss */
  .sidebar.sidebar-company {
    margin-top: 0px;
  }
  /* line 449, ../scss/gooood/_sidebar.scss */
  .sidebar.sidebar-company.mobile-user-header {
    width: 100%;
    z-index: 9;
    margin-bottom: 30px;
  }
  /* line 456, ../scss/gooood/_sidebar.scss */
  .sidebar .sidebar-wrapper {
    border: none;
    padding: 0;
  }
  /* line 459, ../scss/gooood/_sidebar.scss */
  .sidebar .sidebar-wrapper::before, .sidebar .sidebar-wrapper::after {
    background: none;
    background-image: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  /* line 468, ../scss/gooood/_sidebar.scss */
  .sidebar .sidebar-wrapper .user-more {
    height: 0;
    overflow: hidden;
  }
}
/* line 1, ../scss/gooood/_pagenations.scss */
.paginations {
  text-align: center;
  padding: 10px 0 50px;
}
/* line 4, ../scss/gooood/_pagenations.scss */
.paginations .page-numbers {
  font-size: 12px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
}
/* line 14, ../scss/gooood/_pagenations.scss */
.paginations .page-numbers.current {
  color: #3F7FC7;
  border-color: #3F7FC7;
}
/* line 19, ../scss/gooood/_pagenations.scss */
.paginations .page-input {
  width: 45px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #ccc;
}
/* line 27, ../scss/gooood/_pagenations.scss */
.paginations .page-go {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #3F7FC7;
  color: #fff;
  display: inline-block;
  border: 1px solid #3F7FC7;
}

/* line 39, ../scss/gooood/_pagenations.scss */
.ad-pagination {
  text-align: center;
  margin-bottom: 30px;
}
/* line 42, ../scss/gooood/_pagenations.scss */
.ad-pagination img {
  display: inline-block;
}

/* line 1, ../scss/gooood/_gallery.scss */
.post-gallery {
  margin-left: -10px;
  margin-right: -10px;
  /*border-bottom: 1px solid #666;*/
}
/* line 5, ../scss/gooood/_gallery.scss */
.post-gallery li {
  display: inline-block;
  width: 16.2%;
  padding: 10px;
}
/* line 9, ../scss/gooood/_gallery.scss */
.post-gallery li a {
  cursor: zoom-in;
}
/* line 11, ../scss/gooood/_gallery.scss */
.post-gallery li a img {
  max-width: 100%;
  height: auto;
}

/*调整因查看附件需要的重置的 Body 样式*/
/* line 23, ../scss/gooood/_gallery.scss */
body.page-template-post-attachment {
  background: #000;
  padding: 0;
}

/* line 28, ../scss/gooood/_gallery.scss */
body.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*重置 Colorbox 样式*/
/* line 35, ../scss/gooood/_gallery.scss */
#colorbox {
  position: fixed !important;
  top: 0 !important;
  background: #fff;
  z-index: 9999;
}
/* line 40, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent {
  margin-top: 0 !important;
}
/* line 42, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxLoadedContent {
  height: 100% !important;
  width: 100% !important;
  border: none;
}
/* line 48, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent iframe {
  width: 100%;
  height: 100%;
}
/* line 52, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxCurrent {
  text-transform: capitalize;
  width: 70px !important;
  text-align: center;
}
/* line 57, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxPrevious {
  left: 0;
  outline: none;
}
/* line 61, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxNext {
  right: 310px;
  outline: none;
  height: 300px;
}
/* line 66, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxClose {
  position: absolute;
  width: 70px;
  height: auto;
  background: none;
  text-indent: 0;
  color: #666;
  font-size: 14px;
  border: none;
}
/* line 75, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxClose:hover {
  color: #333;
}
/* line 78, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent #cboxClose i {
  display: block;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
/* line 85, ../scss/gooood/_gallery.scss */
#colorbox #cboxContent .cboxIframe {
  background: #fff;
}
/* line 89, ../scss/gooood/_gallery.scss */
#colorbox #cboxPrevious {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -32px;
  height: 100%;
  background: none;
  border: none;
}
/* line 98, ../scss/gooood/_gallery.scss */
#colorbox #cboxPrevious .cbox-prev {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 102, ../scss/gooood/_gallery.scss */
#colorbox #cboxPrevious .cbox-prev .cbox-btn {
  width: 70px;
  height: auto;
  position: absolute;
  left: 0;
  top: 140px;
  color: #666;
  text-align: center;
}
/* line 110, ../scss/gooood/_gallery.scss */
#colorbox #cboxPrevious .cbox-prev .cbox-btn:hover {
  color: #333;
}
/* line 113, ../scss/gooood/_gallery.scss */
#colorbox #cboxPrevious .cbox-prev .cbox-btn i {
  display: block;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
/* line 122, ../scss/gooood/_gallery.scss */
#colorbox #cboxNext {
  position: absolute;
  top: 0;
  right: 310px;
  height: 100%;
  background: none !important;
  text-indent: 0;
  border: none;
}
/* line 130, ../scss/gooood/_gallery.scss */
#colorbox #cboxNext .cbox-next {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 134, ../scss/gooood/_gallery.scss */
#colorbox #cboxNext .cbox-next .cbox-btn {
  width: 70px;
  height: auto;
  position: absolute;
  right: 0;
  top: 140px;
  color: #666;
  text-align: center;
}
/* line 142, ../scss/gooood/_gallery.scss */
#colorbox #cboxNext .cbox-next .cbox-btn:hover {
  color: #333;
}
/* line 145, ../scss/gooood/_gallery.scss */
#colorbox #cboxNext .cbox-next .cbox-btn i {
  display: block;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

/* line 156, ../scss/gooood/_gallery.scss */
.attr-wrapper {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
/* line 164, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details {
  width: 380px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
/* line 171, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details hr {
  margin-top: 40px;
  height: 0;
  border-bottom: 1px solid #e8e8e8;
}
/* line 176, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper {
  position: relative;
  padding: 0 10px 0 5px;
  overflow: hidden;
}
/* line 180, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-back {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
}
/* line 186, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper h1 {
  line-height: 1.5em;
}
/* line 190, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-author {
  margin: 5px 0;
  color: #999;
  font-size: 12px;
}
/* line 195, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-original {
  margin: 5px 0;
}
/* line 197, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-original a {
  color: #999;
  font-size: 12px;
}
/* line 200, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-original a:hover {
  text-decoration: underline;
}
/* line 205, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-inner {
  height: 600px;
}
/* line 208, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions {
  width: 60px;
  height: 600px;
  float: left;
  padding-top: 480px;
  text-align: center;
}
/* line 214, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions div {
  margin-bottom: 120px;
}
/* line 216, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions div:last-child {
  margin: 0;
}
/* line 219, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions div a {
  color: #666;
  font-size: 14px;
}
/* line 222, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions div a:hover {
  color: #333;
  text-decoration: none;
}
/* line 226, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-actions div a i {
  display: block;
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
/* line 235, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-google {
  width: 300px;
  height: 600px;
  float: right;
  position: relative;
}
/* line 241, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-details-wrapper .attr-google h1 {
  position: absolute;
  bottom: 101%;
  font-size: 14px;
  line-height: 14px;
}
/* line 249, ../scss/gooood/_gallery.scss */
.attr-wrapper .attr-details .attr-ad {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  /* line 265, ../scss/gooood/_gallery.scss */
  .attr-wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 100% !important;
  }
  /* line 273, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-image {
    text-align: center;
    margin-top: 60px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    white-space: nowrap;
    text-align: center;
    margin: 60px 0;
  }
  /* line 281, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  /* line 286, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-left: -4px;
  }
  /* line 293, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details {
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  /* line 300, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper {
    position: relative;
    padding: 0 10px 0 5px;
    overflow: hidden;
  }
  /* line 304, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-back {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 32px;
  }
  /* line 310, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper h1 {
    line-height: 1.5em;
  }
  /* line 314, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-author {
    margin: 5px 0;
    color: #999;
    font-size: 12px;
  }
  /* line 319, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-original {
    margin: 5px 0;
  }
  /* line 321, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-original a {
    color: #999;
    font-size: 12px;
  }
  /* line 324, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-original a:hover {
    text-decoration: underline;
  }
  /* line 329, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-inner {
    height: 600px;
  }
  /* line 332, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-actions {
    display: none;
  }
  /* line 335, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-google {
    width: 100%;
    height: 120px;
    float: none;
    position: relative;
    background: #f7f7f7;
  }
  /* line 341, ../scss/gooood/_gallery.scss */
  .attr-wrapper .attr-details .attr-details-wrapper .attr-google h1 {
    position: absolute;
    bottom: 101%;
    font-size: 14px;
    line-height: 14px;
  }

  /* line 354, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxCurrent {
    top: 20px !important;
    left: 0 !important;
    right: auto !important;
  }
  /* line 359, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious {
    position: absolute;
    top: 0;
    left: 30px;
    height: 300px;
    background: none !important;
    text-indent: 0;
  }
  /* line 366, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious .cbox-prev {
    position: relative;
    height: 100%;
    width: 100%;
  }
  /* line 370, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious .cbox-prev .cbox-btn {
    width: 70px;
    height: auto;
    position: absolute;
    right: 0;
    top: 100%;
    color: #666;
    text-align: center;
  }
  /* line 378, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious .cbox-prev .cbox-btn:hover {
    color: #333;
  }
  /* line 381, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious .cbox-prev .cbox-btn i {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
  }
  /* line 389, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxPrevious span {
    display: none;
  }
  /* line 393, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext {
    right: 0 !important;
  }
  /* line 395, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext .cbox-next {
    position: relative;
    height: 100%;
    width: 100%;
  }
  /* line 399, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext .cbox-next .cbox-btn {
    width: 70px;
    height: auto;
    position: absolute;
    right: 0;
    top: 100%;
    color: #666;
    text-align: center;
  }
  /* line 407, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext .cbox-next .cbox-btn:hover {
    color: #333;
  }
  /* line 410, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext .cbox-next .cbox-btn i {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
  }
  /* line 416, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxNext .cbox-next .cbox-btn span {
    display: none;
  }
  /* line 422, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxClose {
    width: 70px;
    height: auto;
    background: none;
    text-indent: 0;
    color: #666;
    font-size: 14px;
    display: none;
  }
  /* line 430, ../scss/gooood/_gallery.scss */
  #colorbox #cboxContent #cboxClose span {
    display: none;
  }
}
/* line 1, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets {
  margin: 0;
  overflow: hidden;
}
/* line 5, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .search-form #instant-search-bar-container {
  padding: 0 15px;
}
/* line 7, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .search-form #instant-search-bar-container #instant-search-box {
  position: relative;
}
/* line 9, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .search-form #instant-search-bar-container #instant-search-box #instant-search-bar {
  height: 50px;
  border: 1px solid #e8e8e8;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 10px;
}
/* line 22, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
/* line 31, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
/* line 35, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div > div {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left;
}
/* line 45, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div > div .post .post-wrapper .post-box {
  height: auto;
}
/* line 49, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div > div .post .post-wrapper .post-box .post-excerpt {
  display: block;
}
/* line 51, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div > div .post .post-wrapper .post-box .post-excerpt a {
  display: -webkit-box;
  height: 63px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 55, ../scss/gooood/_search.scss */
#algolia_instant_selector.with-facets .results-wrapper .hits .search-results > div > div .post .post-wrapper .post-box em {
  background: #3F7FC7;
  color: #fff;
  font-weight: bold;
}

/* line 1, ../scss/gooood/_jobs.scss */
.jobs-wrapper {
  padding-bottom: 50px;
}

/* line 4, ../scss/gooood/_jobs.scss */
.jobs-content {
  clear: both;
  margin-bottom: 50px;
}
/* line 7, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 10px;
  height: 64px;
}
/* line 12, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter {
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 15, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter .jobs-filter-label {
  width: 80px;
  margin-right: -80px;
  float: left;
  font-weight: bold;
  color: #666;
}
/* line 22, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter .jobs-filter-name {
  margin-left: 80px;
}
/* line 25, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter .jobs-filter-name a:hover {
  text-decoration: underline;
}
/* line 28, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter .jobs-filter-name a.current {
  border-bottom: 1px solid #333;
}
/* line 30, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-filter .job-filter .jobs-filter-name a.current:hover {
  text-decoration: none;
}
/* line 38, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768rpx) {
  /* line 38, ../scss/gooood/_jobs.scss */
  .jobs-content .jobs-list {
    flex-direction: column;
  }
}
/* line 48, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article {
  padding: 0 15px;
  width: 50%;
  float: left;
}
/* line 54, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article:hover h2 {
  border-bottom: 1px solid #999;
}
/* line 56, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article:hover h2 a {
  color: #000;
}
/* line 61, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article h2 {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  padding-left: 10px;
  position: relative;
}
/* line 69, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article h2::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 78, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article h2 a {
  color: #666;
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 84, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article .posted-on {
  font-size: 13px;
  color: #999;
  display: block;
  margin-top: 5px;
}
/* line 89, ../scss/gooood/_jobs.scss */
.jobs-content .jobs-list article .posted-on a {
  color: #999;
}

/* line 97, ../scss/gooood/_jobs.scss */
.sub-job-list {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #999;
}
/* line 101, ../scss/gooood/_jobs.scss */
.sub-job-list h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 109, ../scss/gooood/_jobs.scss */
.sub-job-list .sub-job-column ul li {
  border-bottom: 1px dashed #e8e8e8;
  padding: 10px 0;
}
/* line 112, ../scss/gooood/_jobs.scss */
.sub-job-list .sub-job-column ul li a {
  font-size: 14px;
  color: #8a8a8a;
}
/* line 115, ../scss/gooood/_jobs.scss */
.sub-job-list .sub-job-column ul li a:hover {
  color: #666;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 128, ../scss/gooood/_jobs.scss */
  .jobs-content .jobs-list {
    flex-direction: column;
  }
  /* line 130, ../scss/gooood/_jobs.scss */
  .jobs-content .jobs-list article {
    width: 100%;
  }

  /* line 136, ../scss/gooood/_jobs.scss */
  .page-subnav.subnav-jobs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
  /* line 143, ../scss/gooood/_jobs.scss */
  .page-subnav.subnav-jobs ul li a {
    font-size: 16px;
    padding: 0 8px;
  }
}
/* line 4, ../scss/gooood/_product.scss */
.single-product .product-content .product-header h1 {
  font-size: 32px;
}
/* line 8, ../scss/gooood/_product.scss */
.single-product .product-content .product-gallery {
  margin: 50px 0;
  background: #fff;
}
/* line 12, ../scss/gooood/_product.scss */
.single-product .product-content .product-gallery .fotorama__nav-wrap {
  background: #fff;
}
/* line 17, ../scss/gooood/_product.scss */
.single-product .product-content .entry-content .sub-title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

/* line 27, ../scss/gooood/_product.scss */
.fotorama__arr {
  width: 32px !important;
  height: 32px !important;
  background-color: #000 !important;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
/* line 34, ../scss/gooood/_product.scss */
.fotorama__arr::after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
/* line 45, ../scss/gooood/_product.scss */
.fotorama__arr.fotorama__arr--prev {
  left: 10px;
}
/* line 47, ../scss/gooood/_product.scss */
.fotorama__arr.fotorama__arr--prev::after {
  content: "\f060";
}
/* line 51, ../scss/gooood/_product.scss */
.fotorama__arr.fotorama__arr--next {
  right: 10px;
}
/* line 53, ../scss/gooood/_product.scss */
.fotorama__arr.fotorama__arr--next::after {
  content: "\f061";
}

/* line 1, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list {
  border: none !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}
/* line 6, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li, #buddypress ul.activity-list li.mini {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
  border: none !important;
  overflow: visible !important;
  font-size: 100% !important;
}
/* line 15, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li.load-more, #buddypress ul.activity-list li.mini.load-more {
  overflow: hidden;
}
/* line 18, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper, #buddypress ul.activity-list li.mini .post-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  /*padding: 5px;*/
  position: relative;
  float: none;
  border-radius: 3px;
  /*overflow: hidden;*/
}
/* line 30, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-thumbnail, #buddypress ul.activity-list li.mini .post-wrapper .post-thumbnail {
  /*height: 120px;*/
  height: 168px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* line 37, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-thumbnail img, #buddypress ul.activity-list li.mini .post-wrapper .post-thumbnail img {
  object-fit: cover;
}
/* line 40, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-thumbnail a.post-link, #buddypress ul.activity-list li.mini .post-wrapper .post-thumbnail a.post-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -20000em;
}
/* line 49, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box, #buddypress ul.activity-list li.mini .post-wrapper .post-box {
  overflow: hidden;
  margin-top: 5px;
  padding: 5px;
}
/* line 53, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-avatar, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-avatar {
  width: 32px;
  height: 32px;
  margin-right: -32px;
  float: left;
}
/* line 58, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-avatar img, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-avatar img {
  max-width: 100%;
  height: auto;
}
/* line 63, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content {
  margin-left: 32px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  padding: 0 5px 0 10px;
  overflow: hidden;
}
/* line 70, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content i, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content i {
  color: #ccc;
  float: right;
  line-height: 32px;
  display: none;
}
/* line 76, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content .fa-favorite::before, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content .fa-favorite::before {
  content: "\f004";
}
/* line 79, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content .fa-new_post::before, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content .fa-new_post::before {
  content: "\f040";
}
/* line 82, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a {
  display: block;
  height: 32px;
  float: left;
}
/* line 86, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a span.name, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a span.name {
  max-width: 48px;
  display: inline-block;
  overflow: hidden;
  height: 32px;
  float: left;
}
/* line 94, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a.activity-favorite .activity-username, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a.activity-favorite .activity-username {
  display: inline-block;
}
/* line 97, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a.activity-favorite .activity-jump, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a.activity-favorite .activity-jump {
  display: none;
}
/* line 101, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a.activity-favorite:hover .activity-username, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a.activity-favorite:hover .activity-username {
  display: none;
}
/* line 104, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-box .post-content a.activity-favorite:hover .activity-jump, #buddypress ul.activity-list li.mini .post-wrapper .post-box .post-content a.activity-favorite:hover .activity-jump {
  display: inline-block;
  color: #4387c3;
}
/* line 113, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-data, #buddypress ul.activity-list li.mini .post-wrapper .post-data {
  background: #f7f7f7;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
  border-top: 1px solid #f1f1f1;
}
/* line 120, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-data span, #buddypress ul.activity-list li.mini .post-wrapper .post-data span {
  margin-right: 5px;
}
/* line 123, ../scss/gooood/_activity.scss */
#buddypress ul.activity-list li .post-wrapper .post-data a, #buddypress ul.activity-list li.mini .post-wrapper .post-data a {
  color: #999;
}

/* line 132, ../scss/gooood/_activity.scss */
#buddypress .activity-list .load-more {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  text-align: center;
}
/* line 137, ../scss/gooood/_activity.scss */
#buddypress .activity-list .load-more a {
  background-color: #3F7FC7;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  display: block;
}
/* line 143, ../scss/gooood/_activity.scss */
#buddypress .activity-list .load-more a:hover {
  background-color: #2e6eb6;
}

/* line 150, ../scss/gooood/_activity.scss */
.sub-tabs {
  margin-bottom: 30px;
}
/* line 152, ../scss/gooood/_activity.scss */
.sub-tabs ul {
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #9E9EA6;
}
/* line 156, ../scss/gooood/_activity.scss */
.sub-tabs ul li {
  display: inline-block;
}
/* line 159, ../scss/gooood/_activity.scss */
.sub-tabs ul li.active a {
  background: #fff;
  border-bottom-color: #fff;
}
/* line 162, ../scss/gooood/_activity.scss */
.sub-tabs ul li.active a:hover {
  background: #fff;
}
/* line 167, ../scss/gooood/_activity.scss */
.sub-tabs ul li a {
  padding: 10px 20px;
  display: block;
  border: 1px solid #9E9EA6;
  background: #e8e8e8;
  color: #5a5a5a;
  margin-bottom: -1px;
}
/* line 174, ../scss/gooood/_activity.scss */
.sub-tabs ul li a:hover {
  background-color: #ccc;
}

/* line 182, ../scss/gooood/_activity.scss */
.card-activity {
  padding-bottom: 0;
}
/* line 184, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper {
  position: relative;
}
/* line 187, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper:hover .author-links {
  display: block;
}
/* line 191, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .author-links {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}
/* line 197, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .author-links a {
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
}
/* line 206, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .author-links a.post-edit {
  background-color: #3F7FC7;
}
/* line 209, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .author-links a.post-delete {
  background-color: #E74C3C;
}
/* line 214, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-thumbnail {
  height: 240px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 219, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
/* line 223, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-thumbnail .post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}
/* line 232, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box {
  padding: 20px;
}
/* line 234, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  float: left;
  margin-right: -40px;
}
/* line 240, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-avatar img {
  width: 100%;
  height: auto;
}
/* line 245, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions {
  margin-left: 40px;
}
/* line 247, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions a {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 32px;
}
/* line 252, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions a:hover span.activity-username {
  display: none;
}
/* line 255, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions a:hover span.activity-jump {
  display: inline-block;
}
/* line 259, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions a span.activity-username {
  display: inline-block;
}
/* line 262, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-actions a span.activity-jump {
  display: none;
}
/* line 268, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .entry-title a {
  display: -webkit-box;
  height: 54px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 272, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-author {
  font-size: 14px;
  color: #9E9EA6;
}
/* line 275, ../scss/gooood/_activity.scss */
.card-activity .post-wrapper .post-box .post-author a {
  color: #9E9EA6;
}

@media (min-width: 1200px) {
  /* line 286, ../scss/gooood/_activity.scss */
  .card-activity .post-wrapper .post-thumbnail {
    height: 230px;
    border: none;
  }
}
@media (min-width: 990px) and (max-width: 1190px) {
  /* line 297, ../scss/gooood/_activity.scss */
  .card-activity .post-wrapper .post-thumbnail {
    height: 188px;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  /* line 308, ../scss/gooood/_activity.scss */
  .card-activity .post-wrapper .post-thumbnail {
    height: 220px;
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 319, ../scss/gooood/_activity.scss */
  .card-activity .post-wrapper .post-thumbnail {
    height: auto;
    max-height: 480px;
    border: none;
  }
}
/* line 2, ../scss/gooood/_messages.scss */
#buddypress #messages-bulk-management {
  padding: 30px 0;
}
/* line 4, ../scss/gooood/_messages.scss */
#buddypress #messages-bulk-management .pagination {
  float: none;
}
/* line 6, ../scss/gooood/_messages.scss */
#buddypress #messages-bulk-management .pagination .pag-count {
  float: none;
}
/* line 11, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper {
  border-bottom: 1px solid #e8e8e8;
}
/* line 13, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read, #buddypress .message-wrapper .unread {
  border-top: 1px solid #e8e8e8;
  /*overflow: hidden;*/
  padding: 10px;
}
/* line 17, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-avatar, #buddypress .message-wrapper .unread .message-avatar {
  width: 60px;
  margin-right: -60px;
  float: left;
}
/* line 22, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content, #buddypress .message-wrapper .unread .message-content {
  margin-left: 60px;
  position: relative;
}
/* line 25, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-from, #buddypress .message-wrapper .unread .message-content .thread-from {
  font-size: 14px;
}
/* line 27, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-from span.activity, #buddypress .message-wrapper .unread .message-content .thread-from span.activity {
  float: right;
}
/* line 31, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-info, #buddypress .message-wrapper .unread .message-content .thread-info {
  margin-top: 10px;
}
/* line 33, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-info h3, #buddypress .message-wrapper .unread .message-content .thread-info h3 {
  font-size: 14px;
}
/* line 35, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-info h3 a, #buddypress .message-wrapper .unread .message-content .thread-info h3 a {
  color: #3F7FC7;
  font-weight: bold;
}
/* line 40, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-info blockquote, #buddypress .message-wrapper .unread .message-content .thread-info blockquote {
  border-left: 2px solid #e8e8e8;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  color: #999;
}
/* line 49, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-star, #buddypress .message-wrapper .unread .message-content .thread-star {
  position: absolute;
  right: 0;
  top: 24px;
}
/* line 54, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-options, #buddypress .message-wrapper .unread .message-content .thread-options {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 12px;
  color: #999;
}
/* line 60, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-options a, #buddypress .message-wrapper .unread .message-content .thread-options a {
  color: #999;
}
/* line 63, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content .thread-options .thread-option-field, #buddypress .message-wrapper .unread .message-content .thread-options .thread-option-field {
  display: none;
}
/* line 68, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .read .message-content:hover .thread-option-field, #buddypress .message-wrapper .unread .message-content:hover .thread-option-field {
  display: inline-block;
}
/* line 74, ../scss/gooood/_messages.scss */
#buddypress .message-wrapper .unread {
  background: rgba(241, 196, 15, 0.1);
  border-top: 1px solid rgba(241, 196, 15, 0.2);
}
/* line 79, ../scss/gooood/_messages.scss */
#buddypress .message-actions {
  overflow: hidden;
  padding: 10px 0;
}
/* line 82, ../scss/gooood/_messages.scss */
#buddypress .message-actions .messages-options-nav {
  float: right;
}
/* line 85, ../scss/gooood/_messages.scss */
#buddypress .message-actions .pagination-links {
  float: left;
}
/* line 88, ../scss/gooood/_messages.scss */
#buddypress .message-actions input[type="submit"] {
  padding: 2px 10px !important;
  border-radius: 3px;
}
/* line 93, ../scss/gooood/_messages.scss */
#buddypress #message-thread {
  padding: 30px 0;
}
/* line 95, ../scss/gooood/_messages.scss */
#buddypress #message-thread h3#message-subject, #buddypress #message-thread p#message-recipients {
  padding-left: 10px;
  font-family: sans-serif;
}
/* line 100, ../scss/gooood/_messages.scss */
#buddypress #message-thread .submit input[type="submit"] {
  width: 40%;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0 !important;
  font-size: 16px !important;
  background: #5198D4 !important;
  color: #fff !important;
  border-color: #5198D4 !important;
}
/* line 110, ../scss/gooood/_messages.scss */
#buddypress #message-thread .submit input[type="submit"]:hover {
  background: #4087c3 !important;
  border-color: #4087c3 !important;
}
/* line 117, ../scss/gooood/_messages.scss */
#buddypress #send_message_form {
  padding: 30px 0;
}
/* line 120, ../scss/gooood/_messages.scss */
#buddypress #send_message_form .submit input[type="submit"] {
  width: 40%;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0 !important;
  font-size: 16px !important;
  background: #5198D4 !important;
  color: #fff !important;
  border-color: #5198D4 !important;
}
/* line 130, ../scss/gooood/_messages.scss */
#buddypress #send_message_form .submit input[type="submit"]:hover {
  background: #4087c3 !important;
  border-color: #4087c3 !important;
}
/* line 137, ../scss/gooood/_messages.scss */
#buddypress #notifications-bulk-management {
  padding: 30px 0;
}
/* line 140, ../scss/gooood/_messages.scss */
#buddypress h2.page-title {
  font-family: sans-serif;
  font-size: 24px;
}
/* line 145, ../scss/gooood/_messages.scss */
#buddypress #members-dir-search #search-members-form {
  overflow: hidden;
}
/* line 147, ../scss/gooood/_messages.scss */
#buddypress #members-dir-search #search-members-form input[type="text"] {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 15px 0 0 15px;
  height: 30px;
  padding: 0 10px;
  float: left;
}
/* line 155, ../scss/gooood/_messages.scss */
#buddypress #members-dir-search #search-members-form input[type="submit"] {
  border-radius: 0 15px 15px 0;
  border: 1px solid #ccc;
  height: 30px;
  float: left;
  margin-left: -1px;
}
/* line 164, ../scss/gooood/_messages.scss */
#buddypress #members-list {
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 0;
  border-top: none;
  width: auto;
}
/* line 170, ../scss/gooood/_messages.scss */
#buddypress #members-list li {
  padding: 0 10px;
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}
/* line 175, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px;
  position: relative;
  font-family: sans-serif;
  overflow: visible;
  display: block;
  color: #999;
}
/* line 184, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .item-title {
  font-size: 14px;
  width: auto;
}
/* line 187, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .item-title h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: sans-serif;
}
/* line 192, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .item-title h3 a {
  display: -webkit-box;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 197, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .item-meta {
  color: #999;
  display: -webkit-box;
  height: 19.5px;
  font-size: 13px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 201, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action {
  top: 10px;
  right: 10px;
}
/* line 204, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action a {
  color: #999;
  cursor: pointer;
}
/* line 207, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action a:hover {
  color: #4a4a4a;
}
/* line 211, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu {
  left: auto;
  right: 0;
  padding-top: 10px;
}
/* line 215, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li {
  margin-bottom: 5px;
}
/* line 217, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button {
  width: 100%;
}
/* line 219, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 31px !important;
  line-height: 29px !important;
  padding: 0 0px !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background: #f3f3f3 !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e8e8e8)) !important;
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(white), to(#e8e8e8)) !important;
  background: -moz-linear-gradient(center top, white, #e8e8e8) !important;
  background: linear-gradient(#ffffff, #e8e8e8) !important;
  border-color: #d0d0d0;
  text-align: center !important;
}
/* line 246, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button.not-following a {
  background: #0079ff !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0096ff), to(#005dff)) !important;
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#0096ff), to(#005dff)) !important;
  background: -moz-linear-gradient(center top, #0096ff, #005dff) !important;
  background: linear-gradient(#0096ff, #005dff) !important;
  border-color: #0071e0 !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
/* line 255, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button.not-following a:hover {
  background: #016bdc !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008aea), to(#024dcf)) !important;
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#008aea), to(#024dcf)) !important;
  background: -moz-linear-gradient(center top, #008aea, #024dcf) !important;
  background: linear-gradient(#008aea, #024dcf) !important;
  border-color: #0055a7 !important;
}
/* line 266, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button.following a {
  background: #e11c1c !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f62f2f), to(#cc0909)) !important;
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#f62f2f), to(#cc0909)) !important;
  background: -moz-linear-gradient(center top, #f62f2f, #cc0909) !important;
  background: linear-gradient(#f62f2f, #cc0909) !important;
  border-color: #a70c0c !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.32);
}
/* line 275, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button.following a:hover {
  background: #d61111 !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f51b1b), to(#b80808)) !important;
  background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#f51b1b), to(#b80808)) !important;
  background: -moz-linear-gradient(center top, #f51b1b, #b80808) !important;
  background: linear-gradient(#f51b1b, #b80808) !important;
  border-color: #9d0b0b !important;
}
/* line 285, ../scss/gooood/_messages.scss */
#buddypress #members-list li .member-wrapper .action ul.dropdown-menu li .generic-button.self-profile-btn {
  width: 100%;
}

/* line 1, ../scss/gooood/_pricingtable.scss */
.pricing {
  padding: 50px 0;
}

/* line 6, ../scss/gooood/_pricingtable.scss */
.pricingTable {
  text-align: center;
  box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 9, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingTable-header {
  color: #fff;
  padding: 3px 0;
  background: #727cb6;
}
/* line 14, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value {
  background: #353740;
  display: block;
  padding: 24px 12px;
  font-size: 32px;
  position: relative;
}
/* line 20, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value:after {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: -15px;
}
/* line 31, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 40%;
  right: -15px;
  left: -15px;
}
/* line 44, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value > span {
  font-size: 24px;
}
/* line 47, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value > .month {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 51, ../scss/gooood/_pricingtable.scss */
.pricingTable .price-value > .month:before {
  content: "";
  border: 1px solid #fff;
  width: 28px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
/* line 62, ../scss/gooood/_pricingtable.scss */
.pricingTable .icon {
  display: block;
  padding: 30px 0;
  font-size: 54px;
}
/* line 66, ../scss/gooood/_pricingtable.scss */
.pricingTable .icon > i {
  transform: rotateY(0deg);
  transition: all 1s ease-out 0s;
}
/* line 70, ../scss/gooood/_pricingtable.scss */
.pricingTable .icon:hover > i {
  transform: rotateY(360deg);
  color: #333333;
  transition: all 1s ease-out 0s;
}
/* line 76, ../scss/gooood/_pricingtable.scss */
.pricingTable .heading {
  padding: 12px 0;
  background: #353740;
  display: block;
}
/* line 80, ../scss/gooood/_pricingtable.scss */
.pricingTable .heading > h3 {
  margin: 0;
  text-transform: capitalize;
}
/* line 85, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent {
  text-align: left;
}
/* line 87, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
/* line 91, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent > ul > li {
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease-out 0s;
}
/* line 96, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent > ul > li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 5px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.5s ease 0s;
}
/* line 104, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent > ul > li:hover {
  background: #f8f8f8;
  color: #727cb6;
}
/* line 107, ../scss/gooood/_pricingtable.scss */
.pricingTable > .pricingContent > ul > li:hover:before {
  margin-right: 15px;
}
/* line 114, ../scss/gooood/_pricingtable.scss */
.pricingTable .pricingTable-sign-up {
  padding: 15px 0;
  background: #fff;
}

/* line 120, ../scss/gooood/_pricingtable.scss */
.pricingTable-sign-up > .btn-block {
  width: 50%;
  margin: 0 auto;
  background: #727cb6;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 0px;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
/* line 130, ../scss/gooood/_pricingtable.scss */
.pricingTable-sign-up > .btn-block:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: -10px;
  transition: all 0.8s ease 0s;
}
/* line 142, ../scss/gooood/_pricingtable.scss */
.pricingTable-sign-up > .btn-block:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: -10px;
  transition: all 0.8s ease 0s;
  left: -10px;
}

/* line 159, ../scss/gooood/_pricingtable.scss */
.pricingTable .btn-block:hover:after, .pricingTable .btn-block:hover:before {
  width: 0;
  height: 0;
}
/* line 165, ../scss/gooood/_pricingtable.scss */
.pricingTable.pink .pricingTable-header, .pricingTable.pink .btn-block {
  background: #ed687c;
}
/* line 168, ../scss/gooood/_pricingtable.scss */
.pricingTable.pink .pricingContent > ul > li:hover {
  color: #ed687c;
}
/* line 173, ../scss/gooood/_pricingtable.scss */
.pricingTable.orange .pricingTable-header, .pricingTable.orange .btn-block {
  background: #e67e22;
}
/* line 176, ../scss/gooood/_pricingtable.scss */
.pricingTable.orange .pricingContent > ul > li:hover {
  color: #e67e22;
}
/* line 181, ../scss/gooood/_pricingtable.scss */
.pricingTable.dark-green .pricingTable-header, .pricingTable.dark-green .btn-block {
  background: #008b8b;
}
/* line 184, ../scss/gooood/_pricingtable.scss */
.pricingTable.dark-green .pricingContent > ul > li:hover {
  color: #008b8b;
}

@media screen and (max-width: 990px) {
  /* line 191, ../scss/gooood/_pricingtable.scss */
  .pricingTable {
    margin-bottom: 20px;
  }
}
/* line 1, ../scss/gooood/_ads.scss */
.gooood-ad-frame {
  border: 0;
  width: 100%;
}
/* line 4, ../scss/gooood/_ads.scss */
.gooood-ad-frame.list-ad {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../scss/gooood/_ads.scss */
.gooood-ad-frame img {
  width: 100%;
  height: auto;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../scss/gooood/hamburgers/_base.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../scss/gooood/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 31, ../scss/gooood/hamburgers/_base.scss */
.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

/* line 38, ../scss/gooood/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
/* line 43, ../scss/gooood/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 56, ../scss/gooood/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 62, ../scss/gooood/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -8px;
}
/* line 66, ../scss/gooood/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spin
 */
/* line 5, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 9, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
/* line 14, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 21, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin.slide-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 26, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin.slide-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
/* line 33, ../scss/gooood/hamburgers/types/_spin.scss */
.hamburger--spin.slide-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1, ../scss/gooood/_column-2.scss */
#column-2 {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 4, ../scss/gooood/_column-2.scss */
#column-2 .archive-content {
  width: 80%;
  float: left;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  /* line 4, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content {
    width: 100%;
    float: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  /* line 4, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 24, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .flex-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  /* line 24, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content .content-wrapper .flex-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 32, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .post-item {
  box-shadow: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 32, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content .content-wrapper .post-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:480px){
.entry-footer{width:100%;}
.footer .copyright {
    background: #3a3a3a;
    line-height: 50px;
    text-align: center;
    color: #9E9EA6;
    width: 480px;
    height: 50px;
    font-size: 13px;
    margin-top:0px;
}

}
@media (min-width: 1200px) {
  /* line 42, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content .content-wrapper .post-item .post .post-wrapper .post-thumbnail {
    height: 283px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 42, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content .content-wrapper .post-item .post .post-wrapper .post-thumbnail {
    height: 240px;
  }
}
/* line 54, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums {
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 60, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums.home-communities {
  margin-top: 20px;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  border-top: none;
}
/* line 66, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums.home-communities .jobs-header {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 72, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 79, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs li {
  font-size: 16px;
  line-height: 24px;
}
/* line 82, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs li:first-child {
  border-right: 2px solid #999;
  margin-right: 10px;
}
/* line 87, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs li.active a {
  background: transparent;
  color: #333;
}
/* line 92, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs li a {
  border: none;
  padding: 0;
  line-height: 16px;
  margin-right: 10px;
  color: #999;
  display: inline-block;
}
/* line 99, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .nav-tabs li a:hover, #column-2 .archive-content .content-wrapper .home-albums .nav-tabs li a:focus {
  border: none;
  background-color: transparent;
}
/* line 107, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .tab-content .row {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 110, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .tab-content .row .item {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 118, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .tab-content .row .item .item-wrapper .item-content .item-title {
  font-size: 14px;
}
/* line 120, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-albums .tab-content .row .item .item-wrapper .item-content .item-title a {
  font-size: 14px;
}
/* line 130, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .jobs {
  float: left;
  margin-bottom: 50px;
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/* line 138, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .jobs .jobs-header {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 142, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .jobs .jobs-container {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 146, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .jobs .jobs-container .grid-work {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 151, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .jobs .jobs-container .grid-work ul li a {
  display: -webkit-box;
  height: 21px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 159, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .content-wrapper .home-section {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 159, ../scss/gooood/_column-2.scss */
  #column-2 .archive-content .content-wrapper .home-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* line 170, ../scss/gooood/_column-2.scss */
#column-2 .archive-content .paginations {
  padding-bottom: 0;
}
/* line 174, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  /* line 174, ../scss/gooood/_column-2.scss */
  #column-2 .archive-sidebar {
    display: none;
  }
}
/* line 182, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
/* line 185, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs li {
  font-size: 16px;
  line-height: 24px;
}
/* line 188, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs li:first-child {
  border-right: 2px solid #999;
  margin-right: 10px;
}
/* line 193, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs li.active a {
  background: transparent;
  color: #333;
}
/* line 198, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs li a {
  border: none;
  padding: 0;
  line-height: 16px;
  margin-right: 10px;
  color: #999;
  display: inline-block;
}
/* line 205, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-tabs li a:hover, #column-2 .archive-sidebar .sidebar-tabs li a:focus {
  border: none;
  background-color: transparent;
}
/* line 213, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post {
  margin-bottom: 10px;
  border-bottom: none;
}
/* line 217, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-thumbnail {
  border: none;
}
/* line 220, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box {
  margin-top: 10px;
  padding: 0;
}
/* line 223, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box .post-meta, #column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box .post-excerpt, #column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box .post-date {
  display: none;
}
/* line 226, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box .entry-title {
  margin-bottom: 0;
  font-size: 14px;
}
/* line 229, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .post .post-wrapper .post-box .entry-title a {
  display: -webkit-box;
  height: 63px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 238, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper {
  margin-bottom: 30px;
}
/* line 240, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-pic {
  position: relative;
}
/* line 242, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-pic a.ad-cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -2000em;
}
/* line 250, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-pic a.badge {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #6a6a6a;
  border-radius: 3px;
  font-weight: normal;
}
/* line 259, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-pic a.badge:hover {
  background-color: white;
  color: #3a3a3a;
}
/* line 265, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-content {
  margin-top: 5px;
}
/* line 267, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
/* line 271, ../scss/gooood/_column-2.scss */
#column-2 .archive-sidebar .sidebar-content .ad-wrapper .ad-content p a {
  color: #999;
}
@media screen and (max-width: 414px) { 
.footer .copyright{line-height:26px;margin-top:0;}
}
@media screen and (max-width:375px){
.footer .copyright{width:100%;}
}
@media screen and (max-width:480px){
.footer .copyright {
    width: 100%;
line-height: 30px;
}
}