@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
	font-family: "Noto Sans TC", sans-serif; 
	line-height:1.6;
	color:#666;
	overflow-x:hidden;
	position:relative;
}
h1,h2,h3,h4,h5,h6 {
	color:inherit;
}
img {
	max-width:100%;
	border:0;
	height:auto;
}
p:last-child {
	margin-bottom:0;
}
.accentbgcolor {
	background:#80894A;
	color:#fff;
}
.accentcolor {
	color:#80894A;
}
a {
	color:#80894A;
}
.w960 {
	max-width:960px;
	margin:0px auto;
}
.w480 {
	max-width:480px;
	margin:0px auto;
}
.w680 {
	max-width:680px;
	margin:0px auto;
}
.w360 {
	max-width:360px;
	margin: 0px auto;
}
/*=========================*/
/* Page Loader */
/*=========================*/
.page-loader {
	background-color:white;
	position:fixed;
	width:100%;
	height:102%;
	content:"";
	z-index:9;
	margin-top:-5px;
}
.page-loader img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-8px;
	margin-left: -8px;
}
/*=========================*/
/* Lists */
/*=========================*/ .unstyle ul,.unstyle ol,ul.unstyle,ol.unstyle {
	padding-left:10px;
	line-height:1.7;
}
.unstyle ul li,.unstyle ol li,ul.unstyle li,ol.unstyle li {
	list-style:none;
}
ul.checklist li:before {
	content:"\f00c ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.circleoklist li:before {
	content:"\f058 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.arrowlist li:before {
	content:"\f061 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.starlist li:before {
	content:"\f005 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.doublearrowlist li:before {
	content:"\f101 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.chevronlist li:before {
	content:"\f054 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.handlist li:before {
	content:"\f0a4 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.thumblist li:before {
	content:"\f087 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.asterisklist li:before {
	content:"\f069 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.circlearrowlist li:before {
	content:"\f0a9 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.circlepluslist li:before {
	content:"\f055 ";
	font-family:FontAwesome;
	margin-right:5px;
}
ul.longarrowlist li:before {
	content:"\f178 ";
	font-family:FontAwesome;
	margin-right:5px;
}
.unstyle li:before {
	color: #80894A;
}
.darkbgcolor ul.checklist li:before {
	color:#fff;
}
/*=========================*/
/* Default Header */
/*=========================*/
.large-header {
	position:relative;
	width:100%;
	background:#333;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	z-index:1;
	background-image:url(assets/img/header.jpg);
	webkit-animation:10s ease-in;
	-moz-animation:10s ease-in;
	-o-animation:10s ease-in;
	animation:10s ease-in;
}
.main-title {
	font-weight:700;
	position:absolute;
	margin:0;
	padding:0;
	color:#fff;
	line-height:1;
	text-align:center;
	top:55%;
	left:50%;
	-webkit-transform:translate3d(-50%,-50%,0);
	transform:translate3d(-50%,-50%,0);
	text-transform:uppercase;
	font-size:4.2em;
	letter-spacing:0.1em;
}
.main-title .thin {
	font-weight:300;
}

.smallh {
	font-size:18px;
	letter-spacing:5px;
	font-weight: 300;
	display: inline-block;
	line-height:1.6;
}
/*=========================*/
/* Buttons */
/*=========================*/
.btn.small {
	padding:10px 15px;
	margin-top:5px;
}
.btn {
	width: 100px;
	margin-top:15px;
	font-size: 14px;
    color: #989797;
    font-weight: 300;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    background: #80894A;
    border: none;
    color: #fff;
    outline: none;
    border-radius: 3px;
    float: left;
}
.btn,.btn:hover {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:3px;
	font-weight:600;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.btn-default,.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	color:#fff;
}
.btn-default {
	background-color:#ffd700;
	border:1px solid rgba(0,0,0,0.05);
}
.btn-primary {
	color:#fff;
	background-color:#80894A;
	border-color:#80894A;
}
.btn-primary:hover,.btn-default:hover {
	background-color:#303543;
	border-color:#303543;
}
.btn-minimal {
	background:none;
	border:1px solid;
	color:#444;
}
.btn-inverse {
	background-color:#303543;
	border:1px solid #303543;
	color:#fff;
}
.btn-inverse:hover,.btn-inverse:active,.btn-inverse:focus {
	color:#fff;
}
.btn-md {
	padding:14px 16px;
	font-size:10px;
}
.btn-md:hover {
	padding:14px 16px;
	font-size:10px;
}
.large-header .btn-default {
	border:1px solid #eee;
	color:#fff;
	background:none;
}
.btn-xs,.btn-xs:hover {
	font-size:10px;
	padding:9px 15px;
}
.large-header .btn-default,.large-header .btn-primary {
	margin-top:43px;
}
.large-header .btn-default:hover,.large-header .btn-primary:hover {
	background-color:#fff;
	color:#222;
	border:1px solid #fff;
}
.btn-ghost {
	border:1px solid #eee;
	color:#fff;
	background:none;
}
.btn-ghost:hover {
	background-color:#fff;
	color:#333;
	border:1px solid #fff;
}
.btn-ghost.active,.btn-ghost.focus,.btn-ghost:active,.btn-ghost:focus,.btn-ghost:hover,.open>.dropdown-toggle.btn-ghost {
	background:#fff;
	border:1px solid #fff;
	color: #444;
}


