/*
Theme Name: mediadamn
Theme URI: https://isotype.blue
Version: 2.0.0
Description:
Author: isotype
Author URI: https://isotype.blue
Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments,
Text Domain: mediadamn

	Copyright: (c) 2015 isotype
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
 * Copyright (C) 2015 isotype
 *      https://www.google.com/get/noto/
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  border-top: 3px solid #24b4c0;
  background-color: #f8f6ef;
  height: 100%;
  line-height: 1.5em;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  font-family: Century Gothic, Meiryo, メイリオ, 'MS PGothic', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

::selection {
  background: #D9D9D9;
  color: #fff
}

::-moz-selection {
  background: #D9D9D9;
  color: #fff
}

a {
  text-decoration: none;
  outline: 0
}

img {
  vertical-align: bottom;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

a,
a:before,
a:after {
  -webkit-transition-property: background color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease;
  transition-property: background color;
  transition-duration: .2s;
  transition-timing-function: ease
}

address,
cite,
em {
  font-style: italic
}

strong {
  font-weight: 600
}

.left,
.alignleft {
  float: left
}

.right,
.alignright {
  float: right
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textwidget img {
  width: 100%
}

.widget_sp_image {
  clear: both;
  margin-bottom: 20px
}

.widget a {
  font-size: 12px
}

.widget_kpg_cpl {
  margin-bottom: 30px
}

.widget_alx_tabs img:hover {
  opacity: .7
}

.fixed {
  position: fixed;
  top: 20px
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.group:before,
.group:after {
  content: "";
  display: table
}

.group:after {
  clear: both
}

.group {
  zoom: 1
}

.fa {
  width: 1em;
  text-align: center
}

.tab-item-thumbnail {
  position: relative
}

input,
textarea,
button,
select,
label {
  font-family: inherit
}

.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label {
  font-size: 12px
}

.themeform input::-moz-focus-inner,
.themeform button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="tel"],
.themeform input[type="submit"],
.themeform button,
.themeform textarea {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0
}

.themeform input,
.themeform textarea,
.themeform button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.themeform input[type="checkbox"] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox
}

.themeform input[type="radio"] {
  -moz-appearance: radio;
  -webkit-appearance: radio
}

.themeform label {
  color: #444
}

.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background: #fff;
  border: 1px dotted silver;
  color: #777;
  display: block;
  max-width: 100%;
  outline: none;
  padding: 7px 8px
}

.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform textarea:focus {
  border-color: #ccc;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.themeform label .required {
  color: #3b8dbd
}

.themeform input[type="submit"],
.themeform button[type="submit"] {
  background: #3b8dbd;
  color: #fff;
  padding: 8px 14px;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover {
  background: #444
}

.themeform.searchform div {
  position: relative
}

.themeform.searchform div input {
  padding-left: 26px;
  line-height: 20px
}

.themeform.searchform div:after {
  color: #ccc;
  line-height: 24px;
  font-size: 14px;
  content: "\f002";
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: FontAwesome
}

.entry {
  font-size: 14px;
  line-height: 1.6em
}

.entry p,
.entry dd {
  margin-bottom: 1em
}

.entry dt {
  color: #444
}

.entry ol,
.entry ul {
  margin: 0 !important
}

.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol {
  margin-bottom: 0
}

.entry li {
  margin: 0
}

.entry ul li,
.entry ol ul li {
  list-style: square
}

.entry ol li,
.entry ol ul ol li {
  list-style: decimal
}

.entry dt {
  font-weight: 600
}

.entry address {
  margin-bottom: 1em
}

.entry blockquote {
  position: relative;
  color: #777;
  font-style: italic;
  margin: 0 0 20px;
  margin: 20px 0;
  border-left: #DBDBDB 1px solid;
  padding: 60px 20px
}

.entry blockquote p {
  margin-bottom: .75em
}

.entry blockquote:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 10px
}

.entry blockquote.twitter-tweet:before {
  content: "\f099"
}

.entry code,
.entry pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 11px
}

.entry pre {
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  line-height: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 14px
}

.entry code {
  background: #eee;
  padding: 0 3px
}

.entry ins {
  background: #fff486
}

.entry sub,
.entry sup {
  font-size: 62.5%
}

.entry sub {
  vertical-align: sub
}

.entry sup {
  vertical-align: super
}

.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img {
  max-width: 100%;
  height: auto
}

.entry img {
  max-width: 100%;
  height: auto
}

.entry img.alignleft {
  margin: 18px 20px 18px 0
}

.entry img.alignright {
  margin: 18px 0 18px 20px
}

.entry img.aligncenter {
  margin: 18px auto;
  clear: both;
  display: block
}

.entry img .size-full {
  width: 100% !important
}

.entry .gallery img,
.entry img.wp-smiley {
  margin: 0
}

.entry .wp-caption {
  background: #f1f1f1;
  max-width: 100%;
  margin-bottom: 14px;
  padding-top: 5px;
  text-align: center
}

.entry .wp-caption-text {
  font-style: italic
}

.entry .wp-caption a {
  border-bottom: none
}

.entry .wp-caption img {
  margin: 0;
  max-width: 100%;
  height: auto
}

.entry .wp-caption.alignleft {
  margin-right: 20px
}

.entry .wp-caption.alignright {
  margin-left: 20px
}

.entry .wp-caption.alignnone {
  width: 100% !important;
  overflow: hidden
}

.entry .wp-caption.alignnone img {
  margin: 0 auto;
  max-width: 100% !important
}

.entry .wp-caption-text {
  color: #999;
  font-size: 13px;
  padding: 0 0 8px;
  margin: 0
}

.entry table {
  font-size: 14px;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center
}

.entry table tr.alt {
  background: #f1f1f1
}

.entry table td {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px;
  vertical-align: middle
}

.entry table th {
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 5px
}

.entry .gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 15px 0 !important
}

.entry .gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-width: 1px 2px !important;
  border-color: transparent !important
}

.entry .gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  margin-top: 0 !important
}

.entry .gallery .gallery-caption {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 0;
  text-align: left;
  text-indent: 10px;
  font-style: normal;
  margin: 0;
  bottom: -44px;
  left: 2px;
  right: 2px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease
}

.entry .gallery .gallery-item:hover .gallery-caption {
  bottom: 0
}

.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption {
  display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  margin-bottom: 15px
}

.entry h1 {
  width: 100%;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3em
}

.entry h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.3em
}

.entry h3 {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 1.3em
}

.entry h4 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 1.3em
}

.entry h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em
}

.entry h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em
}

.heading,
#reply-title {
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
  clear: both
}

.subheading {
  font-size: 18px
}

.heading i {
  font-size: 22px;
  margin-right: 6px
}

.container-inner {
  max-width: 1200px;
  width: 100%
}

.main {
  position: relative
}

.main-inner {
  position: relative;
  min-height: 600px
}

.content {
  width: 100%;
  position: relative
}

#footer .pad {
  padding: 0
}

#footer-nav {
  position: relative;
  background-color: rgba(30, 29, 29, 1.00);
  color: #fff;
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  text-align: center
}

#footer-nav a {
  color: #fff
}

#footer-nav ul {
  text-align: center;
  margin: 20px auto
}

.col-2cl .main-inner {
  padding-right: 220px
}

.col-2cl .s1 {
  float: right;
  margin-right: -220px
}

.col-2cl .content {
  float: left
}

.col-2cr .main-inner {
  padding-left: 210px
}

.col-2cr .s1 {
  float: left;
  margin-left: -210px
}

.col-2cr .content {
  float: right
}

.col-3cm .main-inner {
  padding-left: 210px;
  padding-right: 280px
}

.col-3cm .s1 {
  float: left;
  margin-left: -210px;
  box-sizing: border-box
}

.col-3cm .s2 {
  float: right;
  margin-right: -280px;
  position: relative;
  right: -100%
}

.col-3cm .content {
  float: right;
  margin-left: 0
}

.col-3cl .main {
  background-image: none
}

.col-3cl .main-inner {
  padding-right: 490px
}

.col-3cl .s1 {
  float: right;
  margin-right: -490px
}

.col-3cl .s2 {
  float: right;
  margin-right: -280px;
  box-sizing: border-box
}

.col-3cl .content {
  float: left
}

.col-3cr .main {
  background-image: none
}

.col-3cr .main-inner {
  padding-left: 490px
}

.col-3cr .s1 {
  float: left;
  margin-left: -490px;
  box-sizing: border-box
}

.col-3cr .s2 {
  float: left;
  margin-left: -280px;
  box-sizing: border-box
}

.col-3cr .content {
  float: right
}

.post-item-inner {
  padding: 10px
}

.sidebar {
  position: relative;
  z-index: 2
}

.sidebar .pad {
  padding-left: 20px;
  padding-right: 20px
}

.sidebar-top {
  padding: 15px 30px
}

.sidebar-top p {
  float: left;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 3px 0
}

.sidebar-toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1)
}

.sidebar-toggle i {
  font-size: 20px;
  color: #fff;
  padding: 17px 0
}

.s1-expand .s1,
.s2-expand .s2 {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

.widget {
  margin-bottom: 10px
}

.icon-sidebar-toggle:before {
  font-family: FontAwesome
}

.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before {
  content: "\f100"
}

.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before {
  content: "\f101"
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSans-Thin.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSans-Light.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSans-DemiLight.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSans-Regular.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSans-Medium.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSans-Bold.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSans-Black.woff) format("woff")
}

#breadcrumb {
  position: relative;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box
}

#breadcrumb h1 {
  margin-bottom: 0
}

#breadcrumb-bloc {
  border-top: rgba(221, 221, 221, 1.00) 1px solid;
  border-bottom: rgba(221, 221, 221, 1.00) 1px solid;
  margin-bottom: 20px
}

#breadcrumb .fa-home {
  font-size: 16px
}

ul#breadcrumb_list li {
  float: left;
  position: relative;
  vertical-align: middle;
  padding-left: 27px
}

#breadcrumb_list li:first-child {
  padding: 0
}

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot?-2mec55);
  src: url(fonts/icomoon.eot?#iefix-2mec55) format("embedded-opentype"), url(fonts/icomoon.ttf?-2mec55) format("truetype"), url(fonts/icomoon.woff?-2mec55) format("woff"), url(fonts/icomoon.svg?-2mec55#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-basics-07 {
  color: #ECECEC
}

.icon-basics-07:after {
  content: "\e602";
  font-family: 'icomoon';
  font-size: 34px;
  top: 0;
  position: absolute;
  padding-left: 4px
}

.icon-hatebu:before {
  font-family: 'icomoon';
  content: "\e601"
}

.comment-tabs li:first-child a:before {
  font-family: 'icomoon';
  content: "\e60d";
  margin-right: 3px
}

#paginate {
  width: 100%;
  position: relative;
  clear: both;
  text-align: center
}

.pagination {
  clear: both;
  padding: 20px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: inline-block
}

.post-page-numbers,
.pagination span,
.pagination a,
.post-pages a {
  display: block;
  float: left;
  padding: 11px 14px 10px;
  text-decoration: none;
  width: auto;
  color: rgba(104, 104, 104, 1.00);
  background: #fff;
  border: rgba(224, 224, 224, 1.00) 1px solid
}

.s1 {
  width: 200px;
  z-index: 2;
  box-sizing: border-box
}

.s1 .widget {
  box-sizing: inherit;
  margin-bottom: 10px
}

.s1 .sidebar-top {
  background: none !important;
  border-bottom: 1px solid #ddd
}

.s1 .sidebar-top p {
  color: #666
}

.s2 {
  width: 270px;
  z-index: 1
}

.s2 .sidebar-top {
  background: none !important;
  border-bottom: 1px solid #ddd
}

.s2 .sidebar-top p {
  color: #666
}

.main .widget-bloc {
  padding: 5px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.90)
}

.main .widget-bloc,
.main .facebook-widget,
.content {
  text-align: left;
  box-sizing: border-box
}

.home .content {
  background: none;
  box-shadow: none
}

.grid {
  margin-right: 3.2%;
  float: left;
  display: inline;
  position: relative
}

.last {
  clear: right;
  margin-right: 0 !important
}

.one-full {
  margin-right: 0;
  width: 100%;
  overflow: hidden
}

.one-half {
  width: 48.4%
}

.one-third {
  width: 31.2%;
  padding: 0 10px;
  box-sizing: border-box
}

.two-third {
  width: 65.6%
}

.one-fourth {
  width: 22.6%
}

.three-fourth {
  width: 74.2%
}

.one-fifth {
  width: 17.4%
}

.two-fifth {
  width: 38.1%
}

.three-fifth {
  width: 58.7%
}

.four-fifth {
  width: 79.4%
}

#footer-top-widgets {
  clear: both;
  margin-top: 20px
}

.footer_copyright,
.social_links {
  width: 100%;
  text-align: center;
  clear: both
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.image-container {
  position: relative;
  overflow: hidden
}

.image-container img {
  display: block;
  width: 100%;
  height: auto
}

.image-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  font-style: italic;
  padding: 8px 10px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin-right: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.03)
}

.social-links {
  position: relative
}

.social-links li {
  display: inline-block;
  font-size: 0
}

.social-links li a {
  display: block !important;
  position: relative;
  text-align: center;
  font-size: 16px;
  transition: transform 1s linear;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  padding: 7px 6px
}

.social-links li a:hover {
  opacity: .8
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: #fff
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-wobble-vertical:before {
  content: "\f02b";
  position: absolute;
  left: 5px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-wobble-vertical:hover:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.page-title a {
  color: #aaa
}

.page-title a:hover {
  color: #444
}

.page-title .meta-single li {
  float: left;
  margin-right: 14px
}

.page-title .meta-single li.comments {
  float: right;
  margin-right: 0
}

.post-edit-link {
  font-size: 12px
}

.postmeta {
  font-size: 12px;
  margin-bottom: 30px;
  clear: both;
  margin-top: 10px
}

.postmeta i {
  margin-right: 3px
}

.postmeta .post-item-category,
.postmeta .post-item-tags {
  line-height: 1em
}

.postmeta .post-item-category a,
.postmeta .post-item-tags a {
  margin-right: 3px;
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 3px;
  border: #e3e3e3 1px solid;
  color: #c2c2c2
}

a.ext_icon {
  width: 12px;
  height: 12px;
  background: url(img/external.png) center right no-repeat;
  padding-right: 15px;
  margin-left: 3px
}

.notebox {
  background: #f0f0f0;
  position: relative;
  padding: 12px 15px;
  color: #888;
  margin: 0 10px 30px
}

.notebox:before {
  content: '';
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  position: absolute;
  top: -8px;
  left: 13px
}

.notebox:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f1f1f1;
  position: absolute;
  top: -5px;
  left: 15px
}

.notebox span {
  font-weight: 600
}

.notebox .search-again {
  margin-top: 10px
}

.notebox input[type="text"] {
  width: 100%
}

.page-image {
  overflow: hidden;
  position: relative
}

.page-image-text {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  text-align: center
}

.page-image-text .caption {
  color: #fff;
  font-size: 44px;
  line-height: 70px;
  font-weight: 600;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.page-image-text .description {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  font-weight: 300
}

.page-image-text .description i {
  background: rgba(0, 0, 0, 0.7);
  opacity: .9;
  font-style: normal;
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.thumb-icon {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  display: block;
  width: 50px;
  height: 502px;
  position: absolute;
  top: -90px;
  left: -180px;
  -moz-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.thumb-icon i {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 31px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.thumb-icon .fa-play {
  margin: -1px 0 0 2px
}

.thumb-icon.small {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px
}

.thumb-icon.small .fa {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 17px;
  left: 34px
}

.thumb-icon.small .f-play {
  margin: -1px 0 0 2px
}

.nav-toggle {
  display: none;
  background: #777;
  cursor: pointer;
  float: left;
  height: 67px;
  width: 60px;
  color: #fff;
  text-align: center
}

.nav-toggle i {
  font-size: 29px;
  padding: 10px 0
}

.nav-text {
  display: none;
  float: right;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 20px;
  color: #fff
}

.nav li>a:after,
.nav>li>a:after {
  font-family: FontAwesome;
  display: inline-block
}

ul.sub-menu:hover {
  opacity: 1 !important
}

#header {
  position: relative;
  border-top: 3px solid #d7bf9a
}

#header .pad {
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center
}

.site-title {
  display: inline-block
}

.site-title a {
  display: block;
  max-width: 100%;
  font-size: 24px
}

.site-title a img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}

.site-description {
  font-size: 12px
}

.site-image {
  display: block;
  margin: 0 auto;
  max-height: 400px
}

#header-ads {
  float: right
}

#header-ads h3 {
  display: none
}

#header-ads img {
  display: block
}

.toggle-search {
  color: silver;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  padding: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1)
}

.toggle-search:hover,
.toggle-search.active {
  background: rgba(0, 0, 0, 0.15);
  color: #fff
}

.search-expand {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 340px;
  z-index: 998;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1)
}

.search-expand-inner {
  background: rgba(0, 0, 0, 0.15);
  padding: 15px
}

.search-expand .themeform input {
  width: 100%;
  border: 2px solid #e2e2e2;
  border-radius: 0
}

#nav-topbar.nav-container {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15)
}

#nav-topbar .nav-toggle {
  background: transparent;
  color: rgba(135, 135, 135, 1.00);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.06)
}

#nav-topbar .nav-text {
  color: #fff;
  color: rgba(255, 255, 255, 0.7)
}

@media only screen and (min-width: 1025px) {
  .full-width.topbar-enabled #header {
    padding-top: 50px
  }

  .full-width #nav-topbar.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
  }

  .full-width.admin-bar #nav-topbar.nav-container {
    top: 32px
  }
}

@media only screen and (min-width: 739px) {
  .widget ul>li {
    position: relative
  }

  #smartphone-widgets {
    display: none
  }

  ul.nav>li:after,
  .widget_categories ul>li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  ul.nav>li:hover:after,
  .widget ul>li:hover:after {
    background-color: rgba(255, 255, 255, 0.10)
  }

  ul.nav>li.menu-item-has-children:before {
    content: '\f107';
    top: 0;
    right: -2px;
    font-family: FontAwesome;
    position: absolute
  }

  ul.nav ul li.menu-item-has-children:before {
    content: '\f105';
    top: 10px;
    right: 15px;
    font-family: FontAwesome;
    position: absolute
  }

  ul.nav>li.current-menu-item:after {
    bottom: 0;
    width: 100%
  }

  #nav-header .nav ul {
    background-color: rgba(255, 255, 255, 0.90);
    color: #333;
    z-index: 999
  }

  #nav-header .nav ul li:hover,
  #nav-topbar .nav ul li:hover {
    background-color: rgba(255, 255, 255, 1.0)
  }

  .nav-wrap {
    margin-top: 7px;
    padding-right: 60px !important
  }

  .sub-menu .menu_description {
    display: none
  }

  .menu_description {
    float: left;
    font-size: 10px;
    text-align: left;
    height: 20px
  }

  .nav {
    font-size: 0;
    position: relative
  }

  .nav>ul li a {
    display: block
  }

  .nav>li {
    font-size: 12px;
    display: inline-block;
    position: relative
  }

  .nav>li>a {
    padding: 15px 10px;
    font-size: 11px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .nav li:hover>ul {
    display: block
  }

  .nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 250px;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15)
  }

  .nav ul li {
    font-size: 14px;
    position: relative
  }

  .nav ul li a {
    display: block;
    padding: 10px;
    border-bottom: rgba(220, 220, 220, 1.00) 1px solid;
    font-size: 12px;
    color: rgba(70, 70, 70, 1.00)
  }

  .nav>li>a:hover {
    background-color: rgba(255, 255, 255, 0.10)
  }

  .nav ul li:last-child {
    border-bottom: none !important
  }

  .nav ul ul {
    position: absolute;
    top: -10px;
    left: 250px
  }

  ul.sub-menu {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  #nav-topbar .menu_description {
    display: none
  }

  #nav-topbar .container {
    padding-left: 15px
  }

  #nav-topbar .nav>li {
    border-right: none
  }

  #nav-topbar .nav>li>a:hover {
    background-color: #1a1919
  }

  #nav-topbar .nav ul li {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06)
  }

  #nav-topbar .nav ul li:last-child {
    box-shadow: none;
    -webkit-box-shadow: none
  }

  .nav-wrap>ul {
    float: right
  }

  .nav-toggle {
    background: transparent;
    color: #8F8F8F;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.05), -1px 0 0 rgba(0, 0, 0, 0.2)
  }

  #nav-header .nav-text {
    color: #fff;
    color: rgba(255, 255, 255, 0.7)
  }
}

#footer {
  width: 100%
}

#footer .thumb-icon {
  display: none
}

#footer h3 {
  text-shadow: none;
  margin-bottom: 16px;
  margin-top: 20px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  color: #222;
  border-left: none
}

#footer-widgets {
  box-sizing: border-box
}

#footer-bottom #footer-logo {
  display: block;
  margin: 20px auto;
  max-height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center
}

#footer-bottom #copyright,
#footer-bottom #credit {
  font-size: 12px;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 15px
}

#footer-bottom .social-links {
  margin-bottom: 20px;
  font-size: 18px
}

#footer-bottom .social-links .social-tooltip {
  font-size: 28px
}

.mm-menu {
  background-color: rgba(29, 29, 29, 1.00)
}

#page-top {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 99999
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

#move-page-top:hover {
  background: rgba(255, 255, 255, 1.00)
}

#move-page-top {
  background: rgba(255, 255, 255, 0.30);
  width: 50px;
  height: 50px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

#move-page-top:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7)
}

#nav-footer .nav-toggle {
  background: transparent;
  color: #fff
}

@media only screen and (min-width: 739px) {
  #nav-footer .nav {
    text-align: center
  }

  #nav-footer .nav li a {
    color: #fff
  }

  #nav-footer .nav>li>a {
    padding: 12px 18px
  }

  #nav-footer .nav>li {
    border-right: 0
  }

  #nav-footer .nav>li:first-child {
    border-left: 0
  }

  #nav-footer .nav>li>a:hover,
  #nav-footer .nav>li:hover>a {
    background-color: rgba(255, 255, 255, 0.10)
  }

  #nav-footer .nav ul {
    background: #fff;
    bottom: 44px;
    top: auto;
    text-align: left;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05)
  }

  #nav-footer .nav ul li {
    border-bottom: 1px solid #e4e4e4
  }

  #nav-footer .nav ul ul {
    top: -10px;
    position: absolute;
    top: auto;
    bottom: -10px
  }
}

.paged #header-widget,
.paged .frontpage-widget {
  display: none
}

.content .post,
.content .page {
  position: relative
}

#readmore a {
  padding: 5px;
  display: block;
  color: #fff;
  float: right;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: .3;
  line-height: 1em;
  clear: both
}

#readmore a:hover {
  opacity: 1
}

.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta {
  display: none
}

#flexslider-featured .flex-direction-nav {
  position: absolute;
  left: auto;
  right: 0;
  top: 38%
}

#flexslider-featured .flex-direction-nav li {
  float: left;
  margin-left: 3px
}

#flexslider-featured .flex-direction-nav li:first-child {
  float: left
}

#flexslider-featured .flex-direction-nav li:last-child {
  float: right
}

#flexslider-featured .flex-direction-nav a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.50)
}

#flexslider-featured .flex-direction-nav a {
  background: rgba(255, 255, 255, 0.10);
  border: rgba(255, 255, 255, 0.70) 1px solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 24px;
  line-height: 24px;
  position: relative;
  width: 34px;
  height: 36px;
  margin: 0;
  display: block;
  text-align: center;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 5px
}

#flexslider-featured .flex-direction-nav a:before {
  font-family: FontAwesome;
  line-height: 21px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  text-indent: 0
}

#flexslider-featured .flex-direction-nav .flex-next:before {
  content: "\f054"
}

#flexslider-featured .flex-direction-nav .flex-prev:before {
  content: "\f053"
}

#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 1.00)
}

#flexslider-featured .flex-control-nav {
  position: absolute;
  bottom: 20px
}

#flexslider-featured .flex-control-nav li {
  margin: 0;
  padding: 0;
  margin-right: 2px
}

#flexslider-featured .flex-control-nav li a {
  background: #ddd;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

#flexslider-featured .flex-control-nav li a:hover {
  background: #ccc
}

#flexslider-featured .flex-control-nav li a.flex-active {
  background: #3b8dbd
}

.feature_meta {
  color: rgba(255, 255, 255, 0.90)
}

.feature_caption {
  font-size: 40px;
  margin-bottom: 20px
}

.featured,
.featured.flexslider {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee
}

.featured .post {
  margin-bottom: 0
}

.featured .post-title {
  font-size: 14px;
  letter-spacing: -.7px;
  line-height: 1.4em
}

.featured .post-view {
  text-align: center;
  width: 100%;
  font-size: 12px;
  letter-spacing: -.7px;
  line-height: 1.4em
}

.featured .post-category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 11px;
  color: #fff
}

.post-thumb-category a {
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  padding: 5px;
  z-index: 4
}

.excerpt {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 10px
}

.post-date_box,
.post-meta_section,
.post-thumbnail img,
.post_format_icon,
.post-thumbnail .post_share_icon,
.post-thumbnail_overlay,
.post-date_box,
.sub-menu li {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.post-date_box {
  z-index: 999
}

.post-thumbnail:hover .post-date_box,
.post-item-thumbnail:hover .post-date_box {
  top: -30px;
  opacity: 0
}

.featured .post-thumbnail:hover .post-meta_section {
  bottom: 80px;
  opacity: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.0)
}

.featured .post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.post-list .post-row,
.post-list-3c .post-row {
  margin-left: -30px;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 35px
}

.post-list .post-row:last-child,
.post-list-3c .post-row:last-child {
  border: none;
  margin-bottom: 0;
  margin-right: 30px
}

.post-list .post,
.post-list .page {
  width: 50%;
  float: left
}

.post-list-3c .post,
.post-list-3c .page {
  width: 33%;
  float: left
}

.post-list .post-inner,
.post-list-3c .post-inner {
  margin-right: 2px
}

.post-hover:hover .thumb-icon {
  background: rgba(255, 255, 255, 0.40)
}

.post-list-3c h2.post-title,
.post-list h2.post-title {
  font-size: 14px;
  line-height: 1.2em
}

.tab-item-thumbnail .thumb-icon {
  display: none
}

.post-thumbnail {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto
}

.post-meta_section {
  position: absolute;
  bottom: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px
}

.post-meta_section a {
  color: #fff
}

.post-thumbnail .post_share_icon a {
  color: #fff !important
}

.post-thumbnail .post_share_icon {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  text-align: center;
  opacity: 0;
  left: 42.5%;
  z-index: 11
}

.share_on {
  margin-top: 15px
}

.post-thumbnail:hover .post_share_icon {
  bottom: 50px;
  opacity: 1
}

.post_format_icon i {
  color: #fff;
  top: 39%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  padding: 20px 21px;
  border: rgba(255, 255, 255, 0.80) 1px solid;
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 40px
}

.post_share_icon .home .content .page-title {
  display: none
}

.post-date_box {
  position: absolute;
  top: 20px;
  left: 10px;
  color: rgba(255, 255, 255, 0.60);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  min-width: 80px
}

.post-date_box_day {
  float: left;
  font-size: 50px;
  padding-top: 10px;
  width: inherit;
  padding-right: 5px;
  letter-spacing: -3px;
  text-align: right;
  width: 50px
}

.post-date_box_right {
  float: right
}

.post-date_box_month {
  font-size: 18px
}

.post-date_box_year {
  font-size: 16px
}

.featured .post-category a,
.featured .post-title a {
  color: #fff
}

.post-comments {
  background: rgba(255, 255, 255, 0.30);
  font-size: 12px;
  line-height: 20px;
  color: rgba(128, 128, 128, 1.00);
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0
}

.post-comments>span {
  display: block;
  position: relative;
  padding: 2px 7px
}

.post-comments>span:before {
  font-family: 'icomoon';
  content: "\e60d";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid rgba(255, 255, 255, 0.30);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: -4px;
  left: -23px
}

.post-comments:hover {
  padding-right: 4px
}

.post-meta {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15px
}

.post-meta .post-category {
  margin-right: 6px
}

.post-category a {
  padding: 3px;
  font-size: 10px !important;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 1em
}

.post-title {
  margin-bottom: 10px;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

h2.post-title {
  margin-bottom: 0
}

.post-title strong {
  font-weight: 600
}

.post-content {
  overflow: hidden;
  width: 100%
}

.post-standard .post-view {
  margin-left: 5px;
  float: none !important
}

.post-content .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.entry .excerpt {
  font-size: 14px;
  color: #aaa
}

.entry.excerpt p {
  margin-bottom: 0
}

.pad .widget_kpg_cpl li.custom_post_list_item {
  width: 19%;
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px
}

.widget_kpg_cpl {
  margin-bottom: 30px
}

.flexslider .slides li {
  position: relative;
  height: 100%
}

.feature_meta {
  position: absolute;
  width: 960px;
  height: 100px;
  z-index: 997;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -480px
}

#footer .widget_kpg_cpl li.custom_post_list_item {
  width: 32%;
  margin-right: 1px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px
}

.pad .cpl_thumb {
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  transition: all 1.6s ease;
  margin-bottom: 5px
}

.cpl_thumb:hover.cpl_thumb img {
  opacity: .7
}

.content,
.sidebar {
  display: inline-block
}

.sidebar .widget_kpg_cpl li.custom_post_list_item {
  width: 100%;
  margin-bottom: 5px
}

.sidebar .cpl_thumb {
  max-width: 80px;
  float: left;
  margin-right: 5px
}

.sidebar .cpl_thumb img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}

.sidebar .widget_kpg_cpl ul li {
  border-bottom: rgba(191, 191, 191, 0.30) 1px solid;
  padding-bottom: 3px;
  float: none
}

#footer .widget_kpg_cpl ul li {
  border-bottom: none
}

.cpl_title {
  font-size: 12px;
  line-height: 1.2em
}

.blog .post-standard,
.single .post-standard,
.archive .post-standard,
.search .post-standard {
  border-bottom: 1px solid #eee
}

.page.post-standard .post-inner {
  padding-left: 0
}

.page.post-standard .post-thumbnail {
  display: none
}

.post-standard .post-inner {
  padding-left: 450px;
  float: left
}

.post-standard .post-thumbnail {
  margin-left: -450px;
  max-width: 420px;
  margin-bottom: 0;
  float: left;
  position: relative;
  overflow: hidden
}

.post-standard .post-content {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px
}

.editlink {
  float: right
}

.content .post-byline,
.content .post-item-category,
.content .post-view,
.content .post-item-tags,
.content .post-date .content .post-category {
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  float: left
}

.post-byline img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

#feature_settitle {
  position: relative;
  text-align: center;
  height: 300px;
  width: 100%
}

#feature_settitle_thumb {
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 0;
  padding-bottom: 70px
}

#feature_settitle_thumb img {
  width: 100%
}

.oi_soc_icons_widget {
  color: #fff;
  font-size: 8px !important
}

.oi_soc_icons_widget div {
  display: inline;
  padding: 1px
}

.icon-hatebu {
  margin-right: 3px
}

.icon-home:before {
  content: "\e90e";
  margin-right: 3px;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: -2px
}

.icon-home {
  padding-left: 27px
}

.oi_soc_icons_widget .facebook a,
.oi_soc_icons_widget .twitter a,
.oi_soc_icons_widget .googleplus a,
.oi_soc_icons_widget .hatebu a {
  color: #fff;
  padding: 1px
}

.oi_soc_icons_widget .facebook {
  background-color: #3c5a98
}

.oi_soc_icons_widget .twitter {
  background-color: #2daae2
}

.oi_soc_icons_widget .googleplus {
  background-color: #dd4c39
}

.oi_soc_icons_widget .hatebu {
  background-color: #0291dd
}

.oi_post_share_icons {
  font-size: 14px
}

.content .oi_post_share_icons {
  margin: 20px 0;
  clear: both
}

.mt-postlist .oi_soc_icons .fa {
  padding-top: 10px;
  margin: 0 10px
}

.entry .oi_soc_icons .fa,
.entry .oi_soc_icons .icon-hatebu:before {
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px;
  margin-right: 3px
}

.post-thumbnail .post_share_icon {
  color: #fff
}

.oi_soc_icons a:hover {
  opacity: .8
}

.post-pages {
  margin-bottom: 20px;
  display: block
}

.post-tags {
  margin-bottom: 40px
}

.post-tags span {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin: 0 7px 0 0
}

.post-tags a {
  background: #f2f2f2;
  display: inline-block;
  line-height: 16px;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
  padding: 3px 7px;
  margin: 0 5px 2px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.post-tags a:hover {
  background-color: #3b8dbd;
  color: #fff
}

.single .share_on {
  display: none
}

.author-bio {
  padding: 0;
  color: #888;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.90)
}

.author-bio .bio-avatar {
  margin: 10px auto;
  width: 64px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto
}

.author-bio .bio-avatar img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 62px;
  border-radius: 62px;
  border: #FFF 2px solid;
  border: rgba(255, 255, 255, 1.00) 1px solid
}

.author-bio p {
  margin-bottom: 8px
}

.author-bio .bio-name {
  color: #444;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center
}

.author-desc {
  background-color: rgba(255, 255, 255, 0.90);
  border: #E9E6E6 1px dotted;
  top: 70px;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1.6em;
  padding-top: 50px
}

.author-desc .social-links li a {
  background-color: rgba(27, 27, 27, 1.00);
  color: #fff !important;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  margin: 0 3px;
  padding: 10px 12px
}

.author-bio .bio-desc {
  color: #888;
  line-height: 1.5em;
  padding: 10px
}

ul.related-posts li {
  width: 50%;
  float: left
}

.related-posts .post-thumbnail {
  width: 100px;
  float: left
}

.related-posts .related-inner {
  padding-left: 110px
}

.single .related-posts .post-title {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
  display: block
}

.post-nav li {
  width: 100%;
  display: inline;
  float: left;
  text-align: center
}

.post-nav li a {
  position: relative;
  min-height: 73px;
  display: block
}

.post-nav li i {
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px
}

.post-nav li a strong {
  display: block;
  font-size: 12px;
  color: #aaa;
  font-weight: 400
}

.post-nav li a span {
  font-size: 15px;
  color: #666
}

.post-nav li a:hover span {
  color: #444
}

.post-nav li.previous i {
  left: 10px
}

.post-nav li.next i {
  right: 10px
}

.previous,
.next {
  position: relative;
  padding: 10px;
  box-sizing: border-box
}

.previous .post-nav_thumb {
  width: 80px;
  float: left;
  padding-left: 5px
}

.previous .title {
  padding-left: 110px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em
}

.next .post-nav_thumb {
  width: 80px;
  float: right;
  padding-right: 5px
}

.next .title {
  padding-right: 90px;
  text-align: right;
  font-size: 12px;
  line-height: 1.4em
}

.previous:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 45%;
  font-size: 22px;
  color: rgba(151, 151, 151, 1.00)
}

.next:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 22px;
  top: 38%;
  color: rgba(151, 151, 151, 1.00)
}

.story {
  padding: 15px 0
}

.post-nav li a span,
.post-nav li a i {
  -webkit-transition-property: background color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease-out;
  transition-property: background color;
  transition-duration: .2s;
  transition-timing-function: ease-out
}

.sidebar .post-nav li a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd
}

.sidebar .post-nav li a:hover {
  background: #ebebeb;
  background: rgba(0, 0, 0, 0.02)
}

.sidebar .post-nav li.previous a,
.sidebar .post-nav li.next a {
  border-bottom: 1px solid #ddd
}

.s1 .post-nav li a:hover i {
  color: #3b8dbd
}

.s2 .post-nav li a:hover i {
  color: #82b965
}

.home .content .page-title {
  display: none
}

.content .post-nav {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 40px;
  margin-top: 20px
}

.content .post-nav li {
  width: 50%
}

.content .post-nav li.next {
  float: right
}

.content .post-nav li.previous {
  float: left;
  border-right: #eee 1px solid
}

.content .post-nav li a:hover i {
  color: #3b8dbd
}

.post-format {
  position: relative;
  clear: both
}

.post-format p {
  margin-bottom: 1em
}

.post-format .format-container {
  background: #f1f1f1;
  padding-bottom: 10px;
  border-left: 3px solid #3b8dbd
}

.post-format .format-container .fa,
.post-format .format-container .fa {
  color: #ccc;
  font-size: 36px;
  float: right;
  margin: 0 0 20px 20px
}

.format-quote .post-format blockquote {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  font-style: italic
}

.format-quote .post-format .quote-author {
  font-style: italic
}

.format-link .post-format p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  font-style: italic
}

.format-chat .post-format p {
  font-style: italic
}

.format-status .post-title {
  display: none
}

.single .format-status .entry {
  font-size: 24px;
  line-height: 1.4em
}

.format-aside .post-title {
  display: none
}

.format-gallery .post-format .flexslider {
  overflow: visible;
  padding-bottom: 30px;
  margin-bottom: -20px
}

.format-gallery .post-format .flexslider .slides {
  background: #262626;
  overflow: hidden;
  position: relative
}

.format-gallery .post-format .flexslider .slides img {
  max-height: 405px;
  width: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6)
}

.format-gallery .post-format .flexslider .flex-control-nav {
  bottom: 1px
}

.format-gallery .post-format .flex-direction-nav a:before {
  color: #fff
}

.format-audio .post-format a,
.format-audio .post-format i {
  font-size: 16px;
  line-height: 22px
}

#page .format-audio .post-format img {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.jp-interface {
  background-color: #444
}

.jp-play-bar,
.jp-volume-bar-value {
  background-color: #82b965
}

.jp-progress {
  background-color: #262626
}

.jp-volume-bar {
  border: 1px solid #262626
}

.jp-seek-bar,
.jp-volume-bar {
  background-color: #383838
}

.jp-interface a {
  color: #bbb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6)
}

.jp-interface a:hover {
  color: #eee
}

.jp-progress-container,
.jp-volume-bar-container {
  border-left: 1px solid #333
}

.jp-audio,
.jp-interface,
.jp-progress,
.jp-seek-bar {
  width: 100%;
  min-width: 100%
}

.jp-interface {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.3)
}

.jp-interface .jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.jp-interface .jp-controls li {
  display: inline
}

.jp-interface .jp-controls a {
  position: absolute
}

.jp-interface .jp-controls a i {
  display: block
}

.jp-play,
.jp-pause {
  width: 25px;
  height: 30px;
  z-index: 1;
  outline: none;
  margin: 12px 0 0 9px;
  top: 0;
  left: 0
}

.jp-progress-container {
  margin-left: 34px;
  margin-right: 84px;
  height: 6px;
  padding: 20px 10px
}

.jp-progress {
  overflow: hidden
}

.jp-progress {
  height: 5px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06)
}

.jp-seek-bar {
  width: 0;
  height: 5px;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.jp-play-bar {
  width: 0;
  height: 5px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
}

.jp-volume-bar-container {
  width: 40px;
  height: 6px;
  padding: 20px 10px 20px 33px;
  position: absolute;
  top: 0;
  right: 0
}

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 5px;
  cursor: pointer;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06)
}

.jp-volume-bar {
  top: 0;
  left: 0
}

.jp-volume-bar-value {
  width: 0;
  height: 5px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
}

.jp-mute,
.jp-unmute {
  width: 17px;
  z-index: 1;
  outline: none;
  margin-top: 10px;
  top: 2px;
  right: 58px
}

.jp-unmute {
  display: none
}

.jp-jplayer {
  width: 0;
  height: 0
}

.widget a,
.post-meta a {
  color: #777
}

.widget>h3,
.widget>h2.widgettitle {
  padding: 0 5px
}

h2.widgettitle:after {
  padding-bottom: 20px !important
}

h1.post-title {
  font-size: 24px;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left
}

.widget h3,
.widget h2.widgettitle {
  color: #fff
}

.widget>h3 a img {
  display: none;
  float: left;
  margin: 3px 7px 0 0
}

.widget select {
  border: 1px solid #ddd;
  color: #777;
  font-size: 15px;
  padding: 7px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box
}

.entry-inner img,
img {
  max-width: 100%;
  height: auto
}

.sidebar label {
  display: none
}

#footer .widget select {
  border-color: #eee
}

#footer .widget {
  clear: both
}

.sidebar .menu_description,
#footer .menu_description {
  display: none
}

.widget>ul li:before,
.widget>ul li a:before,
.widget>div>ul li a:before,
.widget_calendar caption:before {
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 6px;
  color: #ccc;
  width: 1em;
  text-align: center;
  float: left
}

.widget>ul li a:hover:before {
  color: #999
}

.widget_archive>ul>li a:before {
  content: "\f105"
}

.widget_categories>ul>li a:before {
  content: "\f105"
}

.widget_categories li ul li a {
  padding-left: 14px
}

.widget_categories li a,
.widget_archive li a {
  display: block;
  padding: 3px;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.widget_categories li a:hover,
.widget_archive li a:hover {
  background-color: #f3f1e9
}

.widget_links>ul>li a:before {
  content: "\f105"
}

.widget_meta>ul>li a:before {
  content: "\f0da"
}

.widget_recent_comments>ul>li:before {
  content: "\f075"
}

.widget_recent_entries>ul>li a:before {
  content: "\f105"
}

.widget_calendar caption:before {
  content: "\f073"
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
  content: "\f105"
}

.widget_search>h3,
.widget_text>h3,
.widget_tag_cloud>h3,
.widget_calendar>h3 {
  margin-bottom: 1em
}

#footer .widget_archive ul li,
#footer .widget_categories ul li,
#footer .widget_links ul li,
#footer .widget_meta ul li,
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .alx-tab li,
#footer .alx-posts li {
  border-bottom: rgba(224, 224, 224, 1.00) 1px solid
}

#footer .widget_archive ul li:last-child,
#footer .widget_categories ul li:last-child,
#footer .widget_links ul li:last-child,
#footer .widget_meta ul li:last-child,
#footer .widget_recent_comments ul li:last-child,
#footer .widget_recent_entries ul li:last-child,
#footer .widget_rss ul li:last-child,
#footer .widget_pages ul li:last-child a,
#footer .widget_nav_menu ul li:last-child a,
#footer .alx-tab li:last-child,
#footer .alx-posts li:last-child {
  border-bottom: none
}

#footer .widget_calendar th,
#footer .widget_calendar td {
  color: #878484
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li {
  color: #bbb
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
  color: #999
}

.widget_recent_entries .post-date {
  display: block
}

.widget_pages ul li a,
.widget_nav_menu ul li a {
  display: block;
  padding: 5px
}

.widget_pages li li a,
.widget_nav_menu li li a {
  padding-left: 15px
}

.widget_pages li li li a,
.widget_nav_menu li li li a {
  padding-left: 30px
}

.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul {
  border: 0
}

.widget_rss ul li a {
  display: block
}

.widget_rss ul li span.rss-date {
  color: #444;
  font-weight: 600;
  display: block;
  font-size: 12px
}

.widget_rss ul li cite {
  color: #999
}

.s1 .widget_rss ul li a,
#footer .widget_rss ul li a {
  color: #3b8dbd
}

.s2 .widget_rss ul li a {
  color: #82b965
}

.widget_search input.search {
  color: #999;
  padding-left: 26px;
  width: 100%
}

.widget_search .screen-reader-text,
.widget_search #searchsubmit {
  display: none
}

.widget_text .textwidget p {
  margin-bottom: 1em
}

.widget_calendar a {
  font-weight: 600
}

.widget_calendar a:hover {
  color: #444 !important
}

.widget_calendar #wp-calendar {
  width: 100%
}

.widget_calendar caption {
  color: #fff;
  padding: 5px 10px
}

.widget_calendar caption:before {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px
}

.widget_calendar thead {
  background: #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd
}

.textwidget {
  clear: both
}

#footer .widget_calendar thead {
  background: #f2f2f2
}

.widget_calendar th {
  font-weight: 600
}

.widget_calendar td {
  background-color: rgba(255, 255, 255, 0.20)
}

.widget_calendar th,
.widget_calendar td {
  padding: 3px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.10)
}

.widget_calendar .pad {
  padding: 0 !important
}

.tagcloud a,
.post-item-tags a {
  font-size: 12px !important;
  display: inline-block;
  margin: 0 3px 3px 0;
  border: #E8E8E8 1px solid;
  font-weight: 100;
  padding: 1px 5px 1px 20px
}

#footer .tagcloud a {
  border: rgba(0, 0, 0, 0.10) 1px solid
}

.post-item-tags a:hover,
.post-item-category a:hover,
.tagcloud a:hover {
  color: #fff
}

.alx-tabs-nav {
  border-bottom: 3px solid rgba(232, 232, 232, 0.50);
  text-align: left
}

.alx-tab i {
  padding-right: 5px
}

.alx-tabs-nav.tab-count-1 li,
.alx-tabs-nav.tab-count-2 li,
.alx-tabs-nav.tab-count-3 li,
.alx-tabs-nav.tab-count-4 li {
  width: inherit
}

ul#tab-popular li {
  counter-increment: popular_num
}

ul#tab-popular li:before {
  content: counter(popular_num);
  position: absolute;
  top: -1px;
  left: 2px;
  color: #fff;
  z-index: 999;
  font-size: 11px;
  font-weight: 700
}

.sidebar .tab-item-category,
.sidebar .tab-item-date {
  display: none
}

.alx-tabs-nav li {
  display: block;
  float: left
}

.alx-tabs-nav li a {
  font-size: 11px;
  display: block;
  padding: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent
}

#tab-tags {
  padding: 10px 0
}

.rank_num {
  opacity: .8;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: rgba(255, 255, 255, 1.00) 1px solid
}

.alx-tabs-nav li a:hover {
  border-bottom-color: #ccc
}

#footer .alx-tabs-nav {
  border-bottom-color: #eee
}

#footer .alx-tabs-nav li a:hover {
  border-bottom-color: #ddd
}

.alx-tabs-nav li a:hover {
  color: #625859
}

.alx-tab li,
.alx-posts li {
  font-weight: 400;
  line-height: 1.4em
}

.sidebar .alx-posts li {
  background-color: #fff;
  margin-bottom: 10px;
  position: relative
}

.alx-tab a,
.alx-posts a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 1em
}

#tab-tags a {
  margin-right: 3px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 3px;
  border: #e3e3e3 1px dotted;
  font-size: 12px !important;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  padding-left: 18px
}

#tab-tags a:hover {
  border: #e3e3e3 1px solid
}

.alx-tab img,
.alx-posts img {
  display: block;
  width: 100%;
  height: auto
}

.alx-tab.thumbs-enabled li {
  padding-left: 94px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px
}

.alx-tab .tab-item-thumbnail {
  width: 100px;
  margin-left: -94px;
  float: left
}

.alx-tab .tab-item-thumbnail img,
.alx-posts .post-item-thumbnail img {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.alx-tab.avatars-enabled li {
  padding-left: 62px
}

.alx-tab .tab-item-avatar {
  margin-left: -62px;
  width: 48px;
  float: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.alx-tab .tab-item-category,
.alx-posts .post-item-category {
  font-size: 12px
}

.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.2em
}

.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date {
  font-size: 12px
}

.alx-tab .tab-item-category,
.alx-tab .tab-item-date {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 5px
}

.alx-tab .thumb-icon.small {
  bottom: 8px;
  left: -23px
}

.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon {
  color: #111
}

.alx-posts .post-item-thumbnail {
  overflow: hidden;
  z-index: 3;
  position: relative;
  max-height: 160px;
  overflow: hidden
}

.s2 .alx-posts .post-item-title {
  font-size: 12px;
  width: 84%;
  position: absolute;
  top: 132px;
  padding: 10px;
  background-color: #fff;
  z-index: 999
}

.s1 .alx-posts .post-item-title {
  position: relative;
  font-size: 12px
}

.alx-posts {
  clear: both
}

.tab-item-inner {
  padding-left: 10px
}

.content .tab-item-inner {
  padding: 0 10px 10px 20px
}

.mt-postlist_group .post-item-title {
  line-height: 1.2em
}

.s2 .alx-posts .post-item-title,
#footer .alx-posts .post-item-title {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 300;
  width: 80%;
  left: 10%;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 120px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 4
}

.s2 .post-item-title {
  width: 100%
}

.alx-posts .post-item-category,
.s1 .alx-posts .post-item-date,
#footer .alx-posts .post-item-category,
#footer .s2 .alx-posts .post-item-date {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px
}

.s1 .alx-posts .post-item-date {
  display: none
}

.widget_alx_posts ul li {
  text-align: center;
  width: 100%;
  background-color: #fff
}

.post-item-thumbnail,
.post-item-thumbnail img,
.mt-post_overlay_icon,
.post-thumb-category,
.post-nav_thumb img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  z-index: 5
}

.post-thumb-category {
  line-height: 1em;
  color: #fff;
  z-index: 1
}

.alx-posts .large-grid .post-item-thumbnail:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.overlay_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 2
}

.mt-post_overlay_icon {
  top: 40%;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  z-index: 0;
  text-align: center;
  width: 100%
}

alx-posts .post-thumb-category {
  z-index: 2
}

.alx-posts .post-item-thumbnail:hover .post-thumb-category {
  color: #fff;
  top: -50px
}

.alx-posts .post-item-thumbnail:hover .overlay_thumb {
  background-color: rgba(3, 88, 102, 0.40);
  z-index: 1
}

.post-item-thumbnail:hover .mt-post_overlay_icon,
.post-thumbnail {
  color: #fff
}

#header_contentwidth {
  padding: 10px
}

.widget_mt_video h3 {
  margin-bottom: 14px
}

#comments {
  margin-top: 20px
}

#pinglist-container {
  display: none
}

.comment-tabs {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}

.comment-tabs li {
  float: left;
  margin-bottom: -1px
}

.comment-tabs li a {
  padding: 0 10px 10px;
  display: block;
  color: #aaa;
  border-bottom: 1px solid #eee
}

.comment-tabs li a:hover {
  color: #444;
  border-color: #ccc
}

.comment-tabs li span {
  padding: 0 6px;
  margin-left: 8px
}

.comment-tabs li i {
  margin-right: 6px
}

.commentlist,
.pinglist {
  margin-bottom: 20px
}

.commentlist li,
.pinglist li {
  padding-left: 60px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400
}

.commentlist .comment-body,
.pinglist li {
  clear: both;
  position: relative;
  padding-bottom: 15px
}

.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
  font-size: 13px;
  display: block;
  float: left;
  line-height: 20px
}

.commentlist .comment-author {
  margin-right: 6px
}

.commentlist .fn,
.pinglist .ping-link {
  color: #444;
  font-size: 13px;
  font-style: normal;
  font-weight: 600
}

.commentlist .says {
  display: none
}

.commentlist .avatar {
  position: absolute;
  left: -60px;
  top: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.commentlist .comment-meta:before,
.pinglist .ping-meta:before {
  color: #ccc;
  content: "\f017";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 3px;
  vertical-align: 4%
}

.commentlist .comment-meta a,
.pinglist .ping-meta {
  color: #aaa
}

.commentlist .reply {
  font-size: 13px;
  line-height: 16px
}

.commentlist .reply a {
  color: #aaa
}

.commentlist .reply a:hover {
  color: #444
}

.comment-awaiting-moderation {
  color: #3b8dbd;
  font-style: normal
}

.pinglist li {
  padding-left: 0
}

.commentlist .comment-body p {
  margin-bottom: 8px;
  color: #777;
  clear: both
}

.commentlist .comment-body strong {
  font-weight: 700
}

.commentlist .comment-body em {
  font-style: italic
}

.commentlist .comment-body ol li {
  list-style: decimal;
  margin-left: 2em;
  padding: 0
}

.commentlist .comment-body ul li {
  list-style: square;
  margin-left: 2em;
  padding: 0
}

.commentlist li.bypostauthor>.comment-body:after,
.commentlist li.comment-author-admin>.comment-body:after {
  background: #3b8dbd;
  display: block;
  position: absolute;
  content: "\f040";
  color: #fff;
  line-height: 12px;
  width: 12px;
  font-style: normal;
  font-family: FontAwesome;
  text-align: center
}

.commentlist li.comment-author-admin>.comment-body:after {
  content: "\f005"
}

.commentlist li.bypostauthor>.comment-body:after,
.commentlist li.comment-author-admin>.comment-body:after {
  top: 32px;
  left: -28px;
  font-size: 10px;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.commentlist li li.bypostauthor>.comment-body:after,
.commentlist li li.comment-author-admin>.comment-body:after {
  top: 22px;
  left: -26px;
  font-size: 8px;
  padding: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.commentlist li li {
  padding-left: 48px;
  margin: 0
}

.commentlist li li .avatar {
  width: 36px;
  height: 36px;
  left: -48px;
  top: 0
}

.commentlist li li .comment-meta {
  left: 70px
}

.comments-nav {
  margin-bottom: 20px
}

.comments-nav a {
  font-weight: 600
}

.comments-nav .nav-previous {
  float: left
}

.comments-nav .nav-next {
  float: right
}

.logged-in-as,
.comment-notes,
.form-allowed-tags {
  display: none
}

#respond {
  position: relative
}

#reply-title {
  margin-bottom: 20px
}

li #reply-title {
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  height: 0;
  border-top: 0
}

#cancel-comment-reply-link {
  color: #999;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 20px;
  font-size: 12px
}

#cancel-comment-reply-link:hover {
  color: #777
}

#commentform {
  padding: 10px 0 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

#commentform p.comment-form-author {
  width: 48%
}

#commentform p.comment-form-email {
  width: 48%
}

#commentform p.comment-form-url,
#commentform p.comment-form-comment {
  clear: both
}

#commentform label {
  padding: 6px 0 0;
  display: block
}

#commentform input[type="text"],
#commentform textarea {
  max-width: 100%;
  width: 100%;
  background-color: #fff
}

#commentform textarea {
  height: 100px
}

#commentform p.form-submit {
  margin-top: 10px
}

.logged-in #reply-title {
  margin-bottom: 20px
}

.logged-in #commentform p.comment-form-comment {
  margin-top: 10px
}

.logged-in #commentform p.comment-form-comment label {
  display: none
}

.child-menu {
  zoom: 1;
  position: relative;
  padding: 0 0 20px
}

.child-menu a {
  color: #777;
  font-weight: 600;
  display: block;
  padding: 0 44px
}

.child-menu a:hover {
  color: #3b8dbd
}

.child-menu .current_page_item>a {
  background: #fff;
  color: #3b8dbd
}

.child-menu>li {
  display: none
}

.child-menu>li.current_page_item,
.child-menu>li.current_page_parent,
.child-menu>li.current_page_ancestor {
  display: block
}

.child-menu>li.current_page_item>ul ul,
.child-menu>li.current_page_parent>ul ul,
.child-menu>li.current_page_ancestor>ul ul {
  display: none
}

.child-menu>li ul li.current_page_item ul,
.child-menu>li ul li.current_page_parent ul,
.child-menu>li ul li.current_page_ancestor ul {
  display: block
}

.child-menu>li>a {
  font-size: 20px;
  display: block;
  padding: 20px 30px
}

.child-menu>li>ul {
  background: #e9e9e9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 10px
}

.child-menu>li>ul>li>a {
  font-size: 15px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 11px 20px;
  -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
  box-shadow: inset 0 1px 0 #f9f9f9
}

.child-menu>li>ul>li>a:before {
  font-family: FontAwesome;
  content: "\f055";
  font-weight: 400;
  font-size: 18px;
  margin-right: 8px
}

.child-menu>li ul ul {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ebebeb;
  border-left: 1px solid #ddd;
  padding: 6px 0
}

.child-menu>li ul ul a {
  font-size: 15px;
  font-weight: 300;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 1px
}

.child-menu>li ul ul a:hover {
  background: #e9e9e9;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04)
}

.child-menu>li ul ul li.current_page_item>a {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04)
}

.col-2cl .child-menu>li>ul,
.col-3cr .child-menu>li>ul {
  padding-left: 0;
  padding-right: 10px
}

.col-2cl .child-menu>li>ul>li>a,
.col-3cr .child-menu>li>ul>li>a {
  border-left: 0;
  border-right: 1px solid #ddd
}

.col-2cl .child-menu>li ul ul,
.col-3cr .child-menu>li ul ul {
  border-left: 0;
  border-right: 1px solid #ddd
}

.wpcf7 p {
  color: #222;
  margin: 0 0 12px;
  width: 100%;
  float: left;
  position: relative
}

.wpcf7 p span {
  font-weight: 400;
  color: #999
}

.wpcf7 label {
  display: block;
  float: left;
  width: 20%;
  margin: 9px 0 0 12px;
  text-align: left
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  display: block;
  float: left;
  padding: 10px;
  width: 100%
}

.wpcf7 textarea {
  display: block;
  float: left;
  padding: 10px;
  width: 100%
}

.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 10px 0;
  font-size: 18px
}

.wpcf7 div.wpcf7-validation-errors {
  border: none;
  margin: 0;
  padding: 0
}

.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng {
  border: none
}

.wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 0
}

.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  position: relative
}

.wpcf7 span.wpcf7-not-valid-tip {
  background: #f2dede;
  border-color: #e3bfbf;
  color: #b94a48;
  padding: 4px 14px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 35px;
  width: auto;
  right: 0;
  display: block;
  z-index: 999;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flexslider {
  margin: 0;
  padding: 0
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}

.flex-pauseplay span {
  text-transform: capitalize
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html {
  -webkit-font-smoothing: antialiased
}

html[xmlns] .slides {
  display: block
}

* html .slides {
  height: 1%
}

.no-js .slides>li:first-child {
  display: block
}

::selection {
  background-color: #c9a96e
}

::-moz-selection {
  background-color: #c9a96e
}

.pullquote-left {
  border-left-color: #c9a96e
}

.themeform label .required,
#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover,
.post-nav li a:hover i,
.content .post-nav li a:hover i,
.comment-awaiting-moderation,
.child-menu .current_page_item>a,
.wp-pagenavi a {
  color: #c9a96e
}

.themeform input[type="submit"],
.themeform button[type="submit"],
.sidebar-top,
.sidebar-toggle,
#flexslider-featured .flex-control-nav li a.flex-active,
.post-tags a:hover,
.widget_calendar caption,
.author-bio .bio-avatar:after,
.commentlist li.bypostauthor>.comment-body:after,
.commentlist li.comment-author-admin>.comment-body:after {
  background-color: #000
}

.post-format .format-container {
  border-color: #c9a96e
}

.alx-tabs-nav li.active a,
.pagination .current,
.post-page-numbers.current,
.s1 .widget_calendar caption,
#footer .widget_calendar caption,
.s2 .widget_calendar caption,
.sidebar h3 {
  color: #fff
}

.s2 .post-nav li a:hover i,
.s2 .widget_rss ul li a,
.s2 .widget_calendar a .s2 .alx-tab li:hover .tab-item-title a,
.s2 .alx-tab li:hover .tab-item-comment a,
.s2 .alx-posts li:hover .post-item-title a {
  color: #c92e86
}

.flexslider {
  position: relative;
  zoom: 1
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.flexslider .slides {
  zoom: 1
}

.flexslider .slides>li {
  position: relative
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2
}

.flex-direction-nav li {
  float: left;
  margin-left: 4px
}

.flex-direction-nav li:first-child {
  float: left
}

.flex-direction-nav li:last-child {
  float: right
}

.flex-direction-nav a {
  background: rgba(0, 0, 0, 0.7);
  opacity: .6;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  display: block;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: .8
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 9px;
  text-indent: 0
}

.flex-direction-nav .flex-next:before {
  content: "\f054"
}

.flex-direction-nav .flex-prev:before {
  content: "\f053"
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline
}

.flex-control-nav li a {
  background: rgba(0, 0, 0, 0.15);
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.flex-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.15)
}

.flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.25);
  cursor: default
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer
}

.flex-control-thumbs img:hover {
  opacity: 1
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

.home #page {
  margin-top: 20px
}

.dropcap {
  color: #444;
  display: block;
  float: left;
  font-size: 94px;
  line-height: .9em;
  font-weight: 600;
  margin: 0 10px 0 0
}

.pullquote-left {
  color: #444;
  border-left: 1px solid;
  margin: .78em 1em .78em 0;
  padding: 5px 0 5px 15px;
  width: 100%
}

.highlight {
  color: #222;
  border-bottom: 1px dotted #222
}

hr,
.hr {
  border: 0;
  background: #eee;
  border-bottom: 2px solid #eee;
  height: 1px;
  margin: 30px 0;
  clear: both
}

body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .alx-posts .post-item-title,
.ie8 #footer .alx-posts .post-item-title {
  font-weight: 400
}

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor>.comment-body:after {
  display: none
}

.ie8 .nav li>a:after {
  content: "" !important
}

.ie8 .nav>li>a:after {
  content: "" !important
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

.clear {
  clear: both
}

figure {
  margin: 0;
  padding: 0
}

.owl-carousel {
  box-sizing: border-box
}

.owl-item {
  overflow: hidden
}

.item {
  overflow: hidden;
  position: relative
}

.item img {
  max-width: 100%
}

.owl {
  width: 100%;
  margin: 0 auto
}

.owl-theme .owl-controls {
  text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 10px;
  font-size: 12px;
  border: #fff 1px solid;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s
}

.owl-prev {
  position: absolute;
  background: rgba(255, 255, 255, 0.70);
  top: 37%;
  left: 0;
  height: 20px;
  width: 20px;
  text-align: center
}

.owl-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.70);
  top: 32%;
  right: 0;
  height: 20px;
  width: 20px;
  text-align: center
}

.owl-prev:hover,
.owl-next:hover {
  background: rgba(255, 255, 255, 1.00)
}

.owl-prev:after {
  content: "\f104　";
  font-family: FontAwesome
}

.owl-next:after {
  content: "　\f105";
  font-family: FontAwesome
}

figure {
  position: relative;
  overflow: hidden;
  width: 99%;
  margin: 0 auto;
  color: #fff
}

h2.post-title a {
  font-size: 18px
}

.item_title {
  bottom: -50px;
  color: #fff;
  position: absolute;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  padding: 10px;
  font-size: 12px;
  text-shadow: 1px 1px 3px #000;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

figure:hover .item_title {
  bottom: 0
}

.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}

figure:hover .transform01 {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg)
}

.post_readmore a {
  color: #fff;
  padding: 3px;
  display: block
}

.post_readmore {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  background-color: #7E651B;
  font-size: 10px;
  text-align: center;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 18px
}

.post-item-thumbnail:hover .post_readmore {
  opacity: 1
}

.post_readmore a:hover {
  opacity: .8
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none
}

.owl-theme .owl-controls .owl-page {
  padding-top: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  background: #869791;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(img/ajaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl_wrapper {
  overflow: hidden
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

figure:hover .more_view_arrow {
  right: 24.5%;
  opacity: 1;
  position: absolute;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.mt-post_overlay_icon_owl {
  top: 30%;
  left: 33%;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

.post-item-thumbnail:hover .mt-post_overlay_icon_owl {
  opacity: 1;
  -webkit-transform: scale(0.8) !important;
  transform: scale(0.8);
  padding-top: 10px;
  opacity: 1;
  top: 22%;
  left: 34%
}

.post_format_icon_owl i {
  color: #fff;
  top: 39%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  padding: 20px 21px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  border: rgba(255, 255, 255, 0.80) 1px solid;
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 40px
}

.mt-postlist {
  float: left;
  width: 50%;
  overflow: hidden
}

.mt-postlist .post-item-thumbnail {
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 1)
}

.mt-postlist .post-item-thumbnail img {
  max-width: 100%;
  height: auto
}

.mt-postlist,
.mt-postlist-small {
  height: 30%
}

.mt-postlist li {
  position: relative
}

.mt-postlist .post_format_icon {
  z-index: 5;
  opacity: 1;
  display: inline-block;
  text-align: center
}

.mt-postlist .post-item-thumbnail:hover .post-item-inner,
.mt-postlist-small .post-item-thumbnail:hover .post-item-inner {
  bottom: 10%;
  opacity: 1;
  text-align: center
}

.mt-postlist .post-item-thumbnail:hover .mt-post_overlay_icon {
  opacity: 1;
  -webkit-transform: scale(.8) !important;
  transform: scale(.8);
  top: 40%
}

.mt-postlist .post-item-thumbnail:hover .post-date_box {
  opacity: 0;
  top: -50px
}

.mt-postlist .post-item-thumbnail:hover .post_share_icon {
  opacity: 1;
  bottom: 20%;
  z-index: 6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1)
}

.mt-postlist-small li {
  width: 100%;
  line-height: 1em
}

.mt-postlist .post-item-inner,
.mt-postlist-small .post-item-inner {
  padding: 10px
}

.mt-postlist .post-item-date,
.mt-postlist-small .post-item-date {
  font-size: 12px;
  margin-bottom: 10px
}

.mt-postlist-small .post-item-thumbnail {
  position: relative;
  float: left
}

.mt-postlist-small .post-item-thumbnail img {
  height: auto
}

.post-item-inner h2.post-title {
  font-weight: 600;
  font-size: 16px !important;
  color: #262626;
  line-height: 1em
}

.post-item-thumbnail:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

#footer img:hover,
.oi_soc_icons2 li a:hover {
  opacity: .8
}

.mt-postlist-small {
  padding-left: 50%;
  height: 100%
}

.mt-postlist-small li {
  position: relative;
  display: flex;
  background-color: #fff;
  padding-top: 5px;
  height: 20%
}

.mt-postlist-small .post-item-inner {
  padding: 0 10px 10px
}

.mt-postlist_group {
  margin-bottom: 20px;
  height: 100%
}

nav#menu ul.nav>li.menu-item-has-children:before {
  display: none
}

nav#menu ul.sub-menu li a {
  color: #fff
}

#grid .post-thumbnail {
  width: 250px;
  float: left
}

.post-inner .post-thumbnail {
  overflow: hidden;
  height: 100%
}

.post-standard .post-inner .post-thumbnail {
  max-width: 430px
}

.featured .post-thumbnail {
  outline: none
}

.count {
  padding-right: 10px
}

.oi_soc_icons2 {
  margin: 0 auto;
  text-align: center;
  color: #fff
}

.oi_soc_icons2 ul {
  list-style: none;
  margin: 0 !important
}

.oi_soc_icons2 li {
  list-style: none !important;
  float: left;
  margin: 0 1% 1% 0;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.oi_soc_icons2 li a {
  font-size: 80%;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline
}

.oi_soc_icons2 li a:hover {
  opacity: .8
}

.oi_soc_icons2 li.facebook {
  background-color: #3c5a98
}

.oi_soc_icons2 li.twitter {
  background-color: #2daae2
}

.oi_soc_icons2 li.googleplus {
  background-color: #dd4c39
}

.oi_soc_icons2 li.hatebu {
  background-color: #0291dd
}

.free_space {
  font-size: 14px;
  margin-bottom: 50px
}

@media only screen and (min-width: 1025px) {
  .oi_soc_icons2li {
    width: 23%;
    margin: 0 2% 3% 0
  }

  .oi_soc_icons2 li a {
    font-size: 75%
  }

  .oi_soc_icons2 li i {
    margin-right: 3px
  }
}

.post-item-thumbnail .icon-hatebu {
  color: #fff
}

#footer img:hover {
  opacity: .8
}

.lim-effect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  transition: background .2s ease-out;
  z-index: 0
}

.lim-effect:hover {
  background: rgba(60, 60, 60, 0.6)
}

.lim-effect .hover-one:before {
  position: absolute;
  top: 5%;
  left: 5%;
  content: '';
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 0;
  opacity: .7
}

.lim-effect:hover .hover-one:before {
  width: 90%
}

.lim-effect .hover-one:after {
  position: absolute;
  bottom: 5%;
  right: 5%;
  content: '';
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 0;
  opacity: .7
}

.lim-effect:hover .hover-one:after {
  width: 90%
}

.lim-effect .hover-two:after {
  position: absolute;
  top: 5%;
  left: 5%;
  content: '';
  display: block;
  height: 0;
  -webkit-transition: all .2s ease-out .35s;
  -moz-transition: all .2s ease-out .35s;
  transition: all .2s ease-out .35s;
  width: 1px;
  opacity: .7
}

.lim-effect:hover .hover-two:after {
  height: 90%
}

.lim-effect .hover-two:before {
  position: absolute;
  bottom: 5%;
  right: 5%;
  content: '';
  display: block;
  height: 0;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transition: all .2s ease-out .35s;
  -moz-transition: all .2s ease-out .35s;
  transition: all .2s ease-out .35s;
  width: 1px;
  opacity: .7
}

.lim-effect:hover .hover-two:before {
  height: 90%
}

.lim-effect .lima-details {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -15px
}

.lim-effect .lima-details .more-details {
  opacity: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transform: translateY(-20px);
  font-size: 11px;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in;
  -moz-transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in;
  transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in
}

.lim-effect:hover .lima-details .more-details {
  transform: translateY(0);
  opacity: 1
}

.lim-effect .lima-details .more-details:hover {
  padding-right: 40px
}

.lim-effect .lima-details .more-details i {
  opacity: 0;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -30px;
  right: -3px;
  width: 25px;
  background: rgba(60, 60, 60, 0.3);
  -webkit-transition: opacity .2s ease-out 0s, top .2s ease-out 0;
  -moz-transition: opacity .2s ease-out 0s, top .2s ease-out 0;
  transition: opacity .2s ease-out 0 top .2s ease-out 0
}

.lim-effect .lima-details .more-details:hover i {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity .2s ease-out 0.2s, top .2s ease-out .2s;
  -moz-transition: opacity .2s ease-out 0.2s, top .2s ease-out .2s;
  transition: opacity .2s ease-out .2s top .2s ease-out .2s
}

.lim-effect:hover .lima-details {
  transform: translateY(0);
  opacity: 1
}

.lim-effect .lima-details span {
  font-size: 9px;
  color: #FFF;
  opacity: 0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: opacity .2s ease-out .5s;
  -moz-transition: opacity .2s ease-out .5s;
  transition: opacity .2s ease-out .5s
}

.lim-effect:hover .lima-details span {
  opacity: 1
}

.lim-effect .lima-details .more-details {
  color: #FFF
}

.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default
}

.view .mask,
.view .content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0
}

.view p {
  font-size: 12px;
  position: relative;
  color: #fff;
  text-align: center
}

.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: auto
}

.view-tenth .mask {
  background-color: rgba(0, 0, 0, 1.00);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  top: 24%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0
}

.view-tenth p {
  color: #fff;
  font-size: 12px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  top: 28%;
  -webkit-transition: all .3s ease-in-out .3s;
  -moz-transition: all .3s ease-in-out .3s;
  -o-transition: all .3s ease-in-out .3s;
  -ms-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s
}

.view-tenth:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.1)";
  filter: alpha(opacity=40);
  opacity: .4
}

.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  left: 2%;
  top: 2%;
  bottom: 2%;
  right: 2%;
  width: 96%;
  height: 96%
}

.view-tenth:hover h2,
.view-tenth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 27%
}

.view-tenth:hover h2 {
  top: 24%
}

.featured-post-item-inner .readmore {
  display: none
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.70)
}

.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 70px
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0)
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0)
  }
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  color: #fff
}

@media only screen and (min-width: 739px) and (max-width: 1024px) {
  .mt-postlist {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    float: left
  }

  .mt-postlist-small {
    padding-left: 51%
  }

  .mt-postlist-small li {
    height: 50px
  }

  .mt-postlist-small .post-item-thumbnail {
    width: 50px;
    height: 50px
  }

  .mt-postlist-small .mt-post_overlay_icon {
    display: none
  }

  .mt-postlist-small .post-item-inner {
    padding-left: 60px
  }

  .mt-postlist-small .post-item-date,
  .mt-postlist-small .post-item-category {
    display: none
  }
}

#wrapper,
.container-inner {
  min-width: 320px;
  margin: 0 auto
}

@media only screen and (min-width: 739px) and (max-width: 1024px) {
  .container {
    padding: 0 10px
  }

  .s2 {
    width: 50px
  }

  .s2 .sidebar-content {
    display: none;
    float: left;
    width: 100%
  }

  .s2 .sidebar-toggle {
    display: block
  }

  .s2-expand .s2 {
    background: #FCFCFC;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 260px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
  }

  .s2-expand .s2 .sidebar-content {
    display: block;
    min-width: 260px
  }

  .s2-collapse .s2 .sidebar-content {
    display: none
  }

  .col-3cm.s2-expand .s2 .icon-sidebar-toggle:before,
  .col-3cl.s2-expand .s2 .icon-sidebar-toggle:before {
    content: "\f101"
  }

  .col-3cr.s2-expand .s2 .icon-sidebar-toggle:before {
    content: "\f100"
  }

  .col-3cm .main-inner {
    padding-right: 50px
  }

  .col-3cm .s2 {
    margin-right: -50px
  }

  .col-3cm.s2-expand .s2 {
    right: 0
  }

  .safari .s2 {
    min-width: 50px;
    max-width: 50px;
    width: auto
  }

  .safari.s2-expand .s2 {
    min-width: 260px;
    max-width: 260px;
    width: auto
  }
}

@media only screen and (min-width: 739px) and (max-width: 1024px) {
  .col-3cl .main {
    background-image: none
  }

  .col-3cl .main-inner {
    padding-right: 390px
  }

  .col-3cl .s1 {
    margin-right: -390px
  }

  .col-3cl .s2 {
    margin-right: -50px
  }

  .col-3cl.s2-expand .s2 {
    right: 340px
  }

  .col-3cr .main {
    background-image: none
  }

  .col-3cr .main-inner {
    padding-left: 390px
  }

  .col-3cr .s1 {
    margin-left: -390px
  }

  .col-3cr .s2 {
    margin-left: -50px
  }

  .col-3cr.s2-expand .s2 {
    left: 340px
  }
}

@media only screen and (min-width: 739px) and (max-width: 1024px) {
  .s1 {
    width: 50px
  }

  .s1 .sidebar-content {
    display: none;
    float: left;
    width: 100%
  }

  .s1 .sidebar-toggle {
    display: block
  }

  .s1-expand .s1 {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 340px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
  }

  .s1-expand .s1 .sidebar-content,
  .s1-expand .s1 .post-nav {
    display: block;
    min-width: 340px
  }

  .s1-collapse .s1 .sidebar-content,
  .s1-collapse .s1 .sidebar .post-nav {
    display: none
  }

  .col-2cl.s1-expand .s1 .icon-sidebar-toggle:before,
  .col-3cl.s1-expand .s1 .icon-sidebar-toggle:before {
    content: "\f101"
  }

  .col-2cr.s1-expand .s1 .icon-sidebar-toggle:before,
  .col-3cm.s1-expand .s1 .icon-sidebar-toggle:before,
  .col-3cr.s1-expand .s1 .icon-sidebar-toggle:before {
    content: "\f100"
  }

  .col-2cr .main-inner {
    background-position: -290px 0 !important;
    padding-left: 50px
  }

  .col-2cr .s1 {
    margin-left: -50px
  }

  .col-2cr.s1-expand .s1 {
    left: 0
  }

  .col-2cl .main-inner {
    padding-right: 50px
  }

  .col-2cl .s1 {
    margin-right: -50px
  }

  .col-2cl.s1-expand .s1 {
    right: 0
  }

  .col-2cl.s1-expand .sidebar-toggle {
    float: right
  }

  .col-3cm .main-inner {
    background-position: -290px 0 !important;
    padding-left: 50px
  }

  .col-3cm .s1 {
    margin-left: -50px
  }

  .col-3cm .s2 {
    margin-right: -50px
  }

  .col-3cm.s1-expand .s1 {
    left: 0
  }

  .col-3cm.s2-expand .s2 {
    right: 0
  }

  .col-3cl .main {
    background-image: none
  }

  .col-3cl .main-inner {
    padding-right: 100px
  }

  .col-3cl .s1 {
    margin-right: -100px
  }

  .col-3cl .s2 {
    margin-right: -50px
  }

  .col-3cl.s1-expand .s1 {
    right: 0
  }

  .col-3cl.s2-expand .s2 {
    right: 50px
  }

  .col-3cr .main {
    background-image: none
  }

  .col-3cr .main-inner {
    padding-left: 100px
  }

  .col-3cr .s1 {
    margin-left: -100px
  }

  .col-3cr .s2 {
    margin-left: -50px
  }

  .col-3cr.s1-expand .s1 {
    left: 0;
    background: #fff
  }

  .col-3cr.s2-expand .s2 {
    left: 50px;
    background: #fff
  }

  .safari .s1 {
    min-width: 50px;
    max-width: 50px;
    width: auto
  }

  .safari.s1-expand .s1 {
    min-width: 340px;
    max-width: 340px;
    width: auto
  }
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

article.post-standard .post_description {
  padding: 0 0 25px
}

article.grid-1c {
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px
}

.grid-1c .post_description h2.post-title {
  margin-bottom: 12px;
  margin-top: 25px
}

.box {
  width: 32%;
  border: 1px solid #e0dede;
  text-align: left;
  margin-bottom: 20px
}

article.grid-3c {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  margin-bottom: 20px
}

article.grid-3c .post_description {
  padding: 25px
}

.post-meta .post-byline {
  border-right: #e0dede 1px solid;
  padding-right: 5px;
  margin-right: 5px;
  position: relative
}

.post-byline a {
  text-decoration: underline
}

.post-meta .post-byline:last-child {
  border-right: none;
  clear: right
}

.postmeta-date,
.postmeta-cat,
.postmeta-look {
  padding-left: 20px
}

.postmeta-edit {
  padding-left: 16px
}

.post_description h2.post-title {
  margin-bottom: 5px;
  font-size: 14px
}

.border-double {
  height: 6px;
  margin-bottom: 25px;
  border-top: #EAEAEA 1px double;
  border-bottom: #EAEAEA 1px double
}

.view-count {
  float: right
}

#viewcount {
  color: #3E3E3E;
  font-size: 20px !important
}

.post-item-category a:hover {
  opacity: .8
}

.fa-pencil:before {
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 16px
}

.icon-speechbubble65:before {
  content: "\e60c"
}

.icon-check-1:before {
  content: "\e600"
}

.icon-folder:before {
  content: "\e90c";
  position: absolute;
  font-size: 16px;
  top: 3px;
  margin-right: 4px;
  left: 0
}

.icon-clock:before {
  content: "\e908";
  font-size: 20px;
  margin-right: 2px;
  position: absolute;
  top: 2px;
  left: 0
}

.icon-look {
  padding-left: 8px
}

.icon-look:before {
  content: "\e90d";
  margin-right: 3px;
  margin-left: 5px;
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 0
}

.readmore {
  padding-top: 10px 25px
}

.readmore a {
  padding: 11px 14px 10px;
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: #D5D5D5 1px solid;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

.readmore a:hover {
  color: #fff
}

.thumb-format-icon {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.thumb-format-icon i {
  background-color: rgba(255, 255, 255, 0.00);
  color: #FFF;
  border: rgba(255, 255, 255, 0.50) 2px solid;
  padding: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px
}

.thumbnail-overlayer {
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0
}

.post-thumbnail:hover .thumbnail-overlayer {
  top: 2%;
  bottom: 2%;
  left: 2%;
  right: 2%;
  width: 96%;
  height: 96%;
  background-color: rgba(0, 0, 0, 0.3)
}

.post-thumbnail:hover .thumb-format-icon {
  opacity: 1;
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0)
}

ul,
li {
  padding: 0;
  margin: 0
}

.featured-post-item-inner {
  position: absolute;
  bottom: 70px;
  -webkit-transition: all .3s ease-in .3s;
  -moz-transition: all .3s ease-in .3s;
  -ms-transition: all .3s ease-in .3s;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.post-item-content {
  margin-top: 15px
}

.post-date {
  font-size: 12px
}

.footer_copyright,
#footer {
  border-top: rgba(0, 0, 0, 0.10) 1px solid
}

.nav-toggle-smart {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 999
}

.nav-toggle-smart:before,
.nav-toggle-smart:after,
.nav-toggle-smart span {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #222
}

.nav-toggle-smart:before {
  top: 13px;
  left: 10px
}

.nav-toggle-smart span {
  top: 18px;
  left: 10px
}

.nav-toggle-smart:after {
  top: 23px;
  left: 10px
}

nav#menu a:not(.mm-title) {
  color: #fff;
  line-height: 1em;
  border-bottom: rgba(75, 75, 75, 1.00) 1px solid
}

.nav-toggle-smart:before,
.nav-toggle-smart:after,
.nav-toggle-smart span {
  -webkit-transition: none .5s ease .5s;
  transition: none .5s ease .5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity
}

html.mm-opening .nav-toggle-smart:before,
html.mm-opening .nav-toggle-smart:after {
  top: 20px
}

html.mm-opening .nav-toggle-smart span {
  left: -50px;
  opacity: 0
}

html.mm-opening .nav-toggle-smart:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

html.mm-opening .nav-toggle-smart:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.view-tenth h2:before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  height: 1px;
  top: 87%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
  -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out
}

.post-item-thumbnail:hover .view-tenth h2:before {
  left: 30%;
  right: 30%;
  -webkit-transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s;
  -moz-transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s;
  transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s
}

.oi_soc_icons2 a:hover {
  color: #fff
}

#feature-slider .excerpt {
  max-height: 40px;
  overflow: hidden
}

#feature-slider .post-thumbnail {
  background-color: rgba(0, 0, 0, 0.00)
}

#feature-slider .post-thumbnail:hover {
  opacity: .8
}

.post-thumbnail .featured-post-item-inner {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .50)
}

#ad-space-widgets {
  clear: both;
  padding: 10px;
  box-sizing: border-box;
  margin: 20px auto
}

.ad-space {
  width: 48%;
  margin: auto
}

.f-left {
  float: left
}

.f-right {
  float: right
}

nav#menu {
  background-image: none
}

.attent {
  text-align: center;
  padding: 30px
}

#fixed-item {
  height: auto;
  margin-top: 38px
}

.mm-menu {
  background-color: #000
}

.pagination a:hover,
.post-page-numbers:hover
{
  color: #fff;
}

.post-pages,
.post-nav-links {
  font-size: 0;
}

a.post-page-numbers,
.post-page-numbers {
  font-size: 11px;
  padding: 6px 13px;
  margin-bottom: 20px;
}

a {
  color: #4c0034
}

#cat-menu {
  position: relative;
  text-align: center
}

#cat-menu ul {
  display: inline-block;
  text-align: center
}

#cat-menu ul li {
  list-style: none;
  display: inline
}

#cat-menu ul li a {
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  border-bottom: 2px
}

#cat-menu ul li.current-menu-item,
#cat-menu ul li a:hover {
  border-color: rgba(120, 120, 120, 0.30) !important
}

#cat-menu ul li a:after {
  background-color: #D1D1D1
}

#social-links-header {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 999
}

#header-topbar {
  height: 40px;
  top: 0;
  width: 100%;
  z-index: 999
}

#headline-tit {
  width: 150px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  border-right: rgba(255, 255, 255, 0.20) 1px solid
}

#headline-content {
  padding: 10px 10px 0 173px;
  font-size: 12px
}

#icon_home .fa {
  font-size: 16px
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  display: table-cell;
  text-align: left
}

#filter-btn,
#sort-area,
.feature_description {
  position: relative
}

#filter-btn {
  width: 100%;
  margin: 30px auto
}

#sort-area {
  width: 100%
}

#btn {
  overflow: hidden;
  display: inline-block;
  margin: auto
}

#btn li {
  float: left;
  padding: 15px;
  margin: 5px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  border: rgba(151, 151, 151, .2) 1px solid;
  background-color: rgba(255, 255, 255, .1)
}

#btn li:hover {
  background-color: rgba(0, 0, 0, .1)
}

#btn li.active {
  color: #fff
}

.content select {
  float: right;
  clear: both
}

.float-l {
  float: left
}

.archive article,
.search article {
  width: 250px;
  float: left
}

.feature_description:before {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: rgba(255, 255, 255, .2);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.feature_description.loaded:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.ticker {
  font-size: 12px;
  padding-left: 20px;
  text-align: left;
  position: relative;
  overflow: hidden
}

.ticker ul {
  width: 100%;
  position: relative
}

.ticker ul li {
  width: 100%;
  display: none
}

.ticker ul li a {
  color: #fff
}

#grid {
  clear: both
}

#grid article {
  width: 100%;
  margin-bottom: 5px
}

#grid article .post-thumbnail {
  width: 200px;
  float: left;
  height: auto
}

#grid article .post_description {
  padding-left: 210px;
  padding-top: 0;
  padding-right: 10px
}

#header-widget {
  padding: 20px 0 0
}

.padding {
  padding: 20px
}

.post-count {
  background-color: rgba(231, 231, 231, 1.00);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 5px;
  text-align: center;
  line-height: 1em;
  margin-right: 10px
}

#footer {
  word-wrap: break-word
}

#cat-menu li ul li.cat-color {
  background-color: rgba(91, 91, 91, 1.00)
}

#cat-navi {
  background-image: url(img/grad.png) !important;
  background-repeat: repeat-x;
  background-position: bottom left;
  position: relative
}

#headline {
  background-color: rgba(39, 38, 38, 1.00);
  color: #fff;
  padding: 5px;
  background-image: url(img/noise.png);
  background-repeat: repeat
}

ul.sub-menu:hover:before {
  height: 0
}

.widget>h3,
.widget h2.widgettitle {
  padding: 0 5px;
  margin-bottom: 5px
}

#header-widget .widgettitle {
  display: none
}

#cat-menu ul li {
  position: relative
}

#cat-menu ul li.cat-color:after {
  background-color: rgba(208, 208, 208, 1.00)
}

#cat-menu .cat-color {
  background-color: rgba(217, 217, 217, 1.00);
  height: 2px;
  width: 100%;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

#cat-menu li:hover .cat-color {
  opacity: .8
}

#cat-menu li a:hover {
  background-image: url(img/grad.png);
  background-repeat: repeat-x;
  background-position: bottom
}

.cat_eyecatch img {
  max-width: 100%
}

.content .tab-item-title a,
h2.post-title a {
  font-size: 16px
}

.alx-tabs-nav li.active a {
  background-color: #7be8e4;
  color: #fff
}

.widget h3,
.widget h2.widgettitle {
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #30b5be
}

.widget_sp_image {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important
}

.readmore a:hover,
.rank_num {
  padding: 10px;
  color: #fff !important;
  background-color: #24b4c0
}

.slick-prev:before,
.slick-next:before {
  color: #24b4c0
}

.fixed-item {
  width: 200px;
  clear: both;
  box-shadow: none
}

.alx-tab .tab-item-title a:hover,
.alx-posts a:hover,
.post-meta a:hover,
.post-title a:hover,
.widget a:hover,
.post-meta a:hover,
a:hover {
  color: #d64799
}

.result-count {
  text-align: center;
  padding: 5px 0;
  font-size: 12px
}

.sns-twitter,
.sns-google,
.sns-hatena {
  padding-top: 4px
}

.sns-pocket {
  padding-top: 4px
}

.sns-feedly {
  padding-top: 1px
}

.feddly-box {
  padding-top: 4px
}

.sns-gplus {
  padding-top: 3px
}

.socialbox {
  float: left !important;
  display: inline-block
}

.hatena-box {
  min-width: 80px;
  max-width: 125px;
  padding-top: 4px
}

.facebook-box {
  min-width: 70px;
  max-width: 115px;
  padding-top: 3px;
}

.twitter-box {
  padding-top: 4px
}

.feedly-box {
  padding-top: 4px
}

.gplus-box {
  min-width: 50px;
  max-width: 80px;
  padding-top: 4px
}

.pocket-box {
  padding-top: 4px
}

.sns-pocket {
  max-width: 85px
}

.sns-line {
  line-height: 1em;
  padding-top: 4px
}

div.widget_categories ul.children {
  display: none;
}

div.widget_categories li>span:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0px;
}

div.widget_categories li>span.toggle-open:before {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.widget.widget_categories form label.screen-reader-text {
  display: none;
}