@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Hair Salon Website Templates Free Download
Version:            1.0.0
Created Date:       30/03/2017 
Author:             Jitu Chauhan 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body {
	font-size: 16px;
	background-color: #fff;
	color: #5d5c59;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #18150d;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 30px;
	line-height: 42px;
}
.font_st01 {
	border-bottom: solid 3px #e2e2e2;
	position: relative;
	margin-bottom: 20px;
}
.font_st02 {
	padding: 0.3em;
	background: #F2FBFB;
	border-left: solid 5px #008C8C;
	margin:20px 0 40px 0;
}
@media only screen and (max-width: 767px) {
.font_st01 {
	font-size: 26px;
}
}
.font_st01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #008C8C;
	bottom: -3px;
	width: 20%;
}
h2 {
	font-size: 24px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	line-height: 28px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
/*	margin: 0 0 20px;*/
}
p:last-child {
	margin-bottom: 0px;
}
ul, ol {
	margin: 0;
}
ul li, ol li {
}
ul {
	padding-inline-start: 25px;
}
a {
	color: #008C8C;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus, a:hover {
	text-decoration: none;
	color: #008C8C;
}
b, strong {
	font-weight: bold;
}
.listnone {
	list-style: none;
	padding: 0px;
}
.lead {
	font-size: 21px;
	color: #3c3c3c;
	font-weight: 400;
}
.italic {
	font-style: italic;
}
.small-text {
	font-size: 12px;
}
.medium-text {
	font-size: 16px;
}
.text-caps {
	text-transform: uppercase;
	letter-spacing: 2px;
}
::selection {
	background: #ffecb3;
	color: #333;
}
h3 small {
	font-weight: 400;
	line-height: 1;
	color: #00B2B2;
	font-size: 14px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed;
	color: #DDDDDD
}
.indent {
	text-indent: 1em;
	margin-block-start: 0;
	margin-block-end: 0;
}
/* デイバス別制御 */


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

