/*
==========================
1 Fonts
==========================
*/


/*
==========================
2 Body
==========================
*/

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}


html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    padding-top: 0!important;
	scroll-behavior: smooth;
	letter-spacing:1px;
}

@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

body {
    font-size: 14px;
    /*color: #777;*/
    line-height: 1.8em;
    background: #fbf8f0;

    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}





/*
==========================
3 Default Css
==========================
*/


/* 3.1 Reset Style */

img {
    max-width: 100%;
	height: auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover img{
    opacity:0.8;
}

p,
em {

    font-size: 14px;
    line-height: 1.7em;
    color: inherit;
	margin-bottom:1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;

    color: #262626;
    text-transform: initial;
}

h1,.text-xlarge {
    font-size: 30px !important;
}

.h2,
h2,
.text-large{
    font-size: 20px !important;
}

.h3,
h3 {
    font-size: 18px;
}

.h4,
h4,
.text-medium {
    font-size: 16px !important;
}

section {
    position: relative;
    width: 100%;
    float: left;
}

section:nth-child(2n) {
    background: #fff;
}

.positionR {
    position: relative;
}


.black-bg {
    background: #fff;
}



ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 14px;
}

.clear {
    clear: both;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}


.colorP {
    color:#df6e95 !important;
}
.colorR {
    color:#ea8aab !important;
}

.colorGL{
	color:#886332;
}

.title {
    text-transform: uppercase;
}





.navbar-brand small {
    font-size: 10px;
    margin-left: 55px;
    display: block;
    text-align: left;
    line-height: 1.2;
}
.uline {
	text-decoration:underline;
}
.button{
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    border: 1px #ffcfe0 solid;
    border-radius: 5px;
    background: #ffa4c3;
	color:#fff !important;
	font-size:18px;
}
/*.slider-text h1,*/

.foot-sec h3,
.theme-heading h2,
.opening-hours h1,
.page-header-heading h3,
.sidebar-box h4,
.admin-section h3,
.comment-section h3,
.theme-form h3,
.comming-soon-content h2,



/*.details-section-boxs h1,*/

.new-letter-box-text h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: normal;
}





/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    outline: none;
    height: 40px;
    font-size: 13px;
}

textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    outline: none;
    font-size: 13px;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.search-box-1 input {
    width: 100%;
    padding: 12px 20px;
    float: left;
    position: relative;
    outline: none;
    height: 33px;
    font-size: 12px;
    color: #a3a2a2;
    background-color: #f2f2f2;
    border: none;
    border: 1px solid #808080;
}

.nav-seach-box input[type=text] {
    border-radius: 15px;
    background-color: #f1f1f1;
    border: none;
    height: 35px;
    margin-top: 3px;
}

.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}

.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check {
    border: 5px solid #FFFFFF;
}

.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}

.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

input[type=radio]:checked~.check::before {
    visibility: visible;
}

input[type=radio]:checked~label {
    color: #2e2e2e;
}

input[type=checkbox]:checked~.box-check {
    border: 2px solid;
}

input[type=checkbox]:checked~label {
    color: #2e2e2e;
}

input[type=checkbox]:checked~.box-check:before {
    opacity: 1;
}

ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}

.product-checkout.sec input[type=checkbox] {
    visibility: visible;
    margin-top: 9px;
}

.product-input-type input {
    width: 90%;
}

label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #808080;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #808080;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #808080;
}

.search_bar input::-webkit-input-placeholder,
.search_bar select::-webkit-input-placeholder,
.search_bar textarea::-webkit-input-placeholder {
    color: #fff;
}

.search_bar input::-moz-placeholder,
.search_bar select::-moz-placeholder,
.search_bar textarea::-moz-placeholder {
    color: #fff;
}

.search_bar input:-ms-input-placeholder,
.search_bar select:-ms-input-placeholder,
.search_bar textarea:-ms-input-placeholder {
    color: #fff;
}

.search_bar input:-moz-placeholder,
.search_bar select:-moz-placeholder,
.search_bar textarea:-moz-placeholder {
    color: #fff;
}

i.input {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-left: 15px;
}





/* 3.3 Button Style */

.itg-button {
    border: 1px solid #262626;
    color: #262626;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    font-size: 15px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: transparent;
    outline: none;
}

.product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: -8px;
    margin-top: 0px;
    width: 100%;
}

.itg-button.light:hover,
.itg-button:hover,
.itg-button.dark {
    color: #fff;
}

.itg-button.light {
    color: #fff;
    background: #404040;
    border-radius: 25px;
    border: none;
}

.theme-button {
    padding: 12px 30px;
    color: #fff;
    background: #f8b954;
    text-align: center;
    font-size: 20px;
}

.checbox-section input[type="checkbox"]+label:before {
    border: 1px solid #808080;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    margin-top: 5px;
}

.checbox-section input[type="checkbox"]:checked+label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
}

.checbox-section input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

.checbox-section input[type="checkbox"] {
    display: none;
}

.Payment-Method-section .checbox-section input[type="checkbox"]+label:before {
    border: 1px solid #f1f1f1;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    margin-top: 5px;
    background: #fff;
}

.Payment-Method-section .checbox-section input[type="checkbox"]:checked+label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 4px;
}





/* 3.4 Padding Style */

.padT50 {
        padding-top: 50px;
    }
	.padT60 {
        padding-top: 60px;
    }
.padT100 {
    padding-top: 100px ;
}
.padTB100 {
    padding: 100px 0;
}



.padB30 {
    padding-bottom: 30px;
}



.padB50 {
    padding-bottom: 50px;
}

.padB60 {
    padding-bottom: 60px;
}



.padB100 {
    padding-bottom: 100px;
}





/* 3.5 Margin Style */
.mar0 {
    margin: 0;
}

.marT20 {
    margin-top: 20px;
}



.marB0 {
    margin-bottom: 0px;
}

.marB5 {
    margin-bottom: 5px;
}

.marB10 {
    margin-bottom: 10px  !important;
}

.marB20 {
    margin-bottom: 20px !important;
}

.marB30 {
    margin-bottom: 30px  !important;
}

.marB40 {
    margin-bottom: 40px  !important;
}

.marB50 {
    margin-bottom: 50px;
}

.marB60 {
    margin-bottom: 60px;
}


.marL10 {
    margin-left: 10px;
}



.panel-default {

    margin-top: 15px;
}

.panel-default .panel-body {
    background: #fff;
}

.panel-default .panel-body span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    background: none;
    transform: none;
}




/*
==========================
4 Social Icon
==========================
*/

.social-icon {
    width: 100%;
    float: left;
}

.social-icon li {
    float: left;
}

.theme-circle {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    line-height: 2.1em;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

ul.social-icon .theme-circle:hover {
    color: #fff;
}

.theme-circle:hover,
.theme-circle:focus,
.theme-circle:visited {
    color: #808080;
}

.social-icon.detail a {
    color: #fff;
}





/*
==========================
5 Custom Dropdown
==========================
*/

.custom-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.custom-drop ul li:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
}





/*
==========================
6 Search Bar
==========================
*/

.search_bar {
    position: relative;
}

.search_bar input {
    background-color: #404040;
    border: 0;
    color: #fff;
}

.search_bar button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1em;
    color: #fff;
    background-color: #404040;
    border: none;
    padding: 0px 20px;
    outline: none;
}





/*
==========================
7 Header Style
==========================
*/


/* 7.1 Top Header */

.contact-info {
    width: auto;
    float: right;
    margin-left: 30px;
}

.contact-info p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2em;
}

.contact-info .theme-circle {
    margin-top: 4px;
}





/* 7.2 Navigation Bar */

.navbar-nav {
    float: right;
    padding: 30px 0px 20px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.open>a {
    color: #808080;
}

.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-toggle{

	z-index: 100;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
    background: transparent;
}

.navbar-nav>li>a {
    position: relative;
}

.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 25px;
    border-bottom: none;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.navbar-nav>li>a i,
.navbar-nav ul.sm-nowrap>li>a i {
    margin-left: 5px;
    float: right;
    line-height: 1.4em;
}

.navbar-collapse.in {
    overflow-y: initial;
}

.navbar-nav>li>a,
.navbar-nav ul.sm-nowrap>li>a {
    text-transform: capitalize;
}

.navbar-brand.box {
    padding: 20px 0px;
    padding-left: 15px;
}

.navigation-icon ul li {
    float: left;
}

header {
    z-index: 2;
}
#main-menu .navigation-icon {
    position: relative;
    padding: 36.5px 0 0;
    float: right;
    padding-right: 0px;
    /*width: 40%;*/
}

.navigation-icon .search_bar {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    right: 15px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #0d0d0d;
}

.top-bar-icon li a:hover>span {
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    visibility: visible;
}

.top-bar-icon li a {
    position: relative;
    color: #808080;
}

.top-bar-icon li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 16px solid;
    border-left: 20px solid transparent;
    position: absolute;
    top: -12px;
    right: 50%;
    margin-right: -20px;
}

.top-bar-icon li a span {
    position: absolute;
    bottom: -65px;
    z-index: 5;
    right: 0;
    font-size: 15px;
    padding: 5px 25px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border-radius: 0px;
    color: #fff;
    visibility: hidden;
}

.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    font-size: 14px;
}

.nav-seach-box {
    width: 60%;
    float: left;
    position: relative;
    padding: 33.8px 0;
}

.menu-left-side:before {
    display: none;
}

.nav-seach-box .button-style {
    position: absolute;
    top: 37px;
    width: 38px;
    border: none;
    height: 35px;
    right: -1px;
    background: #f1f1f1;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: #808080;
}

#main-menu .navbar-nav>li>.dropdown-menu {
    border-top: 0px solid;
    margin-top: 15px !important;
}

#main-menu .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
}

#main-menu .navbar-nav>li>.dropdown-menu li.indent {
    padding-left: 1.5em;
}
#main-menu .navbar-nav>li>.dropdown-menu li a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#main-menu .navbar-nav>li>.dropdown-menu li a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.has-submenu.highlighted:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
}

.left-side.menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    content: "";
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: -14px;
    top: 11%;
}

.navbar .dropdown-menu li .dropdown-menu {
    left: 7% !important;
    box-shadow: none;
    border-top: 0px solid;
}

.left-side.menu {
    border-radius: 25px;
}

