/* body */
/* ================================================== */
body {
	font-family: -apple-system,微軟正黑體, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	line-height: 1.8em;
	padding: 0;
	background: #fff;
}

.dark {
	background: #111;
	color: #eee;
}


/* ================================================== */
/* header */
/* ================================================== */
	header {
		width: 100%;
		height: 130px;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}

	header h1#logo {
		display: inline-block;
		height: 100%;
		line-height: 120px;
		float: left;
		font-size: 60px;
		color: white;
		font-weight: 400;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	header h1#logo .logo-2 {
		display: none;
	}

	header nav {
		float: right;
	}

	header nav a {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	header nav a:hover {
		color: #555;
	}

	header.smaller #mainmenu a {
		padding: 18px 20px 18px 20px !important;
		color: #333;
		text-shadow: none;
	}

	header.smaller {
		height: 70px;
		background: rgba(255,255,255,0.90);
		border-bottom: solid 1px #ddd;
	}

	.logo-smaller h1#logo {
		width: 150px;
		height: 30px;
		line-height: 65px;
		font-size: 30px;
	}

	.logo-smaller h1#logo img {
		width: auto;
		height: 40px;
	}
	h1 .id-color{
	    font-weight: 400;
	    margin-left: 5px;
	}
	.logo-smaller  h1#logo .logo-1 {
		display: none;
	}

	.logo-smaller  h1#logo .logo-2 {
		display: inline-block;
	}

	header.fixed #mainmenu a {
		padding: 18px 20px 18px 20px !important;
		color: #333;
	}

	header.fixed {
		height: 70px;
		background: rgba(255,255,255,0.90);
		border-bottom: solid 1px #ddd;
	}

	header.fixed h1#logo {
		width: 150px;
		height: 30px;
		line-height: 65px;
		font-size: 30px;
	}

	header.fixed h1#logo img {
		width: auto;
		height: 30px;
		line-height: 75px;
		font-size: 30px;
	}

	header.fixed h1#logo img.logo-1 {
		display: none;
	}

	header.fixed h1#logo img.logo-2 {
		display: inline-block;
	}

/* header END */
/* ================================================== */



/* ================================================== */
/* subheader */
/* ================================================== */	

	#subheader {
		padding-bottom: 70px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	#subheader h1 {
		color: #eceff3bf;
		margin-top: 100px;
		font-size: 32px;
		letter-spacing: 0px;
		float: left;
		padding-right: 20px;
	}

	#subheader span {
		display: inline-block;
		padding-top: 20px;
		font-size: 16px;
		margin-top: 88px;
		color: #eceff3bf;
	}

	#subheader .crumb {
		margin-top: 110px;
		color: #fff;
	}

	.copyrights {
		text-indent: -9999px;
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
	}
/* subheader END */
/* ================================================== */	


/* ================================================== */
/* navigation */
/* ================================================== */
	#mainmenu {
		float: right;
		height: 60px;
		font-size: 14px;
		font-weight: bold;
	}

	#mainmenu ul {
		float: right;
		margin: 0px 0px;
		padding: 0px 0px;
		height: 30px;
	}

	#mainmenu li {
		margin: 0px 0px;
		padding: 0px 0px;
		float: left;
		display: inline;
		list-style: none;
		position: relative;
	}

	#mainmenu a {
		display: block;
		padding: 50px 20px 50px 20px;
		line-height: 35px;
		text-decoration: none;
		color: #ffffff;
		text-align: center;
		outline: none;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 16px;
		text-shadow: 1px 1px 1px #000;
	}

	#mainmenu a.active {
		font-weight: bolder;
	}

	#mainmenu li li {
		font-size: 12px;
		font-weight: normal;
		border-bottom: solid 1px #333;
	}

	#mainmenu li li:last-child {
		border-bottom: none;
	}

	#mainmenu li li a {
		padding: 2px 15px 2px 15px;
		background: #222327;
		border-top: none;
		color: #ccc;
		width: 170px;
		border-left: none;
		text-align: left;
	}

	#mainmenu li li li a {
		padding: 2px 15px 2px 15px;
		background: #222327;
	}

	#mainmenu li li a:hover {
		color: #eceff3;
		background: #1a8b49;
	}

	#mainmenu li ul {
		width: 172px;
		height: auto;
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 10;
		display: none;
		border: solid 1px #404040;
	}

	#mainmenu li li {
		display: block;
		float: none;
	}

	#mainmenu li:hover > ul {
		display: block;
	}

	#mainmenu li ul ul {
		left: 100%;
		top: 0px;
	}

	#mainmenu li:hover > ul {
		color: #1a8b49;
	}

	#mainmenu select {
		padding: 10px;
		height: 36px;
		font-size: 14px;
		border: none;
		background: #ff4200;
		color: #eceff3;
	}

	#mainmenu select option {
		padding: 10px;
	}
	
	/* menu toggle for mobile */
	#menu-btn {
		display: none;
		float: right;
		margin-top: 5px;
		width: 36px;
		height: 36px;
		background: #333;
		padding: 6px;
		text-align: center;
		cursor: pointer;
	}

	#menu-btn:before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #eceff3;
	}

	#menu-btn:hover {
		background: #fff;
	}

	#menu-btn:hover:before {
		color: #222;
	}
/* navigation END */
/* ================================================== */	


/* ================================================== */
/* content */
/* ================================================== */
#content {
	width: 100%;
	background: #fff;
	padding: 45px 0 90px 0;
	z-index: 100;
}

#homepage #content {
	position: absolute;
}

.dark #content {
	background: #333439;
	color: #bbb;
}


/* ================================================== */
/* section */
/* ================================================== */
section {
	padding: 90px 0 90px 0;
}

.dark section {
	background: #111;
}
	
/* ================================================== */
/* footer */
/* ================================================== */
footer {
	background: #111;
	color: #ccc;
	padding: 30px 0 30px 0;
}

footer h3 {
	font-size: 20px;
	color: #eceff3;
}

footer a {
	color: #ccc;
}

footer a:visited {
	color: #ccc;
}

footer a:hover {
	color: #eceff3;
}


/* ================================================== */
/* blog */
/* ================================================== */
.blog-list2 {
	margin: 0;
	padding: 0;
}
	/* blog list */
.blog-list2 li {
	list-style: none;
	line-height: 1.7em;
	margin-bottom: 60px;
	margin-top: 30px;
}

.blog-list2 .blog-slider {
	margin-bottom: -60px;
}

.blog-list2 .date-box {
	width: 60px;
	position: absolute;
	text-align: center;
	text-shadow: none;
}

.blog-list2 .date-box .day, .blog-list2 .date-box .month {
	display: block;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding-top: 18px;
	width: 60px;
	height: 60px;
	z-index: 100;
}

.blog-list2 .date-box .month {
	font-size: 14px;
	background: #333;
}