@media screen and (min-width: 680px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
.center {
	text-align: left;
}
a.anchor {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
.hero-title-bg{
	padding:35px 30px 30px 55px;
	border-radius:10px;
	background-color: rgba(255,255,255, 0.8);
}
.hero-title-bg .hero-text{
	font-size:22px;
	font-weight: 600;
}
}
@media screen and (max-width: 680px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.center {
	text-align: center !important;
}
a.anchor {
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}
.hero-title-bg{
	background-color:transparent;
}
.hero-title-bg .hero-title{
	font-size: 28px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;	
}
.hero-title-bg .hero-text{
	font-size:20px;
	font-weight: 600;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
}




.title-01 {
	position: relative;
	padding: 0 10px 20px 0;
	/*  border: solid 3px #555;*/
	border-bottom: solid 2px #E8DDD4;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.title-01:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FBFAF8;
	z-index: 2;
}
.title-01:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #E8DDD4;
	z-index: 1;
}

blockquote {
	padding: 10px 20px;
	margin: 0px;
	font-size: 21px;
	line-height: 32px;
	color: #3c3c3c;
	font-style: italic;
	border-left: 5px solid #00B2B2;
}
/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 0px 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0px 30px 0px 0;
}
a img.alignright {
	float: right;
	margin: 0px 0 30px 30px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;    /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/*-----------------------------------
    2. Form css 
-----------------------------------*/
label {
}
.control-label {
	color: #474747;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}
.form-control {
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #dcd9d3;
	background-image: none;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
	box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
	margin-bottom: 15px;
}
.form-control:focus {
	border-color: #bab6ae;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
	background-color: #fffefd;
}
.textarea.form-control {
	background-color: #f6f8f9;
	height: auto;
}
.required {
}
.form-news-letter .form-control {
	float: left;
	width: 75%;
	margin-right: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.get-in-touch {
}
.get-in-touch .form-control {
	margin-bottom: 10px;
}
/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn {
	display: inline-block;
	padding: 14px 30px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.42857143;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 100px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.btn-default {
	color: #fff;
	background-color: #00B2B2;
}
.btn-default:hover {
	color: #fff;
	background-color: #008C8C;
	border-color: #008C8C;
}
.btn-default.focus, .btn-default:focus {
	color: #fff;
	background-color: #008C8C;
	border-color: #008C8C;
}
.btn-primary {
	background-color: #2d281a;
	color: #fff;
}
.btn-primary:hover {
	background-color: #18150d;
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
}
.btn-white {
	color: #008C8C;
	background-color: #fff;
	border: 1px solid #fff;
}
.btn-white:hover {
	background-color: #00B2B2;
	border-color: #008C8C;
	color: #fff;
}
.btn-white.focus, .btn-white:focus {
	background-color: #008C8C;
	border-color: #008C8C;
	color: #fff;
}
.btn-link {
	color: #98989c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 1px solid #98989c;
	padding-bottom: 2px;
}
.btn-link:hover {
	color: #00B2B2;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #00B2B2;
}
.btn-lg {
	font-size: 14px;
	padding: 20px 30px;
}
.btn-sm {
	font-size: 12px;
	padding: 5px 10px;
}
.btn-xs {
	font-size: 12px;
	padding: 5px 7px;
}
/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small {
	padding-top: 10px;
	padding-bottom: 40px;
}
.space-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}
.space-large {
	padding-top: 120px;
	padding-bottom: 120px;
}
.space-ex-large {
	padding-top: 140px;
	padding-bottom: 140px;
}
/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
/*----- less margin space from top --*/
.mt-20 {
	margin-top: -20px;
}
.mt-40 {
	margin-top: -40px;
}
.mt-60 {
	margin-top: -60px;
}
.mt-80 {
	margin-top: -80px;
}
/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
	padding: 0px;
}
.nopr {
	padding-right: 0px;
}
.nopl {
	padding-left: 0px;
}
.pinside10 {
	padding: 10px;
}
.pinside20 {
	padding: 20px;
}
.pinside30 {
	padding: 30px;
}
.pinside40 {
	padding: 40px;
}
.pinside50 {
	padding: 50px;
}
.pinside60 {
	padding: 60px;
}
.pinside80 {
	padding: 80px;
}
.pinside130 {
	padding: 130px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt30 {
	padding-top: 30px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt60 {
	padding-top: 60px;
}
.pdt80 {
	padding-top: 80px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb60 {
	padding-bottom: 60px;
}
.pdb80 {
	padding-bottom: 80px;
}
.pdl10 {
	padding-left: 10px;
}
.pdl20 {
	padding-left: 20px;
}
.pdl30 {
	padding-left: 30px;
}
.pdl40 {
	padding-left: 40px;
}
.pdl60 {
	padding-left: 60px;
}
.pdl80 {
	padding-left: 80px;
}
.pdr10 {
	padding-right: 10px;
}
.pdr20 {
	padding-right: 20px;
}
.pdr30 {
	padding-right: 30px;
}
.pdr40 {
	padding-right: 40px;
}
.pdr60 {
	padding-right: 60px;
}
.pdr80 {
	padding-right: 80px;
}
/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.bg-light {
	background-color: #FBFAF8;
}
.bg-primary {
	background-color: #FFADAD;
}
.bg-default {
	background-color: #FBFAF8;
}
.contactinfo {
	background: url(../images/contactinfo.jpg) no-repeat center;
	background-size: cover;
	margin: 0;
}
.bg-white {
	background-color: #fff;
}
.outline {
	border: 1px solid #e5e7ec;
}
.section-title {
}
.title {
	color: #18150d;
}
.small-title {
	color: #84837f;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.text-white {
	color: #fff;
}
.primary-sidebar {
}
.secondary-sidebar {
}
.well-block {
	background-color: #fff;
	padding: 40px;
	margin-bottom: 5px;
	opacity: 0.9
}
/*--------------------------------
4.5 Features Block 
----------------------------------*/
.feature {
}
.feature-icon {
	margin-bottom: 20px;
}
.feature-left {
}
.feature-left .feature-icon {
	float: left;
}
.feature-left .feature-content {
	padding-left: 80px;
}
.feature-center {
}
.feature-center .feature-icon {
}
.feature-center .feature-content {
}
.feature-inner {
}
.feature-outline {
}
.thumbnail-block {
}
.thumbnail-img {
}
.thumbnail-content {
}
.thumbnail-inner {
}
.thumbnail-outline {
}
/*----------------- video ---------------*/
.video-section {
	position: relative;
}
.video-img {
	position: relative;
}
.video-img img {
	width: 100%;
}
.video-action {
	position: absolute;
	top: 40%;
	left: 47%;
}
/*--------------------------------
4.6 Bullet 
----------------------------------*/
.bullet {
	position: relative;
	padding-left: 15px;
	color: #78807e;
	line-height: 32px;
}
.bullet-double-right li:before {
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 14px;
	color: #78807e;
	content: "\f101";
}
/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-block {
}
.cta-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 10px;
}
.cta-text {
	font-size: 18px;
	color: #a2fed4;
}
.cta-content {
}
.cta-call, .cta-mail {
}
.cta-section {
	padding-top: 140px;
	padding-bottom: 140px;
	background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), rgba(30, 28, 24, 0.8) url(../images/cta-section-img.jpg) no-repeat center;
	background-size: cover;
}
.cta-caption {
}
.cta-title {
	font-size: 30px;
	color: #fff;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.cta-text {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/
.imghover {
	display: block;
	position: relative;
	max-width: 100%;
}
.imghover::before, .imghover::after {
	display: block;
	position: absolute;
	content: "";
	text-align: center;
	opacity: 0;
}
.imghover::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.imghover::after {
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 -25px;
	content: "\f2a8";
	font-family: "FontAwesome";
	font-size: 36px;
}
.imghover:hover::before, .imghover:hover::after {
	opacity: 1;
}
.imghover:hover::before {
	background: rgba(212, 27, 44, .55);
}
.imghover:hover::after {
	color: #FFFFFF;
}
[class^='imghvr-'], [class*=' imghvr-'] {
	background: rgba(211, 0, 80, .55);
}
/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon {
}
.icon-1x {
	font-size: 18px;
}
/* default icon size of font*/
.icon-2x {
	font-size: 38px;
}
.icon-4x {
	font-size: 65px;
}
.icon-6x {
	font-size: 88px;
}
.icon-8x {
	font-size: 108px;
}
.icon-default {
	color: #00B2B2;
}
.icon-primary {
	color: #474954;
}
.icon-secondary {
	color: #fff;
}
.icon-white {
	color: #fff;
}
/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.logo {
}
.header {
	background-color: #fff;
	z-index: 9999;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-text {
	text-align: right;
}
.top-text .text-block {
	padding-left: 20px;
	color: #fff;
	line-height: 18px;
}
.call-block {
}
.call-no {
}
.mail-block {
}
.mail-text {
}
.time-block {
}
.time-text {
}
.call-block, .mail-block, .time-block {
}
/*--------------------------
    5.2 Navigations Regular


   ----------------------------*/


@media screen and (min-width: 680px) {
	
.hero-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/heroimg_pc.jpg) no-repeat center;
	background-size: cover;
}

}

@media screen and (max-width: 680px) {
	
	.hero-section {
	
background: url(../images/heroimg_sp.jpg) no-repeat center;


	}
	
	
}



.hero-caption {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hero-title {
	font-size: 46px;
	color: #00B2B2;
	line-height: 58px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: -1px;
text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.hero-text {
	font-size: 18px;
	color: #5d5c59;
	margin-bottom: 30px;
text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;}

.navigation {
	float: right;
}
.is-sticky .header {
	border-bottom: 1px solid #eae7e2;
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#navigation > ul > li {
	float: left;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation > ul > li > a {
	padding: 20px;
	font-size: 13px;
	color: #18150d;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}
#navigation > ul > li:hover > a {
	color: #ffffff;
	background-color: #00B2B2;
}
#navigation > ul > li.has-sub > a {
	padding-right: 32px;
}
/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before {
	position: absolute;
	right: 14px;
	font-family: FontAwesome;
	content: "\f107";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul {
	position: absolute;
	left: -9999px;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation li:hover > ul {
	left: auto;
}
#navigation.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#navigation li:hover > ul > li {
	height: 46px;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li a {
	padding: 16px;
	width: 180px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	background: #00B2B2;
	text-transform: uppercase;
	border-bottom: 1px solid #008C8C;
}
#navigation ul ul li a.target{
	padding: 16px;
	width: 230px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	background: #00B2B2;
	text-transform: uppercase;
	border-bottom: 1px solid #008C8C;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	color: #ffffff;
	background-color: #00B2B2;
}
#navigation ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#navigation.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#navigation ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#navigation ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
#navigation.small-screen {
	width: 100%;
}
#navigation.small-screen ul {
	width: 100%;
	display: none;
}
#navigation.small-screen.align-center > ul {
	text-align: left;
}
#navigation.small-screen ul li {
	width: 100%;
	border-top: 1px solid #474747;
}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
	height: auto;
}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding: 20px 15px;
}
#navigation.small-screen > ul > li {
	float: none;
}
#navigation.small-screen ul ul li a {
	padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
	padding-left: 35px;
}
#navigation.small-screen ul ul li a {
	color: #474747;
	background: none;
}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
	color: #474747;
}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
	display: none;
}
#navigation.small-screen #menu-button {
	display: block;
	padding: 15px;
	color: #474747;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#navigation.small-screen #menu-button:after {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 12px;
	width: 20px;
	border-top: 2px solid #474747;
	border-bottom: 2px solid #474747;
	content: '';
}
#navigation.small-screen #menu-button:before {
	position: absolute;
	top: 21px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #474747;
	content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #474747;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #474747;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #474747;
	height: 53px;
	width: 53px;
	cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
}
#navigation.small-screen ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#navigation.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 8px;
	height: 2px;
	display: block;
	background: #474747;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
	background: #474747;
}
#navigation.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 23px;
	display: block;
	width: 2px;
	height: 8px;
	background: #474747;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
	display: none;
}
#navigation.small-screen.select-list {
	padding: 5px;
}
/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
/*.page-header { background:  url(../images/page-header.jpg) no-repeat center; background-size: cover; margin: 0; border-bottom: none; padding-bottom: 0px; }*/
.page-header {
	background-color: #F2FBFB;
	background-size: cover;
	margin: 0;
	border-bottom: none;
	padding-bottom: 0px;
}
.page-caption {
	padding: 60px 0px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}