.menu-left-side {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gallery-dropdown-left:after {
    position: absolute;
    top: 16px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
}

.gallery-dropdown-left {
    border-radius: 25px;
}

.navbar .dropdown-menu li.left-side .dropdown-menu {
    margin-left: -228px !important;
}

.left-side.open a:before {
    display: none;
}





/*
===================================
8 Main Slider
===================================
*/

.slider-text {
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -80px;
    z-index: 1;
}

.slider-text h1 {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: url(../img/dot.png);*/
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-text h3 {
    color: #fff;
    font-weight: 300;
}

.slider-text p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.slider-text a img {
    display: inline;
    max-width: 280px;
    margin: auto;
}

#tell_container {
	position: fixed;
	width: 100%;
	background: #ffc2d7;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 24px;
	z-index: 2;
	bottom: 0px;
}

#tell_container a{
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    border: 1px #ffcfe0 solid;
    border-radius: 5px;
    background: #ffa4c3;
}
#tell_container a:hover {
    color: #fff;
    background: #fe90b6;
/*    letter-spacing: 0.3rem;*/
}
#tell_container_sp {
	position: fixed;
	width: 100%;
	background: #fff;
	padding: 0.5rem;
	z-index: 2;
	bottom: 0px;
}
#tell_container_sp_header {
	width: 100%;
	background: #fff;
	padding: 0 0.5rem 1.5rem;
	clear:both;
	overflow:hidden;

}
#tell_container_sp li,#tell_container_sp_header li{
/*#tell_container_sp_header li{*/
	float:left;
	width:49%;
}
#tell_container_sp li:nth-child(2), #tell_container_sp_header li:nth-child(2){
/*#tell_container_sp_header li:nth-child(2){*/
	float:right;
	width:49%;
}
/*#tell_container_sp li {
	width: 100%;
}*/
#main-menu .navigation-icon .social-icon {
    width: auto;
    float: right;
}
/* 20.05.15追記 バナー追加 */
#tell_container_sp_header .banner_recruit_sp {
	display: block;
	width: 284px;
	margin: 0 auto;
}



/*.owl-carousel .owl-item img {

    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}
.owl-carousel .owl-item.active img {
    -webkit-transform: scale(1);
    transform: scale(1);

}
*/
/* 20.05.14 トップのスライダー箇所にバナーを追加*/
.top_slider {
	position: relative;
}
.banner_recruit {
    position: absolute;
    right: 0;
    top: 15px;
    width: 46px;
    height: 287px;
}

/*
===================================
9 Heading Style
===================================
*/

.heading-lines {
    position: relative;
    display: inline-block;
}

.theme-heading h1 {
    position: relative;
    color: #262626;
    display: block;
    /*margin-bottom: -10px;*/
}
.theme-heading h2 {
    position: relative;
    color: #886332 !important;
    display: block;
	font-size:30px !important;
    /*margin-bottom: -10px;*/
}
.theme-heading p.eng {
font-size:22px !important;
color: #ccb8be;
font-family: 'Libre Baskerville', serif;
}
.theme-heading h2 {

    color: #ccb8be;
}

.theme-heading.background p {
    color: #fff;
}

.theme-heading p {
    font-size: 14px;
    margin: auto;
}

.theme-heading.background h1,
.theme-heading.background h3{
    color: #fff;
}

.theme-heading span {
    position: relative;
}

.theme-heading .heading-lines:after {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    content: "";
    background: #808080;
    margin-top: 0.4px;
    left: 22px;
}

.theme-heading .heading-lines:before {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: 0.4px;
    content: "";
    background: #808080;
    right: 22px;
}

.theme-heading span {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
}
.theme-heading span.no-rotate {
    transform: none !important;
	width: auto;
    height: auto;
    display: inline;
	background:transparent;
}
#relief {}

#relief .bg-image {
    background-image: url(../img/bg_top_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#relief .details-section-boxs .service-circle {
    float: none;
}




/*
===================================
10 Services
===================================
*/

.service-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 0;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.big-circle {
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: relative;
    display: inline-block;
    border-radius: 10%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
}

.service-box:hover .service-circle {
    padding: 5px;
    /*border: 1px solid #d4d4d4;*/
}

.service-box.hover:hover .service-circle {
    border-radius: 10%;
}

.service-box:hover .itg-button {
    color: #fff;
}

.big-circle i {
    font-size: 25px;
    color: #fff;
}

.service-box p {
    margin-bottom: 20px;
}

.service-box {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}

#service .service-box {
    background: none;
    padding: 40px 15px;
}

.service-box.hover:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}





/*
===================================
11 Collection Style
===================================
*/

.collection-box {
    width: 100%;
    float: left;
}

.collection-box img {
    width: 100%;
}

.page-tool {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.page-tool-box a,
.page-tool-box span,
.product-list-item .list-icon a,
.tag-list a,
div.tab button,
div.tab button.active span {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.tag-list a {
    font-size: 14px;
}

.page-tool a {
    margin-right: 15px;
}

.page-tool a {
    margin-right: 15px;
}

a.viewGrid {
    color: #797979;
}

a.viewList {
    color: #797979;
}

.page-tool-box select {
    width: auto;
    margin: 0 10px;
}

.product-griad .product-lilte-headings {
    clear: both;
    padding-top: 15px;
}

div#productslist .product-lilte-headings {
    clear: both;
    padding-top: 0px;
}

div#productslist .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 10px;
}

.Categories p {
    color: #202020;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.Categories-title-box {
    width: 100%;
    float: left;
    position: relative;
}

.Categories-title-box .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.8em;
    text-decoration: none;
    font-size: 14px;
    list-style: none;
}

.Categories-title-box ul.list.boxss li {
    margin-bottom: 10px;
}

.Categories-title-box ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
}

.Categories-title-box .ui-state-active {
    background: #FFF;
    color: #202020;
}

.Categories-title-box .ui-state-hover {
    background: #fff;
}

.Categories-title-box .ui-state-default {
    background: #fff;
}

.Categories-title-box .faq-section .ui-state-default {
    border: none;
    font-weight: normal;
}

.Categories-title-box .faq-section .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #202020;
}

.Categories-title-box .faq-section .ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 0px;
}

.Categories-title-box .Categories p {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}

.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}

.price-filter-box {
    width: 100%;
    float: left;
    position: relative;
}

.rating-box p {
    text-align: left;
}

.figure-boxx.rsting p {
    text-align: left;
}

.rating-section .itg-button {
    width: 100%;
    text-align: center;
    color: #fff;
}

.price-filter-box .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
}

.price-filter-box .ui-widget.ui-widget-content {
    border: 2px solid #f1f1f1;
}

.price-text p {
    margin-top: 3px;
    margin-bottom: 0;
}

.star-box-section.left p {
    text-align: left;
    margin-top: 5px;
}

.box-list-page p {
    text-align: left;
}

.per-box p {
    font-weight: 500;
    margin-bottom: 0;
}

.box-list-page .social-sharing-box {
    border: none;
}

.star-box-section.left ul li {
    float: left;
    font-size: 14px;
    padding-right: 10px;
    line-height: 18px;
}

.star-box-section.left ul {
    list-style: none;
    padding-left: 0;
}

.star-box-section.left.product-det {
    width: 100%;
    float: left;
    position: relative;
}

.star-box-section.left.product-det li p {
    margin-top: 0px;
}

.product-detail-btn {
    width: 100%;
    float: left;
    position: relative;
}

.order-data.box input {
    border: 1px solid #808080;
}

.social-sharing-box.pro {
    border: none;
}

.setting.box.text p {
    color: #777;
    padding-bottom: 0px;
    padding: 10px 15px;
}

.tap-border {
    border: 1px solid #f1f1f1;
    border-bottom: none;
}

.setting.box.text.border {
    border: 1px solid #f1f1f1;
}

.coming-box .special-style-semidark:before {
    background-color: #000000;
    opacity: 0.7;
}

.coming-box {
    width: 100%;
    float: left;
}

.comming-box-blog {
    margin-top: 12%;
    margin-bottom: 12%;
}

h1.coming-soon-title {
    font-size: 45px;
    color: #fff;
    margin-top: 20px;
    font-weight: 100;
}

.timer-box p {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.timer-box li.timer-circle.colorW {
    color: white;
    font-size: 24px;
    display: inline-block;
    margin-right: 40px;
}

.special-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.second-rows {
    width: 100%;
    float: left;
}

.pagination-box {
    width: 100%;
    float: left;
    position: relative;
}

div#productslist {
    display: none;
}

.pro-top {
    width: 100%;
    float: left;
    position: relative;
}

.pagination-box.section {
    display: none;
}

.billing-box.select.down {
    margin-left: 15px;
}

.boxs-404 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 2;
}

.boxs-404 h4 {
    color: #777;
    padding-bottom: 10px;
}

.drop-box-sec {
    margin-right: -11px;
    float: right;
}

.collection-product-slider .owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 15px;
}

.collection-product-slider .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 14px;
}

.Reviews-box-blog .comment-section {
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 15px;
}

.Reviews-box-blog article:last-child {
    margin-bottom: 0;
}

.pro-detals-post .tab.table-box .tablinks.active {
    background-color: #fff;
    color: #777777;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    z-index: 2;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pro-detals-post .tabcontent {
    margin-top: -1px;
    z-index: 1;
    position: relative;
}

.Reviews-box-blog {
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
}

.tab.table-box {
    width: 100%;
    position: relative;
}

.blog-griad.product button.tablinks:hover {
    background-color: #fff;
    color: #777;
}

.products.list.box.main .product-text-sec-btn1 {
    width: 75%;
    float: left;
    position: relative;
}

.products.list.box.main .product-text-sec-box .itg-button.light {
    float: left;
}

.products.list.box.main .product-text-sec-icons1 {
    width: 25%;
    float: left;
    position: relative;
}





