/*!
Theme Name: suido2018
Author: Katsumata Shinbun
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul, ol {
	margin: 0 0 1.5em 3em;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*///////////////////////////////////////////*/
.row {
margin-right: -15px;
margin-left: -15px
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left
}

.col-xs-12 {
width: 100%
}

.col-xs-11 {
width: 91.66666667%
}

.col-xs-10 {
width: 83.33333333%
}

.col-xs-9 {
width: 75%
}

.col-xs-8 {
width: 66.66666667%
}

.col-xs-7 {
width: 58.33333333%
}

.col-xs-6 {
width: 50%
}

.col-xs-5 {
width: 41.66666667%
}

.col-xs-4 {
width: 33.33333333%
}

.col-xs-3 {
width: 25%
}

.col-xs-2 {
width: 16.66666667%
}

.col-xs-1 {
width: 8.33333333%
}

.col-xs-pull-12 {
right: 100%
}

.col-xs-pull-11 {
right: 91.66666667%
}

.col-xs-pull-10 {
right: 83.33333333%
}

.col-xs-pull-9 {
right: 75%
}

.col-xs-pull-8 {
right: 66.66666667%
}

.col-xs-pull-7 {
right: 58.33333333%
}

.col-xs-pull-6 {
right: 50%
}

.col-xs-pull-5 {
right: 41.66666667%
}

.col-xs-pull-4 {
right: 33.33333333%
}

.col-xs-pull-3 {
right: 25%
}

.col-xs-pull-2 {
right: 16.66666667%
}

.col-xs-pull-1 {
right: 8.33333333%
}

.col-xs-pull-0 {
right: auto
}

.col-xs-push-12 {
left: 100%
}

.col-xs-push-11 {
left: 91.66666667%
}

.col-xs-push-10 {
left: 83.33333333%
}

.col-xs-push-9 {
left: 75%
}

.col-xs-push-8 {
left: 66.66666667%
}

.col-xs-push-7 {
left: 58.33333333%
}

.col-xs-push-6 {
left: 50%
}

.col-xs-push-5 {
left: 41.66666667%
}

.col-xs-push-4 {
left: 33.33333333%
}

.col-xs-push-3 {
left: 25%
}

.col-xs-push-2 {
left: 16.66666667%
}

.col-xs-push-1 {
left: 8.33333333%
}

.col-xs-push-0 {
left: auto
}

.col-xs-offset-12 {
margin-left: 100%
}

.col-xs-offset-11 {
margin-left: 91.66666667%
}

.col-xs-offset-10 {
margin-left: 83.33333333%
}

.col-xs-offset-9 {
margin-left: 75%
}

.col-xs-offset-8 {
margin-left: 66.66666667%
}

.col-xs-offset-7 {
margin-left: 58.33333333%
}

.col-xs-offset-6 {
margin-left: 50%
}

.col-xs-offset-5 {
margin-left: 41.66666667%
}

.col-xs-offset-4 {
margin-left: 33.33333333%
}

.col-xs-offset-3 {
margin-left: 25%
}

.col-xs-offset-2 {
margin-left: 16.66666667%
}

.col-xs-offset-1 {
margin-left: 8.33333333%
}

.col-xs-offset-0 {
margin-left: 0
}

