/*
Theme Name: Dazzling
Theme URI: http://colorlib.com/wp/themes/dazzling
Author: Colorlib
Author URI: http://colorlib.com/wp/
Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Lithuanian and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #ff7a45;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a img:hover{
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-webkit-opacity:0.7;                 
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
}

label {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 10px;;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  /*margin: 1.5em 0 0;*/
  margin: 0px;
}
.entry-content p a {
  color: #168DD9;
  text-decoration: underline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content-main {
  margin-top: 5px;
  margin-bottom: 10px;
}
#content {
  margin-top: 5px;
  margin-bottom: 20px
}
#content-main-img {
  margin-bottom: 20px;
}
.sp-recruit {
	margin-bottom: 10px;
	float: initial;
}
/* =Post styling
----------------------------------------------- */
.entry-meta span {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #ff7a45;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 18px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #ff7a45;
  background-color: transparent;
  margin-top: 10px;
}
.read-more:hover {
  color: #FFF;
  background-color: #ff7a45;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 5px;
  margin-bottom: 0px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #ff7a45;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #ff7a45;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #ff7a45;
  border: 1px solid #ff7a45;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 0px solid #EEE;
  position: relative;
  display: block;
  padding: 1px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title { 
  padding-bottom: 4px;
  border-bottom: 1px dotted #eee;
  color: #333;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_categories ul li:after {
  display: block;
  content: "icon";
  text-indent: -999em;
  width: 3px;
  height: 5px;
  background: transparent url('inc/images/forward_orange.png') 0 -620px no-repeat;;
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #ff7a45;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
/*  background-color: #ff7a45; 
  border-color: #ff7a45;*/
  border: 2px solid #ff7a45;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #f2f2f2;
  border-color: #ff6a30;
}
input[type=button].btn.btn-default {
    color: #FFF;
}
.register_btn{
  border: 2px solid #37ca7c;
  background-color: #37ca7c;
  color: #fff!important;
  font-weight: 500;
  width: 150px;
  padding: 15px;
  border-radius: 5px;
}
.register_btn a{
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 500;
}
.register_btn:hover {
  opacity: 0.8;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #ff7a45;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #ff7a45;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #ff7a45;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #fff;
  font-weight: 200;
  margin-bottom: 2px;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  line-height: 25px;
  text-align:center;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: #f2f2f2;
}

.navbar.navbar-default.nav-category {
  background-color:#ff7a45; 
  min-height:0px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -2px;
}

.container .navbar-brand {
  color: #ff7a45;
  font-size: 24px;
  padding-top: 2px;
}
.container .logo-description {
  color: #ff7a45;
  padding-top: 18px;
  float: left;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #ff7a45;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #ff7a45;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: left;
  width: 100%;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #ff7a45;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  background-color: #ede9e1;
  color: #333;
  font-size: 13px;
}
#footer-area a {
  color: #333;
}
#footer-area .footer-widget-area {
  padding-top: 10px;
  overflow: hidden;
}
#footer-area .footer-widget-area .row {
	margin-left: 0px;
}
.footer-widget-area h3 {
	color:#fff;
	margin: 0px;	
}
#footer-area ul li {
	/*border-bottom: 1px solid #444;*/
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 1px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 5px;
  text-align: center;
}
#colophon {
  /*background-color: #1F1F1F;*/
  padding-bottom: 10px;
  /*border-top: 1px solid #FFFFFF;*/
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  width
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #ff7a45;
  opacity: .8;
}

#searchsubmit {
	padding: 6px 8px;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  #btn-login, #btn-mypage {
    line-height: 25px;
    padding-top: 3px;;
    padding-bottom: 3px;
    text-align: center;
    margin-left:5px;
  }
  .navbar-nav .open.dropdown-menu {
	margin-left: 10px;
  }
  li > ul.dropdown-menu {
    margin-left: 10px;
  }
  .navbar.navbar-default.nav-category{
    /*background-color:#fff; 
    min-height:0px;"*/
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #ff7a45;
  text-align: center;
  overflow: hidden;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #ff7a45;
}
.cfa-button:hover a {
    color: #ff7a45;
}