.page-title {
	color: #008C8C;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 2px;
}
.breadcrumb {
}
.breadcrumb>.active {
}
.page-breadcrumb {
}
.page-breadcrumb .breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
/*-----------------------------------
    6. Slider 
-------------------------------------*/

/*-----------------------------------
7. Content 
-------------------------------------*/

.content {
	padding-top: 40px;
	padding-bottom: 30px;
}
/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer {
	background-color: #BFE2E2;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-block {
	background-color: #DFF0F0;
	padding: 40px 40px 40px 40px;
	border-radius: 10px;
}
.footer-widget p {
	color: #747474;
}
.footer-widget .widget-title {
	color: #008C8C;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.footer-widget {
}
.footer-widget ul {
}
.footer-widget li {
}
.footer-widget li a {
	color: #747474;
	line-height: 34px;
}
.footer-widget li a:hover {
	color: #00B2B2;
}
.footer-link {
}
.footer-social {
}
.footer-social ul {
}
.footer-social ul li {
}
.footer-social ul li a i {
	padding-right: 10px;
	width: 30px;
}
.footer-social ul li a:hover i {
	color: #00B2B2;
}
.footer .contact li {
	position: relative;
	padding-left: 40px;
	display: block;
' margin-bottom: 8px;
	padding: 0 0 8px 40px;
	color: #747474;
}
.footer .contact li i {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}
.widget-newsletter .form-control {
	height: 48px;
	color: #eee;
	background-color: #393836;
	border: none;
	box-shadow: none;
	font-size: 14px;
	border-radius: 30px 0px 0px 30px;
}
.widget-newsletter button {
	height: 48px;
}
/*-------------- tiny footer ------------*/
.tiny-footer {
	padding-top: 19px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #56575e;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
}
.copyright-content {
	padding: 12px;
	color: #747474;
}
/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
 9.1 target us
