@charset "utf-8";
/*
	Template Name: Style
	Author: Envy
	Description: Global styles
	Version: 1.0
*/

/* Table of Content ==================================================
01.	Global Styles
02.	Header Styles
03.	Footer Styles
04.	index Styles
05.	Section Styles
*/

/* 01. Global Styles ================================================== */
html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	background: #fff;
}
a {
	color: #666;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900000;
	cursor: pointer;
}
a:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
section {
	position: relative;
}
.space10 {
	clear: both;
	height: 10px;
}
.space15 {
	clear: both;
	height: 15px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.space40 {
	clear: both;
	height: 40px;
}
.space50 {
	clear: both;
	height: 50px;
}
.space60 {
	clear: both;
	height: 60px;
}
.space70 {
	clear: both;
	height: 70px;
}
.space80 {
	clear: both;
	height: 80px;
}
.space90 {
	clear: both;
	height: 90px;
}
.space100 {
	clear: both;
	height: 100px;
}
.box {
	margin: 0;
	padding: 0;
}
.textDS {
	text-transform: uppercase;
}
/* 02. Header Styles ================================================== */
#header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	background-color: transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	min-height: 95px;
	box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
}
/* header-top */
.header-top {
	background-image: url(../images/top-bg.png);
}
.header-top-menu {
	float: right;
	height:30px;
}
.header-top-menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header-top-menu > ul > li {
	display: inline;
	float: left;
	padding: 0 5px;
	font-size: 12px;
	line-height: 30px;
}
.header-top-menu > ul > li:first-child {
	padding-left: 0;
}/*对最前元素，*/
.header-top-menu > ul > li:last-child {
	padding-right: 0;
}/*对最后元素，*/
.header-top-menu > ul > li > a {
	color: #999;
}
.header-top-menu > ul > li > a:hover {
	color: #808080;
}
/* header-main */
.header-main {
	background-color:#ffffff;
}
/* header left */
.header-left {
	float: left;
	width:150px;

}
/*-- Logo --*/

.logo {
	background: #f7f7f7;
	position: relative;
	min-height: 95px;
	padding: 15px 0 15px 0px;
}
.logo:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	left: -650px;
	width: 650px;
	background: #f7f7f7;
}
.logo:after {
	content: '';
	position: absolute;
	left: 100%;
	z-index: 1;
	border-top: 95px solid #f7f7f7;
	border-left: 0px solid transparent;
	border-right: 50px solid transparent;
	bottom: 0;
}
.logo img {
	position: absolute;
	z-index: 2;

}
/* header right */
.header-right {
	float: right;
	margin-top:25px;
	height: 65px;
	overflow: hidden;
}
ul.top-info {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
ul.top-info li {
	position: relative;
	float: left;
	margin-left: 22px;
	height: 65px;
}
ul.top-info li .info-box .info-icon {
	font-size: 36px;
	color: #0E213F;
	float: left;

}
ul.top-info li .info-box .info-box-content {
	float: left;
}
ul.top-info li .info-box .info-box-content p {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 10px;
	font-weight:600;
}
/*导航*/

#header .header-nav {
	background-color: #0E213F;
}
#header .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#header .navbar-toggle:hover {
	background-color: transparent;
}
#header .navbar-toggle:hover span {
	background-color: #6e8cd7;
}
#header .navbar-toggle:focus {
	background-color: transparent;
}
#header .navbar-toggle:focus span {
	background-color: #6e8cd7;
}
#header .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 40px auto 20px auto;
	height: 18px;
}
#header .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #0E213F;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform .5s ease;
}
#header .navbar-toggle.open span {
	position: absolute;
}
#header .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}
#header .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .navigation-menu > li {
	float: left;
	display: block;
	position: relative;
}
#header .navigation-menu > li > a {
	display: block;
	color: #ffffff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#header .navigation-menu > li > a:hover {
	color: #6e8cd7;
}
#header .navigation-menu > li > a:hover i {
	color: #6e8cd7;
}
#header .navigation-menu > li > a:focus {
	color: #6e8cd7;
}
#header .navigation-menu > li > a:focus i {
	color: #6e8cd7;
}
#header .navigation-menu > li > a:active {
	color: #6e8cd7;
}
#header .navigation-menu > li > a:active i {
	color: #6e8cd7;
}
#header .navigation-menu > li > a i {
	font-size: 18px;
	margin-right: 5px;
	color: rgba(33, 33, 33, 0.8);
	vertical-align: middle;
}
#header .navigation-menu > li > a:hover, #header .navigation-menu > li > a:focus {
	background-color: transparent;
}

