/*
Theme Name: T bravo
Theme URI: http://fdws.jp
Author: FDWS Inc.
Author URI: http://fdws.jp/
Description: T bravo 浜松町 Theme
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: tbravo
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:HelveticaNeue, Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,
body {
	margin:0;
	padding:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin: 0 0 8px 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.clearfix:after {
	content: " ";
	display:block;
	clear:both;
}
/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 24px;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	background:#009FE8;
	color:#FFF;
	font-weight:normal;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding:8px;
}

th span {
	display:block;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:inline-block;
	padding:8px 24px;
	border-radius:4px;
	background:rgba(0,0,0,1);
	color:#FFF;
	text-transform:capitalize;
	outline:none;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:bold;
	transition:all .2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background:rgba(0,150,224,1);
	color:#FFF;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 8px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/*6.0 Navigations*/


/*6.1 Links*/

a {
	outline:none;
	color:#009FE8;
	text-decoration: none;
	transition:all .2s;
}

a:hover,
a:focus {
	color:#707070;
	color:rgba(51, 51, 51, 0.7);
}

a img {
	transition:all .2s;
}

a:hover img {
	opacity: 0.8;
}

a:focus, *:focus {
	outline:none;
}

/*6.2 Menus*/


/*7.0 Accessibility*/


/*8.0 Alignments*/


/*9.0 Clearings*/

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}


/*1.0 Layout*/
.wrap {
	width:100%;
}

.inner {
	margin:0 auto;
}

#image {
	position:relative;
}

#container {
	padding:48px 0 0 0;
	background:#FFF;
}

#main {
	width:100%;
}

#side {
	width:100%;
}

#bottom {
	width:100%;
	padding:32px 0 0 0;
	clear:both;
	background:#F3F3F3;
}

/*11.0 Header*/
#header {
	position:fixed;
	z-index:1000;
	height:48px;
	background:rgba(255,255,255,0.9);
}

#site_title {
	margin:0 0 0 0;
	float:left;
}

#top {
	display:block;
	width:auto;
	padding:8px;
}

#logo {
	display:block;
	width:auto;
	height:32px;
}

#navigation {
	clear:both;
	background:rgba(255,255,255,0.8);
}

#global_navi {
	width:100%;
	margin:0 auto;
	list-style:none;
}

.nav li {
	display:block;
	text-align:center;
}

.nav li a {
	display:block;
	padding:16px 0;
	color:#333;
	letter-spacing:0.05em;
	font-weight:bold;
}

.nav li a:hover {
	color: #009FE8;
}

#navigation address.phone {
	display: none;
}

.toggle_menu {
	position:absolute;
	top:8px;
	right:8px;
	z-index:9999;
	display:block;
	width:40px;
	height:40px;
}

.toggle_menu,
.toggle_menu span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}

.toggle_menu {
	width:32px;
	height:28px;
}

.toggle_menu span {
	position:absolute;
	left:0;
	width:100%;
	height:1px;
	background-color:#000;
	border-radius:1px;
}

.toggle_menu span:nth-of-type(1) {
	top:0;
}

.toggle_menu span:nth-of-type(2) {
	top:0;
	bottom:0;
	margin:auto;
}

.toggle_menu span:nth-of-type(3) {
	bottom:0;
}

.toggle_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}

.toggle_menu.active span:nth-of-type(2) {
	opacity: 0;
}

.toggle_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}
/*12.0 Content*/
#image {
	padding:48px 0 0 0;
}

#slider {
	margin:0 auto;
	list-style:none;
}

.bx-wrapper {
	position:relative;
}

.slide a {
	display:block;
	width:100%;
}

.slide a img {
	display:block;
	width:100%;
	margin:0 auto;
}

.slide a:hover img {
	opacity:1;
}

.bx-pager {
	position:absolute;
	bottom:8px;
	z-index:100;
	width:100%;
	text-align:center;
}

.bx-pager-item {
	display:inline-block;
}

.bx-pager-link {
	display:block;
	width:8px;
	height:8px;
	margin:0 4px;
	border:#009FE8 solid 1px;
	border-radius:50%;
	text-indent:-9999px;
}

