/*!
Theme Name: nakayamadental
Author: 中山歯科クリニック
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root{
	--zen: 'Zen Old Mincho', serif;
	--zengothic: 'Zen Kaku Gothic Antique', sans-serif;
	--blue: #025bac;
	--blue_txt: rgb(52, 91, 168);
	--green:#ebfffb;
	--imgshadow: 0px 0px 10px 0 #9E9E9E;
	--shadow: 0px 0px 10px 0px #e9e9e9;
	--rounded: 5px;
	--filter11: saturate( 1.1 );
	--filter12: saturate( 1.2 );
	--filter13: saturate( 1.3 );
	--filter14: saturate( 1.4 );
	--filter15: saturate( 1.5 );
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

body {
	margin: 0;
}

main {
	display: block;
}

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

/* Grouping content
========================================================================== */

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

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

/* Text-level semantics
========================================================================== */

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

img {
	border-style: none;
}

/* Forms
========================================================================== */

button,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

/* Misc
========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

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

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

table td{
	line-height: 1.8;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

.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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 43px;
}

/*下層*/
.secondary_menu{
	margin-bottom: 0;
}

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

.main-navigation ul.menu > li > a{
	padding: 0 0 15px;
	margin: 0 15px;
	position: relative;
}

.main-navigation ul.menu > li > a:hover:before{
	content: '';
	background-color: rgb(175, 207, 247);
	width: 100%;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	bottom: 10px;
	left: 0;
	filter: var(--filter13);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	display: block;
	visibility: hidden;
	opacity: 0;
	background-color: rgb(245, 245, 245);
	padding: 20px 0;
	z-index: 99999;
}

.main-navigation ul.menu > li:hover > ul{
	visibility: visible;
	opacity: 1;
	transition: all .1s ease-out;
}

.main-navigation ul.menu > li:last-child:hover > ul{
	left: -100px;
}

.main-navigation ul ul ul {
	visibility: hidden;
	opacity: 0;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 10px 1.5rem;
	font-size: calc(30px / 2);
}

.main-navigation ul ul a:hover {
	background: rgb(225, 225, 225);
}


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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	font-family: var(--zen);
	cursor: pointer;
}

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

@media screen and (min-width: 768px) {
	.main-navigation ul {
		display: flex;
	}
}


/* scroll
--------------------------------------------- */
#masthead .for{display: none;}/*予約画像*/
@media(min-width:1200px){
	#masthead.on > div{
		width: calc(2260px / 2);
	}
}

@media(min-width:992px){
	#masthead.on{
		display: none;
		position: fixed;
		top:0;
		width: 100%;
		height: calc(185px / 2);
		background: #fff;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
		z-index: 999;
	}
	#masthead.on > div{
		margin: 0 auto;
	}
	#masthead.on .site-branding{
		margin: 10px auto 10px;
		align-items: start;
	}
	#masthead.on h1{
		font-size: 12px;
	}
	#masthead.on .logo img{
		width: 230px;
		padding: 5px 0;
	}

/*予約画像*/
#masthead.on .against{display: none;}
#masthead.on .for{
	display: block;
	width: 160px;
}
/*////予約画像*/

#masthead.on .site-branding .info p{display: none;}
#masthead.on .site-branding .info address{
	font-size: 25px;
	margin-bottom: 0;
}
#masthead.on .site-branding .info address:before{
	margin-top: 3px;
}

#masthead.on #site-navigation{
	position: relative;
	top: -39px;
}
}

/*---------------------------------------------------------
mobile
---------------------------------------------------------*/