@media (min-width: 768px) {
#header .navigation-menu > li.has-submenu:hover > .submenu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
#header .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
	visibility: visible;
	opacity: 1;
	margin-left: 0;
	margin-right: 0;
}
.navbar-toggle {
	display: block;
}
}

@media (min-width: 768px) {
#header .navigation-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}

/*
  Responsive Menu
*/
@media (min-width: 768px) {
body {
	margin-top: 165px;
}
#header .navigation-menu > li.last-elements .submenu {
	left: auto;
	right: 0;
}
#header .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 10px;
}
#header .navigation-menu > li:first-of-type a {
	padding-left: 0px;
}
#header .navigation-menu > li:hover a {
	color: #6e8cd7;
}
#header .navigation-menu > li:hover a i {
	color: #6e8cd7;
}
#header .navigation-menu > li .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	border: 1px solid #e7e7e7;
	padding: 15px 0;
	list-style: none;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#header .navigation-menu > li .submenu.megamenu {
	white-space: nowrap;
	width: auto;
}
#header .navigation-menu > li .submenu.megamenu > li {
	overflow: hidden;
	width: 200px;
	display: inline-block;
	vertical-align: top;
}
#header .navigation-menu > li .submenu > li.has-submenu > a:after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	font-size: 18px;
}
#header .navigation-menu > li .submenu > li .submenu {
	left: 100%;
	top: 0;
	margin-left: 10px;
	margin-top: -1px;
}
#header .navigation-menu > li .submenu li {
	position: relative;
}
#header .navigation-menu > li .submenu li ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#header .navigation-menu > li .submenu li a {
	display: block;
	padding: 8px 25px;
	clear: both;
	white-space: nowrap;
	color: #212121;
}
#header .navigation-menu > li .submenu li a:hover {
	color: #6e8cd7;
}
#header .navigation-menu > li .submenu li span {
	display: block;
	padding: 8px 25px;
	clear: both;
	line-height: 1.42857143;
	white-space: nowrap;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: #949ba1;
}
#header .navbar-toggle {
	display: none;
}
#header #navigation {
	display: block !important;
}
}

@media (max-width: 767px) {
body {
	margin-top: 95px;
}

#header .navigation-menu {
	float: none;
	max-height: 400px;
}
#header .navigation-menu > li {
	float: none;
}
#header .navigation-menu > li > a {
	color: #212121;
	padding: 15px;
}
#header .navigation-menu > li > a i {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}
#header .navigation-menu > li > a:after {
	position: absolute;
	right: 15px;
}
#header .navigation-menu > li .submenu {
	display: none;
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
#header .navigation-menu > li .submenu li a {
	display: block;
	position: relative;
	padding: 7px 20px;
	color: #212121;
}
#header .navigation-menu > li .submenu li a:hover {
	color: #6e8cd7;
}
#header .navigation-menu > li .submenu li.has-submenu > a:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 30px;
}
#header .navigation-menu > li .submenu.open {
	display: block;
}
#header .navigation-menu > li .submenu .submenu {
	display: none;
	list-style: none;
}
#header .navigation-menu > li .submenu .submenu.open {
	display: block;
}

#header .navigation-menu > li .submenu.megamenu > li > ul {
	list-style: none;
	padding-left: 0;
}
#header .navigation-menu > li .submenu.megamenu > li > ul > li > span {
	display: block;
	position: relative;
	padding: 15px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}