/**Added by Eric*/
label.required {
    margin-top:8px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
    background-color: #ffdfd6;
    color: #ff7a45;
    font-size:12px;
    min-width:29px;
    width:29px;
}
.terms_of_use {
	padding-left:30%;
	background-color:#ede9e1;
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
}
#btn-mypage {
	border-radius: 15px;
	color:#ff7a45;
	width:150px;
	margin-top: 10px;
}
#btn-login {
	border-radius:15px;
	color:#ff7a45;
	width:85px;
	margin-top: 10px;
	margin-right: 5px;
}

li {
	list-style:none
}

.widget_categories ul {
	margin-top:0px;
}

.widget_categories h3 {
	margin-bottom:0px;
}

.btn.btn-favorite {
    color: #ff7a45;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    border-color: #ff7a45 #ff7a45 #ff7a45;
    font-size: 11px;
}
.btn.btn-favorite:hover{
    color: #F2EDED;
    background-color: #F06832;
    background-image: linear-gradient(to bottom, #F06832, #F06832);
    border-color: #F06832 #F06832 #F06832;
}
.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.sm-only{
  display: none;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom: 5px;
}
.register_box {
	border: 2px solid #F5D9D0;
	margin-top: 15px; 
	margin-bottom: 80px;
	padding-bottom:10px;
	padding-top:10px;
}
.register_box h5 {
	text-align: left;
    padding-bottom: 5px;
    border-bottom: #ff7a45 dotted 2px;
    margin-left: 30px;
    margin-right: 10px;
}
.login_box {
	max-width: 500px;
	border: 2px solid #F5D9D0;
	margin: 10px auto 80px auto;
	padding-bottom:10px;
	padding-top:10px;
	text-align: center;
}

.green_btn {
	border: 2px solid #37ca7c;
	background-color: #37ca7c;
	color: #fff;
	font-weight: 500;
	width: 150px;
}

.green_btn:hover {
	border: 2px solid #37ca7c;
	color: #fff;
 	background-color: #37ca7c;
	border-color: #37ca7c;
}
.login_box .frontend-user-admin-login {
		
}

.login_box label {
	text-align: left;
	width: 224px;
}
.login_box #rememberme {
	text-align: left;
}
.login_box h5 {
    padding-bottom: 5px;
    border-bottom: #ff7a45 dotted 2px;
}

.benurse_badge {
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 2;
}
.benurse_badge > span {
    background-color: #e8e8e8;
    border-radius: 10px;
    color: #927171;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
}
.entry-content p a.article_tag {
	text-decoration: none;
	color: #333;
}

.entry-content h2 {
    background:#ede9e1;
    font-size:31px;
    font-weight:bold;
    line-height:1em;
    padding:.5em;
}

.entry-content h3 {
    font-size: 28px;
    border-bottom:2px #ffbca2 solid;
}

.entry-content h4 {
    font-size: 24px;
}

.article_tag {
	border: 1px solid #ff7a45;
	margin-right:5px;
	margin-bottom: 5px;
	background-color: #fff;
	text-decoration: none;
  font-size: 11px;
  margin-top: 5px;
}
.article_tag i {
	color: #ff7a45;
	margin-right: 4px;
}
.wpfp-span {
	margin-right:5px;
	float:left;
	margin-top: -1px;
}
.archive-post {
	margin-top: 5px;
}
.archive-post p {
	margin-bottom: 2px;
}
.archive-title, .archive-meta, .page-header {
    font-size: 16px;
    margin: 13px auto;
    padding: 0 0 1px 0;
    text-align: left;
    width: 100%;
}

.archive_top {
	padding-left: 15px; 
	padding-bottom: 30px;
	padding-top: 10px;
}

.archive_top h4 {
	color: #333;
	padding-top: 5px;
	margin-top: 0px;
}

.sidebar_widget {
	font-size: 13px;
}
.sidebar_ranking {
	padding-top:5px;
	padding-left:10px;
	background-color: #ede9e1;
	padding-bottom: 5px;
}
.sidebar_ranking_title {
	text-align: center;
    	padding: 10px 0 20px;
}
.second_bnr{
  margin-top: 5px;
}
.form-search {
	width: 170px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.form-search > .form-group > .input-group > .search-query {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 2px solid #ff7a45;
    height: 36px;
}
.form-search > .form-group > .input-group > .input-group-btn > .btn-default {
	border: 2px solid #ff7a45;
	margin-left: -2px;
}
.form-search > .form-group > .input-group > .input-group-btn .glyphicon {
  color: #ff7a45;
}
.form-search > .form-group > .input-group input::-webkit-input-placeholder {
    color: #ff7a45;
}
.form-search > .form-group > .input-group input:-moz-placeholder {
    color:#ff7a45;
}
.form-search > .form-group > .input-group input::-moz-placeholder {
    color:#ff7a45;
}
.form-search > .form-group > .input-group input:-ms-input-placeholder {
    color:#ff7a45;
}
.navbar {
	min-height: 20px;
}
li > ul.dropdown-menu {
	margin-left: 25%;
}
#btn-mypage:hover, #btn-login:hover {
	background-color: #f2f2f2;
}
.top-section img {
	width: 100%;
	margin-bottom:20px;
}
.hidden-pc{
  display: none;
}