.dark .blog-list2 .date-box .month {
	background: #000;
}

.dark .blog-list2 .date-box .day {
	color: #eceff3;
}

.dark .blog-list2 .date-box .month {
	color: #eceff3;
}

	/* blog comment */
#blog-comment {
	margin-top: 40px;
	margin-left: 80px;
}

#blog-comment h5 {
	margin-bottom: 10px;
}

#blog-comment ul, #blog-comment li {
	list-style: none;
	margin-left: -30px;
	padding-left: 0;
}

#blog-comment li {
	min-height: 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eee;
}

#blog-comment li .avatar {
	position: absolute;
	margin-top: 5px;
}

#blog-comment .comment {
	margin-left: 85px;
}

#blog-comment li {
	min-height: 70px;
	font-size: 14px;
	line-height: 1.6em;
}

#blog-comment li li {
	margin-left: 55px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #eee;
	border-bottom: none;
}

#blog-comment li li .avatar {
	position: absolute;
}

#blog-comment li li .comment {
}

.comment-info {
	margin-left: 85px;
	margin-bottom: 5px;
}

.comment-info span {
}

.comment-info .c_name {
	display: block;
	font-weight: 700;
	color: #555;
}

.comment-info .c_reply {
	padding-left: 20px;
	margin-left: 20px;
	border-left: solid 1px #ddd;
	font-size: 12px;
}

.comment-info .c_date {
	font-size: 12px;
}

.blog-list h3, .blog-read h3 {
	color: #333;
	letter-spacing: normal;
	font-size: 24px;
}

.bloglist .post-content {
	padding-left: 0px;
}

.bloglist .btn {
	margin-top: 20px;
}
	


	/* blog comment form */
#commentform label {
	display: block;
}

#commentform input {
	width: 290px;
}

#commentform input:focus {
	border: solid 1px #999;
	background: #fff;
}

#commentform textarea {
	width: 97%;
	padding: 5px;
	height: 150px;
}

#commentform textarea:focus {
	border: solid 1px #999;
	background: #fff;
}

#commentform input.btn {
	width: auto;
}

.post-content {
	padding-left: 80px;
}

.post-meta {
	margin: 20px 0 10px 80px;
	border: solid 1px #eee;
	border-left: none;
	font-size: 11px;
	background: #f8f8f8;
}
.flex-direction-nav a:before{
	color: #d2d2d2;
}
.post-meta a {
	color: #888 !important;
}

.post-meta span {
	display: inline-block;
	width: 24%;
	padding: 10px 0 10px 0;
	text-align: center;
	border-left: solid 1px #eee;
}

.post-meta span i {
	float: none;
}

.bloglist .post-content .post-image{
	height: 175px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.post-image img {
	width: 100%;
    height: 100%;
	/*margin-bottom: 20px;*/
}
.bloglist .post-content .blog-slider .slides li {
    height: 200px;
    overflow: hidden;
}
.dark .post-meta {
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

	/* blog list 3 columns */
.bloglist {
}

.bloglist .overlay-area {
	display: block;
	z-index: 1000;
	position: relative;
	width: 100%;
	margin-top: -55px;
}

.bloglist .post-text {
	padding-left: 70px;
}

.bloglist .overlay-area .date-post {
	padding: 15px;
	padding-top: 20px;
	display: inline-block;
	border-radius: 60px;
	width: 80px;
	height: 80px;
}

.bloglist .overlay-area .day {
	font-size: 32px;
}

.bloglist .overlay-area .month {
	letter-spacing: 3px;
}

.bloglist span {
	font-weight: 400;
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.bloglist .date-box {
	text-align: center;
	position: absolute;
	/*width: 124px;*/
}

.bloglist .date-box .day, .bloglist .date-box .month {
	font-size: 26px;
	color: #fff;
	padding-top: 18px;
	width: 60px;
	height: 60px;
}

.bloglist .date-box .month {
    font-size: 14px;
    /* background: #333; */
    border: 1px solid #2196F3;
    text-transform: none;
    color: #2196F3;
    padding-top: 5px;
    width: 60px;
    height: 35px;
}

.dark .bloglist .date-box .month {
	background: #000;
}

.blog-slide {
	padding: 0;
	margin: 0;
}


/* ================================================== */
/* contact form */
/* ================================================== */
.error {
	border: none;
	display: none;
	color: #C03;
	font-size: 12px;
}

.success {
	display: none;
	color: #093;
	background: none;
	margin-bottom: 20px;
}

.error img {
	vertical-align: top;
}

.full {
	width: 98%;
}

#contact_form input[type=text],#contact_form textarea,#contact_form input[type=email] {
	font-size: 15px;
	padding: 5px;
	margin-bottom: 20px;
	color: #333 !important;
	border: none;
	border: solid 1px #ccc;
	background: none;
	border-radius: 0 !important;
}

.dark #contact_form input[type=text], .dark #contact_form textarea, .dark #contact_form input[type=email] {
	font-size: 15px;
	margin-bottom: 20px;
	color: #333 !important;
	border: none;
	border: solid 1px #555;
	background: rgba(0,0,0,0.3);
	border-radius: 0 !important;
}

.dark #contact_form input[type=text], .dark #contact_form textarea, .dark#contact_form input[type=email] {
	color: #fff !important;
}

#contact_form input[placeholder],#contact_form textarea[placeholder] {
	color: #eee;
}

#contact_form input[type=submit] {
	background: none;
}

#contact_form input[type=submit]:hover {
	color: #fff !important;
}

#contact_form textarea {
	height: 90px;
}


	
/* ================================================== */
/* elements */
/* ================================================== */
	
	/* address */
	/* ------------------------------ */
address {
}

address span {
	display: block;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 300;
}

.dark address span {
	border-bottom-color: #555;
}

address span i {
	margin-top: 5px;
	margin-right: 20px;
	float: none;
}

address span strong {
	display: inline-block;
}

.dark address span a {
	color: #eceff3;
}
	
	
	/* border */
	/* ------------------------------ */
.dark .small-border {
	background: #fff;

}