/*=========================*/
/* Tabs */
/*=========================*/
.nav-tabs {
	border-left:1px solid #eee;
	border-bottom:20px;
}
.tab-content {
	border:1px solid #eee;
	padding:20px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin-bottom:20px;
	color:inherit;
}
.nav-tabs>li:active {
	margin-bottom:-1px;
}
.nav-tabs>li>a {
	width: 180px;
	text-align: center;
	padding:12px 20px;
	background:#fcfcfc;
	line-height:21px;
	border:1px solid #eee;
	border-left:none;
	margin-right:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	text-transform:uppercase;
	font-weight:700;
}
.nav-tabs>li>a:hover {
	border-color:#eee #eee #eee;
	background-color:#fff;
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
	background-color:#fff;
	border-left:none;
	color:#29bbf2;
	cursor:default;
	border-bottom:0px;
}
.nav-tabs>li.active>a {
	color:#333;
	cursor:default;
	background-color:#fff;
	border:1px solid #eee;
	margin-bottom:-1px;
	border-left:0px;
	border-bottom:0;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover {
	border-left:0;
	border-bottom:1px solid;
	border-color:#80894A;
	background-color:#80894A;
	color: #fff;
}
/*=========================*/
/* Blocks */
/*=========================*/
.block1 .caption a,.block1 h1,.block2 h1,.block1 h2,.block2 h2,.block1 h3,.block2 h3,.block1 h4,.block2 h4,.block1 h5,.block2 h5,.block1 h6,.block2 h6 {
	color:inherit;
}
.block1 h1,.block2 h1,.block1 h2,.block2 h2,.block1 h3,.block2 h3,.block1 h4,.block2 h4,.block1 h5,.block2 h5,.block1 h6,.block2 h6 {
}
.block1 h1 {
	font-size:90px;
	text-transform:uppercase;
	margin-top:0px;
	line-height:0;
	margin-bottom:70px;
}
.block1 h6 {
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:300;
}
.block1 .btn {
	font-weight:400;
	margin-left:5px;
	margin-right:5px;
	min-width:170px;
	border:1px solid;
	font-size:14px;
	padding:12px 25px;
	border-radius:2px;
	letter-spacing:1px;
	margin-top:30px;
	text-transform:uppercase;
	position:relative;
}
.block1 .btn.color {
	background-color:#80894A;
	border:1px solid;
	border-color:#80894A;
	color:#fff;
}
.block2,.block2 h2,.block2 h3,.block2 h4,.block2 h1,.block2 h5 {
	color:inherit;
}
.block2 .text1 {
	color:inherit;
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	margin-bottom:10px;
	 display:inline-block;
}
.block2 .text1.big {
	font-weight:300;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:60px;
	letter-spacing:0.1em;
	 display:inline-block;
}
.block2 .text2 {
	color:inherit;
	text-transform:uppercase;
	line-height:1.3;
	margin-top:0px;
	font-size:30px;
	 display:inline-block;
}
.block2 .text2.big {
	font-size:18px;
	letter-spacing:3px;
	font-weight:300;
	display:block;
}
.block2 .text3 {
	color:inherit;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:300;
	 display:inline-block;
}
.block2 .text1.big.borders {
	border-top:1px solid;
	border-bottom:1px solid;
	display:inline-block;
	margin-bottom:15px;
	margin-top:15px;
	line-height: 1.3;
}
/*=========================*/
/* Down Arrow */
/*=========================*/
.downarrowpoint {
	background-color:rgba(0,0,0,0.2);
	height:55px;
	width:55px;
	text-align:center;
	display:block;
	margin:0px auto;
	border-radius:50%;
	margin-top:25px;
}
.downarrowpoint i {
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:1s;
	-moz-transition-property:-moz-transform;
	-moz-transition-duration:1s;
	-webkit-animation-name:pulse;
	-moz-animation-name:pulse;
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	line-height:55px;
	font-size:25px;
	color: #fff;
}

/*=========================*/
/* Slider */
/*=========================*/
.slider_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:280px;
	background:rgba(0,0,0,0.42);
}
.carousel,.carousel-inner>.item {
	position:relative;
	min-height:600px;
	max-height:600px;
	overflow:hidden;
	color:#fff;
}
.business_carousel.carousel,.business_carousel .carousel-inner>.item {
	position:relative;
	min-height:700px;
	max-height:700px;
	overflow:hidden;
	color:#fff;
}
.business_carousel .carousel-inner>.item p {
	font-size:22px;
	font-weight:300;
}
.carousel-inner>.item {
	-moz-opacity:0.00;
	-khtml-opacity:0.00;
	opacity:0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	-webkit-transition:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
	color:#fff;
}
.carousel-inner>.item.active {
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
.carousel-inner>.item .slider-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:280px;
}
.carousel-inner>.item .slider-bg img {
	width:100%;
	height:100%;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:20s;
	-moz-animation-duration:20s;
	-ms-animation-duration:20s;
	-o-animation-duration:20s;
	animation-duration:20s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
}
.carousel-inner>.item .slider-bg img.kenburns {
	-webkit-animation-name:kenburns;
	-moz-animation-name:kenburns;
	-o-animation-name:kenburns;
	animation-name:kenburns;
}
.carousel-inner>.item .slider-bg img.kenburnsreverse {
	-webkit-animation-name:kenburnsreverse;
	-moz-animation-name:kenburnsreverse;
	-o-animation-name:kenburnsreverse;
	animation-name:kenburnsreverse;
}
@-webkit-keyframes kenburns {
	0% {
					-webkit-transform:scale(1.2);
	}
	100% {
					-webkit-transform:scale(1);
	}
}
@keyframes kenburns {
	0% {
					transform:scale(1.2);
	}
	100% {
					webkit-transform:scale(1);
	}
}
@-webkit-keyframes kenburnsreverse {
	0% {
					-webkit-transform:scale(1);
	}
	100% {
					-webkit-transform:scale(1.2);
	}
}
@keyframes kenburnsreverse {
	0% {
					transform:scale(1);
	}
	100% {
					transform:scale(1.2);
	}
}
.carousel-control.left,.carousel-control.right {
	display:none;
}
.business_carousel .carousel-content h1 {
	font-weight:200;
	font-size:60px;
	 letter-spacing:2px;
}
.business_carousel .carousel-content h4 {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
}
.carousel-content h1 {
	color:#fff;
	display:inline-block;
	font-size:40px;
	font-weight:600;
	margin-bottom:0px;
	padding:18px 20px;
	text-transform: capitalize;
}
/*=========================*/
/* Cayman Slider */
/*=========================*/
.maincaymanslider h4 {
	font-size:17px;
	font-weight:300;
	margin-top:0;
	letter-spacing:2px;
	text-transform:uppercase;
}
.maincaymanslider h1 {
	font-weight:200;
	font-size:60px;
	margin-top:0;
	margin-bottom:0;
}
.maincaymanslider {
	color:#fff;
}
.maincaymanslider p {
	font-size:22px;
	font-weight:300;
}
.maincaymanslider.styletwo h4 {
	font-size:20px;
	font-weight:300;
	background:rgba(0,0,0,0.5);
	display:inline-block;
	padding:10px;
	margin-top:10px;
}
.maincaymanslider.styletwo h1 {
	background:rgba(0,0,0,0.5);
	padding:5px 15px;
	font-size: 46px;
}
/*=========================*/
/* Cayman Slider */
/*=========================*/
.active .fromleft.animated1 {
	-webkit-animation:fadeInLeft 1s ease-in-out 700ms both;
	animation:fadeInLeft 1s ease-in-out 700ms both;
}
.active .fromleft.animated2 {
	-webkit-animation:fadeInLeft 2s ease-in-out 700ms both;
	animation:fadeInLeft 2s ease-in-out 700ms both;
}
.active .fromleft.animated3 {
	-webkit-animation:fadeInLeft 3s ease-in-out 700ms both;
	animation:fadeInLeft 3s ease-in-out 700ms both;
}
.active .zoomin.animated1 {
	-webkit-animation:zoomIn 1s ease-in-out 700ms both;
	animation:zoomIn 1s ease-in-out 700ms both;
}
.active .zoomin.animated2 {
	-webkit-animation:zoomIn 2s ease-in-out 700ms both;
	animation:zoomIn 2s ease-in-out 700ms both;
}
.active .zoomin.animated3 {
	-webkit-animation:zoomIn 3s ease-in-out 700ms both;
	animation:zoomIn 3s ease-in-out 700ms both;
}
.active .bouncein.animated1 {
	-webkit-animation:bounceIn 1s ease-in-out 700ms both;
	animation:bounceIn 1s ease-in-out 700ms both;
}
.active .bouncein.animated2 {
	-webkit-animation:bounceIn 2s ease-in-out 700ms both;
	animation:bounceIn 2s ease-in-out 700ms both;
}
.active .bouncein.animated3 {
	-webkit-animation:bounceIn 3s ease-in-out 700ms both;
	animation:bounceIn 3s ease-in-out 700ms both;
}
.active .bounceindown.animated1 {
	-webkit-animation:bounceInDown 1s ease-in-out 700ms both;
	animation:bounceInDown 1s ease-in-out 700ms both;
}
.active .bounceindown.animated2 {
	-webkit-animation:bounceInDown 2s ease-in-out 700ms both;
	animation:bounceInDown 2s ease-in-out 700ms both;
}
.active .bounceindown.animated3 {
	-webkit-animation:bounceInDown 3s ease-in-out 700ms both;
	animation:bounceInDown 3s ease-in-out 700ms both;
}
.active .bounceinup.animated1 {
	-webkit-animation:bounceInUp 1s ease-in-out 700ms both;
	animation:bounceInUp 1s ease-in-out 700ms both;
}
.active .bounceinup.animated2 {
	-webkit-animation:bounceInUp 2s ease-in-out 700ms both;
	animation:bounceInUp 2s ease-in-out 700ms both;
}
.active .bounceinup.animated3 {
	-webkit-animation:bounceInUp 3s ease-in-out 700ms both;
	animation:bounceInUp 3s ease-in-out 700ms both;
}
.active .bounceinleft.animated1 {
	-webkit-animation:bounceInLeft 1s ease-in-out 700ms both;
	animation:bounceInLeft 1s ease-in-out 700ms both;
}
.active .bounceinleft.animated2 {
	-webkit-animation:bounceInLeft 2s ease-in-out 700ms both;
	animation:bounceInLeft 2s ease-in-out 700ms both;
}
.active .bounceinleft.animated3 {
	-webkit-animation:bounceInLeft 3s ease-in-out 700ms both;
	animation:bounceInLeft 3s ease-in-out 700ms both;
}
.active .bounceinright.animated1 {
	-webkit-animation:bounceInRight 1s ease-in-out 700ms both;
	animation:bounceInRight 1s ease-in-out 700ms both;
}
.active .bounceinright.animated2 {
	-webkit-animation:bounceInRight 2s ease-in-out 700ms both;
	animation:bounceInRight 2s ease-in-out 700ms both;
}
.active .bounceinright.animated3 {
	-webkit-animation:bounceInRight 3s ease-in-out 700ms both;
	animation:bounceInRight 3s ease-in-out 700ms both;
}
.active .rollin.animated1 {
	-webkit-animation:rollIn 1s ease-in-out 700ms both;
	animation:rollIn 1s ease-in-out 700ms both;
}
.active .rollin.animated2 {
	-webkit-animation:rollIn 2s ease-in-out 700ms both;
	animation:rollIn 2s ease-in-out 700ms both;
}
.active .rollin.animated3 {
	-webkit-animation:rollIn 3s ease-in-out 700ms both;
	animation:rollIn 3s ease-in-out 700ms both;
}
.active .flipiny.animated1 {
	-webkit-animation:flipInY 1s ease-in-out 700ms both;
	animation:flipInY 1s ease-in-out 700ms both;
}
.active .flipiny.animated2 {
	-webkit-animation:flipInY 2s ease-in-out 700ms both;
	animation:flipInY 2s ease-in-out 700ms both;
}
.active .flipiny.animated3 {
	-webkit-animation:flipInY 3s ease-in-out 700ms both;
	animation:flipInY 3s ease-in-out 700ms both;
}
.active .flipinx.animated1 {
	-webkit-animation:flipInX 1s ease-in-out 700ms both;
	animation:flipInX 1s ease-in-out 700ms both;
}
.active .flipinx.animated2 {
	-webkit-animation:flipInX 2s ease-in-out 700ms both;
	animation:flipInX 2s ease-in-out 700ms both;
}
.active .flipinx.animated3 {
	-webkit-animation:flipInX 3s ease-in-out 700ms both;
	animation:flipInX 3s ease-in-out 700ms both;
}
.cayman-slider .slider-content-style1 h2::before,.cayman-slider .slider-content-style1 h2::after {
	content:' ― ';
	font-weight:200;
}
.cayman-slider .slider-content-style1 {
	padding:0;
	line-height:1.4;
	color:#fff;
	z-index:1000;
	text-transform:uppercase;
	letter-spacing:5px;
}
.cayman-slider .slider-content-style1 h2 {
	font-size:30px;
}
.cayman-slider .slider-content-style1 h1 {
	font-size:60px;
	color:#fff;
	font-weight:800;
	margin-top:0;
}
.cayman-slider .slider-content-style1 h3 {
	font-size:14px;
	max-width:700px;
	margin:0px auto;
	letter-spacing:4px;
	display:inline-block;
	line-height:1.5;
}
.cayman-slider .slider-content-style1 .btn {
	margin-top:10px;
	font-size:11px;
	padding: 15px 20px;
}