@media(min-width: 992px) {.mobile-info,.mob-visual,.mob{display: none!important;}}
@media(max-width: 992px) {#masthead,#secondmasthead,#masthead.on{display: none!important;}}

/* logo
--------------------------------------------- */
@media(max-width: 992px) {
	.mobile-info{
		margin-left: 1rem;
		margin-bottom: 10px;
	}
	.mobile-info h1{
		font-size: 13px;
	}
	.mobile-info .logo img{
		width: calc(486px / 2);
	}
}

@media(max-width: 576px) {
	.mobile-info h1{
		font-size: 10px;
	}
}


/* mob
--------------------------------------------- */
@media(max-width: 992px) {
	.mob {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99999;
		transition:.1s;
	}
	.mob.nav-open{
		height: 100%;
		overflow-y: scroll;
		background: rgba(0,0,0,.2);
	}
	.mob::before {
		content: 'mobile';
		display: none;
	}
	.mob::-webkit-scrollbar{
		display:none;
	}
	.mob .nav-trigger {
		position: fixed;
		top: .5rem;
		right: 1rem;
		height: calc(80px / 2);
		width: calc(80px / 2);
		text-indent: 100%;
		white-space: nowrap;
		background: rgb(17 94 167);
		z-index: 9999;
	}
	.mob a:hover{
		opacity: 1!important;
	}
	.mob .nav-trigger span, .mob .nav-trigger span::after, .mob .nav-trigger span::before {
		position: absolute;
		background-color: rgb(255, 255, 255);
		height: 2px;
		width: 27px;
	}
	.mob .nav-trigger span {
		left: 50%;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}
	.mob .nav-trigger span::after, .mob .nav-trigger span::before {
		content: '';
		left: 0;
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
	.mob .nav-trigger span::before {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	.mob .nav-trigger span::after {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}
	.mob.nav-open .nav-trigger span {
		background-color: transparent;
	}
	.mob.nav-open .nav-trigger span::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mob.nav-open .nav-trigger span::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mob .main-nav {
		display: none;
	}
	.mob .mob_op {
		display: none;
		position: absolute;
		top: 0;
		right:0;
		width: 480px;
		padding: 1.5rem 0 1.5rem;
		text-align: center;
		background-color: rgb(249, 249, 249);
		box-shadow: 0px 10px 9px 1px rgba(0, 0, 0, 0.1);
	}
	.mob.nav-open .mob_op {
		display: block;
	}
	.dropdown-list ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.dropdown-list ul li{
		text-align:left;
	}
	.dropdown-list ul li a{
		padding: 10px 0 10px 30px;
		display: block;
		font-size: calc(30px / 2);
		font-weight: 400;
		color: #000;
		text-decoration: none;
	}
	.dropdown-list ul ul{
		background-color: rgb(245, 245, 245);
	}
	.dropdown-list ul ul li{
		border-bottom: none;
	}
	.dropdown-list ul ul li a{
		font-size: calc(28px / 2);
	}
}



/* nav-open
--------------------------------------------- */
@media(max-width: 992px) {
	.mob.nav-open .menu-item-has-children{
		position:relative;
	}
	.dropdown-list .menu-item-has-children > .sub-menu{
		padding:10px 2rem;
		margin:0;
		list-style:none;
		display:none;
	}
	.dropdown-list .menu-item-has-children > .sub-menu a{
		line-height: 1.5;
		padding: 6px 0;
		display: flex;
		align-content: center;
	}
	.dropdown-list .menu-item-has-children > .sub-menu a:before{
		content: '› ';
		display:block;
		margin-right: 3px;
	}
	.mob.nav-open .menu-item-has-children > .sub-menu > li{
		padding: .5rem .5rem;
		display: block;
		width: 100%;
	}
	#menu-footer .menu-item-has-children > .sub-menu > li{
		padding: 0;
	}
}


/* +-開閉
--------------------------------------------- */
@media(max-width: 992px) {
	.oac{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 1.1rem;
		right: 1.5rem;
	}
	.oac:before,
	.oac:after {
		content: '';
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #413a35;
		width: 11px;
		height: 2px;
		transition: all 0.3s;
	}
	.oac:after {
		transform: rotate(90deg);
	}
	.oac.active:before {
		transform: rotate(180deg);
	}
	.oac.active:after {
		transform: rotate(180deg);
		opacity: 0;
	}
}

/* media
--------------------------------------------- */
@media(max-width: 640px) {
	.mob-visual{
		height: calc(880px / 2);
	}
	.mobile-info h2{
		font-size: 1.3rem;
	}
}

@media(max-width:480px){
	.mobile-info h2{
		line-height: 1.3;
	}
	.mob .mob_op{
		width: 100%;
	}
}


@media(min-width:640px){
	.site-footer-tel{
		display: none;
	}
}
.site-footer-tel{
	position: fixed;
	bottom: 0;
	padding: 10px 1rem;
	z-index: 999;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

.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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

/*rtl:ignore*/
float: left;

/*rtl:ignore*/
margin-right: 1.5em;
margin-bottom: 1.5em;
}

.alignright {

/*rtl:ignore*/
float: right;

/*rtl:ignore*/
margin-left: 1.5em;
margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.text-center{
	text-align:center!important;
}

/* font-size
--------------------------------------------- */
@media (min-width: 576px) {
.fs-10{font-size:10px;}
.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
}

/* display
--------------------------------------------- */
.d-block{display:block;}
.d-inline-block{display:inline-block;}

/* padding
--------------------------------------------- */
@media(min-width:576px){
	.pl-sm-1{
		padding-left: 1rem;
	}
	.pl-sm-2{
		padding-left: 2rem;
	}
	.pl-sm-3{
		padding-left: 3rem;
	}
	.pr-sm-1{
		padding-right: 1rem;
	}
	.pr-sm-2{
		padding-right: 2rem;
	}
	.pr-sm-3{
		padding-right: 3rem;
	}
/*px*/
.px3{
	padding-left: 3rem;
	padding-right: 3rem;
}
.px4{
	padding-left: 4rem;
	padding-right: 4rem;
}
.px5{
	padding-left: 5rem;
	padding-right: 5rem;
}
}

@media(min-width:768px){
	.pl-md-1{
		padding-left: 1rem;
	}
	.pl-md-2{
		padding-left: 2rem;
	}
	.pl-md-3{
		padding-left: 3rem;
	}
	.pr-md-1{
		padding-right: 1rem;
	}
	.pr-md-2{
		padding-right: 2rem;
	}
	.pr-md-3{
		padding-right: 3rem;
	}
}

@media(min-width:992px){
	.pl-lg-1{
		padding-left: 1rem;
	}
	.pl-lg-2{
		padding-left: 2rem;
	}
	.pl-lg-3{
		padding-left: 3rem;
	}
	.pr-lg-1{
		padding-right: 1rem;
	}
	.pr-lg-2{
		padding-right: 2rem;
	}
	.pr-lg-3{
		padding-right: 3rem;
	}
}

/* margin
--------------------------------------------- */
.m-0{margin: 0!important;}
.mt-0{margin-top: 0!important;}
.mb-0{margin-bottom: 0!important;}

.mt-1{margin-top: 1rem!important;}
.mt-2{margin-top: 2rem!important;}
.mt-3{margin-top: 3rem!important;}
.mt-4{margin-top: 4rem!important;}
.mt-5{margin-top: 5rem!important;}

.mb-1{margin-bottom: 1rem!important;}
.mb-2{margin-bottom: 2rem!important;}
.mb-3{margin-bottom: 3rem!important;}
.mb-4{margin-bottom: 4rem!important;}
.mb-5{margin-bottom: 5rem!important;}

.my-1{margin: 1rem 0!important;}
.my-2{margin: 2rem 0!important;}
.my-3{margin: 3rem 0!important;}
.my-4{margin: 4rem 0!important;}
.my-5{margin: 5rem 0!important;}

.mx-1{margin: 0 1rem!important;}
.mx-2{margin: 0 2rem!important;}
.mx-3{margin: 0 3rem!important;}
.mx-4{margin: 0 4rem!important;}
.mx-5{margin: 0 5rem!important;}

@media (max-width: 576px) {
	.mt-4{margin-top: 2rem!important;}
.mt-5{margin-top: 2rem!important;}
	.mb-4{margin-bottom: 2rem!important;}
.mb-5{margin-bottom: 2rem!important;}
}

/* order
--------------------------------------------- */
@media (min-width: 576px) {
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
}

@media (min-width: 768px) {
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
}

/* pointer-events
--------------------------------------------- */
.pointer-none{
	pointer-events: none;
}

.footer_menu .pointer-none_ > a{
	pointer-events:none;
}

/* row
--------------------------------------------- */
.row {
	display: flex;
	flex-wrap: wrap;
}

.row > * {
	width:100%;
}

@media(min-width:576px){
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media(min-width:768px){
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media(min-width:992px){
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}