@media (min-width:768px) {
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12 {
	float: left
}

.col-sm-12 {
	width: 100%
}

.col-sm-11 {
	width: 91.66666667%
}

.col-sm-10 {
	width: 83.33333333%
}

.col-sm-9 {
	width: 75%
}

.col-sm-8 {
	width: 66.66666667%
}

.col-sm-7 {
	width: 58.33333333%
}

.col-sm-6 {
	width: 50%
}

.col-sm-5 {
	width: 41.66666667%
}

.col-sm-4 {
	width: 33.33333333%
}

.col-sm-3 {
	width: 25%
}

.col-sm-2 {
	width: 16.66666667%
}

.col-sm-1 {
	width: 8.33333333%
}

.col-sm-pull-12 {
	right: 100%
}

.col-sm-pull-11 {
	right: 91.66666667%
}

.col-sm-pull-10 {
	right: 83.33333333%
}

.col-sm-pull-9 {
	right: 75%
}

.col-sm-pull-8 {
	right: 66.66666667%
}

.col-sm-pull-7 {
	right: 58.33333333%
}

.col-sm-pull-6 {
	right: 50%
}

.col-sm-pull-5 {
	right: 41.66666667%
}

.col-sm-pull-4 {
	right: 33.33333333%
}

.col-sm-pull-3 {
	right: 25%
}

.col-sm-pull-2 {
	right: 16.66666667%
}

.col-sm-pull-1 {
	right: 8.33333333%
}

.col-sm-pull-0 {
	right: auto
}

.col-sm-push-12 {
	left: 100%
}

.col-sm-push-11 {
	left: 91.66666667%
}

.col-sm-push-10 {
	left: 83.33333333%
}

.col-sm-push-9 {
	left: 75%
}

.col-sm-push-8 {
	left: 66.66666667%
}

.col-sm-push-7 {
	left: 58.33333333%
}

.col-sm-push-6 {
	left: 50%
}

.col-sm-push-5 {
	left: 41.66666667%
}

.col-sm-push-4 {
	left: 33.33333333%
}

.col-sm-push-3 {
	left: 25%
}

.col-sm-push-2 {
	left: 16.66666667%
}

.col-sm-push-1 {
	left: 8.33333333%
}

.col-sm-push-0 {
	left: auto
}

.col-sm-offset-12 {
	margin-left: 100%
}

.col-sm-offset-11 {
	margin-left: 91.66666667%
}

.col-sm-offset-10 {
	margin-left: 83.33333333%
}

.col-sm-offset-9 {
	margin-left: 75%
}

.col-sm-offset-8 {
	margin-left: 66.66666667%
}

.col-sm-offset-7 {
	margin-left: 58.33333333%
}

.col-sm-offset-6 {
	margin-left: 50%
}

.col-sm-offset-5 {
	margin-left: 41.66666667%
}

.col-sm-offset-4 {
	margin-left: 33.33333333%
}

.col-sm-offset-3 {
	margin-left: 25%
}

.col-sm-offset-2 {
	margin-left: 16.66666667%
}

.col-sm-offset-1 {
	margin-left: 8.33333333%
}

.col-sm-offset-0 {
	margin-left: 0
}

}

@media (min-width:992px) {
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12 {
	float: left
}

.col-md-12 {
	width: 100%
}

.col-md-11 {
	width: 91.66666667%
}

.col-md-10 {
	width: 83.33333333%
}

.col-md-9 {
	width: 75%
}

.col-md-8 {
	width: 66.66666667%
}

.col-md-7 {
	width: 58.33333333%
}

.col-md-6 {
	width: 50%
}

.col-md-5 {
	width: 41.66666667%
}

.col-md-4 {
	width: 33.33333333%
}

.col-md-3 {
	width: 25%
}

.col-md-2 {
	width: 16.66666667%
}

.col-md-1 {
	width: 8.33333333%
}

.col-md-pull-12 {
	right: 100%
}

.col-md-pull-11 {
	right: 91.66666667%
}

.col-md-pull-10 {
	right: 83.33333333%
}

.col-md-pull-9 {
	right: 75%
}

.col-md-pull-8 {
	right: 66.66666667%
}

.col-md-pull-7 {
	right: 58.33333333%
}

.col-md-pull-6 {
	right: 50%
}

.col-md-pull-5 {
	right: 41.66666667%
}

.col-md-pull-4 {
	right: 33.33333333%
}

.col-md-pull-3 {
	right: 25%
}

.col-md-pull-2 {
	right: 16.66666667%
}

.col-md-pull-1 {
	right: 8.33333333%
}

.col-md-pull-0 {
	right: auto
}

.col-md-push-12 {
	left: 100%
}

.col-md-push-11 {
	left: 91.66666667%
}

.col-md-push-10 {
	left: 83.33333333%
}

.col-md-push-9 {
	left: 75%
}

.col-md-push-8 {
	left: 66.66666667%
}

.col-md-push-7 {
	left: 58.33333333%
}

.col-md-push-6 {
	left: 50%
}

.col-md-push-5 {
	left: 41.66666667%
}

.col-md-push-4 {
	left: 33.33333333%
}

.col-md-push-3 {
	left: 25%
}

.col-md-push-2 {
	left: 16.66666667%
}

.col-md-push-1 {
	left: 8.33333333%
}

.col-md-push-0 {
	left: auto
}

.col-md-offset-12 {
	margin-left: 100%
}

.col-md-offset-11 {
	margin-left: 91.66666667%
}

.col-md-offset-10 {
	margin-left: 83.33333333%
}

.col-md-offset-9 {
	margin-left: 75%
}

.col-md-offset-8 {
	margin-left: 66.66666667%
}

.col-md-offset-7 {
	margin-left: 58.33333333%
}

.col-md-offset-6 {
	margin-left: 50%
}

.col-md-offset-5 {
	margin-left: 41.66666667%
}

.col-md-offset-4 {
	margin-left: 33.33333333%
}

.col-md-offset-3 {
	margin-left: 25%
}

.col-md-offset-2 {
	margin-left: 16.66666667%
}

.col-md-offset-1 {
	margin-left: 8.33333333%
}

.col-md-offset-0 {
	margin-left: 0
}

}



