/* imports */
/* colors */
/* typography */
/* font sizes lg */
/* font sizes mobile */
/* z-index */
/* resets */
*,
*:focus {
  outline: none !important;
}
input,
textarea {
  -webkit-appearance: none;
}
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* typography */
body {
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #000000;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
strong {
  font-weight: 700;
}
p {
  margin: 0;
}
a {
  color: #fe0405;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
a:hover {
  color: #fe0405;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* {
  word-wrap: break-word;
}
/* content styles */
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area p {
  margin-bottom: 30px;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area h5:last-child,
.content-area p:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #808080;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.content-area ul:not([id]):not([class]) li > ul {
  margin-left: 20px;
  margin-top: 10px;
}
.content-area ol:not([id]):not([class]) {
  margin: 0;
  margin-bottom: 30px;
  counter-reset: item;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ol:not([id]):not([class]) li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ol:not([id]):not([class]) li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #808080;
}
.content-area ol:not([id]):not([class]) li > ol {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area p img.alignnone {
  max-width: 100%;
  height: auto;
}
.content-area p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.content-area div.alignnone,
.content-area div.alignleft,
.content-area div.alignright,
.content-area divaligncenter {
  max-width: 100%;
}
.content-area div.alignnone img,
.content-area div.alignleft img,
.content-area div.alignright img,
.content-area divaligncenter img {
  max-width: 100%;
  height: auto;
}
.content-area .wp-caption-text {
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 30px !important;
}
.content-area .wp-caption > img {
  border: 1px solid #c3cbce;
}
.content-area a[data-fancybox] {
  position: relative;
  display: inline-block;
}
.content-area a[data-fancybox]::after {
  font-family: 'icomoon';
  content: '\e907';
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #404040;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-area .table-responsive {
  border: 0;
  margin-bottom: 30px;
}
.content-area .table-responsive:last-child {
  margin-bottom: 0;
}
.content-area table {
  border-top: 1px solid #dbdfe2;
  border-bottom: 1px solid #dbdfe2;
  margin-bottom: 0;
}
.content-area table thead tr > th {
  border-bottom: 0;
  font-weight: 700;
}
.content-area table tr.thead > th {
  border-bottom: 0;
  font-weight: 700;
}
.content-area table thead tr > td,
.content-area table tbody tr > td,
.content-area table tfoot tr > td,
.content-area table thead tr > th,
.content-area table tbody tr > th,
.content-area table tfoot tr > th {
  padding: 20px;
  border-top: 1px solid #dbdfe2;
}
.content-area blockquote {
  background-color: #f7f7f7;
  padding: 20px 20px 20px 110px;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 24px;
  line-height: 33px;
  border: 0;
  position: relative;
  min-height: 100px;
}
.content-area blockquote::after {
  font-family: 'icomoon';
  font-style: normal;
  content: '\e908';
  font-size: 50px;
  color: #fe0405;
  position: absolute;
  top: 30px;
  left: 30px;
}
/* video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* forms */
.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #c3cbce;
  padding: 10px 20px;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
textarea:hover,
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="search"]:active,
textarea:active,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #fe0405;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  resize: none;
}
/* buttons */
.button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  padding: 13px 20px;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button:hover {
  background-color: #fe0405;
}
/* fancybox */
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.fancybox-caption-wrap {
  padding: 50px 20px 0 20px;
}
.fancybox-caption {
  border-top: 0;
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 20px 0;
}
.fancybox-arrow {
  width: 64px;
}
.fancybox-button {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
/* social icons */
a.social-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
a.social-icon:hover {
  opacity: 0.5;
}
a.social-icon.facebook {
  background-color: #005e9b;
}
a.social-icon.twitter {
  background-color: #019ade;
}
a.social-icon .icomoon {
  display: block;
  line-height: 40px;
}
.social-icon-list .social-icon-item {
  display: inline-block;
  margin-right: 15px;
}
.social-icon-list .social-icon-item:last-child {
  margin-right: 0;
}
.social-icon-list .social-icon-item a.social-icon {
  display: inline-block;
  vertical-align: middle;
}
.social-icon-list .social-icon-item .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* category list */
.category-list {
  margin-bottom: 30px;
}
.category-list:last-child {
  margin-bottom: 0;
}
.category-list h3 {
  margin-bottom: 30px;
}
.category-list ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.category-list ul li {
  padding: 10px 0 10px 20px;
  border-top: 1px solid #e5e5e5;
}
.category-list ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.category-list ul li a {
  color: #fe0405;
}
.category-list ul li a .number {
  color: #000000 !important;
}
.category-list ul li a:hover {
  color: #fe0405;
}
.category-list .category-list-collapse ul li:first-child {
  border-top: 0;
}
.category-list .collapse-toggle {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-left: 20px;
  margin-top: 10px;
  color: #000000;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.category-list .collapse-toggle:hover {
  color: #fe0405;
}
.category-list .collapse-toggle.collapsed .open-collapse {
  display: block;
}
.category-list .collapse-toggle.collapsed .close-collapse {
  display: none;
}
.category-list .collapse-toggle .open-collapse {
  display: none;
}
.category-list .collapse-toggle .close-collapse {
  display: block;
}
.category-list .collapse-toggle .icomoon {
  font-size: 0.8em;
  margin-right: 5px;
}
/* social button wrapper */
.social-button-wrapper {
  height: 20px;
}
.social-button-wrapper iframe,
.social-button-wrapper .fb_iframe_widget {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}
/* paging */
.paging {
  overflow: hidden;
  margin-top: 30px;
}
.paging .prev,
.paging .next {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.paging .prev a,
.paging .next a {
  display: block;
}
.paging .prev {
  float: right;
}
.paging .prev a::after {
  font-family: 'icomoon';
  font-size: 0.7em;
  font-weight: normal;
  content: "\e902";
  color: #000000 !important;
  margin-left: 5px;
}
.paging .next {
  float: left;
}
.paging .next a::before {
  font-family: 'icomoon';
  font-size: 0.7em;
  font-weight: normal;
  content: "\e901";
  color: #000000 !important;
  margin-right: 5px;
}
/* article paging */
.article-paging {
  overflow: hidden;
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #c3cbce;
  border-bottom: 1px solid #c3cbce;
}
.article-paging .left {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.article-paging .right {
  width: 50%;
  padding-left: 10px;
  float: right;
  text-align: right;
}
.article-paging .text {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.article-paging a.prev,
.article-paging a.next {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.article-paging a.next::after {
  font-family: 'icomoon';
  font-size: 0.7em;
  font-weight: normal;
  content: "\e902";
  color: #000000 !important;
  margin-left: 5px;
}
.article-paging a.prev::before {
  font-family: 'icomoon';
  font-size: 0.7em;
  font-weight: normal;
  content: "\e901";
  color: #000000 !important;
  margin-right: 5px;
}
/* grid */
.container {
  width: 100% !important;
  padding: 0 50px;
}
/* main */
main {
  width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
/* header */
header {
  background-color: #000000;
  height: 140px;
  position: relative;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 50px;
}
header .logo img {
  width: auto;
  height: 120px;
}
header .title {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 370px;
  margin-top: -28px;
}
header nav.meta {
  position: absolute;
  top: 0;
  right: 70px;
}
header nav.meta ul {
  font-size: 0;
  line-height: 0;
}
header nav.meta ul li {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  margin-right: 30px;
}
header nav.meta ul li.active a {
  color: #fe0405;
}
header nav.meta ul li a {
  color: #ffffff;
}
header nav.meta ul li a:hover {
  color: #fe0405;
}
header button.toggle {
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  transform: translate3d(0, 0, 0);
}
header button.toggle:hover {
  background-color: #fe0405 !important;
}
header button.toggle.nav {
  background-color: #262626;
  top: 0;
}
header button.toggle.search {
  background-color: #404040;
  bottom: 0;
  z-index: 51;
}
header button.toggle .icomoon {
  display: block;
}
/* main navigation */
.main-navigation-wrapper {
  width: 400px;
  height: 100%;
  background-color: #333333;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.main-navigation-wrapper.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.main-navigation-wrapper .button-wrapper {
  border-bottom: 1px solid #404040;
  height: 71px;
}
.main-navigation-wrapper .button-wrapper button.toggle {
  width: 70px;
  height: 70px;
  color: #ffffff;
  background-color: #333333;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.main-navigation-wrapper .button-wrapper button.toggle:hover {
  background-color: #fe0405 !important;
}
.main-navigation-wrapper .button-wrapper button.toggle .icomoon {
  display: block;
}
.main-navigation-wrapper .main-navigation-inner {
  width: 100%;
  position: absolute;
  top: 71px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.main-navigation-wrapper nav.main ul li {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.main-navigation-wrapper nav.main ul li.active a {
  background-color: #fe0405;
}
.main-navigation-wrapper nav.main ul li a {
  display: block;
  padding: 11px 30px;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.main-navigation-wrapper nav.main ul li a:hover {
  background-color: #fe0405;
}
.main-navigation-wrapper .main-navigation-middle {
  padding: 30px 0;
  border-bottom: 1px solid #404040;
}
.main-navigation-wrapper .main-navigation-middle .container {
  padding: 0 30px;
}
.main-navigation-wrapper .main-navigation-bottom {
  padding: 30px 0;
}
.main-navigation-wrapper .main-navigation-bottom .container {
  padding: 0 30px;
}
.main-navigation-wrapper .social-icon-list {
  margin-bottom: 30px;
}
.main-navigation-wrapper .social-icon-list:last-child {
  margin-bottom: 0;
}
.main-navigation-wrapper .category-list ul li {
  border-top: 1px solid #404040;
}
.main-navigation-wrapper .category-list ul li:last-child {
  border-bottom: 1px solid #404040;
}
.main-navigation-wrapper .category-list ul li a {
  color: #ffffff;
}
.main-navigation-wrapper .category-list ul li a .number {
  color: #808080 !important;
}
.main-navigation-wrapper .category-list ul li a:hover {
  color: #fe0405;
}
.main-navigation-wrapper .category-list .collapse-toggle {
  color: #ffffff;
}
.main-navigation-wrapper .category-list .collapse-toggle:hover {
  color: #fe0405;
}
.main-navigation-wrapper nav.meta {
  text-align: center;
}
.main-navigation-wrapper nav.meta ul li {
  display: block;
  margin-bottom: 10px;
}
.main-navigation-wrapper nav.meta ul li:last-child {
  margin-bottom: 0;
}
.main-navigation-wrapper nav.meta ul li a {
  color: #ffffff;
}
.main-navigation-wrapper nav.meta ul li a:hover {
  color: #fe0405;
}
/* search wrapper */
.search-wrapper {
  width: 400px;
  height: 70px;
  padding-right: 70px;
  background-color: #404040;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.search-wrapper.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.search-wrapper form {
  width: 100%;
}
.search-wrapper input[type="search"] {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #808080;
  width: 100%;
  padding: 0 20px;
  border: 0;
  margin-top: 20px;
}
/* footer */
footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
footer nav.meta {
  margin-bottom: 30px;
}
footer nav.meta ul {
  font-size: 0;
  line-height: 0;
}
footer nav.meta ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
footer nav.meta ul li:last-child::after {
  display: none;
}
footer nav.meta ul li.active a {
  color: #fe0405;
}
footer nav.meta ul li a {
  color: #ffffff;
}
footer nav.meta ul li a:hover {
  color: #fe0405;
}
footer nav.meta ul li::after {
  content: '|';
  color: #808080;
  margin: 0 10px;
}
footer .text {
  color: #808080;
}
footer .text a {
  color: #ffffff;
}
footer .text a:hover {
  color: #fe0405;
}
/* sticky footer */
footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* content wrapper */
section.content-wrapper {
  padding: 100px 0;
  overflow: hidden;
}
/* content */
section.content {
  overflow: hidden;
  padding-right: 100px;
}
section.sidebar {
  float: right;
  width: 350px;
}
/* sidebar */
section.sidebar .facebook-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
section.sidebar .facebook-box:last-child {
  margin-bottom: 0;
}
/* article list */
.article-list .article-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c3cbce;
}
.article-list .article-item:last-child {
  margin-bottom: 0;
}
.article-list .article-item .title-wrapper {
  margin-bottom: 30px;
}
.article-list .article-item .title-wrapper h1,
.article-list .article-item .title-wrapper h2 {
  margin-bottom: 30px;
}
.article-list .article-item .title-wrapper h1 a,
.article-list .article-item .title-wrapper h2 a {
  color: #000000;
}
.article-list .article-item .title-wrapper h1 a:hover,
.article-list .article-item .title-wrapper h2 a:hover {
  color: #fe0405;
}
.article-list .article-item .title-wrapper .article-meta {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.article-list .article-item .title-wrapper .article-meta .author,
.article-list .article-item .title-wrapper .article-meta .date {
  display: inline-block;
  vertical-align: top;
}
.article-list .article-item .title-wrapper .article-meta .author a,
.article-list .article-item .title-wrapper .article-meta .date a {
  color: #000000;
}
.article-list .article-item .title-wrapper .article-meta .author a:hover,
.article-list .article-item .title-wrapper .article-meta .date a:hover {
  color: #fe0405;
}
.article-list .article-item .title-wrapper .article-meta .author {
  font-weight: 700;
}
.article-list .article-item .title-wrapper .article-meta .author::after {
  content: '/';
  font-weight: normal;
  margin: 0 10px;
}
.article-list .article-item .article-bottom {
  margin-top: 30px;
  overflow: hidden;
}
.article-list .article-item .article-bottom .more-wrapper {
  float: left;
}
.article-list .article-item .article-bottom .more-wrapper a.more {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.article-list .article-item .article-bottom .more-wrapper a.more::after {
  font-family: 'icomoon';
  font-size: 0.7em;
  font-weight: normal;
  content: "\e902";
  color: #000000 !important;
  margin-left: 2px;
}
.article-list .article-item .article-bottom .social-button-wrapper {
  float: right;
  text-align: right;
}
/* article detail */
.article-detail .title-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c3cbce;
}
.article-detail .meta-social-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.article-detail .meta-social-wrapper .article-meta {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
  float: left;
}
.article-detail .meta-social-wrapper .article-meta .author,
.article-detail .meta-social-wrapper .article-meta .date {
  display: inline-block;
  vertical-align: top;
}
.article-detail .meta-social-wrapper .article-meta .author {
  font-weight: 700;
}
.article-detail .meta-social-wrapper .article-meta .author::after {
  content: '/';
  font-weight: normal;
  margin: 0 10px;
}
.article-detail .meta-social-wrapper .social-button-wrapper {
  float: right;
  text-align: right;
}
/* page */
.page .title-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c3cbce;
}
.page .page-content {
  margin-bottom: 30px;
  overflow: hidden;
}
.page .page-content:last-child {
  margin-bottom: 0;
}
.page .page-content .image {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.page .page-content .image img {
  width: 100%;
  height: auto;
}
.page .page-content .text {
  overflow: hidden;
}
.page .page-content + .title-wrapper {
  margin-top: 50px;
}
/* comments */
.comments-wrapper {
  margin-top: 50px;
}
.comments-wrapper .nav-tabs {
  border-bottom: 1px solid #c3cbce;
}
.comments-wrapper .nav-tabs > li.active > a {
  background-color: #ffffff !important;
  border-color: #c3cbce !important;
  border-bottom: 1px solid transparent !important;
}
.comments-wrapper .nav-tabs > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  min-width: 250px;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  color: #000000 !important;
  background-color: #f2f2f2;
  border-bottom: 1px solid #c3cbce;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comments-wrapper .nav-tabs > li > a:hover,
.comments-wrapper .nav-tabs > li > a:focus {
  background-color: #e5e5e5;
  border-color: transparent;
  border-bottom: 1px solid #c3cbce;
}
.comments-wrapper .nav-tabs > li > a .number {
  font-weight: normal;
}
.comments-wrapper .nav-tabs > li > a .icomoon {
  background-color: #005e9b;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.comments-wrapper .tab-pane {
  padding-top: 50px;
}
.comment-form-wrapper {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;
}
.comment-form-wrapper label {
  display: none;
}
.comment-form-wrapper .comment-reply-title,
.comment-form-wrapper .comment-form-url,
.comment-form-wrapper .subscribe-to-comments {
  display: none;
}
.comment-form-wrapper .logged-in-as {
  margin-bottom: 30px;
}
.comment-form-wrapper .comment-notes,
.comment-form-wrapper .comment-form-comment,
.comment-form-wrapper .comment-form-author,
.comment-form-wrapper .comment-form-email {
  display: block;
  margin-bottom: 20px;
}
.comment-form-wrapper .comment-form-comment {
  line-height: 0;
}
.comment-form-wrapper .form-submit {
  text-align: right;
}
.comment-form-wrapper input[type="submit"] {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  padding: 13px 20px;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.comment-form-wrapper input[type="submit"]:hover {
  background-color: #fe0405;
}
.comment-form-wrapper .comment-form-success {
  font-weight: 700;
  margin-bottom: 30px;
}
.comment-list {
  font-family: 'Open Sans', sans-serif;
}
.comment-list h3 {
  margin-bottom: 40px;
}
.comment-list .comment-item {
  padding: 40px 0;
  border-top: 1px solid #c3cbce;
}
.comment-list .comment-item:last-child {
  border-bottom: 1px solid #c3cbce;
}
.comment-list .comment-item.bypostauthor .comment-box {
  background-color: #f2f2f2;
  padding: 30px;
}
.comment-list .comment-item .comment-meta {
  margin-bottom: 30px;
}
.comment-list .comment-item .comment-meta.image {
  display: table;
}
.comment-list .comment-item .comment-meta .image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.comment-list .comment-item .comment-meta .image img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.comment-list .comment-item .comment-meta .text {
  display: table-cell;
  vertical-align: middle;
}
/* discussion group list */
.discussion-group-list .discussion-group-item {
  padding: 40px 0;
  border-bottom: 1px solid #c3cbce;
}
.discussion-group-list .discussion-group-item:first-child {
  padding-top: 0;
}
.discussion-group-list .discussion-group-item h3 {
  margin-bottom: 40px;
}
.discussion-group-list .discussion-group-item h3 a {
  color: #000000;
}
.discussion-group-list .discussion-group-item h3 a:hover {
  color: #fe0405;
}
.discussion-group-list .discussion-group-item h3 .number {
  color: #fe0405;
}
.discussion-group-list .discussion-group-item .discussion-comment-list {
  padding-left: 40px;
}
.discussion-group-list .discussion-group-item .discussion-comment-list .discussion-comment-item {
  margin-bottom: 30px;
}
.discussion-group-list .discussion-group-item .discussion-comment-list .discussion-comment-item:last-child {
  margin-bottom: 0;
}
/* author list */
.author-list .author-item {
  padding: 10px 0;
  border-top: 1px solid #c3cbce;
}
.author-list .author-item:last-child {
  border-bottom: 1px solid #c3cbce;
}
.author-list .author-item .image-text-wrapper .image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.author-list .author-item .image-text-wrapper .image img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.author-list .author-item .image-text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
}
/* search list */
.search-list .search-item {
  padding: 40px 0;
  border-top: 1px solid #c3cbce;
}
.search-list .search-item:last-child {
  border-bottom: 1px solid #c3cbce;
}
.search-list .search-item h3 {
  margin-bottom: 40px;
}
/* mediaqueries */
@media (max-width: 1299px) {
  /* main */
  main {
    width: 100%;
  }
  /* content */
  section.content {
    padding-right: 50px;
  }
  section.sidebar {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  /* grid */
  .container {
    padding: 0 40px;
  }
  /* header */
  header .logo {
    left: 40px;
  }
  header .title {
    left: 360px;
  }
  /* content wrapper */
  section.content-wrapper {
    padding: 80px 0;
  }
  /* content */
  section.content {
    padding-right: 0;
  }
  section.sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* sidebar */
  section.sidebar {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  /* grid */
  .container {
    padding: 0 20px;
  }
  /* typography */
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    font-size: 21px;
    line-height: 25px;
  }
  h3 {
    font-size: 21px;
    line-height: 25px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  /* content styles */
  .content-area .wp-caption-text {
    font-size: 14px;
    line-height: 21px;
  }
  .content-area blockquote {
    padding: 80px 20px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    min-height: 0;
  }
  .content-area blockquote::after {
    font-family: 'icomoon';
    font-style: normal;
    content: '\e908';
    font-size: 40px;
    color: #fe0405;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  /* forms */
  label {
    font-size: 14px;
    line-height: 21px;
  }
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  textarea {
    font-size: 18px;
    line-height: 28px;
  }
  /* buttons */
  .button {
    font-size: 16px;
    line-height: 24px;
  }
  /* fancybox */
  .fancybox-caption {
    font-size: 16px;
    line-height: 24px;
  }
  /* category list */
  .category-list h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .category-list ul {
    font-size: 16px;
    line-height: 24px;
  }
  .category-list .collapse-toggle {
    font-size: 16px;
    line-height: 24px;
  }
  /* article paging */
  .article-paging .left {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .article-paging .left:last-child {
    margin-bottom: 0;
  }
  .article-paging .right {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  /* header */
  header {
    height: 100px;
  }
  header .logo {
    top: 20px;
    left: 20px;
  }
  header .logo img {
    height: 60px;
  }
  header .title {
    font-size: 14px;
    line-height: 18px;
    left: 180px;
    margin-top: -18px;
  }
  header nav.meta ul li {
    font-size: 16px;
  }
  header button.toggle {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  /* main navigation */
  .main-navigation-wrapper {
    width: 100%;
    max-width: 400px;
  }
  .main-navigation-wrapper .button-wrapper {
    height: 51px;
  }
  .main-navigation-wrapper .button-wrapper button.toggle {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .main-navigation-wrapper .main-navigation-inner {
    top: 51px;
  }
  .main-navigation-wrapper nav.main {
    border-bottom: 1px solid #404040;
  }
  .main-navigation-wrapper nav.main ul li {
    font-size: 18px;
    line-height: 28px;
  }
  /* search wrapper */
  .search-wrapper {
    width: 100%;
    max-width: 400px;
    height: 50px;
    padding-right: 50px;
    top: 50px;
  }
  .search-wrapper input[type="search"] {
    margin-top: 10px;
  }
  /* footer */
  footer {
    padding: 30px 0;
  }
  footer nav.meta ul li {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  footer nav.meta ul li:last-child {
    margin-bottom: 0;
  }
  footer nav.meta ul li::after {
    display: none;
  }
  footer .text {
    font-size: 14px;
    line-height: 21px;
  }
  /* content wrapper */
  section.content-wrapper {
    padding: 40px 0;
  }
  /* sidebar */
  section.sidebar {
    margin-top: 40px;
  }
  /* article list */
  .article-list .article-item .title-wrapper .article-meta {
    font-size: 16px;
    line-height: 24px;
  }
  .article-list .article-item .article-bottom {
    text-align: center;
  }
  .article-list .article-item .article-bottom .more-wrapper {
    float: none;
    margin-bottom: 30px;
  }
  .article-list .article-item .article-bottom .social-button-wrapper {
    float: none;
    text-align: center;
  }
  /* page */
  .page .page-content .image {
    float: none;
    width: 200px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page .page-content + .title-wrapper {
    margin-top: 40px;
  }
  /* comments */
  .comments-wrapper {
    margin-top: 40px;
  }
  .comments-wrapper .nav-tabs > li > a {
    font-size: 14px;
    min-width: 0;
    padding: 0 15px;
  }
  .comments-wrapper .tab-pane {
    padding-top: 40px;
  }
  .comment-form-wrapper {
    margin-bottom: 40px;
  }
  .comment-form-wrapper input[type="submit"] {
    font-size: 16px;
    line-height: 24px;
  }
  .comment-list h3 {
    margin-bottom: 30px;
  }
  .comment-list .comment-item {
    padding: 30px 0;
  }
  .comment-list .comment-item.bypostauthor .comment-box {
    padding: 20px;
  }
  /* discussion group list */
  .discussion-group-list .discussion-group-item {
    padding: 30px 0;
  }
  .discussion-group-list .discussion-group-item h3 {
    margin-bottom: 30px;
  }
  .discussion-group-list .discussion-group-item .discussion-comment-list {
    padding-left: 30px;
  }
  /* search list */
  .search-list .search-item {
    padding: 30px 0;
  }
  .search-list .search-item h3 {
    margin-bottom: 30px;
  }
  /* article detail */
  .article-detail .meta-social-wrapper .article-meta {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .article-detail .meta-social-wrapper .social-button-wrapper {
    float: none;
    text-align: center;
  }
}
@media (max-width: 374px) {
  /* comments */
  .comments-wrapper .nav-tabs > li > a {
    padding: 0 10px;
    letter-spacing: -1px;
  }
}
@media (max-width: 359px) {
  /* header */
  header .title {
    display: none;
  }
  /* paging */
  .paging {
    letter-spacing: -1px;
  }
}