.small-border {
	height: 1px;
	width: 120px;
	background: #ccc;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
	/* breadcrumb */
	/* ------------------------------ */
.crumb {
	color: #777;
	float: right;
	font-size: 12px;
}

.crumb li {
	display: inline;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

	
	/* button */
	/* ------------------------------ */
.btn-border, a.btn-border {
	border: solid 1px #bbb;
	color: #111;
	font-weight: 500;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-border:hover,a.btn-border:hover, .btn-border.hover,a.btn-border.hover {
	color: #fff;
}

.dark .btn-border, .dark a.btn-border {
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
}

.dark .btn-border:hover, .dark a.btn-border:hover {
	background: #fff;
	color: #111;
	border-color: #fff;
}

.dark .btn-border:after, .dark  a.btn-border:after {
	color: #fff;
}

.btn-border:hover:after, a.btn-border:hover:after, a.btn-border.hover:after {
	color: #fff;
}

.dark .btn-border:hover:after, .dark a.btn-border:hover:after, .dark a.btn-border.hover:after {
	color: #111;
}

a.btn-text {
	text-decoration: none;
	display: inline-block;
	color: #111 !important;
	font-weight: 600;
	padding: 0;
}

a.btn-text:after {
	font-family: FontAwesome;
	content: "\f054";
	padding-left: 10px;
}

.dark a.btn-text {
	color: #fff !important;
}

.btn-big {
	font-size: 14px;
	color: #eceff3;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #fff;
	padding: 15px 30px 15px 30px;
}

a.btn-big:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 20px;
}

a.btn-big:hover {
	color: #222 !important;
	background: #fff;
	border-color: #fff;
}

a.btn-big:hover:after {
	color: #222;
}

.dark .btn-border, .dark a.btn-border {
	color: #eceff3;
}

.btn-border:after, a.btn-border:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 10px;
}
	
	/* columns */
	/* ------------------------------ */

	
	/* counter */
	/* ------------------------------ */
.de_count {
	text-align: center;
	padding: 30px 0 30px 0;
	background: none;
}

.de_count:hover,.de_count:hover h3 {
	/*color:#fff;*/
}

.de_count h3 {
	font-size: 60px;
	font-weight: bold;
}

.de_count span {
	text-transform: uppercase;
}

.de_count i {
	display: block;
	font-size: 72px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	font-weight: lighter !important;
}
		
	/* divider */
	/* ------------------------------ */
.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.spacer-double {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}

hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
}


	
	/* dropcap */
	/* ------------------------------ */
.dropcap {
	display: inline-block;
	font-size: 48px;
	float: left;
	margin: 10px 15px 15px 0;
	color: #eceff3;
	padding: 20px 10px 20px 10px;
}
	
	/* heading */
	/* ------------------------------ */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 500;
}

h1 {
	font-size: 28px;
	margin: 0;
	letter-spacing: 2px;
	font-weight: 600;
}

h2 {
	display: inline-block;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.2em;
}

h2 .small-border {
	margin-left: 0;
	margin-bottom: 15px;
	width: 40px;
}

.dark h2 {
}

h3 {
	margin-top: 0;
	font-size: 18px;
	letter-spacing: .5px;
}

h1.slogan_big {
	font-weight: 300;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: -2px;
	padding: 0;
	margin: 0px 0 30px 0;
}

h3.title {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}

h4.title {
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h5 {
	font-weight: bold;
}

.dark h1,
	.dark h2,
	.dark h3,
	.dark h4,
	.dark h5 {
	color: #eceff3;
}
	
/* feature box style 1 */

.feature-box i {
	border: solid 1px;
}

.feature-box-small-icon.f-right {
	text-align: right;
}

.feature-box-small-icon.f-right .text {
	padding-left: 0px;
	padding-right: 90px;
}

.feature-box-small-icon.f-right i {
	right: 0;
}

.feature-box-small-icon.f-right .text {
	padding-left: 0px;
	padding-right: 90px;
}

.feature-box-small-icon {
	margin-bottom: 30px;
}

.feature-box-small-icon.center {
	text-align: center;
}

.dark .feature-box-small-icon .inner:hover > i {
	color: #fff;
}

.feature-box-small-icon .text {
	padding-left: 90px;
}

.feature-box-small-icon.center .text {
	padding-left: 0;
	display: block;
}

.feature-box-small-icon i {
	text-shadow: none;
	color: #333;
	font-size: 32px;
	width: 68px;
	height: 68px;
	text-align: center;
	position: absolute;
	border-radius: 60px;
}

.feature-box-small-icon i.hover {
	color: #333 !important;
}

.dark .feature-box-small-icon i.hover {
	color: #fff !important;
}

.feature-box-small-icon .border {
	height: 2px;
	width: 30px;
	background: #ccc;
	display: block;
	margin-top: 20px;
	margin-left: 85px;
}

.feature-box-small-icon .btn {
	margin-top: 10px;
}

.feature-box-small-icon.center i {
	position: inherit;
	float: none;
	display: inline-block;
	margin-bottom: 20px;
	border: none;
	font-size: 60px;
	background: none;
	padding: 0px;
}

.feature-box-small-icon.center .fs1 {
	position: inherit;
	float: none;
	display: inline-block;
	margin-bottom: 20px;
	border: none;
	font-size: 60px;
	background: none;
	padding: 0px;
}

.feature-box-small-icon i.dark {
	background-color: #333333;
}

.feature-box-small-icon h3 {
	line-height: normal;
	margin-bottom: 5px;
}

.feature-box-small-icon p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
}
}

.feature-box-small-icon.no-bg h2 {
	padding-top: 12px;
}

.feature-box-small-icon.no-bg .inner, .feature-box-small-icon.no-bg .inner:hover {
	padding: 0;
	background: none;
}

.f-hover {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}
	
	/* feature-box style 2 */
.feature-box i {
	border: solid 1px;
}

.feature-box-small-icon-2 {
	margin-bottom: 30px;
}

.feature-box-small-icon-2 .text {
	padding-left: 48px;
}

.feature-box-small-icon-2 i {
	text-shadow: none;
	color: #eceff3;
	font-size: 24px;
	text-align: center;
	position: absolute;
}

.feature-box-small-icon-2 i.dark {
	background-color: #333333;
}

.feature-box-small-icon-2 h3 {
	line-height: normal;
	margin-bottom: 5px;
}

.feature-box-small-icon-2.no-bg h2 {
	padding-top: 12px;
}

.feature-box-small-icon-2.no-bg .inner, .feature-box-small-icon-2.no-bg .inner:hover {
	padding: 0;
	background: none;
}
	
	
	/* feature-box image style 3 */
.feature-box i {
	border: solid 1px;
}

.feature-box-image-2 {
	margin-bottom: 30px;
}

.feature-box-image-2 .text {
	padding-left: 100px;
}

.feature-box-image-2 img {
	position: absolute;
}

.feature-box-image-2 i.dark {
	background-color: #333333;
}

.feature-box-image-2 h3 {
	line-height: normal;
	margin-bottom: 5px;
}

.feature-box-image-2.no-bg h2 {
	padding-top: 12px;
}

.feature-box-image-2.no-bg {
}

.feature-box-image-2.no-bg .inner, .feature-box-image-2.no-bg .inner:hover {
	padding: 0;
	background: none;
}
	
	/* with image */
.feature-box-image img {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
}

