@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
#wrapper {
    overflow: hidden;
}
#wrapper.stickyCont footer{
	margin-bottom: 136px;
}
#telHeader, #headReviews, #headQuote {
    display: none;
}
header {
    background: #fff;
    padding: 20px 0;
}
header #navTrigger {
    width: 18px;
    position: absolute;
    left: 17px;
    top: 22px;
    z-index: 100;
    height: 16px;
    display: flex;
    align-items: center;
}
header #navTrigger span {
    background: #000;
    display: block;
    height: 2px;
    width: 100%;
}
header #navTrigger span:before {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s;
}
header #navTrigger span:after {
    content: "";
    background: #000;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s;
}
header #navTrigger.active span {
    background: none;
}
header #navTrigger.active span:before {
    transform: rotate(45deg);
    top: 50%;
}
header #navTrigger.active span:after {
    transform: rotate(-45deg);
    top: 50%;
}
header #logo {
    width: 109px;
    height: 20px;
    margin: 0 auto;
}
header #logo img {
    height: 100%;
    width: auto;
}
header nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 20px;
    background: #fff;
    display: none;
    z-index: 200;
}
header nav > ul > li {
    border-bottom: solid 1px #d2d2d2;
}
header nav ul li {
    font-size: 18px;
}
header nav ul li span.navTit {
    position: relative;
    padding: 10px 5px;
    display: block;
}
header nav ul li span.navTit:before {
    content: "";
    width: 1px;
    background: #000;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
header nav ul li span.navTit:after {
    content: "";
    width: 11px;
    background: #000;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
header nav ul li span.navTit.active:before {
    display: none;
}
header nav ul li a.navTit {
    padding: 10px 5px;
    display: block;
}
header nav ul li div {
    display: none;
}
header nav ul li ul {
    padding-left: 15px;
    padding-bottom: 10px;
}
header nav ul li ul li a {
    display: block;
    padding: 5px;
}
footer {
    background: #ddd;
}
footer .inner {
    padding: 20px 15px 40px 15px;
}
footer #footTel {
    border: solid 2px #000;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
}
footer #footTel div p:first-of-type {
    font-weight: bold;
    font-size: 22px;
}
footer #footTel p.btn a {
    width: 100%;
    text-align: center;
}
footer #footTel a.tel {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #b99436;
    line-height: 1.2;
}
footer #footTel p.btn {
    margin-top: 10px;
    padding: 0 10px 10px 10px;
}
footer #copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
}
footer #footLink {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
footer #footLink div {
    width: 49%;
}
footer #footLink div:nth-of-type(odd) {
    margin-left: 2%;
}
footer #footLink div:nth-last-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}
footer #footLink div:nth-last-of-type(2) ul {
    width: 49%;
}
footer #footLink div:nth-last-of-type(2) ul:nth-of-type(2) {
    margin-left: 2%;
}
footer #footLink li {
    font-size: 13px;
    line-height: 1.4;
}
footer #footLink li.child {
    position: relative;
    padding-left: 10px;
}
footer #footLink li.child:before {
    content: "-";
    margin-right: 3px;
}
footer #footLink li:not(:last-of-type) {
    margin-bottom: 15px;
}
footer #footLink p {
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}
footer #footLink div:last-of-type {
    width: 100%;
    margin: 0;
}
footer #footLink div img {
    height: 30px;
	width: auto;
    margin: 0 auto;
    display: block;
}
#breadCrumbs {
    border-top: solid 1px #ddd;
    padding: 5px 15px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
#breadCrumbs ol {
    display: table;
    padding-right: 15px;
}
#breadCrumbs ol li {
    font-size: 14px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}
#breadCrumbs ol li a {
    color: #1276e6 !important;
}
#breadCrumbs ol li:last-child {
    padding-right: 0;
}
#breadCrumbs ol li:last-child:after {
    display: none;
}
#breadCrumbs ol li:after {
    position: absolute;
    content: '>';
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.headAttent{
	padding: 20px 15px 0 15px;
}
.headAttent p{
	border: solid 1px #A70002;
	padding: 10px;
	color:#A70002;
	line-height: 1.4
}
@media screen and (min-width: 1079px) {	
#wrapper.stickyCont{
	overflow: visible;
}
	#wrapper.stickyCont #tourHead,#wrapper.stickyCont #testimonials{
		max-width: 100vw;
		overflow: hidden;
	}