/** �ｿｽ�ｿｽc�ｿｽ�ｿｽ�ｿｽ�かゑｿｽﾋ暦ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽCSS�ｿｽﾇ会ｿｽ */
.entry-title{
    font-size: 20px;
    color: #444;
    padding-left: 5px;
	background-color: white;
	border: none;
}

/** recommend posts */
.recommend_post {
	/**overflow: hidden;*/
	margin-top: 10px;
}
.recommend_post .recommend_image {
	height: 140px;
	position: relative;
}
.post-image {
	cursor: pointer;
	background-size: cover;
    background-position: 20% 20%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.post-image:hover{
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-webkit-opacity:0.7;                 
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
}

.recommend_excerpt {
  padding: 5px;	
  margin-right: -15px;
  border-bottom: 2px solid #ecf0f1;
  border-right: 2px solid #ecf0f1;
  height: 230px;
  position: relative;
}
.recommend_excerpt p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
.recommend_excerpt .favorite_icon {
  width: 100%;
}
.recommend_excerpt .favorite_icon .wpfp-span {
  float: right;
}
.recommend_favorite_icon{
  position: absolute;
  bottom: 5px;
  left: -3px;
}
.recommend_excerpt h5{
  line-height: 20px;
}

.article-helper {
    height: 120px;
}
.site-content.archive {
    overflow: hidden;
    padding-bottom: 60px;
}

.site-content.archive article {
    width: 30%;
}
.site-content.archive article {
    height: 336px;
}
.article-helper .post-image {
    background-size: cover;
    background-position: 20% 20%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.post-preview {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pagination {
	clear: both;
	padding-left: 10px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #6B6B6B;
	background: #fff;
	background-color: #ede9e1;
	/**border: 1px solid #6B6B6B;*/
}

.pagination a:hover {
	color: #fff;
	background: #ff7a45;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #ff7a45;
	color: #fff;
}
.related_post {
	margin-top: 5px;
	margin-left: 0px;
}
.related_post .article-helper {
	height: 120px;
}

.related_post_category {
	z-index: 2;
    float: left;
    background-color: #F39800; /*default color*/
    margin-right: 4px;
    margin-bottom: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:4px;
    font-size: 12px;
}
.related_post_category span {
    color: #fff;
}
.related_post h5 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.related_post_hr {
	margin-top: 0px;
	margin-bottom: 10px;
	border-top:2px solid #ff7a45;
}

/** End�ｿｽ@�ｿｽﾖ連�ｿｽ�ｿｽ�ｿｽ�ｿｽL�ｿｽ�ｿｽ */

/** �ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽﾟ記�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽL�ｿｽ�ｿｽ�ｿｽO */
#secondary .row {
	margin-bottom: 5px;
}
.most-viewd-post-image {
	padding-left: 0px;
}
.most-viewd-post-image .article-helper {
	height: 80px;
}
/** End �ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽﾟ記�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽ�ｿｽL�ｿｽ�ｿｽ�ｿｽO *
/** New Entry */
/**.latest_post {
	width: 100%;
	height: 200px;
	position: relative;
}
#latest_posts {
  margin-left: 15px;
  
}**/
#latest_posts .row {
	margin-top: 12px;
}
#latest_posts p {
	font-size: 12px;
}
.related_post p {
	font-size: 12px;
}
#latest_posts .wpfp-span {
	float: right;
}
.recommend_entry_category {
    z-index: 2;
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
    padding-top: .1em;
    padding-bottom: 0em;
    padding-left: .8em;
    padding-right:.8em;
    background-color: #F39800; /*default color*/
    font-size: 12px;
}
.recommend_entry_category span {
    color: #fff;
}
.new_entry_category {
    z-index: 2;
    position: absolute;
    float: left;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: .5em;
    padding-right:.5em;
    background-color: #F39800; /*default color*/
    font-size: 12px;
}