/*
===================================
12 Banner Section
===================================
*/

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.special-banner-image {
    background-image: url(../img/background/banner-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.facts i {
    font-size: 25px;
    color: #404040;
    margin-bottom: 10px;
}

.facts h3 {
    color: #fff;
}

.facts h1 {
    font-size: 50px;
}

.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.overlay-light:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.Counters-section .theme-heading span {
    background: #fff;
}

.Counters-section .theme-heading .heading-lines:before {
    background-color: #fff;
}

.Counters-section .theme-heading .heading-lines:after {
    background-color: #fff;
}

.facts-icon-box {
    width: 80px;
    height: 80px;
    background: red;
    display: inline-block;
}

.facts.box .service-box {
    background: none;
}

.facts.box .big-circle {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100%;
}

.facts.box .service-box {
    padding-top: 0px;
    padding-bottom: 0px;
}

.facts.box:hover .service-circle {
    padding: 0px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    transition: none;
}

.facts.box .service-circle {
    transition: none;
}

.facts.box:hover.facts i {
    color: #fff;
}

.facts.box .count-number {
    margin-bottom: -20px;
}

.facts.box h1 {
    color: white;
}

.facts.box .service-circle {
    border-radius: 100%;
}





/*
===================================
13 Menu
===================================
*/

.menu-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}





/*
===================================
14 Opening Hours
===================================
*/

.opening-hours {
    /*    width: auto;
    display: inline-block;
    background: transparent;*/
    background: white;
    position: relative;
    /*    margin: 0 50px;
    min-width: 332px;
    margin-bottom: 30px;*/
    border: 4px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
}

.special-video-image {
    background-image: url(../img/bg_opening_time.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.opening-hours h1 {
    font-size: 40px;
    color: #ffffff;
}

.opening-hours h2 {
    color: #fff;
}

.opening-box {
    margin: auto;
    display: table;
}

.opening-sec-box .theme-heading .heading-lines:before {
    background-color: #FFF;
}

.opening-sec-box .theme-heading .heading-lines:after {
    background-color: #FFF;
}

.opening-sec-box .theme-heading span {
    background: #fff;
}

.opening-hours:hover {
    background: white;
    border: 4px solid;
}





/*
===================================
15 Special Menu
===================================
*/

.menu-list-box {
    width: 100%;
    float: left;
}

.menu-list-box h3 {
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 20px;
}

.menu-list-box h3 span {
    font-size: 18px;
    float: right;
}

.menu-list-box figure img {
    width: 100%;
}

.tabcontent {
    display: none;
}

.tab a {
    font-size: 24px;
    margin: 0 15px;
    color: #000;
    display: inline-block;
}

.menu-list-box figure {
    overflow: hidden;
    position: relative;
}

.menu-list-box img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}




/*
===================================
16 Our Team
===================================
*/

.our-team {
    width: 100%;
    float: left;
    margin-bottom: -0px;
}

.team {
    margin-bottom: 0px;
}

.team-member {
    width: 100%;
    float: left;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.team-member ul li {
    display: inline-block;
}

.team-member ul li a {
    margin: 0 15px;
    color: #262626;
}

.team-member p {
    margin-bottom: 30px;
}

.team-member hr {
    border-top: 1px solid #dfdfdf;
    margin: 10px 0;
}

.team-member:hover {
    background-color: #fff;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}





/*
===================================
17 Testimonials
===================================
*/

.customer-section {
    background-color: #212121;
}

.customer-box {
    width: 100%;
    float: left;
    position: relative;
}

.customer-box blockquote {
    padding: 70px 0px 70px;
    margin: 0;
    color: #fff;
    border: none;
    border-left: 0;
}

.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
}

.customer-detail .customer-img {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    float: left;
}

.customer-detail .caption {
    display: inline-block;
    padding-top: 26px;
}

.customer-detail .caption h3 {
    color: #fff;
    margin-left: 20px;
}

.customer-detail .customer-img figure {
    margin-right: -20px;
}

.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
    position: absolute;
    bottom: 100%;
    left: 0%;
    margin-left: 0;
    margin-bottom: -49px;
}

#customer-slider .owl-dots {
    position: relative;
    margin-top: 50px;
}

#customer-slider .owl-stage-outer {
    padding-top: 70px;
    margin-top: -70px;
}

.team-member img {
    width: 100%;
}

#customer-slider {
    z-index: 2;
}

.customer-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.customer-section .theme-heading .heading-lines:before {
    background-color: #fff;
}

.customer-section .theme-heading .heading-lines:after {
    background-color: #fff;
}

.customer-section .theme-heading span {
    background-color: #fff;
}

.partner-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 50px 0;
}





/*
===================================
18 Products Section
===================================
*/

.product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 10px;
}

.product-text-sec-icons1 {
    width: 50%;
    float: left;
    position: relative;
}

.product-text-sec-btn1 {

    position: relative;
}

.product-text-sec-icons1 li {
    display: inline-block;
}

.product-text-sec-icons1 li a {
    width: 40px;
    height: 34px;
    background: #ffffff;
    border-radius: 30px;
    color: #808080;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    margin-right: 10px;
}

#productslist .product-text-sec-icons1 li a {
    background: #f7f7f7;
}

#productslist .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}

.product-text-sec-box .itg-button.light {
    background: #ffffff;
    color: #808080;
    padding: 10px;
    font-size: 14px;
    float: right;
}

.product-lilte-headings {
    clear: both;
    padding-top: 15px;
}

.product-text-sec-box .itg-button.light:hover {
    color: #fff;
}

.product-text-sec-icons1 li a:hover {
    color: #fff;
}

.product-select-boxs select#billing_state29 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}

.product-select-boxs select#billing_state31 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}

.product-input-type input.qty {
    width: 90px;
    border-radius: 25px;
}

.product-social-icons-box li a {
    background: #f5f5f5;
    color: #777777;
}

.product-social-icons-box {
    padding-top: 20px;
}

.price-product-section {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -8px;
}

.product-price-boxs {
    float: left;
    width: 50%;
    position: relative;
}

.product-reating-boxs {
    width: 50%;
    float: left;
    position: relative;
    margin-top: -5px;
}

.product-price-boxs p {
    float: right;
    margin-bottom: 0;
}

.product-reating-boxs p {
    margin-bottom: 0;
}

del.product-price-boxs-text {
    padding-left: 10px;
    color: #000;
}

.detail.Products-section .product-reating-boxs {
    width: 15%;
    float: left;
    position: relative;
    margin-top: -5px;
}

.detail.Products-section .product-price-boxs {
    float: left;
    width: 75%;
    position: relative;
}

.detail.Products-section .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}

.detail.Products-section .product-reating-boxs .star-box-section {
    padding-top: 5px;
}

.products.list.box.main .product-reating-boxs {
    width: 20%;
    float: left;
    position: relative;
    margin-top: -5px;
}

.products.list.box.main .product-price-boxs {
    float: left;
    width: 80%;
    position: relative;
}

.products.list.box.main .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}

.products.list.box.main .star-box-section {
    padding-top: 5px;
}

.product-reating-boxs .star-box-section {
    padding-top: 5px;
}





/*
===================================
19 Price Table
===================================
*/

.table-section {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}

h3.price-table-title {
    padding-top: 30px;
    text-align: center;
}

.month-box {
    width: 100%;
    float: left;
    position: relative;
}

.month-box a {
    width: 100px;
    height: 100px;
    background: #404040;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
}

.month-box-title {
    font-size: 15px;
    display: block;
    text-align: center;
}

.month-box a {
    font-size: 24px;
    text-align: center;
    padding: 22px 0;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.month-box a:hover {
    color: #fff;
}

.project-table-box p {
    text-align: center;
    padding-bottom: 5px;
}

.table-btn-section {
    text-align: center;
    margin-top: 10px;
    clear: both;
    margin-bottom: 30px;
}

.table-section:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}





/*
===================================
20 Blog Section
===================================
*/

.blog {
    width: 100%;
    float: left;
}

.blog.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

#blog-slider .blog {
    margin-bottom: 1px;
}

.blog.full p {
    margin-bottom: 30px;
}

.blog figure img {
    width: 100%;
	height: auto;
}

.blog blockquote {
    padding: 30px;
    border: 0px;
    font-size: 14px;
    background-color: #f0f0f0;
    position: relative;
}

.blog blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}

.blog blockquote i {
    position: relative;
}

.collection-box.hover .product-text-sec-icons1 li a {
    width: 60px;
    height: 34px;
}

.collection-box.hover .product-text-sec-icons1 li a i {
    padding-right: 5px;
}

.box-shadow-hover .collection-box:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

.collection-box {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}

.collection-box.hover p {
    padding: 20px;
    margin-bottom: 0;
}

.collection-box.hover .product-lilte-headings {
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: -10px;
}

.blog-side-bar .product-text-sec-icons1 {
    width: 60%;
    float: left;
    position: relative;
}

.blog-side-bar .product-text-sec-btn1 {
    width: 40%;
    float: left;
    position: relative;
}

.blog.side-bos-style1 .product-lilte-headings {
    padding-top: 0px;
}





/*
===================================
21 Bredcrumb Section
===================================
*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
    color: #fff;
}

.breadcrumb>li {
    font-size: 12px;
}

.breadcrumb a {
    color: #fff;
}

.bredcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 320px 0 0;
}

.bredcrumb-section:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-head {
    z-index: 1;
    position: relative;
}

#about .bredcrumb-section {
    background-image: url(../img/bg_about.jpg);
}

#concept .bredcrumb-section {
    background-image: url(../img/bg_concept.jpg);
}

#staff .bredcrumb-section {
    background-image: url(../img/bg_staff.jpg);
}

#recruit .bredcrumb-section {
    background-image: url(../img/bg_recruit.jpg);
}

#treatment .bredcrumb-section {
    background-image: url(../img/bg_treatment.jpg);
}

#interlocking .bredcrumb-section {
    background-image: url(../img/bg_treatment_interlocking.jpg);
}

#denture .bredcrumb-section {
    background-image: url(../img/bg_treatment_denture.jpg);
}

#pedodontics .bredcrumb-section {
    background-image: url(../img/bg_treatment_pedodontics.jpg);
}

#white .bredcrumb-section {
    background-image: url(../img/bg_treatment_white.jpg);
}

#whitening .bredcrumb-section {
    background-image: url(../img/bg_treatment_whitening.jpg);
}

#braces .bredcrumb-section {
    background-image: url(../img/bg_treatment_braces.jpg);
}

#implant .bredcrumb-section, #implant2 .bredcrumb-section {
    background-image: url(../img/bg_treatment_implant.jpg);
}

#prevention .bredcrumb-section {
    background-image: url(../img/bg_treatment_prevention.jpg);
}

#staffmember .bredcrumb-section {
    background-image: url(../img/bg_staffmember.jpg);
}

#facilities .bredcrumb-section {
    background-image: url(../img/bg_facilities.jpg);
}

#dentures .bredcrumb-section {
    background-image: url(../img/bg_dentures.jpg);
}

#post .bredcrumb-section,#access .bredcrumb-section {
    background-image: url(../img/bg_blog.jpg);
}

#info .bredcrumb-section {
    background-image: url(../img/bg_info.jpg);
}


#news .bredcrumb-section {
    background-image: url(../img/bg_news.jpg);
}

#attempt .bredcrumb-section {
    background-image: url(../img/bg_info.jpg);
}




/*
===================================
22 Register Page
===================================
*/