.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

table {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

th {
	text-align: left
}

td {
	padding: 3px 10px !important
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0
}

.table > tbody + tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive > .table {
		margin-bottom: 0
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap
	}

	.table-responsive > .table-bordered {
		border: 0
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0
	}

}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.blocks-1,
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6 {
	padding-left: 0;
	list-style: none;
	margin-left: -3%
}

.blocks-1:after,
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
	content: "";
	display: table;
	clear: both
}

.blocks-1 li,
.blocks-2 li,
.blocks-3 li,
.blocks-4 li,
.blocks-5 li,
.blocks-6 li {
	height: auto;
	float: left;
	margin-bottom: 1.6em;
	margin-left: 3%;
	position: relative
}

.blocks-1 > li {
	width: 97%
}

.blocks-2 > li {
	width: 47%
}

.blocks-3 > li {
	width: 30.333333333333%
}

.blocks-4 > li {
	width: 22%
}

.blocks-5 > li {
	width: 17%
}

.blocks-6 > li {
	width: 13.666666666667%
}

.blocks-2 img,
.blocks-3 img,
.blocks-4 img,
.blocks-5 img,
.blocks-6 img {
	width: 100%;
        max-width: 100%;
	height: auto;
   overflow: hidden;
}

.block-first {
	clear: both
}



.blocks-1-nomargin,
.blocks-2-nomargin,
.blocks-3-nomargin,
.blocks-4-nomargin,
.blocks-5-nomargin,
.blocks-6-nomargin {
	padding-left: 0;
	list-style: none;
    margin: 0;
}

.blocks-1-nomargin:after,
.blocks-2-nomargin:after,
.blocks-3-nomargin:after,
.blocks-4-nomargin:after,
.blocks-5-nomargin:after,
.blocks-6-nomargin:after {
	content: "";
	display: table;
	clear: both
}

.blocks-1-nomargin li,
.blocks-2-nomargin li,
.blocks-3-nomargin li,
.blocks-4-nomargin li,
.blocks-5-nomargin li,
.blocks-6-nomargin li {
	height: auto;
	float: left;
	position: relative;
    
}

.blocks-1-nomargin > li {
	width: 100%
}

.blocks-2-nomargin > li {
	width: 50%
}

.blocks-3-nomargin > li {
	width: 33.333333333333%
}

.blocks-4-nomargin > li {
	width: 25%
}

.blocks-5-nomargin > li {
	width: 20%
}

.blocks-6-nomargin > li {
	width: 16.666666666667%
}

.blocks-2-nomargin img,
.blocks-3-nomargin img,
.blocks-4-nomargin img,
.blocks-5-nomargin img,
.blocks-6-nomargin img {
	width: 100%;
   max-width: 100%;
	height: auto;
}