.new_entry_category span {
	color: #fff;
}
.post_new_icon {
	position: absolute;
    top: -5px;
    z-index: 100;
    left: 5px;
}
.category_ul {
	padding-left: 0px;
}
.category_ul li {
	height: 36px;
	padding-top: 2px;
}
.category_ul li > div {
	padding-left: 0px;
	max-width: 180px;
}
.category_ul li .category_color {
	height: 34px;
	padding-top: 0px;
	width: 3px;
	margin-right: 5px;
	position: absolute;
}
.category_ul li .category_icon {
	width: 16px;
	/**height: 25px;
    position: absolute;
    top: 8px;
    left: 15px;*/
}
.category_ul li a {
	/**position: absolute;
    left: 40px;
    font-size: 14px;
    top: 5px;
    display: block;    
    */
    display: inherit;
    vertical-align: -webkit-baseline-middle;
	padding: 6px 0px 6px 15px;
}
.category_ul li a span {
	padding-left: 5px;
}
.category_ul li .arrow {
	float: right;
}

/** Footer area company info */
.company_info_line {
	position: absolute;
	width: 3px;
    background-color: #F06832;
    height: 100%;
}
#text-3 {
	padding-left: 10px;
}
.entry_info_description {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}
.top_page {
   padding-right: 0px;
   padding-left: 0px;
   margin-right: auto;
   margin-left: auto;
}
#recommanded .article-helper {
  height: 80px;
}
@media (max-width: 1024px){
  .recommend_excerpt p{
    font-size: 10px;
  }
  .recommend_excerpt h5 {
    font-size: 14px;
  }

}
@media (max-width: 992px) {
  .article-helper {
    height: 120px;
  }
  #recommanded .article-helper {
	height: 120px;
  }
   .container .logo-description {
    padding-top: 5px;
  }
  .header_btns {
	padding: 0px;
  }
   .sm-only{
  display: block;
  }
  .bnr-member{
    width: 43.5%;
  }
  .bnr-osusume{
    width: 55.5%;
  }
  .second_bnr{
    margin-top: 0;
  }
  aside#facebook{
    text-align: center;
    margin-top: 17px;
  }
}
@media (max-width: 320px) {
  .entry_info_description {
    margin-top: 0px;
  }
}

.nav>li.menu_sp_show {
	display:none;
}
.nav>li.menu_sp_hide {
	display:block;
}
@media (max-width: 414px) {
  .post_new_icon {
  	width: 25px;
  }
  .register_box h5 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0;
	    text-align: left;
	    margin-left: 30px;
	}
}

@media (max-width: 767px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav.navbar-nav {
    float: none;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  article.post {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
	padding-left: 5px;
  }
  .form-horizontal .form-group {
	margin-right: 0px;
    margin-left: 0px;
  }
  .recommend_post {
    margin-bottom: 5px;
  }
  .recommend_post .recommend_image {
  	float: left;
  	height: 100px;
  }
  .recommend_excerpt{
    height: auto;
    position: static;
  }
  .article-helper {
    height: 90px;
  }
  .recommend_excerpt {
    float: left;
    padding-left: 5px;
    border-bottom: none;
    border-right: none;
  }
  .most-viewd-post-image .article-helper {
  	height: 110px;
  }
  .related_post .article-helper {
    height: 80px;
  }
  .related_post h5 {
	font-size: 13px;
  }
  .related_post_category {
    font-size: 11px;
  }
  #recommanded .article-helper {
	height: 90px;
  }
  li > ul.dropdown-menu {
    margin-left: 20px;
  }
  .nav>li.menu_sp_show {
  	display:block;
  }
  .nav>li.menu_sp_hide {
  	display:none;
  }
  .navbar.navbar-default.nav-category {
  	background-color:#fff;
  	color: #ff7a45;
  }
  .navbar-default .navbar-nav > li > a {
  	color: #ff7a45;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  	color: #ff7a45;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ff7a45;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus, 
  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus, 
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, 
  .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  	background-color: #fff;
  	color: #ff7a45;
  }
  .header-collapse {
  	margin-bottom: -20px;
  }
  .form-search > .form-group > .input-group > .search-query {
  	width: 200px;
  }
  .form-search {
  	margin-left: 15px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  	border-color: #fff;
  }
  .nav>li {
  	padding-left: 5px;
  }
  h5 {
    /**margin-top: 0px;
    margin-bottom: 5px;*/
  }
  .recommend_post h5 {
  	margin-top: 0px;
  	margin-bottom: 2px;
    font-size: 13px;
    line-height: normal;
  }
  .recommend_post p {
    font-size: 11px;
  } 
  .latest-post h5 {
  	margin-top: 0px;
  	margin-bottom: 5px;
    font-size: 13px;
    line-height: normal;
  }
  .latest-post p {
    font-size: 11px;
  }
  .recommend_entry_category {
    font-size: 11px;
  }
  #latest_posts .row{
    margin-top: 5px;
  }
  .new_entry_category {
    font-size: 11px;
  }
  .header_btns {
  	padding-left: 15px;
  	padding-right:15px;
  }
  aside#facebook{
    text-align: center;
    margin-top: 17px;
  }
  .entry-content p a.article_tag{
    display: none;
  }
  .hidden-sm{
    display: none;
  }
  .sm-only{
  display: block;
  }
  .bnr-member{
    width: 43.5%;
  }
  .bnr-osusume{
    width: 55.5%;
  }
}
/*  end of @media  */ 