.Register-box-btn {
    width: 100%;
    text-align: center;
}

.register-section .tablinks {
    font-size: 14px;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    text-align: center;
    border: 1px solid #262626;
    color: #262626;
    margin: 0;
}

.register-section .tablinks.active,
.register-section .tablinks:hover {
    color: #fff;
}

.register-section label.radio-label {
    display: inline-block;
    color: #000;
    padding: 0 0 0 10px;
}

.register-section input[type=checkbox] {
    position: relative;
    visibility: visible;
}

.register-sec-box {
    background: #f2f2f2;
}

.Register-bottom-icons .theme-circle {
    background: #404040;
    color: #fff;
}

.Register-bottom-icons {
    text-align: center;
}





/*
===================================
23 Owl Carousel Style
===================================
*/

.owl-dots {
    position: absolute;
    bottom: 4%;
    width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 1.8em;
    text-align: center;
    padding: 5px 0px;
    background-color: #404040;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -22.5px;
    width: 100%;
    z-index: -1;
}

.owl-nav .owl-prev {
    float: left;
    margin-left: -50px !important;
}

.owl-nav .owl-next {
    float: right;
    margin-right: -50px !important;
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
    font-size: 20px;
    padding: 2px 0;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 1px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
}





/*
==========================
24 Preloader
==========================
*/

.preloader {
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 1;
    position: fixed;
    z-index: 99999;
    color: #f7ae38;
}

.preloader .loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.preloader .loader {
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-left: -12.5px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.preloader .loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.preloader .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader .loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

#loading-center img {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -146px;
}

#loading-center {
    width: 100%;
    float: left;
    position: absolute;
    clear: both;
    top: 50%;
    margin-top: -46px;
}





/*
===================================
25 Common Css
===================================
*/


/* 25.1 About */

.about-us {
    width: 100%;
    float: left;
}

.about-us p {
    margin-bottom: 30px;
}

.about-us img {
    width: 100%;
}

.about-us figure {
    overflow: hidden;
    position: relative;
}





/* 25.2 Admin Section */

.admin-section {
    width: 100%;
    float: left;
}

.admin-box figure {
    width: 75px;
    margin: auto;
}

.admin-box figure img {
    width: 100%;
}





/* 25.3 Theme Box */

.theme-box {
    width: 100%;
    float: left;
    background-color: #e5e5e5;
    padding: 0 20px;
}

.theme-box .social-icon {
    width: auto;
    float: right;
    padding: 15px 0;
}

.theme-box.icons .theme-circle {
    color: #fff;
}

.theme-box span {
    padding: 24px 0;
    display: inline-block;
    line-height: 1em;
    margin-right: 30px;
}

.theme-box .theme-circle {
    background: #404040;
}





/* 25.4 Theme Form */

.theme-form {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

.theme-form-background .bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}

.theme-form-background .bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}

.theme-form input,
.theme-form textarea {
    background-color: transparent;
    padding: 5px 40px;
}





/*
===================================
26 Details section
===================================
*/

.details-section-boxs {
    width: 100%;
    float: left;
    position: relative;
}

.detail-box img {
    width: 100%;
}

.details-section-boxs .service-circle {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.details-section-boxs .service-box.text-center {
    width: 20%;
    float: left;
    position: relative;
}

.details-section-boxs .details-text-section {
    width: 80%;
    float: left;
    position: relative;
}

.details-section-boxs .big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
    font-size: 25px;
    color: #fff;
}

.details-section-boxs:hover .service-circle {
    padding: 5px;
    /*border: 1px solid #d4d4d4;*/
}

.details-section-boxs .big-circle {
    background-color: #404040;
}

.details-text-section p {
    margin-bottom: 0;
}

.details-section-boxs h1 {
    margin-bottom: 40px;
}

.details-section-boxs .big-circle {
    border-radius: 100%;
}

.details-section-boxs .service-box {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}





/*
===================================
27 Service Detail
===================================
*/

.service-detail {
    width: 100%;
    float: left;
}

.service-detail p {
    margin-bottom: 30px;
}

.service-detail.single p {
    margin-bottom: 15px;
}

.service-detail h3 i {
    font-size: 40px;
}

.service-detail figure {
    overflow: hidden;
    position: relative;
}

.service-detail h3 {
    padding-top: 0px;
}

.service-detail.single h3 {
    padding-top: 0px;
}





/*
===================================
28 Gallery
===================================
*/

.gallery-img {
    width: 100%;
    float: left;
}

.gallery-img figure {
    width: 100%;
    position: relative;
}

.gallery-img figure img {
    width: 100%;
}

.gallery-img figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gallery-img figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gallery-img:hover.gallery-img figure:after,
.gallery-img:hover.gallery-img figure figcaption {
    opacity: 0.90;
    visibility: visible;
}

.gallery-img:hover.gallery-img figure figcaption a i {
    color: #fff;
}





/*
===================================
29 Page style
===================================
*/


/* 29.1 FAQ Page*/

.ui-icon {
    float: right;
    margin-top: 5px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    color: #fff;
}

.ui-accordion .ui-accordion-header {
    outline: none;
    border-radius: 0;
    margin-top: 30px;
}

.ui-icon-triangle-1-s {
    background-position: -65px 0;
}

.ui-icon-triangle-1-e {
    background-position: -32px 0px;
}





/* 29.2 Blockquote */

.dishes img {
    width: 100%;
}

.dish blockquote {
    padding: 30px;
    border: 0px;
    font-size: 14px;
    background-color: #f0f0f0;
    position: relative;
}

.dish blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}

.dish blockquote i {
    position: relative;
}





/* 29.3 Error Page */

.error-page {
    float: left;
    width: 100%;
}

.error-page h2 {
    font-size: 60px;
    font-weight: 300;
}

.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}

.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}

.error-page h3 {
    font-size: 40px;
    font-weight: 300;
}

.error-img-box {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -110px;
}





/* 29.4 Pagination */

.pagination-box li{
    background-color: #f8b954;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
}

.pagination-box li.active{
    background: #886332;
}
.pagination-box a{
    display: inline-block;
    text-align: center;
    background-color: #2d2d2d;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 100%;
}

.pagination-box a:hover {
    color: #fff;
}





/* 29.5 Sidebar */

.sidebar {
    width: 100%;
    float: left;
}

.sidebar-box {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
    margin-bottom: 30px;
}

.sidebar-box ul.meta-link li {
    font-size: 15px;
    margin: 5px 0;
}

.sidebar-box ul.meta-link li a:hover {
    padding-left: 15px;
}

.sidebar-box h5 {
    font-weight: bold;
}

.sidebar-box p {
    font-size: 14px;
}

.feature-post {
    width: 100%;
    float: left;
}

.feature-post figure img {
    width: 100%;
}

.feature-post p {
    font-size: 12px;
    margin-bottom: 0;
}





/* 29.6 Comment Area */

.comment-section {
    width: 100%;
    float: left;
}

.comment-box figure {
    width: 80px;
    margin: auto;
}

.comment-box figure img {
    width: 100%;
}

.comment-section h4 span {
    font-size: 14px;
}

.comment-section p {
    margin-bottom: 0;
    font-size: 14px;
}





/* 29.7 Contact Page */

.contact-detail {
    float: left;
    width: 100%;
}

.contact-detail i {
    font-size: 40px;
    margin-bottom: 20px;
}

.location-map {
    float: left;
    width: 100%;
}

.location-map iframe {
    width: 100%;
    margin: 0;
    border: 0px !important;
    padding: 0;
    height: 500px;
}





/* 29.8 Comming Soon */

.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative;
}

.special-style-fixed {
    position: fixed;
}

.comming-soon-style-1 {
    background-image: url(../img/background/comming-soon-1-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.comming-soon-style-2 {
    background-image: url(../img/background/comming-soon-2-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.comming-soon-page .special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -290px;
}

.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.comming-soon-content h2 {
    font-size: 30px;
}

.comming-soon-content h1 {
    font-size: 60px;
}

.comming-soon-content .search_bar input {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 30px;
}

.comming-soon-content .search_bar button {
    top: 1px;
    right: 1px;
    height: 96%;
    border-radius: 0px 25px 25px 0px;
}

.timer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.timer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}

.timer ul li span {
    font-size: 60px;
    display: block;
}

.timer ul li span.normal {
    font-size: 25px;
}

.after-border {
    position: relative;
}

.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #717171;
    position: absolute;
    right: 0;
    top: 0;
}

.comming-soon-content.box .theme-circle {
    background: #404040;
    color: #fff;
}

.comming-soon-style-2-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.65;
}





/* 29.9 Team Detail */

.chef-detail {
    float: left;
    width: 100%;
}

.chef-detail img {
    width: 100%;
}

.chef-detail.box .theme-circle {
    background: #404040;
}





/* 29.10 Tooltip Section */

.tooltip {
    position: relative;
    float: right;
}

.tooltip>.tooltip-inner {
    background-color: #313131;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.popOver+.tooltip>.tooltip-arrow {
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #313131;
}

.tooltip-arrow {
    left: 9% !important;
}

.tooltip.in {
    left: 55px!important;
}

.progress {
    border-radius: 0;
    overflow: visible;
    margin-top: 15px;
    height: 11px;
}

.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}





/* 29.11 Landing Page */

.demo {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 60px;
    overflow: hidden;
}

.landing-page h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.demo img {
    width: 100%;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}

.demo-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}

.demo:hover .demo-img {
    top: -25%;
}

.demo-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.demo-button .itg-button {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.demo:hover .demo-button {
    opacity: 1;
    visibility: visible;
}

.preview-cover {
    position: relative;
    width: 100%;
    float: left;
}

.preview-cover img {
    width: 100%;
}





/* 29.12 Filter Section */

.serch-result {
    width: 100%;
    float: left;
}

.filter-section select {
    line-height: 1.2em;
    font-size: 14px;
    color: #000;
}

.filter-section label {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.filter-section p {
    margin: 0;
}

.filter-section p span {
    color: #000;
    font-weight: 600;
}

.filter-section img {
    width: 100%;
}

.serch-result img {
    width: 100%;
}

.serch-result p {
    margin-bottom: 20px;
}

.detail {
    padding-top: 6%;
}

ul.social-icon.detail {
    padding-top: 0;
}

.filter-slider {
    border-radius: 10px;
}

.filter-slider span {
    border-radius: 10px;
    outline: none;
}

.filter-section input {
    background-color: transparent;
    border: 0;
}

.filter-section form {
    display: inline-block;
    width: 100%;
}

.filter-section input[type="checkbox"] {
    display: none;
}

.filter-section label {
    cursor: pointer;
}

.filter-section input[type="checkbox"]+label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    border-radius: 100%;
    margin-top: -3px;
}

.filter-section input[type="checkbox"]:checked+label:before {
    content: "\2713";
    text-align: center;
}

.filter-section input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

.filter-check-box ul li {
    display: inline-block;
    margin-right: 40px;
}

.filter-check-box label {
    color: #777;
}

.filter-section.box {
    background: #f2f2f2;
}

.serch-result.box-sec .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
}