.bx-pager-link.active {
	background:#009FE8;
}

.feature_pages {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	border-bottom:#FFF solid 1px;
	list-style:none;
	text-align:center;
}

.feature_pages .page_item {
	display:block;
	width:50%;
}

.feature_pages .page_item a {
	display:block;
	width:auto;
	height:auto;
	padding:40px 0;
	margin:0 auto;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	border-top:#FFF solid 1px;
	border-left:#FFF solid 1px;
	text-align:center;
	font-size:10px;
}

.feature_pages .page_item a:hover {
	background:rgba(0,0,0,0);
	text-shadow:0 0 4px rgba(0,0,0,0.5);
}

.feature_pages .page_item:first-child a,
.feature_pages .page_item:nth-child(odd) a {
	border-left:none;
}

.feature_pages .page_item a:before {
	content:attr(title);
	display:block;
	text-transform:capitalize;
	letter-spacing:0.1em;
	font-size:16px;
	font-weight:bold;
}

.top_article {
	padding:64px 0;
	background:#F3F3F3;
}

#map {
	width:100%;
	height:360px;
}
/*12.1 Posts and pages*/
.article {
	margin:0 auto 80px auto;
}

.article .header,
.aside .header {
	margin:0 auto 16px auto;
	text-align:center;
}

.article .map_header {
	margin:0 auto;
}

.title {
	font-size:24px;
	letter-spacing:0.1em;
}

.header_thumbnail .title {
	padding:40px 0;
	background:rgba(0,0,0,0.6);
}

.article .header .title a,
.aside .header .title a {
	padding:0 0 4px 0;
	border-bottom:#009FE8 solid 1px;
	text-transform:capitalize;
	color:#000;
}

.article.post .header .title a {
}

.article .header_thumbnail .title a {
	color:#FFF;
	font-size:32px;
}

.article.post .header_thumbnail .title a {
	font-size:28px;
	font-weight:normal;
}

.article .header .title a:hover,
.aside .header .title a:hover {
	color:#009FE8;
}

.subtitle {
	display:block;
	margin:4px auto 0 auto;
	font-size:12px;
	font-weight:normal;
}

.header_thumbnail .title a .subtitle {
	font-size:16px;
}

.header_thumbnail .title a .date {
	display:block;
	margin:4px auto 0 auto;
	font-size:22px;
	font-weight:bold;
}

.article .section,
.article .footer,
.aside .section,
.aside .footer,
.snsshare,
.inqury {
	width:auto;
	max-width:960px;
	margin:24px auto;
	padding:0 24px;
}

.paging ul {
	clear:both;
	list-style:none;
}

.paging .prevlink {
	float:left;
}

.paging .nextlink {
	float:right;
}

.paging li a {
	padding:4px 8px;
	background:#000;
	border-radius:4px;
	color:#FFF;
}

.paging li a:hover {
	background:#009FE8;
}

.article .footer,
.aside .section,
.inqury {
	text-align:center;
}

.btns {
	clear:both;
	text-align:center;
}

.btn {
	display:inline-block;
	padding:8px 24px;
	border-radius:4px;
	background:rgba(0,0,0,1);
	text-transform:capitalize;
	color:#FFF;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:bold;
}

.btn:hover {
	background:rgba(0,150,224,1);
	color:#FFF;
}

.inqury .btn {
	padding:4px 72px 8px 72px;
	margin:0 auto 56px auto;
	font-size:12px;
}

.inqury_nav .nav_btn {
	display:inline-block;
}

.inqury_nav .btn {
	padding:4px 16px;
	margin:0;
}

.inqury .btn:before {
	content:attr(title);
	display:block;
	margin:0 auto 4px auto;
	border-bottom:#FFF solid 1px;
	font-size:22px;
}

.inqury_nav .btn:before {
	display:none;
}

.archive .post {
	width:320px;
	height:auto;
	padding:0 0 0 0;
	margin:0 auto 24px auto;
}

.archive .post .image {
	width:100%;
	margin:0 auto 8px auto;
}