---------------------------*/

.target-text {
	line-height: 40px;
}
.target-block {
}
.target-img {
}
.target-info {
}
.target-contact {
	font-size: 18px;
	color: #8c9292;
	font-weight: 600;
	margin-left: 5px;
}
.counter_block {
}
.counter_box {
	border-bottom: 1px solid #eee;
	padding: 40px 0px;
}
.counter_number {
	font-weight: 900;
	margin-bottom: 0px;
}
.counter_text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/

/* service section */

.service-block {
	margin-bottom: 30px;
}
.service-img {
	margin-bottom: 30px;
}
.service-img img {
	width: 100%;
}
.service-caption {
}
.service-title {
	font-size: 20px;
	color: #212330;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.service-icon {
}
.service-icon img {
}
.service-single-block {
}
.service-single-img {
}
.service-single-content {
}
.price {
	font-size: 24px;
	color: #00B2B2;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.service-icon a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*-----------------------------------------
    service side-nav
   ------------------------------------------*/
.sidenav {
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 30px;
}
.sidenav li {
	position: relative;
}
.sidenav li:last-child {
	margin-bottom: 0px;
}
.sidenav li a {
	display: block;
	line-height: 14px;
	color: #2b2d2c;
	font-weight: 500;
	font-size: 14px;
	background-color: #dfddd7;
	padding: 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.sidenav li a:hover {
	color: #fff;
	background-color: #00B2B2;
}
.sidenav li a.active, .sidenav ul li a.active .sidenav ul li i {
	color: #fff;
	background-color: #00B2B2;
}
.sidenav li a:focus {
	color: #FF7373;
}
.sidenav li.active a:before {
	color: #FF7373;
}
/*.sidenav li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; width: 20px; font-size: 12px; color: #7d7f89; content: "138"; left: 10px; }
.sidenav li a:hover:before { color: #FF7373; }*/
.arrow-circle-right li:last-child {
	border-bottom: 0px solid #6f4a52;
}
.arrow-circle-right li a:before {
	margin-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	left: 20px;
	width: 20px;
	font-size: 16px;
	color: #5a5a5a;
	content: "\f105";
	font-weight: normal;
}
/*--------------------------
  9.5  Testimonial
---------------------------*/
.quote-left {
	position: absolute;
	font-size: 100px;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	color: #00B2B2;
	line-height: 0px;
	top: 52px;
}
.testimonial-block {
	margin-bottom: 40px;
}
.testimonial-img {
}
.testimonial-img img {
}
.testimonial-content {
	margin-bottom: 30px;
}
.testimonial-info {
	line-height: 1;
}
.testimonial-text {
	font-size: 21px;
	font-style: italic;
	line-height: 32px;
	color: #333333;
}
.testimonial-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.testimonial-meta {
	font-size: 13px;
	text-transform: uppercase;
	color: #008C8C;
	padding-right: 10px;
	font-weight: 400;
}
/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block {
}
.contact-block ul {
}
.contact-block ul li {
	border: 1px solid #f1f2f4;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-block ul li i {
	color: #00B2B2;
	float: left;
	padding: 0px;
}
.contact-block .contact-text {
}
.contact-info {
	background-color: #cda34d;
	color: #fff;
}
.contact-info ul {
	padding-left: 0px;
}
.contact-info li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b69042;
	padding-bottom: 29px;
}
.contact-info li:last-child {
	border-bottom: none;
}
.contact-info li i {
	display: block;
	position: absolute;
	left: 0;    /* font-size: 50px; */    /* text-align: center; */
	color: #fff;    /* bottom: 0px; */
}
.map {
	height: 400px;
}
.contact-social {
	text-align: center;
}
.contact-social {
}
.contact-social a i {
	height: 32px;
	width: 32px;
	border-radius: 50px;
	background-color: #008C8C;
	text-align: center;
	padding: 7px;
	line-height: 1.2;
	font-size: 14px;
	color: #c12d17;
}
.contact-social a i:hover {
	color: #008C8C;
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
/*------------------------
 10. Blog pages
--------------------------*/
.content {
}
.sidebar {
}
.post-block, .post-quote {
	position: relative;
	background-color: #FBFAF8;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.post-contact {
	position: relative;
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 0px solid #00B2B2;
}
/*-- use for thumbnail --*/
.post-holder {
	position: relative;
	margin-bottom: 30px;
}
/*-- for single post page --*/
.post-img {
	position: relative;
}
.post-img img {
	border-radius: 10px;
	width: 100%;
}
.post-title {
}
.post-content {
	padding-top: 40px;
	padding-right: 40px;
}
.post-header {
}
/*-------- Post meta --------*/
.meta {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.meta-date {
}
.meta-user {
}
.meta-comment {
}
.meta-author {
}
.meta-cat {
}
.meta-date, .meta-author, .meta-comment, .meta-cat {
	display: inline-block;
	margin-right: 10px;
}
.meta-link {
}
.meta-tags {
}
/*-------- Post Type --------*/
.post-sticky {
	background: url(../images/sticky.png) no-repeat;
	position: absolute;
	right: 35px;
	bottom: 35px;
	width: 30px;
	height: 30px;
	color: #fff;
}
.post-gallery {
}
.post-video {
}
.post-video .video-sign {
}
.post-audio {
}
.post-quote {
	background-color: #00B2B2;
}
.quote-content {
}
.post-quote blockquote {
	color: #fff;
	font-size: 34px;
	line-height: 42px;
}
/*-------- Related Post --------*/
.related-post-block {
	border-top: 1px solid #eee;
	padding-top: 29px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.related-post {
	margin-bottom: 30px;
}
.related-post-title {
}
.related-post-img {
	margin-bottom: 30px;
}
.related-post-img img {
	border-radius: 10px;
}
/*----- Prev Next Post -----*/
.post-navigation {
	margin-bottom: 30px;
}
.nav-previous, .nav-next {
	border: 1px solid #f4f1ec;
	padding: 20px;
}
.nav-previous {
}
.nav-next {
}
.prev-post {
}
.next-post {
}
.prev-link {
}
.next-link {
}
.prev-link, .next-link {
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
/*----- Author Post -----*/
.author-post {
	margin-bottom: 30px;
	background: #FBFAF8;
	padding: 30px;
	border-radius: 10px;
}
.author-img {
}
.author-title {
}
.author-img img {
	width: 100%;
	border-radius: 10px;
}
.author-bio {
}
.author-meta {
}
.author-name {
}
.author-header {
}
.author-detail {
}
.author-link {
}
.author-social {
}
.author-social ul {
}
.author-social ul li {
}
.author-social ul li a {
}
.author-social ul li a:hover {
}
.author-info {
}
/*------------- Post Pagination -------------*/
.st-pagination {
}
.st-pagination .pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #3c3c3c;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 13px;
	border: 1px solid #efefef;
	border-radius: 100%;
}
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover, .st-pagination .pagination>li>a.active {
	z-index: 2;
	color: #fff;
	background-color: #00B2B2;
	border: 1px solid #f4f1ec;
}
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 100%;
}
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {
	border-radius: 100%;
}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #00B2B2;
	border: 1px solid #00B2B2;
}
/*------------------------
  12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget {
	margin-bottom: 10px;
	background-color: #f4f1ec;
	padding: 30px;
	border-radius: 10px;
}
.widget-title {
	margin-bottom: 20px;
}
.widget ul {
}
.widget ul li {
	margin-bottom: 16px;
	line-height: 18px;
}
.widget ul li:last-child {
	margin-bottom: 0px;
}
.widget ul li a {
	color: #474747;
}
.widget ul li a.active {
	color: #00B2B2;
}
.widget ul li a:hover {
	color: #00B2B2;
}
.widget-search {
}
.widget-search .input-group-addon {
	color: #fff;
	text-align: center;
	background-color: #00B2B2;
	border: 1px solid #00B2B2;
	border-left: transparent;
}
.widget-categories {
}
.widget-categories ul {
}
.widget-categories ul li {
}
.widget-categories ul li a {
}
.widget-archives {
}
.widget-archives ul {
}
.widget-archives ul li {
}
.widget-archives ul li a {
}
ul.widget-recent-post {
}
.widget-recent-post li {
	margin-bottom: 10px;
	border-bottom: 1px solid #cecbc7;
	padding-bottom: 10px;
}
.widget-recent-post li:last-child {
	border-bottom: 1px solid transparent;
}
.widget-recent-post ul li a {
}
.widget-recent-post .meta {
	margin-bottom: 0px;
}
.recent-post-img {
	margin-bottom: 20px;
}
.recent-post-content {
}
.recent-title {
	font-size: 12px;
	line-height: 18px;
}
.widget-tags {
}
.widget-tags a {
	border: 1px solid #cecbc7;
	padding: 2px 10px;
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 3px;
	border-radius: 50px;
	color: #18150d;
}
.widget-tags a:hover {
	background-color: #00B2B2;
	color: #fff;
	border: 1px solid #00B2B2;
}
.widget-text {
}
.widget-contact {
}
.widget-social {
}
.social-circle a {
	height: 33px;
	width: 33px;
	background-color: #00B2B2;
	color: #fff;
	border-radius: 100%;
	padding: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.social-circle a:hover {
	background-color: #008C8C;
}
.widget-call-to-action {
	background-color: #FFF3EF;
}
.widget-call-to-action .widget-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 28px;
}
.widget-call-to-action p {
	font-size: 18px;
	color: #18150d;
}
.team-block {
	margin-bottom: 20px;
}
.team-img {
	margin-bottom: 20px;
}
.team-content {
	text-align: center;
}
.team-title {
	margin-bottom: 0px;
}
.team-name {
}
.team-meta {
	text-transform: uppercase;
	font-size: 12px;
	color: #00B2B2;
	font-weight: 500;
	letter-spacing: 1px;
}
.team-designation {
}
/*----- Comment Post -----*/
.comments-area {
}
.comments-title {
	border-bottom: 1px solid #f4f1ec;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.comment-list {
	list-style: none;
	padding: 0px;
}
.comment {
}
.comment-body {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4f1ec;
	padding-bottom: 20px;
}
.comment-author {
}
.comment-author img {
	float: left;
}
.comment-info {
	padding-left: 120px;
}
.comment-header {
	margin-bottom: 0px;
}
.user-title {
	font-size: 15px;
	color: #474747;
	margin-bottom: 10px;
	font-weight: 500;
}
.comment-meta {
}
.comment-meta-date {
	color: #98989c;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.comment-content {
	color: #6f6f6f;
	margin-bottom: 20px;
}
.reply {
}
/*---- thread comments --------*/
.childern {
	padding-left: 100px;
	list-style: none;
}
.childern .comment-body {
	background-color: #f4f1ec;
	padding: 20px;
	border-radius: 10px;
}
.childern .comment-info {
	padding-left: 120px;
}
/*----- Leave Reply -----*/
.leave-comments {
	margin-top: 30px;
	background-color: #f4f1ec;
	padding: 40px;
	border-radius: 10px;
}
.leave-comments .control-label {
	color: #474747;
	font-weight: 600;
	font-size: 13px;
}
/*--------------------------------
 Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(212, 27, 44, 100) url(../images/cd-top-arrow.svg) 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 {    /* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e70359;
	opacity: 1;
}
/*-------------styleguide-------------*/
.box-info {
}
.box-default-color {
	background-color: #00B2B2;
	height: 160px;
	width: 160px;
}
.box-primary-color {
	background-color: #18150d;
	height: 160px;
	width: 160px;
}
.box-heading-color {
	background-color: #18150d;
	height: 160px;
	width: 160px;
}
.box-secondary-color {
	background-color: #6f6f6f;
	height: 160px;
	width: 160px;
}
.box-bg-color {
	background-color: #eddba5;
	height: 160px;
	width: 160px;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navigation {
	float: none;
}
	
.hero-title {
	font-size: 25px;
	line-height: 40px;
}
.hero-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.comment-info {
	padding-left: 100px;
}
.cta-title {
	font-size: 26px;
	line-height: 40px;
}
.cta-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget .widget-title {
	margin-bottom: 0px;
}
.page-title {
	font-size: 20px;
}
.page-caption {
	padding: 20px 0px;
}
.childern .comment-info {
	padding-left: 90px;
}
.childern {
	padding-left: 0px;
	list-style: none;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.navigation {
	float: none;
}
.hero-title {
	font-size: 23px;
	line-height: 40px;
}
.hero-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.comment-info {
	padding-left: 100px;
}
.cta-title {
	font-size: 26px;
	line-height: 40px;
}
.cta-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget .widget-title {
	margin-bottom: 0px;
}
.page-title {
	font-size: 20px;
}
.page-caption {
	padding: 20px 0px;
}
.childern .comment-info {
	padding-left: 90px;
}
.childern {
	padding-left: 0px;
	list-style: none;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navigation {
	float: none;
}
.hero-title {
	font-size: 23px;
	line-height: 40px;
}
.hero-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.comment-info {
	padding-left: 100px;
}
.cta-title {
	font-size: 26px;
	line-height: 40px;
}
.cta-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget .widget-title {
	margin-bottom: 0px;
}
.page-title {
	font-size: 20px;
}
.page-caption {
	padding: 20px 0px;
}
.childern .comment-info {
	padding-left: 90px;
}
.childern {
	padding-left: 0px;
	list-style: none;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.navigation {
	float: none;
}
.hero-title {
	font-size: 23px;
	line-height: 40px;
}
.hero-section {
	padding-top: 10px;
	padding-bottom: 50px;
}
.comment-info {
	padding-left: 100px;
}
.cta-title {
	font-size: 26px;
	line-height: 40px;
}
.cta-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget .widget-title {
	margin-bottom: 0px;
}
.page-title {
	font-size: 20px;
}
.page-caption {
	padding: 20px 0px;
}
.childern .comment-info {
	padding-left: 90px;
}
.childern {
	padding-left: 0px;
	list-style: none;
}
.author-img img {
	width: 120px;
	margin-bottom: 10px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.navigation {
	float: none;
}
.hero-title {
	font-size: 23px;
	line-height: 40px;
}
.hero-section {
	padding-top: 10px;
	padding-bottom: 50px;
}
.comment-info {
	padding-left: 100px;
}
.cta-title {
	font-size: 26px;
	line-height: 40px;
}
.cta-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-widget {
	margin-bottom: 20px;
}
.footer-widget .widget-title {
	margin-bottom: 0px;
}
.page-title {
	font-size: 20px;
}
.page-caption {
	padding: 20px 0px;
}
.childern .comment-info {
	padding-left: 90px;
}
.childern {
	padding-left: 0px;
	list-style: none;
}
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
.pagetop a {
	display: block;
	background-color: #00B2B2;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 10px;
	border-radius: 10%;
}
.pagetop a:hover {
	display: block;
	background: #008C8C;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 10px;
}
/* ----------------------------------------------
 topNav
---------------------------------------------- */
#topNav, .bottom_nav {
	width: 100%;
	margin: 0 auto 40px;
	border-radius: 10px;
}
#topNav > ul, .bottom_nav > ul {
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	border-left: 1px solid #ddd;
	padding: 0;
	border-radius: 0px;
}
.bottom_nav ul {
	list-style: none;
}
#topNav > ul:after, .bottom_nav > ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#topNav > ul > li, .bottom_nav > ul > li {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#topNav > ul > li span, .bottom_nav > ul > li span {
	display: none;
}
#topNav > ul > li a, .bottom_nav > ul > li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 14px 15px 14px 5px;
	background: #FFF;
	color: #444 !important;
	font-size: 14px;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.45;
}
#topNav > ul > li a:after, .bottom_nav > ul > li a:after {
	position: absolute;
	top: 50%;
	/*left: 15px;*/
	right: 20px;
	content: '';
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #008C8C;
	border-right: 1px solid #008C8C;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all .3s;
}
#topNav > ul > li a:hover, #topNav > ul > li a.on, .bottom_nav > ul > li a:hover, .bottom_nav > ul > li a.on {
	background: #f9f9f9;
}

@media screen and (max-width: 989px) {
#topNav, .bottom_nav {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
}
#topNav > ul > li a:after, .bottom_nav > ul > li a:after {
	right: 5px;
}
}