/*=========================*/
/* Forms */
/*=========================*/
.realestateform {
	background:#333;
	padding:30px;
	position:absolute;
	text-align:center;
	right:5%;
	top:10.5%;
	border-radius:4px;
	  z-index: 1;
}
.realestateform input,.realestateform textarea,.dentalform input,.dentalform textarea,.regularform input,.regularform textarea {
	border:0;
	padding:15px;
	border-radius:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
}
.realestateform textarea,.dentalform textarea,.regularform textarea {
	height:150px;
}
.realestateform input,.dentalform input,.regularform input,.menuform input {
	margin-bottom:30px;
}
.realestateform .btn {
	margin-top:30px;
}
.realestateform input:last-child,.dentalform input:last-child {
	margin-bottom:0;
}
.realestateform h4,.dentalform h4 {
	color:#fff;
	margin-top:0;
	padding-bottom:15px;
}
.dentalform {
	padding:30px;
	background-color:#80894A;
	margin-bottom:30px;
}
.dentalform .btn,.regularform .btn {
	border:1px solid #eee;
	letter-spacing:2px;
}
.regularform.onwhite input,.regularform.onwhite textarea {
	border: 1px solid #ddd;
}
/*=========================*/
/* Login & Register */
/*=========================*/
.lrform {
	
	margin:10px auto;
    width: 70%;
	min-height:200px;
	position:relative;
	border-radius:3px;
	 margin-top:-60px;
}
.lrform form ul {
	list-style:none;
	padding:0;
	margin:0;
}
.lrform .tabs {
	background:#fff;
	height:80px;
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	margin-bottom:20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.lrform .tabs li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.lrform .tabs a {
	background:#fff;
	display:block;
	float:left;
	text-decoration:none;
	color:#333;
	font-size:15px;
	padding:10px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.lrform .tabs li:last-child a {
	border-right:none;
	width:174px;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.lrform .tabs a.active {
	background:#eee;
	border-right:none;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.lrform .form-action {
	padding:0 40px;
	position:relative;
}
.lrform .form-action h1 {
	font-size:32px;
	padding:0px;
	margin-top:10px;
}
.lrform .form-action p {
	font-size:14px;
	padding-bottom:10px;
	line-height:25px;
	color: #FFFBFB;
}
.lrform input[type=text],.lrform input[type=password] {
	font-size: 14px;
	color:#989797;
	font-weight: 300;
	width:100%;
	height:40px;
	margin-bottom:20px;
	padding-left:15px;
	background:#fff;
	border:none;
	color:#80894A;
	outline:none;
	border-radius:3px;
}
.lrform input[type=button]{
	font-size: 14px;
	color:#989797;
	font-weight: 300;
	width:20%;
	height:40px;
	margin-bottom:20px;
	padding-left:15px;
	background:#80894A;
	border:none;
	color:#fff;
	outline:none;
	border-radius:3px;
	float: left;
}
.lrform .dark-box {
	background:#5e0400;
	box-shadow:1px 3px 3px #3d0100 inset;
	height:40px;
	width:50px;
}
.lrform .form-action .dark-box.bottom {
	position:absolute;
	right:0;
	bottom:-24px;
}
.lrform .tabs+.dark-box.top {
	position:absolute;
	right:0;
	top:0px;
}
.lrform .show {
	display:block;
}
.lrform .hide {
	display:none;
}
.lrform .button {
	border:none;
	display:block;
	background:rgba(196,45,50,1.00);
	height:40px;
	width:150px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	-webkit-transition:all 0.15s linear;
	 -moz-transition:all 0.15s linear;
	 transition:all 0.15s linear;
}
.lrform .button:hover {
	background:rgba(104,24,26,1.00);
}
.lrform .button:active {
	background:rgba(246,182,89,0.9);
}

*=========================*/
/* tab*/
/*=========================*/
.lrform-t {
	background-color:rgba(98,203,247,0.3);
	margin:25px auto;
	width:600px;
	min-height:400px;
	position:relative;
	border-radius:3px;
	margin-top:-60px;
}
.lrform-t form ul {
	list-style:none;
	padding:0;
	margin:0;
}
.lrform-t .tabs {
	background:#fff;
	height:48px;
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	margin-bottom:20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.lrform-t .tabs li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.lrform-t .tabs a {
	background:#fff;
	display:block;
	float:left;
	text-decoration:none;
	color:#333;
	font-size:15px;
	padding:12px 22px 12px 22px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.lrform-t .tabs li:last-child a {
	border-right:none;
	width:174px;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.lrform-t .tabs a.active {
	background:#eee;
	border-right:none;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.lrform-t .form-action {
	padding:0 40px;
	position:relative;
}
.lrform-t .form-action h1 {
	font-size:32px;
	padding:0px;
	margin-top:10px;
}
.lrform-t .form-action p {
	font-size:14px;
	padding-bottom:10px;
	line-height:25px;
}
.lrform-t input[type=text],.lrform-t input[type=password] {
	width:100%;
	height:40px;
	margin-bottom:20px;
	padding-left:15px;
	background:#fff;
	border:none;
	color:#e74c3c;
	outline:none;
	border-radius:3px;
}
.lrform-t .dark-box {
	background:#5e0400;
	box-shadow:1px 3px 3px #3d0100 inset;
	height:40px;
	width:50px;
}
.lrform-t .form-action .dark-box.bottom {
	position:absolute;
	right:0;
	bottom:-24px;
}
.lrform-t .tabs+.dark-box.top {
	position:absolute;
	right:0;
	top:0px;
}
.lrform-t .show {
	display:block;
}
.lrform-t .hide {
	display:none;
}
.lrform-t .button {
	border:none;
	display:block;
	background:#333;
	height:40px;
	width:80px;
	color:#ffffff;
	text-align:center;
	border-radius:5px;
	-webkit-transition:all 0.15s linear;
	 -moz-transition:all 0.15s linear;
	 transition:all 0.15s linear;
}
.lrform-t .button:hover {
	background:#666;
}
.lrform-t .button:active {
	background: #666;
}
.lrform h2{
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	line-height: 28px;
	color: #FFFFFF;
}
.lrform h3{
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 28px;
	color: #FFFFFF;
}
.book-text{
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 18px;
	color: #FFFFFF;
}

.lrform a{
	color: #FFFFFF;
}

/*=========================*/
/* Tables */
/*=========================*/
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding:13px;
}
.table {
	margin-bottom:30px;
}
.table:last-child {
	border-bottom:0;
}
.table-bordered>thead>tr>th {
	border-bottom-width: 0px;
}
/*=========================*/
/* Showcase Product Img */
/*=========================*/
.wrapimg {
	border-radius:5px;
	border:20px solid #eee;
	max-width:97%;
	-webkit-box-shadow:10px 10px 5px 0px rgba(209,209,209,1);
	-moz-box-shadow:10px 10px 5px 0px rgba(209,209,209,1);
	box-shadow: 10px 10px 5px 0px rgba(209,209,209,1);
}
/*=========================*/
/* Countdown*/
/*=========================*/
ul.countdown {
	list-style:none;
	margin:0px 0;
	padding:0;
	display:block;
	text-align:center;
}
ul.countdown li {
	display:inline-block;
}
ul.countdown li span {
	font-size:80px;
	font-weight:300;
	line-height:80px;
	color:#fff;
}
ul.countdown li.seperator {
	font-size:50px;
	line-height:70px;
	vertical-align:top;
}
ul.countdown li p {
	color:#fff;
	font-size: 14px;
}
/*=========================*/
/* Knowledge Base */
/*=========================*/
.knowledgebase .input-lg {
	height:49px;
	border:0;
	font-size:14px;
}
.knowledgebase .affix-top,.affix {
	position:static;
}
.knowledgebase #sidebar {
	transition:all 0.8s;
}

.knowledgebase #sidebar li.active {
	border:0 #eee solid;
	border-right-width:5px;
}
.knowledgebase .nav>li>a {
	background-color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	color:#000;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover {
	border-left:0;
	border-bottom:1px solid;
	border-color:#eee;
	background-color:#80894A;
	color: #fff;
}
.knowledgebase h3 {
    border:0;
	border-left-width:6px;
	padding:15px 30px;
	font-size:17px;
	margin-bottom:0;
	text-transform:uppercase;
}
.knowledgebase .content {
	padding:15px 30px;
	background-color:#fff;
}
.knowledgebase li.menutitle {
	background-color:#303543;
	color:#fff;
	padding: 10px 30px;
}

/*=========================*/
/* Panel */
/*=========================*/
.wowpanel {
	background-color:#f7f7f7;
	border-left:7px solid;
	border-color:#25c5ed;
	padding:20px;
	margin-bottom: 15px;
}
/*=========================*/
/* Alerts */
/*=========================*/
.alert {
	border-radius:4px;
	border:0;
	font-size:15px;
}
.alert-success {
	background-color:#2ac56c;
	color:#fff;
}
.alert-danger {
	background-color:#f06060;
	color:#fff;
}
.alert-info {
	background-color:#4593e3;
	color:#fff;
}
.alert-warning {
	background-color:#fcd04b;
	color: #fff;
}
/*=========================*/
/* Other */
/*=========================*/
.noborder {
	border:0;
}
.transformnone {
	text-transform:none !important;
}
.nomargtop {
	margin-top:0;
}
.block2 .text1.nomargbot {
	margin-bottom:0;
}
.font300 {
	font-weight:300;
}
.font500 {
	font-weight:500;
}
.w960 {
	width:960px;
	max-width:100%;
	margin:0px auto;
}
.fancyb {
	margin-bottom:20px;
	padding:15px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	display: inline-block;
}

/*=========================*/
/* Flexslider Min */
/*=========================*/
.flexslider,.fullwidth.flexslider{overflow:hidden}.flex-caption.transparent.light-font span,.homeslider.fullwidth.flexslider{text-shadow:0 1px 1px rgba(0,0,0,.3)}.flex-caption.center,.flex-control-nav{text-align:center}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0;width:100%;position:relative;zoom:1}.flexslider .slides>li{display:none}.flexslider .slides>li:first-child,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides{display:block}.flexslider .slides img{width:100%;display:block;height:auto;opacity:0.6;}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";clear:both;visibility:hidden;line-height:0;height:0}.flex-pauseplay a.flex-play:before,.flex-pauseplay a:before{content:""}* html .slides{height:1%}.flex-viewport{max-height:2000px}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1;list-style:none}.flex-direction-nav{height:0}.flex-direction-nav a{background:url(../img/flexarrows.png)no-repeat rgba(0,0,0,.4);width:45px;height:45px;position:absolute;top:55%;text-indent:-999em;border-radius:2px;z-index:10}.flex-direction-nav li .flex-prev{right:49px;background-position:0 -169px}.flex-direction-nav li .flex-next{right:10px;background-position:-35px -169px}.flex-direction-nav .flex-disabled{opacity:.3;filter:alpha(opacity=30);cursor:default}.flexslider li{list-style:none!important}.flexslider ol,.flexslider ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;padding-left:0}.flexsliderpattern{background-image:url(../img/ptn.png);background-repeat:repeat;opacity:.5;position:absolute}.fullwidth.flexslider .flex-direction-nav a{background:url(../img/flexarrows.png)no-repeat rgba(0,0,0,.1);top:49%!important;width:50px;height:100px;position:absolute;text-indent:-999em;margin-top:-50px}.fullwidth.flexslider .flex-direction-nav a:hover{background-color:rgba(0,0,0,.4)}.fullwidth.flexslider .flex-direction-nav .flex-prev{left:0;background-position:0;border-radius:0 3px 3px 0}.fullwidth.flexslider .flex-direction-nav .flex-next{right:0;background-position:-50px 35px;border-radius:3px 0 0 3px}.fullwidth.flexslider .flex-direction-nav .flex-disabled{opacity:.3;filter:alpha(opacity=30);cursor:default}.homeslider.fullwidth.flexslider{height:465px;color:#fff;font-size:21px;font-weight:300}.homeslider h1{margin-bottom:20px;line-height:45px}.flexslider.blog{margin-bottom:35px}.flex-control-nav{width:100%;position:absolute;bottom:70px;z-index:9999}.shtextslider .flex-control-nav{left:0}.flex-control-nav li{margin:0 0 0 5px;display:inline-block;zoom:1}.flex-control-nav li:first-child{margin:0}.flex-control-nav li a{width:15px;height:15px;display:block;cursor:pointer;text-indent:-999em;background:#fff;border:2px solid #fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);opacity:.5;filter:alpha(opacity=50)}.flex-control-nav li a:hover{background:#fff;border:2px solid #fff;opacity:1;filter:alpha(opacity=100)}.flex-control-nav li a.flex-active{background:0 0;border:2px solid #fff;cursor:default;opacity:1;filter:alpha(opacity=100)}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer}.flex-pauseplay a:before{display:inline-block}.flex-pauseplay a:hover{opacity:1}.flex-caption{zoom:1;width:100%;position:absolute;animation:.8s cubic-bezier(.165,.84,.44,1)0s normal none 1 avia-btt;opacity:1}.flex-caption div{margin:0 auto}.flex-caption.transparent.dark-font span{color:#333}.flex-caption.transparent.dark-font h2 span,.flex-caption.transparent.light-font h2 span{line-height:27px!important;padding:0}.flex-caption.light{color:#333;margin-left:10px}.flex-caption.light span{background:rgba(222,222,222,.5);box-shadow:10px 0 0 rgba(222,222,222,.5),-10px 0 0 rgba(222,222,222,.5)}.flex-caption.dark{color:#fff;margin-left:10px}.flex-caption.dark span{background:rgba(0,0,0,.3);box-shadow:10px 0 0 rgba(0,0,0,.3),-10px 0 0 rgba(0,0,0,.3)}.flex-caption h2 span{line-height:56px!important;padding:5px 0}.flex-caption.dark .button,.flex-caption.light .button{margin-left:-10px}.flex-caption .uppercase{font-size:25px;font-weight:600;text-transform:uppercase;margin:0;letter-spacing:1px}.flex-caption .lowercase{font-weight:300;font-size:18px;line-height:27px;margin:25px 0}.flexslider.blog .flex-caption{width:100%;position:absolute;bottom:0;background:rgba(0,0,0,.5);top:63%;padding-top:15px;color:#ccc;font-size:14px;line-height:24px}.flexslider.blog .flex-caption a{color:#fff}.flexslider.blog .flex-caption div{width:75%}.customtypewowslider .flex-caption{text-align:center;margin-left:15px;padding-top:8.2rem}.customtypewowslider h3.slidertitle{max-width:960px;margin:0 auto 10px;font-weight:800;font-size:60px;text-transform:uppercase;line-height:1.2}.customtypewowslider h4.sliderdescription{max-width:960px;margin:0 auto;font-size:18px;letter-spacing:2px;text-transform:uppercase;font-weight:300}


/*=========================*/
/* Responsive */
/*=========================*/

@media (min-width:768px) {
	.default-skin.header {
						background:transparent;
						border-width:0px;
	}
	.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>.open>a,.navbar-default .redq-menu-title,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
						color:#fff;
	}
	ul.sub-menu,.dropdown-menu {
						background:#252934;
	}
	.redq .columns ul li,.show-grid [class^=col-] {
						border-bottom:1px solid rgba(255,255,255,0.1);
						border-right:1px solid rgba(255,255,255,0.1);
	}
		.redq .dropdown-menu,ul.sub-menu {
						border:1px solid rgba(255,255,255,0.1);
	}
	.redq a,.show-grid [class^=col-],.redq .dropdown-menu {
						color:rgba(255,255,255,0.6);
	}
	ul.sub-menu li {
						border-bottom:1px solid rgba(255,255,255,0.1);
	}
	.redq .columns ul a,ul.sub-menu a,.redq a {
							-webkit-transition:all 0.3s ease-in;
					-moz-transition:all 0.1s ease-in;
					-o-transition:all 0.1s ease-in;
					transition:all 0.1s ease-in;
	}
	.redq .columns ul a:hover,ul.sub-menu a:hover,.redq a:hover {
						color:#80894A;
						background:#303543;
						-webkit-transition:all 0.1s ease-in;
					 -moz-transition:all 0.1s ease-in;
					 -o-transition:all 0.1s ease-in;
					 transition:all 0.1s ease-in;
	}
	.link-item {
						text-transform:uppercase;
						font-weight:600;
						font-size:16px;
	}
	.default-skin.header {
						transition:all 0.8s;
	}
	.default-skin li.dropdown.open a span {
					color:#fff;
	}
	.default-skin.header.on {
						background:#fff;
						border-bottom:1px solid #eee;
						transition:all 0.8s;
	}
	.default-skin.header.on .navbar-default .navbar-nav>li>a,.default-skin.header.on .navbar-default .navbar-nav>.open>a,.default-skin.header.on .navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus,.default-skin.header.on li.dropdown.open a span {
						color:#444;
	}
	.default-skin.header.on .navbar-default .navbar-nav>li {
						padding:25px 15px;
	}
	.navbar>.container .navbar-brand,.navbar-default .navbar-nav>li {
						transition:all 0.8s;
	}
	.default-skin.header.on .navbar>.container .navbar-brand {
						margin-top:30px;
						transition:all 0.8s;
	}
	.default-skin.header.on .dark {display:block; margin-top:-20px}
	.default-skin.header.on .light {display:none}

	.header,.header .navbar {
						height:auto;
	}
	.navbar {
						line-height:0;
	}
	.navbar-nav>li>.dropdown-menu {
					border-radius:0;
	}
		.default-skin.header.header2 {
					background-color:#fff;
	}
		.default-skin.header.header2 .navbar-default .navbar-nav>li>a,.default-skin.header.header2 .navbar-default .navbar-nav>.open>a,.default-skin.header.header2 li.dropdown.open a span,.default-skin.header.header2 .navbar-default .redq-menu-title,.default-skin.header.header2 .navbar-default .navbar-nav>.open>a:hover,.default-skin.header.header2 .navbar-default .navbar-nav>.open>a:focus {
					color:#333;
	}
	.header2 .navbar-default .navbar-nav>li {
			padding:28px 15px;
	}
	.header2 .navbar>.container .navbar-brand {
			margin-top: 0px;
	}
	input.contact.col-md-6 {
		width:48.5%;
	}
}

@media (min-width:979px) {
	.knowledgebase #sidebar.affix-top {
		position:static;
		margin-top:30px;
		width:228px;
	}
	.knowledgebase #sidebar.affix {
		position:fixed;
		top:70px;
		width:228px;
	}
}

@media only screen and (max-width:860px) {
	
	.fullwidth.flexslider,.flexslider .slides>li {
		height:auto !important;
	}
	.customtypewowslider h3.slidertitle {font-size:30px;}
	.flex-control-nav {bottom:10px;}
}

@media only screen and (max-width:768px) {
	.main-title {font-size:3em;	line-height:1;}
	.large-header .btn-default, .large-header .btn-primary {  margin-top: 10px;}
	.smallh {line-height:1.8;display:block;margin-top:20px;}
	.octa:after, .octa.blue:after, .octa.red:after, .octa.bluelight:after{background-color:transparent;}
	.feature i {color:#333;}
	.tline-item-content {  margin-bottom: 30px;}
	.feature.business .feature-content {  margin-top: 30px;}
	.page-wrapper .row {  margin-bottom: 0px;}
	.booking-form {margin-top:230px;}
	.default-skin.header {border-top:0;border-bottom:1px solid #eee;}
	.header .navbar{height:66px;}
	.realestateform {margin-top:40px;position:relative;right:0;max-width:480px;}
	.realestateform input, .realestateform textarea, .dentalform input, .dentalform textarea, .regularform input, .regularform textarea {width:100%;}
	.dentalform {margin-top:20px;}
	.portfolio-items article .overlay i {  display: none;}
	.split .btn {display:inline-block;}
	.videowrap .videocontent, .videowrapsh .videocontent {padding:0 20px;}
	.videocontent .block2 .text2 {font-size:16px;}
	.videocontent .block2 h3, .videocontent .block2 h2 {margin-top:0;}
	ul.countdown li span { font-size: 17px;  line-height: 20px;}
	ul.countdown li.seperator {   font-size:10px;margin-right: 10px;}
	.wow-pricing-table>div {margin-bottom:20px;}
	.split .lead {  font-size: 14px;}
	.portfolio-items article{width:100%;}
	.block2 .text1.big {font-size:40px;}
	.split [class^=col-] {  padding: 10px;}
	.btn-minimal { margin-bottom: 30px;}
	.wrapimg { margin-bottom: 20px;}
	ul.countdown { margin-top: 20px;}
	.cayman-slider .slider-content-style1 h2 {  font-size: 20px;}
	.cayman-slider .slider-content-style1 h1 {  font-size: 40px;}
	.wow { visibility: visible !important; -webkit-animation: none !important;  -moz-animation: none !important; -o-animation: none !important;  -ms-animation: none !important;  animation: none !important;}
}


@media (max-width: 767px){
	.mobile-menu-open ul.sub-menu li a {
	  font-size:12px;
	}
}

.date-date{
	font-size: 12px;
	color:#888888;
	text-align: left;
}

.m200{
	margin-top: 200px;
}
.navbar-header img{
	width:30%;
}
.business_carousel .carousel-content h1 {
	font-weight:200;
	font-size:60px;
	 letter-spacing:2px;
}
.business_carousel2 .carousel-content h4 {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
}
.carousel-content2 h1 {
	color:#fff;
	display:inline-block;
	font-size:40px;
	font-weight:600;
	margin-bottom:0px;
	padding:18px 20px;
	text-transform: capitalize;
}
.carousel-content2 .lrform h2{
	margin-top: 100px;
	font-size: 30px;
	font-weight: 800;
	text-align: left;
	line-height: 28px;
	color: #FFFFFF;
}
.carousel-content2 .lrform .hh3{
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 28px;
	color: #FFFFFF;
}
.carousel-content2 .lrform h4{
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	line-height: 18px;
	color: #FFFFFF;
}
.business_carousel.carousel,.business_carousel2 .carousel-inner>.item {
	position:relative;
	min-height:280px;
	max-height:380px;
	overflow:hidden;
	color:#fff;
}
.carousel2,.carousel-inner>.item {
	position:relative;
	min-height:280px;
	max-height:380px;
	overflow:hidden;
	color:#fff;
}
#back-top {
	position:fixed;
	bottom:50px;
	right:2%;
	z-index:1000;
}
#back-top span {
	border-radius:50%;
	-moz-transition:1s;
	display:block;
	position:fixed;
	bottom:65px;
	right:35px;
	text-align:center;
	font-size:16px;
	line-height:35px;
	height:35px;
	width:35px;
	z-index:1000;
	-webkit-transition:background-color 0.25s ease-out;
	transition:background-color 0.25s ease-out;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
}
#back-top a:hover span {
	background-color:#6B7287;
}
#back-top a {
	display:block;
	text-align:center;
	font:11px/100% Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
	-webkit-transition:2s;
	-moz-transition:2s;
	transition:2s;
}
#back-top a:hover {
	color:#999;
}
.container2 {
padding: 0px 100px;
}
.container2 {
margin: 30px 0;
}
.false{
	border: 1px solid #308cc1;
	padding: 1px 5px;
	margin-right: 3px;
	color: #308cc1;
}
.keyword{
	border: 1px solid #005aa2;
	padding: 1px 5px;
	margin-right: 3px;
	color: #005aa2;
}
.keyword a:hover{
	border: 1px solid #005aa2;
	padding: 1px 5px;
	margin-right: 3px;
	color: #fff;
	background-color: #005aa2;
}
.img-responsive{
	display:block;width:100% \9;max-width:100%;height:auto;
}
.pull-left{
	float: left;
	padding-right: 20px;
}
.recent-posts-1 .col-md-12 .text h3 {
	font-size: 21px;
	margin: 5px 0 0 10px;
	line-height: 1.5em;
}
.recent-posts-1 .col-md-12 .text h3  a{
color: #333;
}
.recent-posts-1 .col-md-12 .text h3   a:hover{
color: #308cc1;
}
.knowledgebase h3 {
font-size: 18px;
font-weight: 700;
}
.knowledgebase h3 a{
color: #80894A;
}
.knowledgebase h3  a:hover{
color:#0D5E83;
}
element.style {
    background-color: rgb(59, 89, 152);
    line-height: 32px;
    height: 32px;
    width: 32px;
}
a .at-icon-wrapper {
    cursor: pointer;
}
.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
}
.at-icon {
    fill: #fff;
    border: 0;
}