@media only screen and (max-width:767px) {
        .blocks-1,
	.blocks-2,
	.blocks-3,
	.blocks-4,
	.blocks-5,
	.blocks-6 {
		margin-left: 0;
		margin-bottom: 1.6em
	}

        .blocks-1 > li
	.blocks-2 > li,
	.blocks-3 > li,
	.blocks-4 > li,
	.blocks-5 > li,
	.blocks-6 > li {
		float: none;
		margin-left: 0;
		width: 100%
	}


        .blocks-1-nomargin,
	.blocks-2-nomargin,
	.blocks-3-nomargin,
	.blocks-4-nomargin,
	.blocks-5-nomargin,
	.blocks-6-nomargin {
		margin-left: 0;
		
	}

        .blocks-1-nomargin > li
	.blocks-2-nomargin > li,
	.blocks-3-nomargin > li,
	.blocks-4-nomargin > li,
	.blocks-5-nomargin > li,
	.blocks-6-nomargin > li {
		float: none;
		margin-left: 0;
		width: 100%
	}



	.blocks-mobile-50 > li,
	.blocks-mobile-33 > li {
		float: left;
		margin-left: 3%
	}

	.blocks-mobile-33,
	.blocks-mobile-50 {
		margin-left: -3%
	}

	.blocks-mobile-50 > li {
		width: 47%
	}


	.blocks-mobile-33 > li {
		width: 30.333333333333%
	}

}



.r-flex {
margin: 0 auto;
display: flex;
justify-content: flex-end;
}

.r-flex li {
margin-right: 2em;
}


.c-flex {
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.c-flex li {
margin-right: 2em;
}


.l-flex {
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.l-flex li {
margin-right: 2em;
}


.no-list-style {
	list-style-type: none;
}

.no-margin {
	margin: 0;
	padding: 0;
}



ul.sameheight{display:-webkit-box;display:-moz-box;display:-ms-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.sameheight li{list-style:none}


.sameheight p {
margin-bottom: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



.site-header {
/*background: rgba(255,255,255,1);*/
}

.site-header a {
text-decoration: none;
}


#nav-area {
	/*margin-bottom: 3em;*/
	/*
	margin-top: 5em;
	*/
	padding:0;
	/*background:rgba(255,255,255,0.8);*/
}

#nav-area:after {
    content: "";
    display: block;
    clear: both;
}
.nav-image {
	width: 33%;
	float: left;
}

.nav-image img {
	border-radius: 0 0px 8px 0;
}

.nav-nav {
	width: 65%;
	float: left;	
	
}
#site-navigation {

}

.menu-menu-1-container {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: auto;

}


#primary-menu {
		display: flex;
justify-content: flex-end;
align-items: bottom;
}

.menu-item {
	margin: 0 10px;
  width: 33%;
	height: auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;

		text-shadow: 0 1px 0 white, 0 -1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 3px 0 #888, 0 2px 0 #111;
	
}

.rmp-menu-item {
text-shadow: none;!important
}




.menu-item a {
   padding: 0.5em 0;
	color: #414141;
		background: rgba(42, 146, 221, 0.3);
	border-radius:  0 0 8px 8px;
}

#sect-home-menu {
	margin:1em auto;
		width: 1024px;
	max-width: 100%;
}

#sect-home-menu #primary-menu {
	margin: 1em;
		display: flex;
   justify-content: space-between;
	align-items: center;
	max-width: 100%;
}

#sect-home-menu .menu-item {
		height: 200px;
	width:200px;
	background: rgba(42, 146, 221, 0.3);
	border-radius:  50%;
	font-size: 1.5em;
}

#sect-home-menu .menu-item a {
	padding-top: 80px;
   background: none;
	color: #414141;

}

@media screen and (max-width:480px) {
	#sect-home-menu #primary-menu {
	margin: 1em;
		display: flex;
   justify-content: space-between;
	align-items: center;
	max-width: 100%;
}
	
	#sect-home-menu .menu-item {
		height: 100px;
	width:100px;
	background: rgba(42, 146, 221, 0.3);
	border-radius:  50%;
}

#sect-home-menu .menu-item a {
	padding-top: 40px;
   background: none;
	color: #414141;

}
	
}


.site-title {
font-size: 24px;
font-weight: bold;
margin:0;
padding: 0;
}

#page {
border-top: 3px solid /*#B3D9FE*/ #3680D7;
}

.site-content {
margin: 0 auto;
width: 100%;
padding: 0 15px;
max-width: 100%;
outline: 1px solid rgba(0, 0, 0, 0.04);
}


.home .site-content {
	/*
	margin-top: 10vh;
	*/
}