@media screen and (max-width:989px) {
#topNav > ul > li a, .bottom_nav > ul > li a {
	padding: 14px 10px 14px 0;
	font-size: 13px;
}
}

@media screen and (max-width:767px) {
#topNav, .bottom_nav {
	padding: 0 10px;
}
#topNav > ul, .bottom_nav > ul {
	display: block;
	padding-bottom: 0;
	border-top: 1px solid #DDD;
}
#topNav > ul > li, .bottom_nav > ul > li {
	float: left;
	width: 50%;
	border-top: 0;
}
#topNav > ul > li a, .bottom_nav > ul > li a {
	padding: 10px 10px 10px 0;
	font-size: 13px;
}
#topNav > ul > li a:after, .bottom_nav > ul > li a:after {
	right: 8px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
}
}
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?x40xsx');
	src: url('fonts/icomoon.eot?x40xsx#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?x40xsx') format('truetype'), url('fonts/icomoon.woff?x40xsx') format('woff'), url('fonts/icomoon.svg?x40xsx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ic-"], [class*=" ic-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ic-heart:before {
	content: "\e90d";
}
.ic-dress:before {
	content: "\e90a";
}
.ic-calc:before {
	content: "\e90b";
}
.ic-me:before {
	content: "\e906";
}
.ic-bag:before {
	content: "\e907";
}
.ic-calendar:before {
	content: "\e908";
}
.ic-car:before {
	content: "\e909";
}
.ic-beginner:before {
	content: "\e905";
}
.ic-bed2:before {
	content: "\e904";
}
.ic-staff:before {
	content: "\e900";
}
.ic-calculator:before {
	content: "\e901";
}
.ic-faq:before {
	content: "\e902";
}
.ic-repeat:before {
	content: "\e903";
}
.ic-bed:before {
	content: "\e90c";
}
/* ボタンスタイル　*/