.serch-result.box-sec .product-text-sec-icons1 {
    width: auto;
    float: left;
    position: relative;
}

.serch-result.box-sec .product-text-sec-btn1 {
    width: auto;
    float: left;
    position: relative;
}

.serch-result.box-sec .product-text-sec-icons1 li a {
    background: #f7f7f7;
}

.serch-result.box-sec .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}

.Filtered-Products-sec {
    background-color: #e6e6e6;
}





/* 29.13 User Profile */

.user-review {
    float: left;
    width: 100%;
    padding: 20px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.user-review p {
    margin-bottom: 0;
}

.user-detail .theme-circle {
    background: #404040;
}

.user-detail img {
    width: 100%;
}





/* 29.14 Sidebar */

.post-section {
    padding-left: 0;
}

.Categories {
    width: 100%;
    float: left;
    position: relative;
}

.imd-box img {
    width: 100%;
}

.post-section p {
    font-size: 14px;
    margin-bottom: 0;
}

.post-section h4 {
    font-size: 14px;
}

.Recent-box {
    width: 100%;
    float: left;
}

ul.Recent-img-box {
    padding-left: 0;
    margin-bottom: 0;
}

ul.Recent-img-box li {
    float: left;
    padding-right: 6.6px;
    padding-bottom: 6px;
    width: 33%;
}

ul.Recent-img-box img {
    width: 100%;
}

.new-letter-box {
    width: 100%;
    float: left;
}

.new-letter-box p {
    font-size: 14px;
    padding-top: 5px;
}

.Categories ul.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.tag-list a {
    font-size: 15px;
    background-color: #eee;
    padding: 12px 15px;
    line-height: 1em;
    float: left;
    margin: 0 5px 10px 0;
    transition: all .45s ease-in-out;
}

.tag-list a:hover {
    color: #fff;
}

.search-box-1 button {
    position: absolute;
    top: 1px;
    width: 49px;
    border: none;
    height: 31px;
    right: 1px;
    outline: none;
    background: #f2f2f2;
}

.search-box-1 {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.search-box-1 i {
    font-size: 13px;
    padding: 9px 0;
    color: #a3a2a2;
}

.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}

.checbox-section p {
    margin: 11px 0;
    padding: 0;
}

.checbox-section label {
    cursor: pointer;
    color: #000000;
    font-weight: 100;
}

.price-filter-text {
    width: 50%;
    position: relative;
    float: right;
    border: none;
}

.filter-box-btn {
    width: 50%;
    float: left;
    position: relative;
}

.price-filter-text input#amount2 {
    border: none;
}

.rating-section .itg-button {
    border: none;
}





/* 29.15 Cart Page */

.product-order-table {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
}

strong.dots-box a {
    font-size: 12px;
    color: white;
    background: #f54e33;
    border-radius: 100%;
    padding: 2px 5px;
}

.Cart-Totals-box .billing-box input {
    border: 1px solid #808080;
}





/* 29.16 Checkout Page */

.checkbox.top {
    margin-top: 0;
    margin-bottom: 0;
    color: #262626;
}

.product-checkout .market-info {
    padding: 15px 18px;
    font-size: 14px;
    background: #f2f2f2;
}

.market-info i {
    margin-right: 10px;
}

.from-text label.inline {
    font-size: 14px;
    margin-bottom: 0;
}

.product-checkout form.login.box.row {
    display: none;
}

.product-checkout form.checkout_coupon {
    display: none;
}

.product-checkout form.login.box p {
    padding-top: 10px;
    padding-bottom: 0px;
}

.tab.table-box button {
    padding: 12px 30px;
    background: white;
    outline: none;
    border: none;
}

.Reviews-box-blog .setting.box.text p {
    padding: 0px;
}

.billing-box label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

.billing-box input {
    border: 1px solid #808080;
}

.billing-box select {
    padding: 0 0;
}

input#ship-to-different-address-checkbox {
    display: none;
}

.shipping-fields.row {
    display: none;
}

.order-bosx {
    width: 100%;
    float: left;
}

.text-c.order-data h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}

.order-bosx.price h4 {
    margin-top: 8px;
}

.order-table-cell h4 {
    color: #777777;
    font-size: 14px;
    text-align: left;
}

h4.product-title a {
    color: #777777;
    font-size: 14px;
}

.text-cart-box {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.rev-content i {
    font-size: 14px;
}

.Cart-Totals-box {
    background: #f2f2f2;
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.checbox-section p {
    margin: 11px 0;
    padding: 0;
}

.checbox-section label {
    cursor: pointer;
    color: #808080;
    font-weight: 400;
}

.order-text.boxs {
    margin-top: 8px;
}

.form-row {
    margin-bottom: 10px;
}

.Payment-Method-section .checbox-section label {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.Payment-Method-section {
    width: 100%;
    float: left;
    position: relative;
}





/* 29.17 Order Page */

.order-page {
    width: 100%;
    float: left;
    position: relative;
}

.order-page .text-cart-box {
    font-size: 13px;
}





/*
========================================
30 Vertical Slider
========================================
*/

.vertical-slider-box img {
    width: 100%;
}

.vertical-slider-box .popap-box.slide {
    padding: 0;
}

.vertical-slider-box a.bx-prev {
    position: absolute;
    top: -13%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}

.vertical-slider-box a.bx-next {
    position: absolute;
    top: 111%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}

.vertical-slider-box a.bx-prev:before {
    content: "\f106";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.vertical-slider-box a.bx-next:after {
    content: "\f107";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.vertical-slider-box .bx-wrapper {
    -moz-box-shadow: 0 0 0px;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border: 0px solid;
}

.vertical-slider-2 a.bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    left: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}

.vertical-slider-2 a.bx-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    right: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}

.vertical-slider-2 a.bx-prev:before {
    content: "\f104";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}

.vertical-slider-2 a.bx-next:after {
    content: "\f105";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}

.vertical-slider-2 .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: #fff;
    margin-bottom: 0px;
}

.vertical-slider-2 .bx-controls-direction {
    padding-top: 160px;
    margin-bottom: -80px;
}

.border-left-site {
    border-left: 2px solid #828282;
    padding-left: 10px;
    margin-top: 5px;
}

.head-medial-text p {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 0;
}





/*
========================================
31 Quick View
========================================
*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.quick-vive-popap {
    width: 100%;
    float: left;
    position: relative;
}

.Quick-view-popup {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 60px;
}

.quick-vive-popap .modal-header .close {
    margin-top: -2px;
    font-size: 25px;
}

.popap-open-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quick-vive-popap .product-input-type input {
    width: 97%;
}

.quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 0px;
    width: 100%;
}

.quick-vive-popap .billing-box select {
    border-radius: 25px;
    padding: 0 5px;
}





/*
===================================
32 Footer
===================================
*/

.foot-sec {
    width: 100%;
    float: left;
    color: #cccccc;
    position: relative;
    z-index: 2;
}

.footer-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
}

.foot-img-box img {
    float: left;
    width: 100%;
}

.main_footer {
    background-color: #313131;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.foot-sec ul li {
    margin-bottom: 10px;
}

.foot-sec ul.text li span {
    width: 88%;
    float: right;
}

.foot-img-box ul li {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.foot-sec p {
    margin-bottom: 10px;
    clear: both;
}

.foot-sec h3 {
    position: relative;
}

.foot-sec h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    top: 50%;
    margin-top: -1px;
    margin-left: 20px;
}

.foot-sec h3.line-hide:after {
    display: none;
}

.bottom-footer p {
    margin: 0;
}

.bottom-footer {
    padding-bottom: 100px;
    position: relative;
    background: #2d2d2d;
}

.footer-background .top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-background .bottom-right {
    position: absolute;
    bottom: 105px;
    right: 0;
}

.new-letter-section {
    width: 100%;
    float: left;
    position: relative;
    background: #4a4a4a;
    padding: 20px;
}

.new-letter-box-text h3 {
    color: #fff;
}

.new-letter-box-text p {
    color: #cccccc;
    margin-bottom: 0;
}

.new-letter-section .nav-seach-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 11px 0;
}

.new-letter-section .nav-seach-box .button-style {
    top: 14px;
    border-bottom-right-radius: 99px;
    right: 0px;
    height: 35px;
    width: 100px;
    border-radius: 0 15px 15px 0;
    color: #fff;
}

.footer-icon-box li span {
    width: 88%;
    float: right;
}

ul.footer-icon-box li {
    margin-bottom: 5px;
}

.footer-bottom-icons-section {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 50px 0;
}

ul.bottom-footer-navigation {
    margin-bottom: 15px;
}

ul.bottom-footer-navigation li {
    display: inline-block;
}

ul.bottom-footer-navigation li a {
    padding: 0 20px;
    color: #ccc;
    font-size: 14px;
}

.footer-bottom-icons-section .foot-sec ul li {
    margin-bottom: 0;
}

.footer-bottom-icons-section .foot-sec {
    margin: auto;
    display: table;
}

.footer-bottom-icons-section ul.social-icon {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}

.footer-bottom-icons-section .theme-circle {
    background: #ffffff;
    color: #777;
}

#medical .match {
    background-size: 100%;
}

#medical .match .row {
    min-height: 255px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
}

.sss_title {
    position: relative;
    padding: 0.6em 0.6em;
    margin-bottom: 1.6em;
    color: #fff;
    background: #886332;
}

.sss_title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #886332;
    width: 0;
    height: 0;
}


.s_title {
    background: #fff;
    border-left: solid #886332 5px;
    padding: 10px 12px;
    border-bottom: solid 3px #dadada;
    margin: 15px auto 30px;
}

.ss_title {
    position: relative;
    background: #fff;
    padding: 0.2em 0 0.2em 2.6em;
    margin-bottom: 15px;
    margin-left: .5em;
    color: #474747;
    border-radius: 0 10px 10px 0;
}