#primary {
margin: 0 auto;
width: 100%;
}


.sect-area {
	margin-bottom: 1.5em;
}

.content-inn {
margin: 0 auto;
	padding: 1em;
width: 1024px;
max-width: 100%;
	background: rgba(255,255,255, 0.8);
	color: #594153;
	border-radius: 8px;
	/*border: 3px solid #03A9F4;*/
}

dl.dl-underline {
position: relative;
}

dl.dl-underline dt {
	position: absolute;
	left: 0em;
	width: 6em;
        font-weight: 400;
        font-size: 1em;
        text-align: center;
}

dl.dl-underline dd {
       height: auto;
        margin: 5px 0 ;
	     padding-bottom: 1em;
         padding-left: 6em;
 
}

.info-date {
	margin-bottom: 1em;
	font-size: 0.8em;
}

@media screen and (max-width:480px) {
dl.dl-underline {
position: relative;
}

dl.dl-underline dt {
	position: relative;
   width: 100%;
 height: auto;
        font-weight: 400;
        font-size: 0.9em;
        text-align: center;
}

dl.dl-underline dd {
       height: auto;
        margin: 0 0.5em 1.5em;
        padding: 0 0 1em 0;
        border-bottom: 1px dashed #ccc;
 
}

dl.dl-underline dd h3 {
border-bottom: 1px solid #2F7089;
padding: 10px;
}

}


.home ul.cat {
margin: 0;
padding: 0;
width: 100%;
height: auto;
list-style-type: none;
font-size: 0.7em;
}

ul.cat li {
padding: 0;
margin-bottom: 3px;
}



a.label {
padding: 3px 7px;
margin-bottom: 10px;
border-radius: 3px;
	color: #fff;
}

.cat-item-1, .label-cat-info {
	background: #6BCDE0;
}

.cat-item-7, .label-cat-emergency{
	background: #E94C35;
}

.cat-item-6, .label-cat-data {
	background: #F9AF71;
}

ul ul.ul-iconmenu {
margin-bottom: 0;
}

ul.ul-iconmenu li {
	width: 100%;
	margin: 0;
}


.city-copyright {
font-size: 0.8em;
text-align: center;
background: #3680D7;
	color: #fff;
}


.site-top-image {
	margin: 0 auto;

}





.afb_container span.status {
	desplay: none!important;
}

.top-icon-warp {
	margin: 0 auto;
	padding: 1em 0 0;
}

.top-icon-warp ul li {

}

#top-icon-3 {
	line-height: 1em;
}

.top-icon p {
	margin: 0 0 0.5em;
}


.logo-veolia {
	width: 100%;
}

.logo-veolia p {
	margin: 0;
}

/*//////////////////*/
.hentry h2 {
margin-top: 3em;
padding-left: 34px;
color: #196E94;
text-shadow: 0 1px 0 white, 0 -1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 3px 0 #888, 0 2px 0 #111;
background: url(./images/waterdrop.png) no-repeat center left;
 box-shadow:0px -6px 5px -5px #BED7F1 inset,0px 8px 4px -8px #BED7F1;
}
 
.hentry h2:first-child {
	margin-top: 0;
}


.child-pages a {
	text-decoration: none;
}

.sub-page-title {
	margin: 0;
	font-size: 0.9em;
	font-weight: 400;

}

.sub-page-title a {
	text-decoration: none;
}

.site-footer {
	/*
	margin-top: 3em;
	*/
}

#page {
	overflow: hidden;
	position: relative;
}

.top-bk-area {
	position: absolute;
	top:0;
	left: 0px;
	width: 100%;
  height:50vmin;
	background: #028FD6;
	z-index: -1;
	
 background: url(./images/top-water-3.png) center bottom / cover no-repeat;	
}


.bottom-bk-area {
	position: absolute;
	top:20vmin;
	left: 0px;
	width: 100%;
	height: 100vmax;
	background: #028FD6;
	z-index: -1;
	background: url(./images/top-water-3.png) center bottom / cover no-repeat;	

}



#secondary ul {
	margin:0;
}

a {
	text-decoration: none;
}

 .clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden; 
}