.feature-box-image h3 {
	line-height: normal;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
	
	/* feature-box image style 4 */
.feature-box-big-icon {
	text-align: center;
}

.feature-box-big-icon .text {
}

.feature-box-big-icon i {
	float: none;
	display: inline-block;
	text-shadow: none;
	color: #eceff3;
	font-size: 40px;
	padding: 40px;
	width: 120x;
	height: 120x;
	text-align: center;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-web-kit-border-radius: 10px;
	background: #333;
	margin-bottom: 40px;
	cursor: default;
}

.feature-box-big-icon i:after {
	content: "";
	position: absolute;
	margin: 75px 0 0 -40px;
	border-width: 20px 20px 0 20px;
 /*size of the triangle*/
	border-style: solid;
}

.feature-box-big-icon:hover i,
	.feature-box-big-icon:hover i:after {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.feature-box-big-icon:hover i {
	background: #333;
}

.feature-box-big-icon:hover i:after {
	border-color: #333 transparent;
}

.box-fx .inner {
	position: relative;
	overflow: hidden;
	border: solid 1px #e5e5e5;
	border-bottom: solid 2px;
}

.dark .box-fx .inner {
	border: solid 1px #222;
	border-bottom: solid 2px;
}

.box-fx .front {
	padding: 60px 0 60px 0;
}

.box-fx .front span {
	font-size: 14px;
}

.box-fx .info {
	position: absolute;
	padding: 30px;
	background: #fff;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	background-position: center;
	background-size: cover;
}

.box-fx .info h3 {
	color: #fff;
	font-size: 18px;
}
.box-fx .info p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
}
.box-fx .info .readmore a {
    padding: 5px;
    border: 1px solid;
    font-size: 10px;
    color: #fff;
}
.box-fx i {
	font-size: 72px !important;
	margin-bottom: 20px;
}

.box-fx .btn-border, .dark a.btn-border {
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
}

.box-fx .btn-border:hover, .box-fx a.btn-border:hover {
	background: #fff;
	color: #111;
	border-color: #fff;
}

.box-fx .btn-border:after, .box-fx a.btn-border:after {
	color: #fff !important;
}

.box-fx .btn-border:hover:after, .box-fx a.btn-border:hover:after, .box-fx a.btn-border.hover:after {
	color: #111 !important;
}

.box-fx .bg-icon {
	left: 50%;
	bottom: 50px;
	color: #f5f5f5 !important;
	position: absolute !important;
	font-size: 190px !important;
	z-index: -1;
}
	
	/* pagination */
	/* ======================================== */
.pagination li a {
	color: #888;
	background: none;
}

.pagination li a:hover {
	color: #222;
	background: none;
}

.dark .pagination li a {
	border: solid 1px #404040;
	background: #27282b;
}

.dark .pagination li.active a {
	background: #222;
}

	
	/* pricing table */
	/* ================================================== */
.pricing-box {
	color: #888;
}

.pricing-2-col {
	border-right: solid 1px #eee;
}

.pricing-2-col .pricing-box {
	width: 49%;
}

.pricing-3-col {
}

.pricing-3-col .pricing-box {
	width: 32.33%;
}

.pricing-4-col {
}

.pricing-4-col .pricing-box {
	width: 24%;
}

.pricing-5-col {
}

.pricing-5-col .pricing-box {
	width: 19%;
}

.pricing-2-col,
	.pricing-3-col,
	.pricing-4-col,
	.pricing-5-col {
}

.pricing-box {
	float: left;
	text-align: center;
	margin: 5px;
	padding: 0;
	opacity: .8;
}

.pricing-box ul {
	margin: 0;
	padding: 0;
}

.pricing-box li {
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 0;
	background: #eee;
}

.pricing-box li h4 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #888;
}

.pricing-box li h1 {
	font-size: 48px;
	margin: 0;
	margin-bottom: 5px;
	color: #1a8b49;
	letter-spacing: 0px;
}

.pricing-box li.title-row {
	padding: 15px 0 15px 0;
}

.pricing-box li.title-row h4 {
}

.pricing-box li.price-row {
	padding: 15px 0 15px 0;
	background: #F8F8F8;
}

.pricing-box li.deco {
	background: #f5f5f5;
}

.pricing-box a.btn {
	color: #eceff3;
}

.pricing-box li.price-row span {
	display: block;
	font-weight: 600;
}

.pricing-box li.btn-row {
	background: #ddd;
}

.pricing-dark .pricing-box {
}

.pricing-dark .pricing-box ul {
	margin: 0;
	padding: 0;
}

.pricing-dark .pricing-box li {
	background: #3b3b3b;
	color: #bbb;
	list-style: none;
	margin: 0;
	padding: 15px 0 15px 0;
}

.pricing-dark .pricing-box li.deco {
	background: #333;
}

.pricing-dark .pricing-box li h4 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #eceff3;
}

.pricing-dark .pricing-box li h1 {
	font-size: 48px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #eceff3;
}

.pricing-dark .pricing-box li.title-row {
	background: #323232;
	padding: 15px 0 15px 0;
}

.pricing-dark .pricing-box li.price-row {
	background: #2b2b2b;
	padding: 15px 0 15px 0;
}

.pricing-dark .pricing-box li.price-row h1 {
	font-weight: 300;
}

.pricing-dark .pricing-box li.price-row h1 span {
	display: inline-block;
	font-weight: 600;
}

.pricing-dark .pricing-box li.price-row span {
	display: block;
	font-weight: 600;
}

.pricing-dark .pricing-box li.btn-row {
	background: #404040;
}

.pricing-featured {
	position: relative;
}

.pricing-featured li {
	padding-top: 17px;
	padding-bottom: 17px;
}
	
	
	/* progress bar */
	/* ================================================== */
	
.de-progress {
	width: 100%;
	height: 8px;
	background: #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.de-progress .progress-bar {
	background: #333;
	height: 8px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.dark .de-progress {
	background: rgba(0,0,0,0.4);
}
	
	
	/* social-icons */
	/* ================================================== */
.social-icons {
	display: inline-block;
}

.social-icons i {
	text-shadow: none;
	color: #bbb;
	padding: 16px;
	width: 48px;
	height: 48px;
	text-align: center;
	border: solid 1px #bbb;
}

.social-icons i:hover {
	background: #fff;
	border-color: #eceff3;
	color: #333;
}
	
	
	/* tabs */
	/* ================================================== */
.de_tab {
	opacity: .8;
}

.de_tab .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.accordion-inner img.full-size {
	margin-top: 5px;
	margin-bottom: 10px;
}

a.accordion-toggle,a:visited.accordion-toggle {
	font-weight: bold;
	color: #222;
}

.de_tab .de_nav li {
	float: left;
	list-style: none;
	background: #EEE;
	margin-right: 5px;
}

.de_tab .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
}

.dark .de_tab .de_nav li span {
	border: 1px solid #404040;
	background: #222;
}

.de_tab .de_nav li:first-child span {
	border-left: 1px solid #ddd;
}