#header .navigation-menu > li.has-submenu.open > a {
	color: #6e8cd7;
}
#header .navbar-header {
	float: left;
}
#navigation {
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	display: none;
	height: auto;
	padding-bottom: 0;
	overflow: auto;
	border-top: 1px solid #e7e7e7;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
}
#navigation.open {
	display: block;
	overflow-y: auto;
}
}
/* 03. Footer Styles ================================================== */
footer {
	margin: 0;
	padding: 50px 0;
	border-top: 1px solid #000000;
	background: #f8f8f8 url(../images/footer-bg.png) no-repeat bottom right;
}
/* footer-info */
#footer {
	margin: 0;
	padding: 0;
	background: #25272e;
}
/* footer-info */
.footer-info {
	margin: 0;
	padding: 30px 0;
}
.footer-info-title {
	margin: 0;
	padding: 0;
}
.footer-info-title h4 {
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/line.png) no-repeat 0% 100%;
}
.footer-info-contact {
	margin: 0;
	padding: 0;
}
.footer-info-contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-info-contact li {
	color: #999;
}
.footer-info-contact li i {
	color: #666;
}
.footer-info-contact li a {
	color: #999;
}
.footer-info-nav {
	margin: 0;
	padding: 0;
}
.footer-info-nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.footer-info-nav li {
	float: left;
	font-size: 12px;
	width: 25%;
}
.footer-info-nav li a {
	color: #999;
}
/* footer-copyright */
.footer-copyright {
	margin: 0;
	padding: 0;
}
.footer-copyright .container {
	border-top: 1px solid #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-copyright p {
	color: #666;
	font-size: 12px;
	line-height: 30px;
}
/* Back To Top Button */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background-size: 35px;
	background: url(../images/bwn.png) no-repeat 0px 0px;
}
/* 04. index Styles ================================================== */
/* Button */