a.more-link {
	 padding: 0 5px;
	font-size: 0.8em;
	float: right;
	background: #3769BF;
	color: #fff !important;
	border-radius: 4px;
}

.sect-pbbc {
	padding: 0 1em 1em;
	background: #fff;
}


#sect-top-icon {
	margin-bottom: 0;
}
.small {
	font-size: 0.8em;
}

.white-bk {
	background: #fff;
}


#sect-iconmenu {
	margin-top: 3em;
}

.home #sect-info .cat-item {
	padding: 0 10px;
	margin-right: 1em;
	list-style-type: none;
	/*background: #3769BF;*/
  border-radius: 4px;
}

.home #sect-info .cat-item a {
	color: #fff;
}

.archive .hentry {
	margin-bottom: 3.5em;
}

/*
.archive .entry-title:before {
	padding-right: 0.2em;
	content: "●"
}
*/

.entry-footer, .entry-meta {
	text-align: right;
}

.cat-links {
	padding: 0 0.5em;
	font-size: 0.8em;
 color: #fff;
background: /*#74A4F5*/ #3769BF;
	border-radius: 4px;
}

.cat-links a {
	color: #fff;
}

.order-btn {
	padding: 3px 10px;
	 font-size: 0.8em;
	background: #3769BF;
	border-radius: 4px;
}

.order-btn a {
	color: #fff;
}

.page-title {
	color: #3769BF;
		text-shadow: 0 1px 0 white, 0 -1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 3px 0 #888, 0 2px 0 #111;
}

.veolia-link {
	padding: 3px 10px;
	background: #f4f4f4;
	border-radius: 4px;
}

.veolia-link p {
	margin:0;
}


#sect-info {
	margin-top: 2em;
/*
		background: rgba(42, 146, 221, 0.3);
	*/
}

#sect-info .content-inn {
padding: 0;
	/*
background: rgba(116, 164, 245,0.1);
	*/
	
/*	border-radius: 4px;*/
}

.top-right-side {
	background: #f4f4f4;
}

.home-info {
	position: relative;
	padding: 1em 0.5em 1.5em;
	width: 100%;
	/*
		background-color: rgba(42, 146, 221, 0.2);
	*/
	 background: rgba(42, 146, 221, 0.2);	
	border-radius: 4px;
}

.info-back {
	/*
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 100%;
	 background: url(./images/top-water-3.png);	
	background-size:contain;
	*/

}

#header_img {
	width: 100%;
}

#header_img img {
	width: 100%;
}

.slide {
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0.7);
}


#top-icon-1 img {
	border-radius: 3%;
}

#top-icon-2 img {
	border-radius: 3%;
}

#top-icon-3 img {
	border-radius: 3%;
}

.btn-primary a {
	color:#fff;
}


.emergency {
  margin: 3em auto;
  width: 1024px;
  max-width: 100%;
	padding: 5px 5px;
	background: #f00;
	border-radius: 4px;
}

.emergency a {
	
}


.emr-head {
	padding-bottom: 3px;
	float: left;
	width: 130px;
}

.emr-head h2 {
	margin: 0px;
	color: #fff;
	background: #f00;
}

.emergency_data {
	margin: 0 0 0 130px;
	padding: 5px 10px 2px 10px;
	font-size: 1.1em;
	background: #fff;
}

.emergency_data p {
	margin: 0;
	line-height: 1.5em;
}

.Breadcrumb {
	margin: 20px -15px 24px -15px;;
	padding: 5px;
	/*color: #fff;
	background: rgba(1, 32, 99, 0.4);
	*/
	background: rgba(255,255,255,0.7);
}

#suido-banner-side li {
	margin: 1em 0 0;
	
}

#suido-banner-bottom {
	margin: 24px 10px 0;
	
}

#sect-top-icon {
	/*margin-top: 5em;*/
	

	
	/*background: rgba(42, 146, 221, 0.3);*/
}

#sect-top-icon .content-inn {
	padding: 0;
	border-radius: 0;
	background: rgba(255,255,255,0.7);
}
#suido-banner-top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#suido-banner-mid ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#suido-banner-mid ul li {
	/*margin: 10px;*/
	padding: 1em 0 0;
}

#suido-banner-mid ul li img {
width: 100%;
}

.bxslider li {
  display: none;
}