.dark .de_tab .de_nav li:first-child span {
	border-left: 1px solid #404040;
}

.de_tab .de_tab_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	background: #fff;
}

.dark .de_tab .de_tab_content {
	border: 1px solid #404040;
	background: #27282b;
}

.de_tab .de_nav li span.active {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #222;
	margin-bottom: -3px;
}

.dark .de_tab .de_nav li span.active {
	background: #27282b;
	border-bottom: 1px solid #27282b;
	color: #ccc;
}

.tab-small-post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-small-post ul li {
	min-height: 60px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
}

.dark .tab-small-post ul li {
	border-bottom: solid 1px #404040;
}

.tab-small-post ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tab-small-post ul li img {
	position: absolute;
}

.tab-small-post ul li span {
	display: block;
	padding-left: 110px;
}

.tab-small-post ul li span.post-date {
	font-size: 11px;
}
	
	/* team
	/* ================================================== */
.team {
	margin-bottom: 30px;
	text-align: center;
}

.team h5 {
	margin-bottom: 0;
}

.team_photo {
	margin-bottom: 10px;
}

.team img.team-pic {
	width: 100%;
	height: auto;
}

.pic-team img {
	width: 100%;
	height: auto;
	width: 150px;
	height: 150px;
	position: absolute;
}

.pic-team img.pic-hover {
	z-index: 100;
	display: none;
}

.team .team_desc {
	font-style: italic;
	margin-bottom: 10px;
}

.team .sb-icons {
	padding: 10px 0 0 0;
}

.team .sb-icons img {
	margin-right: 5px;
}

.team .columns {
	margin-bottom: 30px;
}

.team-list {
	min-height: 180px;
	margin-bottom: 40px;
}

.team-list .team-pic {
	width: 150px;
	height: 150px;
	position: absolute;
}

.team-list h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

.team-list.team_desc {
	font-style: italic;
	margin-bottom: 10px;
}

.team-list .small-border {
	float: none;
	margin: 15px 0 15px 0;
	background: #ddd;
	width: 50px;
}

.team-list .social {
	width: 150px;
	margin-top: 170px;
	text-align: center;
	position: absolute;
}

.team-list .social a {
	display: inline-block;
}

.team-list .info {
	padding-left: 170px;
}

.de-team-list {
	overflow: hidden;
}

.de-team-list .team-desc {
	padding: 20px;
	padding-bottom: 0;
	position: absolute;
	z-index: 100;
	top: 0;
	background: #111;
	color: #ccc;
}

.de-team-list .team-desc h3 {
	color: #fff;
}

.de-team-list .social {
}

.de-team-list .social a {
	display: inline-block;
}

.de-team-list p.lead {
	font-size: 14px;
}

.de-team-list .small-border {
	float: none;
	margin: 15px 0 15px 0;
	background: #ddd;
	width: 50px;
}

.de-team-list .social a:hover {
	color: #fff;
}
	


	/* testimonial
	/* ================================================== */
.de_testi {
	display: block;
	margin-bottom: 10px;
}

.de_testi blockquote {
	margin: 0;
	border: none;
	padding: 20px 30px 30px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 13px;
	background: rgba(0,0,0,0.4);
	font-style: normal;
	line-height: 1.6em;
	font-weight: 400;
}

.de_testi blockquote:before {
	font-family: FontAwesome;
	content: "\f10d";
	padding-bottom: 10px;
	font-size: 20px;
	display: block;
}

.dark .de_testi blockquote {
	color: #eceff3;
}

.de_testi blockquote, .de_testi blockquote p {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 400;
}

.de_testi_by {
	margin-left: 20px;
	margin-top: -10px;
}

.de_testi_pic {
	float: left;
	padding-right: 15px;
}

.de_testi_pic img {
	width: 50px;
	height: 50px;
}

.de_testi_company {
	padding-top: 20px;
}

		



/* ================================================== */
/* anim */
/* ================================================== */
.feature-box-small-icon i, a.btn-border:after, .de_count {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}







/* ================================================== */
/* video */
/* ================================================== */
video, object {
	display: inline-block;
	vertical-align: baseline;
	min-width: 100%;
	min-height: 100%;
}

.de-video-container {
	top: 0%;
	left: 0%;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

.de-video-content {
	width: 100%;
	position: absolute;
	z-index: 2;
}

.de-video-overlay {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.de-video-container .btn-border:hover:after, .de-video-container a.btn-border:hover:after, .de-video-container a.btn-border.hover:after {
	color: #eceff3;
}






/* ================================================== */
/* map */
/* ================================================== */
/* --------------- map --------------- */
#map {
	width: 100%;
	height: 550px;
}

.map iframe {
	width: 100%;
	height: 320px;
	border: solid 1px #ccc;
	padding: 2px;
	background: #fff;
}

.map-container {
	height: 500px;
	overflow: hidden;
}








/* ================================================== */
/* call to action */
/* ================================================== */
.call-to-action-box {
	background: #f5f5f5;
	border: solid 1px #ddd;
	background: rgb(255,255,255);
 /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
 /* IE6-9 */
}

.dark .call-to-action-box {
	background: #27282B;
	border: solid 1px #404040;
}

.call-to-action-box .inner {
	padding: 20px 20px 20px 20px;
}

.call-to-action-box .text {
	margin-right: 20px;
	float: left;
}

.call-to-action-box .act {
	float: right;
}

.call-to-action-box h3 {
	margin: 0;
	margin-top: 10px;
}

.call-to-action-box .btn {
	color: #eceff3;
}

.call-to-action-box.dark {
	background: #404040;
	color: #eceff3;
}

.call-to-action-box.dark h3 {
	color: #eceff3;
}










/* ================================================== */
/* overide bootstrap */
/* ================================================== */
.btn-primary {
	text-shadow: none;
	border: none !important;
}

.btn.btn-primary:hover {
	background: #555;
}

.img-responsive {
	display: inline-block;
}


table thead {
	font-weight: bold;
}

.accordion-heading a {
	text-decoration: none;
	border: none;
	outline: none;
}

p.lead {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 24px;
}

.panel-group {
	opacity: .8;
}

.dark .panel-heading,.dark .panel-body {
	background: #27282B;
	border: solid 1px #404040 !important;
	border-radius: 0 !important;
}

.dark .panel-body {
	border-top: none !important;
}

.dark .progress {
	background: #27282B;
}

.panel-heading h4 a {
	display: block;
}

.panel-heading h4 a:hover {
	color: #eceff3;
}

.dark .panel-default, .dark .panel-collapse, .dark .panel-collapse, .dark .panel-group .panel {
	border: none !important;
	border-radius: 0 !important;
}

.dark .panel-heading {
	background: #222 !important;
}

.dark .table-bordered, .dark .table-bordered td {
	border: solid 1px #404040;
}

blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.5em;
	font-weight: 300;
}