#wrapper.stickyCont footer{
	margin-bottom: 0;
}
    header {
        padding: 0;
        border-bottom: solid 1px #ccc;
    }
    .inner {
        max-width: 1286px;
        margin: 0 auto;
    }
    .minInner {
        max-width: 700px;
        margin: 0 auto;
    }
    header .inner {
        position: relative;
        display: flex;
        align-items: center;
    }
    header #navTrigger {
        display: none;
    }
    header #logo {
        width: 147px;
        height: 27px;
        margin: 0 0 0 10px;
    }
    header #logo img {
        height: 100%;
        width: auto;
    }
    #telHeader {
        display: block;
        background: #000;
    }
    #telHeader .inner {
        padding: 0 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 37px;
    }
    #telHeader .inner p {
        color: #fff;
        margin-right: 10px;
    }
    #telHeader p a{
    color:#fff !important;
    }
    #telHeader .inner ul {
        display: flex;
    }
    #telHeader .inner ul li {
        margin-left: 10px;
    }
    #headReviews {
        padding: 15px 0;
        display: block;
        margin-left: auto;
    }
    #headReviews ul {
        display: flex;
        align-items: center;
    }
    #headReviews ul li:first-of-type {
        margin-right: 10px;
    }
    #headReviews ul li:not(:first-of-type) {
        margin-left: 5px;
    }
    #headReviews ul li:not(:first-of-type) img {
        height: 94px;
        width:auto;
    }
    #headQuote {
        display: block;
        margin-left: 40px;
    }
    header nav {
        width: auto;
        position: absolute;
        left: 200px;
        height: 100%;
        background: none;
        top: 0;
        padding: 0;
        display: block;
    }
    header nav > ul {
        display: flex;
        height: 100%;
    }
    header nav > ul > li {
        border-bottom: none;
        margin-right: 30px;
        cursor: pointer;
    }
    header nav ul li span.navTit, header nav ul li a.navTit {
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header nav ul li span.navTit {
        background: url("../img/shared/nav_mark.webp") right center no-repeat;
        background-size: 7px;
        padding-right: 10px;
    }
    header nav ul li span.navTit:before, header nav ul li span.navTit:after {
        display: none;
    }
    header nav ul li .navTit a:hover {
        background: #000;
    }
    header nav ul li .navTit span {
        position: relative;
    }
    header nav ul li .navTit span:after {
        content: "";
        background: #000;
        height: 2px;
        position: absolute;
        bottom: 0;
        transition: all 0.2s;
        left: 50%;
        transform: translateX(-50%);
        width: 0px;
    }
    header nav ul li:hover .navTit span:after {
        width: 100%;
    }
    header nav ul li div {
        display: block;
        visibility: hidden;
        opacity: 0;
        border-top: solid 1px #ccc;
        position: absolute;
        left: calc(200px + 50%);
        transform: translateX(-50%);
        width: 100vw;
        background: #fff;
        padding: 30px 0 80px 0;
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.34);
        transition: all 0.1s;
    }
    header nav ul li:hover div {
        opacity: 1;
        visibility: visible;
    }
    header nav ul li div ul {
        width: 925px;
        margin: 0 auto;
    }
    header nav ul li ul li a {
        display: block;
        padding: 5px;
    }
    footer {
        background: #ddd;
    }
    footer .inner {
        padding: 40px 0;
    }
    footer #footTel {
        border: solid 1px #a9aaab;
        width: 460px;
        margin: 0 auto 60px auto;
        padding: 20px 40px;
        display: flex;
        align-items: center;
		justify-content: center;
		text-align: center;
    }
    footer #footTel a.tel {
        font-size: 40px;
    }
    footer #footTel div p:first-of-type {
        font-size: 24px;
    }
    footer #footTel div p:last-of-type {
        font-size: 18px;
    }
    footer #footTel p.btn {
        margin-top: 0;
        padding: 0;
        width:35%;
        margin-left:auto;
    }
    footer #footTel p.btn a {
        padding: 15px 0;
    }
    footer #copyright {
        padding: 20px;
        font-size: 14px;
    }
    footer #footLink {
        margin-top: 60px;
		justify-content: center;
    }
    footer #footLink div {
        width: 30%;
    }
	footer #footLink div:first-of-type{
		width: 24%;
		text-align: left;
	}
	footer #footLink div:first-of-type p:first-of-type{
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	footer #footLink div:first-of-type p a{
		font-size: 18px;
	}
	footer #footLink div:first-of-type p{
		font-size: 15px; 
		font-weight: normal;
		margin-bottom: 20px;
	}
	footer #footLink div:first-of-type .blackBtn{
		padding: 12px 40px;
		font-size: 16px;
	}
    footer #footLink div:nth-of-type(odd) {
        margin-left: 0;
    }
    footer #footLink div:nth-last-of-type(2) {
        display: block;
        width: 24%;
        margin: 0;
    }
    footer #footLink div:nth-last-of-type(2) ul {
        width: 100%;
    }
    footer #footLink div:nth-last-of-type(2) ul:nth-of-type(2) {
        margin-left: 0;
        margin-top: 15px;
    }
    footer #footLink li {
        font-size: 14px;
    }
    footer #footLink li:not(:last-of-type) {
        margin-bottom: 12px;
    }
    footer #footLink p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    footer #footLink div:last-of-type {
        width: 24%;
    }
    footer #footLink div img {
        height: 44px;
    }
    #breadCrumbs {
        border-top: none;
        padding: 10px 15px 5px 15px;
        box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.34) inset;
    }
    #breadCrumbs ol {
        width: 1266px;
        margin: 0 auto;
        display: flex;
    }
.headAttent{
	padding: 20px 15px 20px 15px;
	max-width: 1320px;
	margin: 0 auto;
}
}