.page-news .social {
	text-align:center;
	font-size:15px;
	margin-top:15px;
	font-weight:300;
	margin-bottom:50px;
}
/* 表格 */
table {
    border-collapse: collapse;
    width: 100%;
}
caption{
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
	background:#08546B;
	color: #FFFFFF;
}
th,td {
    border-bottom: solid 1px #999999;
    padding: 16px;
}
tr{
    border-bottom: solid 1px #999999;
    padding: 16px;
}
th {
	font-size: 14px;
	font-weight: 600;
    background-color:#D7E0C4;
}
td {
	font-size: 12px;
	font-weight: 300;
}
/* hw03表格 */

.hw03 th,td {
	font-size: 12px;
	font-weight: 300;
    border-bottom:#ABABAB solid 1px ;
    padding: 16px;
}
.hw03 th {
	font-weight: 400;
    background-color:#A1C6D2;
}

.css-td{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.td-color{
	color:#BF7111 ;
}
td img{
	max-width: 100%;
    height: auto;
}
.lc {
	background: #DEF8FB;
}
.person{
	margin: 50px 0px;
	
}
.feature-content h4{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}
.feature-content p{
	font-size: 14px;
	font-weight: 300;
	line-height: 2em;
}
#footer .footer{
	background-color: #67572B;
}
#footer .copyright a{
	color: #FFF;
	font-weight: 500;
	text-align: left;
}
.main__middle__container table{
	margin-bottom: 50px;
}
.book-box{
	text-align: center;
	background: #EEEDBF;
	width: 120px;
	padding:8px 0;
	margin: 0 10px 10px 0;
	display: inline-block;
	
}
.book-box a{
	color:#2E2E2E;
	background: #EEEDBF;
}
.book-box a:hover{
	color:#FFF;
	background:#67572B;
	display: block;
}
.text h3{
	padding: 15px 0px;
}
h2.title {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 50px 0 30px 0;
    line-height: 50px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #67572B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav-stacked-2>li{
	font-size: 12px;
	font-weight:200;
	margin-left:20px}