blockquote span {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.col-md-3 {
	margin-right: -1px;
}



/* ======================================== */
/* toggle */
/* ======================================== */
.toggle-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toggle-list li {
	margin-bottom: 10px;
	background: #fff;
	border: solid 1px #ddd;
	border-bottom: solid 3px #ddd;
}

.toggle-list li h2 {
	-moz-user-select: none;
	-html-user-select: none;
	user-select: none;
	color: #555;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px 0px 60px;
	font-weight: 700;
	display: block;
	letter-spacing: normal;
}

.toggle-list li .acc_active:hover {
	color: #777;
	background: url(../images/icon-slide-plus.png) 20px center no-repeat;
	padding-left: 80px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.toggle-list li .acc_noactive:hover {
	color: #777;
	background: url(../images/icon-slide-min.png) 20px center no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.toggle-list .ac-content {
	display: none;
	padding: 20px;
	border-top: solid 1px #e5e5e5;
}

.acc_active {
	background: url(../images/icon-slide-plus.png) 20px center no-repeat;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	height: 32px;
}

.acc_noactive {
	background: url(../images/icon-slide-min.png) 20px center no-repeat;
}


/* ================================================== */
/* image position */
/* ================================================== */
.img-left {
	float: left;
	margin: 5px 15px 15px 0;
}

.img-right {
	float: right;
	margin: 5px 0 15px 15px;
}



/* ================================================== */
/* flickr */
/* ================================================== */
#flickr-photo-stream img {
	width: 48px;
	height: auto;
	margin: 0 12px 12px 0;
	float: left;
}

#flickr-photo-stream a img {
	border: solid 2px #fff;
}

#flickr-photo-stream a:hover img {
	border: solid 2px #777777;
}

.dark hr {
	border-top: solid 1px #555;
}

hr.blank {
	border: none;
	margin: 20px 0 20px 0;
}

/* ================================================== */
/* font awesome icons */
/* ================================================== */
i {
	display: inline-block !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

i.large {
	font-size: 40px;
	padding: 16px;
	width: 40px;
	height: 40px;
	text-align: center;
}

i.medium {
	font-size: 20px;
	padding: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
}

i.small {
	font-size: 12px;
	padding: 4px;
	width: 16px;
	height: 15px;
	text-align: center;
}

i.circle-icon {
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}
/* extra ^ */
.de_center p {
	width: 100%;
}

.de_center .de_icon {
	float: none;
	margin: 0 auto;
}


/* ================================================== */
/* transition */
/* ================================================== */
a,
a:hover,
.test-column,
.test-column:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.de_contact_info {
	font-size: 40px;
	font-weight: bold;
}

.de_contact_info i {
	float: none;
	margin-right: 20px;
}

.center-div {
	margin: 0 auto !important;
}





/* ================================================== */
/* gallery */
/* ================================================== */
#gallery-carousel .item {
	text-align: center;
	font-size: 12px;
	width: 100%;
	cursor: e-resize;
}

.de_carousel .item {
	width: 100%;
	display: block;
}

#gallery-carousel .item img {
	width: 100%;
	height: auto;
}

#gallery-carousel .item h4 {
	margin-bottom: 0;
	font-size: 14px;
}

.pf_text {
	color: #eceff3;
}

.pf_text h4 {
	color: #eceff3;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}

.project-info {
	margin-left: 20px;
}

.project-info h2 {
	margin-top: 0;
	font-weight: 300;
}

.project-info span {
	display: block;
}

.project-info span.title {
	text-transform: uppercase;
	font-size: 12px;
	color: #555;
	font-weight: 600;
}

.project-info span.val {
	margin-bottom: 15px;
}

.project-view {
	padding: 80px 0 80px 0;
}

.project-images img {
	width: 100%;
}

#btn-close-x {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images/close.png) center no-repeat;
	margin: 0 auto;
	margin-bottom: 80px;
	cursor: pointer;
	padding: 20px;
}

.dark #btn-close-x {
	background: url(../images/close-2.png) center no-repeat;
}

.project-name {
	font-size: 14px;
	font-weight: bold;
	display: block;
}

span.overlay {
	text-align: center;
	display: block;
	width: 100px;
	background: #111;
	position: absolute;
}

span.icon {
	cursor: pointer;
}

.overlay .info-area {
	display: block;
	margin-top: 10%;
}

.overlay .sb-icons {
	display: block;
	margin-top: 200px;
}

.de-gallery .overlay {
	text-align: center;
}

.de-gallery .project-name {
	text-transform: uppercase;
	letter-spacing: 5px;
}

.de-gallery .overlay .icon {
	display: inline-block;
	margin-top: 200px;
	text-align: center;
}

.de-gallery .overlay .icon i {
	text-shadow: none;
	color: #111;
	font-size: 22px;
	padding: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-left: 10px;
}

.de-gallery .overlay .icon i.icon-info {
	margin-left: 0px;
}

.de-gallery .overlay .icon i:hover {
	color: #222;
	background: #fff;
}

a.img-icon-url, a.img-icon-zoom {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon-url.png) center no-repeat;
	margin: 0 auto;
	margin: 0 2px 0 2px;
}

a.img-icon-zoom {
	background: url(../images/icon-zoom.png) center no-repeat;
}

.pf_full_width .item {
	float: left;
	width: 33.3% !important;
}

.pf_full_width img {
	float: left;
	width: 100%;
}




/* ================================================== */
/* widget */
/* ================================================== */
#sidebar {
	padding-left: 40px;
	padding-top: 20px;
}

.widget {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #ddd;
}

.widget h4 {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: normal;
	letter-spacing: 1px;
	font-weight: bold;
}

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

.widget_category li {
	border: solid 1px #eee;
	padding: 8px 20px 8px 20px;
	margin-bottom: 8px;
	background: #f8f8f8;
}

.dark .widget_category li {
	border-bottom: solid 1px #555;
}

.widget_category li a {
	color: #555;
	display: block;
}

.widget_recent_post li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #333;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.widget_recent_post li a {
	color: #555;
}

.widget .comments li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #eee;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.widget_tags li {
	text-shadow: none;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 13px;
}

.widget_tags li a {
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 5px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: solid 1px #ddd;
	color: #888;
	padding: 5px 8px 5px 8px;
}

.widget_tags li a:hover {
	color: #555;
	border-color: #555;
}

.dark .widget_tags li a {
	border-color: #555;
}

.dark .widget_tags li a:hover {
	color: #eceff3;
	border-color: #eceff3;
}

footer .widget_recent_post li {
	padding: 0 0 5px 0;
	background: none;
	border-bottom-color: #404040;
}

footer .widget_recent_post li a {
	color: #ccc;
}




/* ================================================== */
/* misc */
/* ================================================== */
.no-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	margin-bottom: 20px;
}