.button-area {
	text-align: center;
}
.btn-border {
	display: inline-block;
	max-width: 600px;
	width: 267px;
	text-align: center;
	border: 2px solid #008C8C;
	color: #008C8C;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 30px;
	border-radius: 100px;
	transition: .4s;/*	background-color: white;
    opacity: 0.5;*/
}
.btn-border:hover {
	background-color: #008C8C;
	border-color: #008C8C;
	color: #FFF;
}
/* 
	表組
---------------------------------------------- */
.schedule {
}
.schedule .tabel600l {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #CCC;
	background: #FFF;
	border-collapse: collapse;
	border-spacing: 0;
}
.schedule .tabel600l br {
	display: block;
}
.schedule .tabel600l td {
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #CCC;
	vertical-align: middle;
	white-space: nowrap;
}
.schedule br {
	display: none;
}
.chedule .tdWhite {
	text-align: center;
}
.schedule .tdBlue {
	text-align: center;
	background: #f9f6f1;
}
.chedule .tdYellow {
	text-align: center;
	background: #FFF;
}

.schedule td{
	vertical-align: middle !important; 

}

.schedule th{
	text-align: center;
	
}


@media only screen and (max-width: 767px) {
.schedule {
	padding: 20px 0 0;
}
.schedule {
	overflow: auto;
	white-space: nowrap;
}
.schedule ::-webkit-scrollbar {
 height: 5px;
}
.schedule ::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.schedule ::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}
.schedule {
	padding: 0px;
}
.schedule img {
}