.ss_title:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    margin-left: -.5em;
    padding: 0em;
    color: white;
    background: #886332;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.c_title {
    position: relative;
    color: #158b2b;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
}

.c_title:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ribon_box .title {}

.ribon_box .title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.ribon_box .title:before,
.ribon_box .title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.ribon_box .title:before {
    left: 0;
}

.ribon_box .title:after {
    right: 0;
}


/*.ribon_box .title {
  position: relative;
  padding: .3em 1em;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #886332;
  color: #fff;
  text-align: center;
}
.ribon_box .title::before,
.ribon_box .title::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.ribon_box .title::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #614623;
}
.ribon_box .title::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #614623;
}
*/

.step {
    position: relative;
    color: black;
    background: #d0ecff;
    line-height: 1.4;
    padding: 0.25em 0.5em;
    margin: 2em 0 0;
    border-radius: 0 5px 0 0;
    counter-increment: section;
}

.step:after {
    /*タブ*/
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    /*  content: '\f00c Check';*/
    content: 'step' counter(section);
    background: #2196F3;
    color: #fff;
    left: 0px;

    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
}

.step_body {
    background: #fff;
    border: 1px #d0ecff solid;
    padding: 1em;
	overflow:hidden;
}

.bg_btn {
    position: relative;
    display: block;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    border: 1px #ddd solid;
    background-size: 100%;
    border-radius: 3px;
    border: 1px #fff solid;
}

.bg_btn:hover {
    color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


/*.bg_btn:after{
    content: "　";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}*/

.bg_btn_about {
    background-image: url(../img/bg_about_mini.jpg);
}

.bg_btn_concept {
    background-image: url(../img/bg_concept_mini.jpg);
}

.bg_btn_staffmember {
    background-image: url(../img/bg_staff_mini.jpg);
}

.bg_btn_recruit {
    background-image: url(../img/bg_recruit_mini.jpg);
}

.bg_btn_access {
    background-image: url(../img/bg_opening_time_mini.jpg);
}

.bg_btn_blog {
    background-image: url(../img/bg_blog_mini.jpg);
}

.bg_btn_info {
    background-image: url(../img/bg_info_mini.jpg);
}

.paged-bg {
    background: #fbf8f0 !important;
}

.paged-bg .col-sm-9.col-sm-push-3.col-xs-12 {
    margin-top: -145px;
    background: rgba(245, 245, 245, 0.9);
    padding-top: 30px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.paged-bg .theme-heading h1 {
    color: #262626;
}

.table {
    background: #fff;
}

aside .list-group {
    border-radius: 3px;
    background-image: url(../img/bg_treatment_mini.jpg);
}

aside .list-group .list-group-item {
    background: none;
}

aside .list-group .list-group-item a,
aside .list-group a {
    display: block;
    color: #fff;
    background: none;
}

aside .list-group .list-group-item:hover,
aside .list-group>a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.m_hight_370{
    min-height: 370px;
}
.m_hight_540{
    min-height: 540px;
}
.m_hight_710{
    min-height: 710px;
}


/* 2018.02.16 */

.checklist {
	color: #886332;
}

.checklist li{
	background:url("../../assets/img/icon_check.gif") no-repeat 0 2px;
	padding-left:28px;
	margin-bottom:10px;
	list-style:none;
	font-size: 20px;
}
.imgnotes {
	color: #886332;
	text-align: center;
}

/* 2018.07.05 */
.text-large {
	font-size:24px;
}
.text-center {
	text-align:center !important;
}
.text-right {
	text-align:right !important;
}
.text-bold {
	font-weight:600;
	color:#886332;
}
.text-strong {
	font-weight:600;

}
.texts {
	line-height:1.8em !important;
	margin-bottom:20px;
}
ul.disc li{

	list-style-position: inside;
	list-style-type: disc;
}
.section {
	overflow:hidden;
	float:none;
	margin-bottom:5rem;
	background:transparent !important;
}
.img-left {
	float:left;
	width:35%;
	margin-right:20px;
	margin-bottom:20px;
}
.img-right {
	float:right;
	width:35%;
	margin-left:20px;
	margin-bottom:20px;
}
.index_notice {
	background:#fff;
	border:solid 2px red;
	padding:20px;
}
.index_notice .text-bold{
	font-size:20px !important;
	margin-bottom:10px;
}
.contact_wrap {
	overflow:hidden;
	margin-bottom:2rem;

}
.contact_wrap .left,
.contact_wrap .right{
	width:48%;
	float:left;
	background:#fff;
	padding:2rem;
	height:180px;
	text-align:left;
}
.contact_wrap .left .tel{
	font-size:2.5rem;
	color:#d77697;
}
.contact_wrap .right{
	width:48%;
	float:right;
}
.sp_nav {
	padding:0 0.5rem 0.75rem;;
	clear:both;
	background:#fff;
	overflow:hidden;

}
.sp_nav li{
	float:left;
	width:20%;
	padding:0 0.5rem;
}

.table{
	border-collapse:collapse; border-spacing:0px;
	border:solid 1px #eee;
	max-width:680px;
}
.table th, .table td{
	border:solid 1px #ccc !important;
	padding:1.5rem 1rem !important;
	font-size:15px;
	text-align:center;
}
.table th{
	background:#fef1f5;
	font-weight:500;

}
.table.rec_table {
	width:100%;
	max-width:100%;

}
.table.rec_table th{
	width:30%;
	text-align:left;
	font-weight:bold;
	padding:2.5rem 2rem!important;
}
.table.rec_table td{
	text-align:left;
	padding:2.5rem 2rem!important;
}
.mokuji_wrap {
	background:#fff;
	padding:3rem;
	margin:1rem 0;
	text-align:left;
}
.mokuji {
	background:#f26998;
	padding:1rem;
	text-align:left;
	color:#fff;
	margin-bottom:10px;
}
.mokuji_wrap li {
	padding:0.65rem 0;
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
	border-bottom:dotted 1px #ccc;
}
/*============================================================================

	FOOTER

============================================================================*/
#site-footer {
	background: #222;
	width: 100%;
	color:#fff;
	padding-bottom:100px;
}
#site-footer .footer_info {
	padding: 3rem 0 2rem;
}
#site-footer .footer_info .hours{
	font-size:1.25rem;
	margin-top:0.5rem;
	display:block;
}
#site-footer .footer_info .clinic span{
	font-size:3rem;
	display:block;
	margin:1.35rem 0;
}

#site-footer .sitemap dt{
  font-size:1rem;
  padding-bottom:6px;
  border-bottom:dotted 1px #f0ede5;
}
#site-footer .sitemap ul{
  overflow:hidden;
}
#site-footer .sitemap li{
  margin-top:6px;
  font-size:12px;

}
#site-footer .two-row  li{
  float:left;
  width:50%;
}
#site-footer .sitemap dd a{
  color:#fff;
}

#site-footer .sitemap dd li .fa{
  color:#fff;
  padding-right:5px;
}
#site-footer .timetable{border:none !important; border-top:solid 1px #fff!important;margin-bottom:0.5rem;}
#site-footer .timetable th,#site-footer .timetable td{
  background:transparent;
  color:#fff;
  border:none !important;
  border-bottom:solid 1px #fff!important;
  padding:0.5rem;
}
#site-pagetop {
    bottom: 100px;
    position: fixed;
    right: 10px;
    width: 40px;
}
/*============================================================================

	newswrap

============================================================================*/
.newswrap {
	background: #ffa4c3;
	padding:1rem 0;
	margin-bottom:1.5rem;
	box-sizing:border-box;
	margin-top:-1px;
}
.newswrap .title {
	font-size:24px;
	padding:1rem 0;
	line-height:24px;
	border-right:solid 1px #fff;
	color:#fff;
}
.newswrap .newslist {
	padding: 1rem 0 1rem 1rem;
	overflow:hidden;
	margin-bottom: 0;
	color:#fff;
}
.newswrap .newslist li{
	list-style-type: none;
	padding:1rem 0;
	font-size:16px;
	font-weight:600;
}
.rec_box {
	background:#fff;
	padding:2.5rem 3rem;
}
.rec_voice dt {
	font-size:110%;
}
.rec_voice dd {
	padding:1rem 0 2rem;
}
#toc_8 .nav-tabs  {
    margin-bottom:15px ;
}
#toc_8 .nav-tabs > li {
    color: #555;
	width:50%;
    cursor: default;
    background-color: #fff;

    border: 1px solid #ddd;
	text-align:center;
	font-size:18px;
	padding:10px;
}
#toc_8 .nav-tabs > li a{
    background-color: #eee;


    color:#222;
}
#toc_8 .nav-tabs > li.active > a, #toc_8 .nav-tabs > li.active > a:focus, #toc_8 .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #f26998;
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .slider-text h2 {
        padding-top: 15%;
    }
    .theme-form-background figure {
        opacity: 0.2;
    }
    .theme-form input,
    .theme-form textarea {
        background-color: transparent;
    }
    .Quick-view-popup {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .slider-text h2 {
        padding-top: 12%;
    }
    .Quick-view-popup {
        margin-top: 0;
    }
    .comming-soon-content h1 {
        font-size: 40px;
    }
    .special-section {
        margin-top: -284px;
    }
    .details-section-boxs .service-box.text-center {
        width: 25%;
    }
    .details-section-boxs .details-text-section {
        width: 75%;
    }
}

@media screen and (max-width: 1440px) {
    .footer-background figure {
        opacity: 0.4;
    }
    .menu-background {
        opacity: 0.2;
    }
    .customer-background {
        opacity: 0.5;
    }
    .theme-form-background figure {
        opacity: 0.2;
    }
    .theme-form input,
    .theme-form textarea {
        background-color: transparent;
    }
}