p.intro {
	font-size: 16px;
	line-height: 1.5em;
}

.bg-grey {
	background: #f5f5f5;
}

.no-bottom .col-md-12 {
}

#content.no-bottom {
	padding-bottom: 0;
}

#content.no-top {
	padding-top: 0;
}

#filters a {
	background: none;
}

.image-container {
	position: absolute;
	padding: 0;
	margin: 0 !important;
	background-size: cover !important;
}

.inner-padding {
	padding: 90px 0 90px 0;
}

.no-padding {
	padding: 0;
}

.float-left {
	float: left;
}

#loader-area {
	display: none;
	background: #fff;
}

.dark #loader-area {
	display: none;
	background: #111;
}

/*.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}*/

.page-overlay {
	display: none;
	width: 120px;
	height: 120px;
	background: url(../images/page-loader.gif) center no-repeat #fff;
	border-radius: 10px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	margin: auto;
}

.teaser {
	font-size: 15px;
	font-weight: 300;
}

.form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.owl-arrow {
	position: absolute;
	z-index: 100;
	background: #fff;
	margin-top: 48%;
	display: none;
	cursor: pointer;
}

.owl-arrow span {
	display: block;
	background: #555;
	position: absolute;
}

.owl-arrow .prev {
	left: 0;
}

.owl-arrow .next {
	right: 0;
}

.owl-arrow .prev:before, .owl-arrow .next:before {
	font-family: "FontAwesome";
	content: '\f177';
	color: #fff;
	padding: 20px;
	font-size: 32px;
	display: block;
}

.owl-arrow .next:before {
	content: '\f178';
}

.text-slider {
	line-height: 92px;
	color: #fff;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.text-slider.big-text {
	font-size: 120px;
	line-height: 120px;
	font-weight: bold;
}

.border-deco .text-item {
	display: inline-block;
	border: solid 1px rgba(255,255,255,0.4);
	border-left: none;
	border-right: none;
}

.text-item i {
	font-size: 60px;
	margin-top: 5px;
}

.text-slider.big-text i {
	font-size: 90px;
	margin-top: 15px;
}

/* ================================================== */
/* quick-search */
/* ================================================== */
.quick-search {
	display: inline-block;
	float: right;
	margin-left: 10px;
	padding: 10px 0 0 0;
}

.quick-search input {
	width: 120px;
	border-radius: 40px;
} 

/* ================================================== */
/* review */
/* ================================================== */
.de_review {
	text-align: center;
	min-height: 260px;
}

.de_review .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

.de_review .de_nav li {
	list-style: none;
	background: #EEE;
	margin: 0 10px 0 10px;
	margin-bottom: 20px;
}

.de_review .de_nav li {
	display: inline-block;
}

.de_review .de_nav li img {
	width: 100px;
	height: auto;
}

.de_review .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
}

.de_review blockquote {
	border: none;
}

.dark .de_review .de_nav li span {
	border: 1px solid #404040;
	background: #222;
}

.de_review .de_nav li:first-child span {
	border-left: 1px solid #ddd;
}

.dark .de_review .de_nav li:first-child span {
	border-left: 1px solid #404040;
}

.de_review .de_review_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	background: #fff;
}

.dark .de_review .de_review_content {
	border: 1px solid #404040;
	background: #27282b;
}

.de_review .de_nav li span.active {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #222;
	margin-bottom: -3px;
}



ul#mainmenu li a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

ul#mainmenu li a:after {
	content: "";
	display: block;
	position: relative;
	background: none repeat scroll 0 0 #fff;
	height: 0%;
	left: 0;
	bottom: 0px;
	margin: 0 auto;
	width: 80%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	height: 2px;
}

ul#mainmenu li a:after {
	width: 0%;
}

ul#mainmenu li a:hover:after {
	height: 2px;
	width: 80%;
}

.de-gallery .overlay .icon {
	position: initial!important;
}
	
/*product_series.html页面 start*/
.product-series-banner{
	width: 100%;
	height: 600px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recommend-product-block {
  position: relative;
  margin-top: -190px;
  padding: 20px 0px;
  text-align: center;
  background: url("../images/psbg.jpg") no-repeat 0 0;
  background-color: #000;
  background-size: cover;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.26);
}

.recommend-product-block::after {
  clear: both;
  display: table;
  content: "";
}

.recommend-product-block h2 {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);
  font-size: 24px;
}

.recommend-product {
  display: inline-block;
  margin: 0px 40px;
  width: 246px;
}

.recommend-product h2 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
  width: 246px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.recommend-product p {
  display: block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  width: 246px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.recommend-product .r-p-img {
  display: block;
  padding: 2px;
  border: 1px solid #fff;
}

.recommend-product .new-product a::after {
  background: url("../images/new-tag.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.recommend-product .hot-product a::after {
  background: url("../images/hot-tag.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.recommend-product .r-p-img a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
  height: 162px;
  box-shadow: inset 1px 1px 1px #000;
}

.recommend-product .r-p-img a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 240px;
  height: 162px;
  box-shadow: inset 1px 1px 11px 2px #000;
  content: "";
}

.recommend-product .r-p-img a img {
  width: 100%;
  height: 100%;
  transition: all 1s linear 0s;
}

.recommend-product .r-p-img a:hover img {
  transform: scale(1.2) translate(-5%,5%);
}

.recommend-product h2 a {
  display: block;
  color: #a0a0a0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);
  font-size: 14px;
}

.recommend-product p a {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.58);
  font-size: 16px;
}


.series-content {
     margin-top: 20px;
}

.series-content::after {
  clear: both;
  display: table;
  content: "";
}

.series-content .content-left {
  position: relative;
  float: left;
  padding: 30px;
  width: 240px;
  height: 243px;
  background: #000;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.26);
  text-align: center;
}

.series-content .content-left h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 24px;
}

.series-content .content-left p {
  color: #fff;
}

.series-content .content-left .dividing-line {
  margin: 20px auto 0px auto;
  width: 180px;
  height: 16px;
  background: url(../images/dividing-line.png) no-repeat 0 0;
}

.series-content .content-left a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: -webkit-box;
  margin-left: -49px;
  padding: 10px 20px;
  background-color: #5d5d5d;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 16px;
}

.series-content .content-right {
  float: right;
  width: 900px;
}

.content-right ul {
  display: block;
  padding-left: 0;
}

.content-right ul li {
  float: left;
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 280px;
  background: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.26);
}
.content-right ul li:hover {
  box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear 0s;
}
.content-right ul li a.product-unit {
  display: block;
  width: 280px;
  height: 189px;
}

.content-right ul li a.product-unit img {
  width: 100%;
}