@media screen and (max-width: 768px) {
.schedule table {
	max-width: initial;
	width: 800px;
}
.schedule {
	margin: 10px auto 20px auto;
	padding: 0 0 10px 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
}
.schedule::-webkit-scrollbar {
height:10px;
}/*バーの太さ*/
.schedule::-webkit-scrollbar-track {
background: #CCC;
}/*バーの背景色*/
.schedule::-webkit-scrollbar-thumb {
background: #00B2B2;
}/*バーの色*/
}





.disc_no li {
	padding-left: 0em;
	text-indent: -0.5em;
	list-style-type: none;
}
.notes ul {
	margin: 0 !important;
	padding: 0 !important;
}
.notes li {
	list-style-type: none;
	padding-left: -0.5em;
	text-indent: -1em;
}
.notes :before {
	list-style-type: none;
	content: "※";
}
.step {
	position: relative;
	margin: 3em 0;
	padding: 0.5em 1em;
	border: solid 3px #00B2B2;
}
.step .step-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	background: #00B2B2;
	color: white;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.step a {
	color: #008C8C;
}
/*--------------------------------
 よくある質問
----------------------------------*/
.qa-list {
	padding: 20px 0;
}
.qa-list dl {
	position: relative;
	margin: 30px 0 0;
	cursor: pointer;
	border: 1px solid #DDD;
}
.qa-list dl:first-child {
	margin-top: 0;
}
.qa-list dl::after {
	position: absolute;
	top: 27px;
	right: 26px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #fa8089;
	border-right: 2px solid #fa8089;
}
.qa-list .open::after {
	transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 60px;
	font-weight: bold;/*    background: #DDD;*/
}
.qa-list dl dt::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	content: 'Q.';
	color: #fa8089;
}
.qa-list dl dd::before {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	left: 20px;
	display: block;
	content: 'A.';
	font-weight: bold;
	color: #C5AD81;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 60px;
	border-top: 1px dotted #ddd;
}
.qa-list dl dd p {
	margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
	margin-top: 0;
}
.qa-list dt:hover {
	background: #f9f9f9;
}