@media screen and (max-width: 1300px) {
    .owl-theme .owl-nav {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .owl-nav .owl-prev {
        float: none;
        margin-left: 0;
    }
    .owl-nav .owl-next {
        float: none;
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .slider-text h2 {
        padding-top: 9%;
    }
    .Quick-view-popup {
        margin-top: 0;
    }
    h4.product-title a {
        font-size: 13px;
    }
    .slider-text h1 {
        font-size: 45px;
    }
    .foot-sec h3:after {
        width: 50px;
    }
    .comming-soon-content h1 {
        font-size: 40px;
    }
    .special-section {
        margin-top: -284px;
    }
    .detail {
        padding-top: 0;
    }
    .product-text-sec-icons1 li a {
        margin-right: 6px;
    }
    .blog-side-bar .collection-box.hover .product-text-sec-icons1 li a {
        width: 50px;
        height: 34px;
    }
    .blog-side-bar .product-text-sec-box .itg-button.light {
        font-size: 11px;
    }
    .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a {
        padding: 10px 17px;
    }
    .nav-seach-box {
        width: 50%;
    }
    #main-menu .navigation-icon {
        width: 50%;
    }
    ul.bottom-footer-navigation li a {
        padding: 0 15px;
    }
    .details-section-boxs .details-text-section {
        width: 70%;
    }
    .details-section-boxs .service-box.text-center {
        width: 30%;
    }
    .product-griad.list .page-tool-box span {
        font-size: 14px;
    }
    .product-griad.list .page-tool a {
        margin-right: 7px;
    }
    .price-filter-text {
        width: 50%;
    }
    .filter-box-btn {
        width: 50%;
    }
    .vertical-slider-box a.bx-prev {
        top: -15%;
        left: 14px;
    }
    .vertical-slider-box a.bx-next {
        top: 111%;
        left: 14px;
    }
    .product-input-type input {
        width: 93%;
    }
    .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .slider-text h2 {
        padding-top: 8%;
    }
    .Quick-view-popup {
        margin-top: 0px;
    }
    .quick-vive-popap .product-input-type input {
        width: 98%;
    }
    .slider-text h1 {
        font-size: 45px;
    }
    .foot-sec h3:after {
        width: 50px;
    }
    h4.product-title a {
        font-size: 13px;
    }
    .service-detail h3 {
        padding-top: 0px;
    }
    .product-griad.list .page-tool-box span {
        font-size: 14px;
    }
    .product-griad.list .page-tool a {
        margin-right: 7px;
    }
    .price-filter-text {
        width: 50%;
    }
    .filter-box-btn {
        width: 50%;
    }
    .vertical-slider-box a.bx-prev {
        top: -15%;
        left: 14px;
    }
    .vertical-slider-box a.bx-next {
        top: 111%;
        left: 14px;
    }
    .product-input-type input {
        width: 93%;
    }
    .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 0px;
    }
    .about-us h3 {
        padding-top: 20px;
    }
    .theme-box span {
        margin-right: 20px;
        font-size: 14px;
    }
    .comming-soon-content h1 {
        font-size: 40px;
    }
    .special-section {
        margin-top: -284px;
    }
    .detail {
        padding-top: 0;
    }
    .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a {
        padding: 10px 18px;
        font-size: 14px;
    }
    #main-menu .navigation-icon {
        width: 50%;
    }
    .nav-seach-box {
        width: 50%;
    }
    ul.bottom-footer-navigation li a {
        padding: 0 15px;
    }
    .details-section-boxs .details-text-section {
        width: 70%;
    }
    .details-section-boxs .service-box.text-center {
        width: 30%;
    }
    .product-text-sec-icons1 li a {
        margin-right: 6px;
    }
    .blog-side-bar .collection-box.hover .product-text-sec-icons1 li a {
        width: 50px;
        height: 34px;
    }
    .blog-side-bar .product-text-sec-box .itg-button.light {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-text h1 {
        font-size: 32px;
    }
    .product-social-icons-box {
        padding-top: 20px;
        clear: both;
    }
    .quick-vive-popap .star-box-section.left ul li {
        font-size: 13px;
        padding-right: 5px;
    }
    .quick-vive-popap .per-box.texy-left {
        margin-top: 0;
    }
    .quick-vive-popap .product-input-type input {
        width: 88%;
    }
    .quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 0;
    }
    .Payment-Method-section .checbox-section label {
        font-size: 13px;
    }
    .Quick-view-popup {
        margin-top: 40px;
    }
    .tool-bar-boxs {
        margin-top: 48px;
        margin-left: -80px;
    }
    .slider-text h2 {
        font-size: 22px;
        padding-top: 5%;
    }
    .slider-text p {
        margin-bottom: 15px;
    }
    .opening-hours {
        margin: 0 13px;
        margin-bottom: 30px;
    }
    .menu-list-box h3 {
        margin-bottom: 10px;
    }
    .service-detail h3 {
        padding-top: 0px;
    }
    .about-us h3 {
        padding-top: 0px;
    }
    .theme-box span {
        margin-right: 20px;
        font-size: 12px;
    }
    .error-page h3 {
        font-size: 30px;
    }
    .error-page h1 {
        font-size: 50px;
    }
    .error-page h2 {
        font-size: 45px;
    }
    .comming-soon-content h1 {
        font-size: 40px;
    }
    .special-section {
        margin-top: -284px;
    }
    .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a {
        padding: 9px 8px;
        font-size: 14px;
    }
    #main-menu .navigation-icon {
        position: relative;
        padding: 35px 0;
        float: right;
        padding-right: 0px;
        width: 50%;
    }
    .nav-seach-box {
        width: 50%;
        float: left;
        position: relative;
        padding: 32px 0;
    }
    #main-menu .navigation-icon .theme-circle {
        margin-left: 1px;
    }
    .dropdown-menu>li>a {
        font-size: 14px;
    }
    .detail {
        padding-top: 0px;
    }
    .filter-section p {
        font-size: 14px;
    }
    .user-review p {
        font-size: 14px;
    }
    ul.bottom-footer-navigation li a {
        padding: 0px 7px;
        font-size: 13px;
    }
    .slider-text {
        top: 50%;
        width: 100%;
        left: 0;
        margin-top: -100px;
    }
    .mar-bottom-table {
        margin-bottom: 30px;
    }
    .service-box p {
        padding: 0 10px;
    }
    .facts h3 {
        font-size: 18px;
    }
    .menu-list-box h3 {
        font-size: 21px;
    }
    .product-text-sec-icons1 li a {
        margin-right: 7px;
    }
    .nav-seach-box .button-style {
        top: 35px;
    }
    .blog-side-bar .collection-box.hover .product-text-sec-icons1 li a {
        width: 50px;
        height: 34px;
    }
    .blog-side-bar .product-text-sec-box .itg-button.light {
        font-size: 12px;
    }
    .billing-box select {
        padding: 0 0;
    }
    .vertical-slider-box a.bx-prev {
        left: 6px;
        top: -19%;
    }
    .vertical-slider-box a.bx-next {
        left: 6px;
        top: 114%;
    }
    .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 11px;
    }
    .product-input-type input {
        width: 98%;
    }

}

@media screen and (min-width: 768px) {
    .dropdown-menu>li>a {
        padding: 13px 20px;
    }
    .dropdown-menu li .dropdown-menu {
        left: 0% !important;
        box-shadow: none;
        border-top: 2px solid;
    }
    .navbar-nav>li>a {
        border-bottom: 2px solid #000;
    }
    .navigation-icon {
        float: right;
        padding: 22.5px 0;
        padding-right: 15px;
    }
    .navbar-nav>li>.dropdown-menu {
        border-top: 2px solid;
        margin-top: -3px !important;
    }
    .dropdown-menu li.left-side .dropdown-menu {
        margin-left: -200px !important;
    }
    .dropdown-menu>li>a:hover {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
   .marB30 {
    margin-bottom: 20px  !important;
}

.marB40 {
    margin-bottom: 30px !important;
}

.marB50 {
    margin-bottom: 35px !important;
} .newswrap {
	background : #f882aa;

}.service-single .itg-button {
        margin-bottom: 5px;
        width: 48%;
        font-size: 12px;
    }
    .product-box-btm-blog a.itg-button.pro.left {
        padding: 9px 108px;
    }
    .order-data.box.order-table.input {
        margin-bottom: 20px;
    }
    .product-social-icons-box li a {
        margin-right: 8px;
    }
    .product-social-icons-box .social-icon {
        width: auto;
        float: none;
        display: table;
        margin: auto;
    }
    .filter-check-box ul li {
        display: block;
    }
    .quick-vive-popap .star-box-section.left ul li {
        font-size: 13px;
        padding-right: 5px;
    }
    .quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 0;
        margin-top: 20px;
    }
    .quick-vive-popap .product-input-type input {
        width: 100%;
    }
    .opening-hours {
        min-width: 250px;
    }
    .new-letter-section .nav-seach-box .button-style {
        top: 11px;
    }
    div#productslist .product-lilte-headings {
        padding-top: 10px;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .dropdown-menu>li>a {
        padding: 10px 15px;
    }
    .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .navbar-nav {
        padding: 20px 0;
    }
    .navigation-icon {
        float: left;
        padding: 13.5px 0;
    }
    .navbar-toggle {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .navigation-icon .search_bar {
        right: 0;
    }
    .slider-text p {
        display: none;
    }
    .owl-dots {
        bottom: 0;
    }
    .itg-button {
        padding: 8px 25px;
        font-size: 14px;
    }
    .chef-detail.box .social-icon {
        width: auto;
        float: left;
    }
    .user-detail .social-icon {
        width: auto;
        float: left;
    }
    .mar-bottom-res {
        margin-bottom: 30px;
    }
    .text-c.order-data h4 {
        text-align: center;
    }
    .order-table-cell h4 {
        text-align: center;
    }
    .opening-hours {
        margin: 0;
        display: block;
        margin-bottom: 40px;
    }
    .menu-list-box h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .opening-hours h1 {
        font-size: 30px;
    }
    .opening-hours h2 {
        font-size: 24px;
    }
    .tab a {
        font-size: 20px;
        margin: 5px 14px;
        color: #000;
        display: inline-block;
    }
    .menu-list-box p {
        text-align: left;
        font-size: 15px;
    }
    .customer-detail .caption {
        padding-top: 28px;
    }
    .customer-detail {
        margin-left: 0px;
    }
    .collection-box.hover .product-text-sec-icons1 li a {
        margin-right: 5px;
    }
    .details-text-section p {
        padding: 0 10px;
    }
    .service-box p {
        padding: 0 10px;
    }
    .top-bar-icon li a span {
        left: 0;
        right: initial;
    }
    .top-bar-icon li a span:before {
        border-bottom: 16px solid;
        border-right: 20px solid transparent;
        border-left: 0px solid transparent;
        left: 50%;
        margin-left: -20px;
    }
    .service-detail h3 {
        padding-top: 0px;
    }
    .about-us h3 {
        padding-top: 0px;
    }
    .blog.full p a span {
        font-size: 14px;
    }
    .theme-form-background .bottom-left {
        display: none;
    }
    .error-page h1 {
        font-size: 44px;
    }
    .error-page h2 {
        font-size: 35px;
    }
    .error-page h3 {
        font-size: 20px;
    }
    .location-map iframe {
        height: 300px;
    }
    .special-section {
        margin-top: -251.5px;
    }
    .comming-soon-content h2,
    .timer ul li span.normal,
    .comming-soon-content h3 {
        font-size: 16px;
    }
    .comming-soon-content h1 {
        font-size: 22px;
    }
    .timer ul li span {
        font-size: 28px;
    }
    .detail {
        padding-top: 0px;
    }
    .bottom-footer p {
        text-align: center;
    }
    ul.bottom-footer-navigation li a {
        padding: 0 4px;
        font-size: 13px;
    }
    .new-letter-box-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    ul.bottom-footer-navigation {
        margin: 0 auto;
        display: table;
    }
    .navbar-brand>img {
        display: -webkit-inline-box;
        max-width: 230px;
    }
    .navbar-header {
        margin: 15px 0;
    }
    ul.nav.navbar-nav li a:hover,
    .navbar-default .navbar-nav>.open>a:hover {
        background: none!important;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        background: none!important;
        color: #808080;
    }
    .has-submenu.highlighted:before {
        display: none;
    }
    #main-menu .navbar-nav>li>.dropdown-menu li a:first-child {
        color: #fff;
    }
    #main-menu .navbar-nav>li>.dropdown-menu li a:before{
        content: "\f061";
        margin-right: 5px;
        font-family: FontAwesome;
    }
    .nav-seach-box {
        width: 50%;
        float: left;
        position: relative;
        padding: 20px 0;
    }
    #main-menu .navigation-icon {
        position: relative;
        padding: 20px 0;
        float: right;
        padding-right: 0px;
        width: 50%;
    }
    .nav-seach-box input[type=text] {
        margin-top: 0px;
    }
    .social-icon {
        width: auto;
        float: right;
    }
    .nav-seach-box .button-style {
        top: 20px;
    }
    .details-section-boxs .service-circle {
        margin: auto;
        float: none;
    }
    .details-section-boxs .service-box.text-center {
        width: 100%;
    }
    .details-section-boxs .details-text-section {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .details-section-boxs h1 {
        margin-top: 30px;
    }
    .customer-detail .caption h3 {
        margin-left: 20px;
        font-size: 20px;
    }
    .page-head {
        text-align: center;
    }
    .error-img-box {
        position: absolute;
        top: 50%;
        margin-top: -70px;

        left: 50%;
        margin-left: -75px;
        width: 150px;
    }
    .slider-text {
        top: 50%;
        margin-top: -60px;
    }
    .drop-box-sec.boxx {
        float: left;
        padding-top: 15px;
    }
    .siad-bar-sec {
        margin-top: 50px;
    }
    .price-filter-text input#amount2 {
        margin-top: -6px;
        border: none;
    }
    .product-checkout .market-info {
        font-size: 12px;
    }
    .paypal-box1 {
        margin-bottom: -20px;
    }
    .star-box-section.left ul li {
        font-size: 14px;
        padding-right: 8px;
    }
    .billing-box.select.down {
        margin-left: 0px;
    }
    .product-box-btm-blog a.itg-button.pro.left {
        margin-left: 0px;
    }
    .tab.table-box button {
        padding: 12px 28px;
    }
    .product-detail-title {
        padding-top: 30px;
    }
    .navbar .dropdown-menu li.left-side .dropdown-menu {
        margin-left: 0px !important;
    }
    .detail.Products-section .product-reating-boxs {
        width: 50%;
    }
    .detail.Products-section .product-price-boxs {
        width: 50%;
    }
    .detail.Products-section .product-price-boxs p {
        float: right;
        margin-bottom: 0;
    }
    .products.list.box.main .product-reating-boxs {
        width: 50%;
    }
    .products.list.box.main .product-price-boxs {
        width: 50%;
    }
    .products.list.box.main .product-price-boxs p {
        float: right;
        margin-bottom: 0;
    }
    .products.list.box.main .product-text-sec-btn1 {
        width: 50%;
    }
    .products.list.box.main .product-text-sec-icons1 {
        width: 50%;
    }