.entry_info_line {
	position: absolute;
	width: 5px;
    background-color: #F06832;
    height: 35px;
}
.entry_info_text {
	margin-left:10px;
	color:#ff7a45;
	font-size: 25px;
	float: left; 
}
/** [Naming Rule] .color_[category_slug] effect both recommend, latest and category areas */
.color_feature {
    background-color: #b4993c;
}
.recommend_bottom_feature { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #b4993c;
}
.color_photo {
    background-color: #b4993c;
}
.recommend_bottom_photo { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #b4993c;
}
.color_do-my-best {
    background-color: #b4993c;
}
.recommend_bottom_do-my-best { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #b4993c;
}
.color_home-nursing {
    background-color: #f69000;
}
.recommend_bottom_home-nursing { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #f69000;
}
.color_nurse {
    background-color: #f69000;
}
.recommend_bottom_nurse { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #f69000;
}
.color_care {
    background-color: #f69000;
}
.recommend_bottom_care { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #f69000;
}
.color_hospice {
    background-color: #61b9e0;
}
.recommend_bottom_hospice { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #61b9e0;
}
.color_physical-therapy {
    background-color: #61b9e0;
}
.recommend_bottom_physical-therapy { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #61b9e0;
}
.color_medicine {
    background-color: #91c447;
}
.recommend_bottom_medicine { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #91c447;
}
.color_system {
    background-color: #9880d1;
}
.recommend_bottom_system { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #9880d1;
}
.color_hospice-history {
    background-color: #9880d1;
}
.recommend_bottom_hospice-history { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #9880d1;
}
.color_area {
    background-color: #9880d1;
}
.recommend_bottom_area { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #9880d1;
}
.color_management {
    background-color: #9880d1;
}
.recommend_bottom_management { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #9880d1;
}
.color_private {
    background-color: #fa8c8c;
}
.recommend_bottom_private { /** for the bottom line on the recommend area */
	border-bottom: 3px solid #fa8c8c;
}
/** End Of [Naming Rule] */
body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.entry-content-overlay {
	position: relative;
	max-height: 700px;
	overflow:hidden;
}

.overlay-mask {
	position: absolute;
    width: 100%;
    /**height: 100px;*/
    bottom: 0px;
    left: 0px;
    background-color: beige;
    z-index: 100;
    border-radius: 4px;
}
.overlay-mask div.overlay-header {
	border-bottom: 2px solid #ff7a45;	
}

.overlay-mask div.overlay-btns {
	padding: 10px;
	float: right;
}
.overlay-mask div.overlay-btns a {
	text-decoration: none;
}
.overlay-mask div p {
	padding: 10px 10px 0px 10px; 
    line-height: 1.4;
}    
span.glyphicon-lock {
	padding-left: 5px;
}


/* for pagination */

.pagination_link_next {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 12px 20px;
	background: #f1d9b2;
	display: block;
	margin-top:20px;
	margin-bottom:30px;
}

.pagination_link_next:hover
{
	color:#ff7a45;
}