.archive .post .image a {
	position:relative;
	display:block;
	width:100%;
	height:240px;
	overflow:hidden;
}

.archive .post .image .category {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	padding:0 4px;
	background:rgba(0,150,224,0.8);
	color:#FFF;
	text-transform:capitalize;
	letter-spacing:0.1em;
	font-weight:bold;
}

.archive .post .image img {
	position:relative;
	z-index:1;
	display:block;
	width:auto;
	min-width:100%;
	height:auto;
	min-height:240px;
}

.archive .post .title {
	font-size:16px;
	font-weight:normal;
}

.archive .post .title a {
	color:#000;
}

.archive .post .title a:hover {
	color:#009FE8;
}

.archive .post .date {
	letter-spacing:0.05em;
	font-size:14px;
	font-weight:bold;
}

.archive .post .date .day {
	margin:0 4px;
	font-size:12px;
}

.archive .post .other {
	margin:8px auto;
	list-style:none;
	text-align:right;
}

.archive .post .sns {
	display:inline-block;
}

.pagenation {
}

.pager {
	list-style:none;
}

.paging {
	display:inline-block;
	margin:0 4px;
}

.paging.prevlink {
	margin:0 0 0 0;
	float:left;
}

.paging.nextlink {
	margin:0 0 0 0;
	float:right;
}

.paging a,
.paging .current {
	display:block;
	width:24px;
	height:24px;
	border:#000 solid 1px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.paging.prevlink a,
.paging.nextlink a {
	width:auto;
	padding:0 8px;
}

.paging a:hover {
	border:#1daff6 solid 1px;
	color:#1daff6;
}

.paging .current {
	border:#1daff6 solid 1px;
	background:#1daff6;
	color:#FFF;
}

.sns .btn {
	display:block;
	width:24px;
	height:24px;
	padding:0 0 0 0;
	border-radius:50%;
	background:rgba(0,0,0,0.9);
	text-indent:-9999px;
}

.twitter .btn {
	background:url(images/twitter.svg) center center / 16px 16px no-repeat rgba(0,0,0,0.9);
}

.twitter .btn:hover {
	background:url(images/twitter.svg) center center / 16px 16px no-repeat rgba(0,150,224,0.9);
}

.facebook .btn {
	background:url(images/facebook.svg) center center / 16px 16px no-repeat rgba(0,0,0,0.9);
}

.facebook .btn:hover {
	background:url(images/facebook.svg) center center / 16px 16px no-repeat rgba(0,150,224,0.9);
}

.snsshare {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
}

.snsshare:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.snsshare a {
  display: block;
  width: 33.3%;
  margin:0;
  padding:8px 3%;
  text-decoration: none;
  text-align: center;
  line-height:200%;
  color:#FFF;
}

.btn_twitter{
  background: #55acee;
}

.btn_facebook{
  background: #3b5998;
}

.btn_google{
  background: #dd4b39;
}

.btn_hatena{
  background: #008FDE;
}

.btn_pocket{
  background: #ee4056;
}

.btn_line{
  background: #09B701;
}

.snsshare a span {
	display:inline-block;
	width:32px;
	height:32px;
	padding:0 0 0 0;
	margin:-8px 0 0 4px;
	background:rgba(0,0,0,0.3);
	border-radius:50%;
	font-size:14px;
}

.widget {
	width:320px;
	margin:0 auto 32px auto;
}

.widget .title {
	margin:0 auto 8px auto;
	font-size:20px;
}

.widget_contact_info .title {
	font-size:18px;
}

.widget ul {
	list-style:none;
}

.banners .banner {
	display:block;
	margin:0 auto 16px auto;
}

.banners .banner a {
	display:block;
}

.banners .banner a img {
	display:block;
	width:100%;
	height:auto;
}
/*12.2 Post Formats*/
.content h2 {
	font-size:160%;
	font-weight:normal;
	border-bottom:#009FE8 solid 1px;
	margin:0 auto 16px auto;
}

.content h3 {
	margin:0 auto 8px auto;
	color:#009FE8;
	font-size:130%;
}

.content p + h2 {
	margin:32px auto 16px auto;
}

.content p + h3 {
	margin:32px auto 16px auto;
}

.content ul,
.content ol {
	margin:8px 0 8px 24px;
}

/*12.3 contact Form*/
.form {
	width:auto;
	margin:32px auto;
}

.form .label {
	display:block;
	padding:4px 0;
	margin:0 8px 0 0;
	font-weight:normal;
}

.form .input {
	width:auto;
}

.form .input input {
	width:auto;
}

.form .input textarea {
}
/*13.0 Footer*/
#footer {
	background:#000;
}