.btn-primary {
  background: #0e213f;
}
.btn-primary{
  color: #fff;
  border-radius: 2px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.btn-primary:hover{
  background: #222;
  color: #fff;
}
/* Title */

.title{
   padding-top:50px;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 34px;
   font-weight: 400;
   margin-bottom: 60px;
   margin-top: 0;
   text-align: center;
   position: relative;
   letter-spacing: 1px;
}
.title:after {
   content: "";
   position: absolute;
   display: inline-block;
   bottom: -20px;
   width: 100px;
   height: 3px;
   background: #0e213f;
   left: 50%;
   margin-left: -50px;
}
.title .title-head {
  font-size: 36px;
  text-transform: capitalize;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}

/* Arrow bg */

.down-arrow-transparent {
  background: url(../images/down-arrow-transparent.png) no-repeat center -1px transparent;
  display: block;
  height: 22px;
  width: 100%;
  margin: 0;
  z-index: 200;
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  bottom: 0%;
}
.down-arrow-white {
  background: url(../images/down-arrow-white.png) no-repeat top center;
  z-index: 100;
  margin-top: 0;
  min-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* Features ------------------------------ */

.ts-features{
   padding-top: 30px;
}

.intro h2{
   margin-bottom: 20px;
}

.intro-text{
   padding-right: 15px;
}



/* Quote */

.quote-form{
   padding-left: 15px;
}

.quote-form .btn-primary{
   font-size: 12px;
   margin-top: 10px;
}

.quote-form .btn-primary:hover{
   background: #333;
}

.quote-form h2{
   margin-bottom: 20px;
}
/* Product area ------------------------------------ */

.product-area{
   position: relative;
   min-height: 700px;
   padding-bottom: 85px;
   color: #fff;
   background-position: 50% 50%;
   -webkit-background-size: cover;
   background-size: cover;
   -webkit-backface-visibility: hidden;
}

.product-area .title{
   color: #fff;
}

.owl-theme.product-slide{
   background: #333;
   margin-top: 40px;
   padding: 25px 5px 20px 20px;
}

.product-item{
   padding-right: 20px;
}

.product-item .product-title{
   color: #fff;
   letter-spacing: 1px;
   font-size: 14px;
   margin-top: 15px;
   text-transform: uppercase;
}

.product-item .product-desc{
   color: #fff;
   padding-right: 10px;
}

.product-item .btn-primary{
   padding: 8px 15px;
   font-size: 12px;
   margin-top: 10px;
}

.owl-theme.product-slide .owl-controls {
   background: #333;
   position: absolute;
   top: -40px;
   right: 0;
   padding-right: 5px;
}


.product-slide.owl-theme .owl-controls .owl-buttons div{
   background: none;
   color: #fff;
   font-size: 26px;
   margin: 0;
}





/* 05. Section Styles ================================================== */
section {
	margin: 0;
	padding: 0;
	background: #fff;
}
/* section-myslider */
.myslider {
	margin: 0;
	padding: 0;
}
.myslider .item img{
	min-height: 300px;
}

/* section-banner */
.section-banner {
	background: #000 url(../images/templatemo_header_1.jpg) no-repeat center center;
	background-size: cover;
	height: 180px;
}

@media (max-width : 767px) {
.section-banner {
	height: 80px;
}
}
.section-banner2 {
	background: #000 url(../images/templatemo_header_2.jpg) no-repeat center center;
	background-size: cover;
	height: 180px;
}

@media (max-width : 767px) {
.section-banner2 {
	height: 80px;
}
}
.section-banner3 {
	background: #000 url(../images/templatemo_header_3.jpg) no-repeat center center;
	background-size: cover;
	height: 180px;
}

@media (max-width : 767px) {
.section-banner3 {
	height: 80px;
}
}
/* section-location */
.section-location {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.section-location ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.section-location li {
	float: left;
	margin-right: 20px;
	color: #999;
	line-height: 49px;
	position: relative;
	font-size: 12px;
}
.section-location li::before {
	content: "/";
	position: absolute;
	right: -12px;
	color: #aaa;
	opacity: 0.5;
}
.section-location li:last-child:before {
	display: none;
}
.section-location li a {
	color: #999;
}
/* section-products */

.section-products {
	margin: 0;
	padding: 0;
}
.productslist {
	background:#0e213f;
}
.section-products .container {
	background:#fff;
	padding-top:20px;
}

.section-products .media {
	padding: 15px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	min-height: 330px;
}
.section-products .media-body {
	padding-top: 15px;
}
.section-products .media-body p {
	display: block;
	height: 15px;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: -1px;
	color: #999;
}
.ItemNo {
	color:#D82124;
	font-size:12px;
	font-weight:bold;
}
.Description {
	line-height:35px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.Description span {
	display:block;
	float:left;
	width:100px;
	font-weight:500;
	color:#ccc;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #333;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}
/* section-about */
.section-about {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.section-about .box {
	min-height:500px;
}

/* section-contact */
.section-contact {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.section-contact .box {
	min-height:500px;
}


/*页码容器*/
.page-box {
	margin-top: 15px;
	color: #999;
	font-size: 14px;
}
/*css flickr style pagination*/
div.flickr {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	text-align: right;
	margin-bottom: 20px;
}
div.flickr a {
	border: #dedfde 1px solid;
	padding: 10px;
	margin: 10px 0px;
	background-position: 50% bottom;
	text-decoration: none;
}
div.flickr a:hover {
	background-color: #dedfde;
}
div.flickr a:active {
	background-color: #dedfde;
}
div.flickr span {
	border: #dedfde 1px solid;
	padding: 10px;
	margin: 10px 0px;
	color: #999;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	padding: 10px;
	margin: 10px 0px;
	font-weight: bold;
	color: #990000;
}
div.flickr span.disabled {
	border: #dedfde 1px solid;
	padding: 10px;
	margin: 10px 0px;
	color: #adaaad;
}
.list-group a.current {
	color: #3991D0;
	font-weight: bold;
}