.no{
	font-size:24px;
	font-weight: 200;
}
/* Brand */
	.navbar-brand { float:left; height:60px; padding:2px; margin:5px}
	.navbar-brand .dark, .navbar-brand .light {height:55px; width:auto}
	.navbar-brand .light {display:none}
/* Brand Desktop */
@media (min-width:768px) {
	.navbar-brand .dark {display:none}
	.navbar-brand .light {display:block}
	.navbar-brand .dark, .navbar-brand .light {height:70px}
}

/* Slider */
	.slider {background-position:center; background-repeat:no-repeat; background-size:cover}
	.carousel-content2 {padding: 0px 0px 25px 0px}


#slider {
  animation: 24s ease infinite;
  animation-name: fadeSlider;
}

@keyframes fadeSlider {
  from {
    background-image:url(assets/img/new001.JPG)
  }
  33% {
  	background-image:url(assets/img/new002.JPG);
  }
  66% {
  	background-image:url(assets/img/new003.JPG);
  }
  to {
    background-image:url(assets/img/new001.JPG)
  }
}

/* Slider Mobile */
@media (max-width:767px) {
	.slider {background-position:0 70px}
	.m200 {margin-top:100px}
	.lrform {margin:0; min-height:300px; width:100%}
	.lrform .form-action {padding:0 10px}
	.carousel-content {padding:0}
}
/* Slider Desktop */
@media (min-width:768px) {
	.slider {height:100vh}
	.carousel-content {}
}
/* Breadcrumb */
.breadcrumb {background:none; margin:10px 0 0; padding:8px 10px}
.breadcrumb a, .breadcrumb>.active {color:#000}
.breadcrumb>li+li:before {padding: 0 0px; color:#000;}

/* Aside */
aside {margin-left:-5px}
aside h4 {color:#000; font-size:2rem; font-weight:600}
aside>ul {margin-top:18px;}
#aside>ul>li>a {color:#000; font-size:1.7rem; font-weight: 500; padding:0 5px;}
#aside>ul>ul>li>a, .modal ul>ul>li>a
{display:inline-block; font-size:1.5rem; font-weight:400; padding:10px 5px 2px}
/* Aside Pad */
@media (max-width:991px) {
	aside {display:none}
}

/* Model */
.modal-header .close {margin-top:-22px}
.modal-content, .modal .nav>li>a {background:#eee; font-size:15px; font-weight:400;}

/* Search */
.search p {color:#000}
.text h3 {padding:0 0 15px}
.btn-refine {display:none; float:right; margin:-10px; width:80px}
/* Search Pad */
@media (max-width:991px) {
	.btn-refine {display:block}
}

/********** Basics **********/
hr {margin: 15px -15px}
li.indent {padding-left:1.5rem}
li>i.far {margin-left:0.5rem}
.fa-external-link-alt {font-size:14px}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #eee}

@media (max-width:767px) {
	/* H2 */
	h2.title {font-size:2.7rem; margin:10px 0}
}

@media (max-width:767px) {
	.carousel-inner>.item .slider-bg {
		height:400px;
	}
}