.content-right ul li h2 {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.content-right ul li h2 a {
  color: #333;
    font-size: 14px;
}

.content-right ul li p {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}

.content-right ul li p a {
    font-size: 12px;
    color: #a7a7a7;
    letter-spacing: .1em;
}



/*product_series.html页面 end*/



/*首页 nx6*/
.s-nx6-list{
	margin-bottom: 30px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.s-nx6-list img{
	width: 100%;
	height: 100%;
}

/*首页 nx6*/
/*首页 1xn*/
.s-1xn-list{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.s-1xn-list img{
	width: 100%;
}
.s-1xn-list-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	    background-color: rgba(0, 0, 0, 0.6);
	transition: top 0.5s ease-out;
}
.s-1xn-list:hover .s-1xn-list-mask{
	top: 0;
}
.s-1xn-img2{
	padding: 10px;
	box-sizing: border-box;
}
.one-ellipsis{
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.two-ellipsis{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.three-ellipsis{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.s-1xn-word-box{
	padding: 10px;
	padding-top: 0;
	box-sizing: border-box;
}
.s-1xn-word{
	margin-bottom: 0;
	color: white;
}
.s-1xn-title-color{
	color: #36b6e8;
}
.s-1xn-border{
	border-left: 2px solid #36b6e8;
}


/*首页 1xn*/
/*首页 满屏banner*/
.swiper-container {
    display: flex;
}
.s-swiper-full .swiper-slide img{
	width: 100%;
}
.s-swiper-full .swiper-button{
	opacity: 0;
	transition: opacity 1s ease;
}
.s-swiper-full:hover .swiper-button{
	opacity: 1;
}
/*首页 满屏banner*/

/*首页视频播放*/
.s_video_bg{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
  display: none;
}
.s_video_source{
  position: fixed;
  left: 50%;
  top: 200px;
  margin-left: -300px;
  z-index: 10000;
  display: none;
}
/*首页视频播放*/


/*product_detail.html start*/
.product-infomsg {
    width: 100%px;
}

.product-buy-info {
  padding: 15px;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.26);
  box-sizing: border-box;
}

.product-buy-info h2 {
  color: #000;
  font-size: 18px;
}

.product-name {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
}

.product-name p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.product-buy-info description {
  display: block;
  overflow: hidden;
  height: 80px;
  color: #929292;
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 20px;
}

.product-detail-price {
  margin-top: 10px;
}

.product-detail-price p {
  font-size: 14px;
}

.product-detail-price p span {
  color: #e60012;
  font-weight: bold;
  font-size: 28px;
}

.product-detail-price p span small {
  margin-right: 5px;
  color: #e60012;
  font-weight: normal;
  font-size: 14px;
}
.product-buy-format {
  overflow: scroll;
  overflow-x: hidden;
  margin-top: 15px;
  padding: 15px;
  height: 130px;
  line-height: 26px;
}

.product-buy-format p {
  color: #969696;
  font-size: 14px;
}

.product-buy-link {
  margin-top: 20px;
}

.product-buy-link ul {
  display: -webkit-inline-box;
  padding-left: 0;
}

.product-buy-link ul li {
  margin-right: 20px;
}

.product-buy-link ul li a {
  display: block;
  overflow: hidden;
  width: 110px;
  height: 45px;
  border-radius: 5px;
}

.product-buy-link ul li a img {
  width: 100%;
  filter: grayscale(100%);
      opacity: .6;
}

.product-buy-link ul li a.active img {
  	filter: inherit;
      opacity: 1;
}

.products-content-info {
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.26);
}

.products-content-info .tittle-banner {
  height: 80px;
  background-color: gray;
  text-align: center;
  line-height: 80px;
}

.products-content-info .tittle-banner p {
  color: #fff;
  text-shadow: 1px 1px black;
  font-size: 24px;
}

.products-content-info .info-details {
  padding: 20px;
}

.products-content-info .info-details p {
}

.products-content-info .info-details img {
  width: 100%;
}

.products-content-info .bottom-banner {
  height: 40px;
  background-color: gray;
}
/* 品质保证 */
.block-guarantee .block-guarantee1::after{
    content: "";
    background: linear-gradient(to left,rgba(0, 0, 0, 0.04),rgba(0, 0, 0, 0.42),rgba(0, 0, 0, 0.04));
    height: 1px;
    display: table;
    width: 100%;
    margin: 5px 0;
}
.block-guarantee ul{
	display: -webkit-box;
	padding-left: 0;
}
.block-guarantee ul li{
	width: calc(100%/5);
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 16px;
}
.block-guarantee ul li:last-child{
	background:none; 
}
.block-guarantee ul li i{
    margin-right: 5px;
    float: initial;
}


/*product_detail.html end
/*index 页面的左滚动图右简介*/
.flex-direction-nav a{
	line-height: 35px;
}

/*index 页面的左滚动图右简介*/



/* 系列列表产品 */
.series-products {
	width: 100%;
}
.series-products::after {
    clear: both;
    display: table;
    content: "";
}
.series-products ul {
	display: block;
	margin:0;
	padding: 0; 
}

.series-products ul li {
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 49%;
	height: 270px;
	box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.54);
	background-color: #000;
}

.series-products ul li:nth-child(even) {
	margin-right: 0px;
}

.s-p-img {
	    width: 70%;
	height: 270px;
}

.s-p-img a {
    position: relative;
}
.s-p-img a::after {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 400px;
    height: 270px;
    content: "";
}
.new-product a::after {
  background: url("../img/element/new-tag.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.hot-product a::after {
  background: url("../img/element/hot-tag.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}


.s-p-img img {
	width: 100%;
}

.s-p-info {
	padding: 20px;
	width: 30%;
	height: 270px;
	box-shadow: -4px 0px 1px rgba(0, 0, 0, 0.54);
	text-align: center;
}

.s-p-info h2 {
	height: 60px;
    overflow: hidden;
	color: #fff;
	font-size: 16px;
	margin:0; 
}

.s-p-info p {
    display: -webkit-inline-box;
    overflow: hidden;
    margin-top: 20px;
    height: 30px;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    margin-bottom: 0px;
}

.s-p-info span {
	display: block;
	margin-top: 30px;
	height: 30px;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
}
.s-p-info small {
	font-size: 18px;
	margin-left: 5px;
}
.s-p-info a {
display: -webkit-inline-box;
    margin-top: 15px;
    padding: 0 15px;
    height: 30px;
    background-color: #36b6e8;
    box-shadow: 1px 1px 1px #000;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
}
.fl {
    float: left;
}
.s-swiper-full .swiper-button {
    opacity: 1!important;
    transition: opacity 1s ease;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 44px!important;
    -webkit-background-size: 15px 44px!important;
    background-size: 15px 44px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 44%);
}
@media only screen and (max-width: 480px) {
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px!important;
    height: 35px!important;
    border-radius: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 44px!important;
    -webkit-background-size: 15px 44px!important;
    background-size: 9px 44px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 44%);
}
}