#site-pagetop {
    bottom: 65px;
    position: fixed;
    right: 10px;
    width: 40px;
}
    #tell_container {
        bottom: 0;
        left: 0;
        padding: 5px 0;
    }
    #tell_container a {
        padding: 0;
        font-size: 14px;
    }
	.contact_wrap .left,
.contact_wrap .right{
	width:100%;
	float:none !important;
	background:#fbf8f0;
	padding:1rem 1.5rem;
	height:auto;

}
.contact_wrap .left .tel{
	font-size:2.5rem;
	color:#d77697;
}
.contact_wrap .right{
	margin-top:2rem;
}

.table th, .table td{
	padding:1.2rem 0.5rem !important;
	font-size:14px;

}
#blog-slider figure{
	float:left;
	width:30%;
	margin:0;
	padding:0;
}
#blog-slider .product-text-sec-box{
	display:none;
}
#blog-slider .texts {
	float:right;
	width:70% !important;
	margin:0;
	padding:0;
	padding-right:1rem;
}
#blog-slider .texts p {
	margin-bottom:0;
	padding-bottom:0;
}
#blog-slider .collection-box {
	border:solid 1px #ddd;

}#blog-slider h4 {
	font-size:16px !important;

}

.table.rec_table th{
	width:100%;
	display:block;
	max-width:100% !important;
	text-align:left;
	font-weight:bold;
	padding:1rem!important;
}
.table.rec_table td{
	text-align:left;
	padding:1rem!important;
	display:block;
}
.mokuji_wrap {
	background:#fff;
	padding:15px;
	margin:1rem 0;
	text-align:left;
}
.mokuji {
	background:#f26998;
	padding:1rem;
	text-align:left;
	color:#fff;
	margin-bottom:10px;
}
.mokuji_wrap li {
	padding:0.65rem 0;
	font-size:14px;
	font-weight:600;
	border-bottom:dotted 1px #ccc;
}
}

@media screen and (min-width: 641px) and (max-width: 767px) {
    .slider-text h2 {
        padding-top: 10%;
    }
}
@media screen and (max-width: 640px) {
	.rec_table {
  table-layout: fixed !important;
  word-break: break-all;
  word-wrap: break-word;
}

#blog-slider figure{
	width:25%;

}
#blog-slider .texts {
	width:75% !important;

}
#blog-slider .texts p{
	display:none;
}
.img-left,.img-right {
	float:none;
	width:100%;
	margin:0;
	margin-bottom:20px;
}
.sp-block{
	display:block !important;
}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    .slider-text h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-text h2 {
        padding-top: 10%;
        font-size: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .slider-text h2 {
        font-size: 16px;
        margin-bottom: 5px;
        padding-top: 6%;
    }
    .slider-text {
    top: 50%;
    margin-top: 0px;
}
    .slider-text h1 {
        font-size: 18px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    .opening-hours {
        padding: 30px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    a.itg-button.blog-box {
        padding: 8px 20px;
    }
	#blog-slider figure{
	width:30%;

}
#blog-slider .texts {
	width:70% !important;

}
}


@media screen and (max-width: 991px) {
    h1,.text-xlarge{
        font-size: 18px !important;
    }

    .h2,
    h2,.text-large {
        font-size: 16px !important;
    }

    .h3,
    h3 {
        font-size: 15px !important;
    }

    .h4,
    h4 {
        font-size: 14px !important;
    }

    p{
        font-size: 13px;
    }


    .padT20 {
        padding-top: 10px;
    }

    .padT30 {
        padding-top: 15px;
    }

    .padT40 {
        padding-top: 20px;
    }

    .padT50 {
        padding-top: 25px;
    }

    .padT60 {
        padding-top: 30px;
    }

    .padT70 {
        padding-top: 35px;
    }

    .padT80 {
        padding-top: 40px;
    }

    .padT90 {
        padding-top: 45px;
    }

    .padT100 {
        padding-top: 50px;
    }

    .padB20 {
        padding-bottom: 10px;
    }

    .padB30 {
        padding-bottom: 15px;
    }

    .padB40 {
        padding-bottom: 20px;
    }

    .padB50 {
        padding-bottom: 25px;
    }

    .padB60 {
        padding-bottom: 30px;
    }

    .padB70 {
        padding-bottom: 35px;
    }

    .padB80 {
        padding-bottom: 40px;
    }

    .padB90 {
        padding-bottom: 45px;
    }

    .padB100 {
        padding-bottom: 50px;
    }

    .navbar-collapse{
        position: absolute;
        background: #f8b954;
        max-height: 1050px;
    }
    .navbar-nav>li>a, .navbar-default .navbar-nav>li>a{
        color: #fff;
    }
    #main-menu .navbar-nav>li>.dropdown-menu{
        margin-top: 0;
    }
/*    #blog .bredcrumb-section,
    #info .bredcrumb-section,
    #detail .bredcrumb-section{
        background-size: 150%;
        padding: 50px 0 50px;
    }*/
    .bredcrumb-section{
        background-size: 150%;
        padding: 50px 0 35px;
    }

    #service .service-box{
        padding: 10px 5px;
    }
    .bottom-footer{
        padding-bottom: 50px;
    }
    .ss_title{
        padding-left: 45px;
    }
    .m_hight_370,
    .m_hight_540,
    .m_hight_710{
        min-height: auto;
    }
}





#medical .medical-grid {
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    #medical .medical-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
.medical-grid-item {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .medical-grid-item {
    }
}
.medical-grid-item-12 {
}
@media (min-width: 768px) {
    .medical-grid-item-12 {
        grid-column: 1/3;
    }
}
.medical-grid-item > .row {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.9);
}
.medical-box {
    margin: 0 auto;
    padding: 30px 0;
    background: #fdf1f5;
    float: none;
    clear: both;
}
.medical-box-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.medical-box-item p {
    margin-bottom: .5em;
}
.ss_title_num {
    margin-left: .8em;
    /* position: relative;
    margin: .5em 0 1em .5em;
    padding: .2em .5em .2em 2.5em;
    font-size: 1.4rem;
    background-color: #fff; */
}
.ss_title_num::before {
    display: none;
}
.ss_title_num > .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5em;
    margin: auto;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #886332;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .ss_title {
        margin-top: 12px;
    }
}

div.ss_title {
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    div.ss_title {
        font-size: 1.8rem;
    }
}
div.ss_title:not(:last-of-type) {
    margin-bottom: 1.5em;
}

.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 (height / width * 100) */
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto !important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	height:auto;
	width: 100%;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