#footer_inner {
	padding:24px 0;
}

.copy {
	text-align:center;
	color:#FFF;
}

.copy a {
	color:inherit;
}

#scrolltop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9997;
}

#scrolltop a {
	position: relative;
    z-index: 9999;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.8);
}

#scrolltop a:hover {
    background: rgba(0,150,224,0.8);
}

#scrolltop a:after {
	content: " ";
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-left: #FFF solid 1px;
    border-top: #FFF solid 1px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.inqury_nav {
	position:fixed;
	z-index:9997;
	bottom:8px;
	left:8px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.inqury_nav ul {
	list-style:none;
}

#loader {
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 100%;
	  background: #FFF;
	  z-index: 9998;
}

#loader .inner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 160px;
	margin:-80px 0 0 -80px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

#nprogress {
	position:fixed;
	z-index:9999;
}
/*14.0 Media*/


/**
 * 14.1 Captions
 */


/**
 * 14.2 Galleries
 */


/**
 * 15.0 Multisite
 */

/**
 * 16.0 Media Queries
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
#global_navi {
	list-style:none;
}

th span {
	display:inline;
}

.form .label {
	width:25%;
	float:left;
}

.form .input textarea {
	width:70%;
}
}
/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
#header {
	height:64px;
	overflow: hidden;
}

#top {
}

#logo {
	width:auto;
	height:48px;
}

.toggle_menu {
	top:16px;
}

#image {
	padding:0 0 0 0;
}
.toggle_menu {
	display:none;
}

#navigation {
	display:flex;
	display:-webkit-flex;
	justify-content :flex-end;
	-webkit-justify-content :flex-end;
	float:right;
	clear:none;
	background:none;
}
	
#global_navi {
	width: auto;
}

.nav li {
	float:left;
}

.nav li a {
	display:block;
	padding:12px;
	font-size:16px;
}

.nav li a:after {
	content:attr(title);
	display:block;
	letter-spacing:0;
	font-size:10px;
	font-weight:normal;
}

.nav li:last-child a {
	background: rgba(0,0,0,0.8);
	color: #FFF;
}

.nav li:last-child a:hover {
	background:rgba(0,150,224,1);
}

#navigation address.phone {
	display: block;
	margin: 0;
}
	
#navigation address.phone a {
	display: block;
	padding: 16px;
	background:rgba(0,150,224,1);
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
	
#navigation address.phone a:hover {
	background:rgba(0,150,224,0.6);
}

.feature_pages .page_item {
	width:25%;
}

.feature_pages .page_item a {
	padding:80px 0;
	font-size:12px;
}

.feature_pages .page_item:nth-child(odd) a {
	border-left:#FFF solid 1px;
}

.feature_pages .page_item:first-child a {
	border-left:none;
}

.feature_pages .page_item a:before {
	font-size:22px;
}

#container {
	padding:64px 0 0 0;
}

.posts {
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
	width:1024px;
	margin:0 auto;
}

#side {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	display:-webkit-flex;
	-webkit-flex-wrap:nowrap;
	-webkit-justify-content:center;
	width:1024px;
	margin:0 auto;
}
}
@media screen and (-ms-high-contrast:none) and (min-width: 59.6875em) {
#logo {
	width:320px;
	height:auto;
}
}

/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
.inner {
	width:1200px;
}

#header .inner {
	width:100%;
}

#container {
	width:100%;
}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
}


/**
 * 17.0 Print
 */

@media print {
}

.paintbrush-link:before {
    font-family: "dashicons";
    content: "\f225";
 }