@media screen and (max-width: 767px) {
.qa-list dl {
	margin: 10px 0 0;
}
.qa-list dl:after {
	top: 20px;
	right: 20px;
	width: 7px;
	height: 7px;
}
.qa-list dl dt {
	padding: 16px 30px 16px 50px;
	font-size: 14px;
}
.qa-list dl dt::before {
	font-size: 14px;
	top: 20px;
	left: 20px;
}
.qa-list dl dd::before {
	font-size: 14px;
	left: 20px;
	margin-top: 5px;
}
.qa-list dl dd {
	margin: 0;
	padding: 16px 16px 16px 50px;
	font-size: 14px;
}
.qa-list dl dd p {
	margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
	margin-top: 0;
}
}
#medical_time table {
	width: 100%;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;/* font-size: 85%; */
}
#medical_time table th {
	vertical-align: middle;
	text-align: center;
}
#medical_time table td {
	border-left: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
#medical_time table thead th, #medical_time table thead td {
	padding: 14px 0;
	background: #f6f6f6;
	font-weight: bold;
}
#medical_time table thead th {
	border-radius: 5px 0 0 0;
}
#medical_time table thead td:last-child {
	border-radius: 0 5px 0 0;
}
#medical_time table tbody th, #medical_time table tbody td {
	padding: 14px 0;
	border-top: 1px solid #ddd;
}
#medical_time table tbody th {
	font-weight: normal;
}

@media screen and (max-width:767px) {
#medical_time table {
	width: 100%;
}
#medical_time table th, #medical_time table td {
	padding: 4px 0;
}
#medical_time table tbody th, #medical_time table tbody td {
	padding: 4px 0;
}
#medical_time table span {
	display: block;
}
}



@media screen and (max-width: 768px) {
#schedule table {
	max-width: initial;
	width: 800px;
}
#schedule {
	margin: 10px auto 20px auto;
	padding: 0 0 10px 0;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
}
#schedule::-webkit-scrollbar {
height:10px;
}/*バーの太さ*/
#schedule::-webkit-scrollbar-track {
background: #CCC;
}/*バーの背景色*/
#schedule::-webkit-scrollbar-thumb {
background: #00B2B2;
}/*バーの色*/
}


/*--------------------------------
 技術部のご紹介-診療業績  
----------------------------------*/

.performance table{width: 100%;
margin-bottom: 0px;}

.performance table td, th{padding: 5px;}

.h-100 {
  height: 100% !important;
}

.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*--------------------------------*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.author-post2 {
	margin-bottom: 0;
	background: #FBFAF8;
	padding: 20px;
	border-radius: 10px;
}
.author-post2 p{
	font-size:14px;
	line-height: 1.75;
}
.target .card-body{
	padding:1rem 0;
}
/*--------------------------------
 card  
----------------------------------*/
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	/*background-color: #fff;*/
	background-clip: border-box;
	/*border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;*/
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}
.card-title {
	margin-bottom: 0.5rem;
}
.card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link + .card-link {
	margin-left: 1rem;
}
.card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
	width: 100%;
}
.card-img, .card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
.card-group {
	display: flex;
	flex-flow: row wrap;
}
.card-group > .card {
	flex: 1 0 0%;
	margin-bottom: 0;
}
.card-group > .card + .card {
	margin-left: 0;
	border-left: 0;
}
.card-group > .card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
	border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
	border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
	border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
	border-bottom-left-radius: 0;
}
}