.bx-viewport .bxslider li {
  display: block !important;
}


h2.top-info {
	margin-top: 0;
}

a.btn-primary:visited {
	color: #fff!important;
}

h2.top-info {
	margin: 0;
   padding-left: 0.5em;
	color: #414141;
		text-shadow: 0 1px 0 white, 0 -1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 3px 0 #888, 0 2px 0 #111;
background: rgba(42, 146, 221, 0.9);	

}

.child-pages {
	font-size: 1.3em;
	font-weight: 600;
}



.site-footer {
	width: 100%;
	height: auto;
	background-image: url(./images/foot-water-image.png);
	 background-position: center center;
	background-repeat: no-repeat;
		background-color: rgba(42, 146, 221, 0.3);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
	
}

.widget-title {
	font-size: 1.1em;
}

.subpage-list {
	margin-bottom: 2em;
	padding: 0 0 1em;
	background: rgba(42, 146, 221, 0.2);
}

.responsive-menu-item-link {
	text-shadow: none;
}

.m-head  {
	width: 100%;
	overflow: hidden;
}

.m-head img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:480px) {
#suido-banner-top {
	margin-top: 1.5em;
	}
}


.ul-top-cat {
	padding: 0;
}
.dl-topinfo {
	/*
	 background: url(./images/top-water-3.png) no-repeat center center;	
	*/
	background-color: rgba(255,255,255,1);
	background-size:cover;
}

.ul-top-cat {
	font-size: 0.75em;
}

.info-new {
	font-size: 0.7em;
	color: #fff;
	background: #FF5669;
}

a.moretag {
	padding: 3px 5px;
	font-size: 0.8em;
	color: #0069D9;
	background: #f4f4f4;
}

.top-info-title {
	margin: 0;
	padding: 0 0.5em;
	background: #2E7BAC;
}
.top-info-title a {
	color: #fff;
}

#sect-show-top {
	margin-top: 2em;
}

#sect-show-top .content-inn {
	padding: 0 1em;
	border: 1px solid #2E7BAC;

}


#sect-show-top h2.show-top-title {
	padding: 0 0.5em;
	margin: 0 -16px;
	font-size: 1.3em;
	color: #fff;
	background: #2E7BAC;
}

#sect-show-top a {
	color: #594153;
}

.space {
	margin-bottom: 46px;
}

.hentry ol, .hentry li {
	margin-left: 1em;
	margin-bottom: 1em;
}

@media screen and (max-width:480px) {
	.hentry ol, .hentry li {
	margin-left: 0;
}
}


.hentry h3:before {
	padding-right: 0.3em;
	content: "●";
	color: #3AABD2;
	font-size: 0.8em;
}
.hentry h3 {
	border-bottom: 1px dotted #3AABD2;
}

.page-id-125 .hentry h3:before {
	padding-right: 0.3em;
	content: "[Q]";
	color: #2681A3;
	font-size: 1.1em;
}



.openBtn {
cursor: pointer;

}

.openBtn:hover {
	cursor: pointer;
color: #f00;
}

.textArea {
display: none;
padding: 1em 1em 1em 3em !important;
background: #fff;
border: 1px dotted #3AABD2;
}


.kanren {
	padding:1em;
	background: #f4f4f4;
}

.kanren p {
	color:666;
	font-size: 0.8em;
	margin: 0;
}

.kanren a {
	font-size: 1.2em;
}

.cd-top {
	display: inline-block;
	height: 70px;
	width: 70px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	border-radius: 50%;
	/*border: 1px solid #2685BB;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(./images/gotop.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
z-index: 99999;

}
.cd-top.cd-fade-out {
	opacity: 1
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1
}
@media only screen and (min-width:768px) {
	.cd-top {
		right: 20px;
		bottom: 20px
	}
}
@media only screen and (min-width:1024px) {
	.cd-top {
		height: 70px;
		width: 70px;
		right: 30px;
		bottom: 100px
	}
}

.m-me-com {
	
	font-size: 0.8em;
	background: #2E7BAC;
}
.m-me-com a {
	font-size: 1.2em;
	font-weight: bolder;
	color: #fff;
}


@media only screen and (min-width:768px) {
.m-head img {
	display: none;
}
