@import url("font.css");

/*--------------------
1. General
--------------------*/

body {
	margin: 0;
	font-family: "Open Sans", Verdana, Microsoft Yahei, Simhei, Simsun, Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #232323;
}
p {
	font-family: "Open Sans", Verdana, Microsoft Yahei, Simhei, Simsun, Sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	color: #444;
}
.dark-bg p {
	color: #B1B1B1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #ec6c00;
}
 @media (min-width: 768px) {
section {
	padding: 150px 0;
}
}
section {
	padding: 50px 0;
}
ul {
	padding-left: 0;
	padding-top: 10px;
}
ul li {
	list-style: none;
	font-size: 14px;
	color: #000;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/*section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}*/

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
	margin-left: -15px;
	margin-right: -15px;
}
.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}
/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #fff;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #707070;
	margin: 0 1px;
}
.navbar-default .nav li a:hover {
	color: #fff!important;
	background: #ec6c00;
}
.navbar-default .nav li.cur a {
	background: #ec6c00;
	color: #fff;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}
 @media (min-width:768px) {
.navbar-default {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 10px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: 0
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 10px;
	margin-left: 10px;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 3px
}
.navbar-default.navbar-shrink {
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em;
	margin-top: 10px;
}
}
/*--------------------
3. Header
--------------------*/

header {
	margin-top: 80px;
}
.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.7;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 43%;
	width: 100%;
}
.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 5px 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}
.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
	background: #ee6c00;
	color: #fff;
	text-decoration: none;
}
.owl-slider .owl-controls .owl-prev {
	float: left;
}
.owl-slider .owl-controls .owl-next {
	float: right;
}
.intro-text {
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	text-align: center;
	transform: translateX(-50%);
	left: 50%;
}
 @media (min-width: 768px) {
.intro-text {
	padding-top: 10%;
}
}
.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
}
 @media (min-width: 768px) {
.intro-text .intro-lead-in {
	font-size: 36px;
	line-height: 36px;
}
}
.intro-text .intro-heading {
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	word-spacing: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
 @media (min-width: 768px) {
.intro-text .intro-heading {
	line-height: 42px;
	font-size: 42px;
}
}
.slider-page {
	position: relative;
	background-color: #000;
}
.slider-page img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 32px;
	letter-spacing: 1px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}
.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #ec6c00;
}
.dark-bg .section-title h2 {
	color: #fff;
}
.section-title p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
	margin: 10px 0 40px;
}
/*--------------------
4.1. CTA sectoin
--------------------*/

.section-tas {
	padding: 15px 0;
	color: #fff;
	background-color: #ec6c00;
}
.section-tas h2 {
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 2.6;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: #5d4000 0 1px 1px;
}
.section-tas ul {
	float: right;
    margin: 4px 0;
}
.section-tas ul li {
	float: left;
	margin: 0 12px;
}
.section-tas ul li a {
	color: #fff;
}

.button-tas {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.button-tas:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.section-cta {
	padding: 15px 0;
	color: #fff;
	background-color: #ec6c00;
}
.section-cta h2 {
	display: block;
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 2.6;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: #5d4000 0 1px 1px;
}
.section-cta ul {
    margin: 5px 0;
}
.section-cta ul li {
	float: left;
	margin: 0 10px;
	font-size: 13px;
}
.section-cta ul li a {
	color: #fff;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;
}
.button-cta:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.section-position {
	padding: 12px 0;
	color: #fff;
	background-color: #ec6c00;
}
.section-position h2 {
	color: #fff;
	font-size: 14px;
	line-height: 2.6;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: #5d4000 0 1px 1px;
}
.section-position a {
	color: #fff;
}

/*--------------------
4.1. About
--------------------*/

.content {
	text-align: left;
	line-height: 2;
}
.content img {
	border-radius: 8px;
}
.np-nav {
	margin-top: 5px;
	margin-bottom: 25px;
}
.np-nav .mz-module {
	position: relative;
	margin-bottom: 30px;
}
.np-nav .mz-module-about {
	border: 1px solid #E6E6EA;
	min-height: 150px;
	padding: 20px;
	background-color: #EFEFF1;
}
.np-nav .mz-module-about h3 {
	font-weight: 500;
	font-size: 15px;
	color: #424242;
	/* text-transform: uppercase;
	letter-spacing: 2px; */
	margin: 5px 0;
}
.np-nav .mz-module-about span {
	display: block;
	width: 100%;
	height: 80px;
	background: url(sttas.png) no-repeat center center;
}
.np-nav .mz-module-about:hover span, .np-nav .mz-module-about span.on {
	background: url(sttas-on.png) no-repeat center center;
}
.np-nav .dark-bg .mz-module-about h3 {
	color: #FFF;
}
.np-nav .mz-module-about p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.np-nav .mz-module-button {
	background-color: #ec6c00;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.np-nav .mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.np-nav .mz-module-button:hover {
	background-color: #ee6c00;
	color: #fff;
	text-decoration: none;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.np-nav .mz-module-button {
	color: #fff;
}
.np-nav .ot-circle {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	color: #999;
	font-size: 56px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.mz-module {
	position: relative;
	margin-bottom: 30px;
}
.mz-module-about {
	border: 1px solid #E6E6EA;
	min-height: 200px;
	padding: 20px;
	background-color: #EFEFF1;
}
.mz-module-about h3 {
	font-weight: 500;
	font-size: 16px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 15px;
}
.dark-bg .mz-module-about h3 {
	color: #FFF;
}
.mz-module-about p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #ec6c00;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #ee6c00;
	color: #fff;
	text-decoration: none;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.mz-module-button {
	color: #fff;
}
.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #999;
	margin: 0 2px 4px;
	font-size: 75px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.ot-circle-2 {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #999;
	margin: 0 2px 4px;
	font-size: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
/*--------------------
4.1.2. Featured
--------------------*/

.featured-item {
	margin-top: 30px;
	height: 70px;
}
.featured-icon {
	float: left;
	font-size: 30px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #f5f5f5;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 18px;
}
.featured-text p {
	color: #747377;
	margin-top: 15px;
	font-size: 14px;
	line-height: 20px;
}
/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}
.section-text h4 {
    /* height: 20px; */
	margin: 0 0 20px;
	font-size: 18px;
}
.dark-bg .section-text h3 {
	color: #dfdfdf;
}
.dark-bg .section-text h4 {
	color: #dfdfdf;
}
/*--------------------
4.3. product
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ot-product-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-product-item figure figcaption,
.ot-product-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}
figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
figure.effect-bubba .index-pro {
	font-size: 20px;
	padding-top: 27%;
}
figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 29%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 4em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/******************
 Type Nav css
 *****************/

#typenav {
    margin-bottom: 120px;
}
#typenav p {
	float: right;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
	line-height: 30px;
}
#typenav li {
	float: left;
	text-align: center;
	width: 16.6666667%;
	height: 46px;
	line-height: 46px;
	border-right: 1px solid #fff;
    margin-bottom: 1px;
}
#typenav li:hover {
	background-color: #f5812c;
}
#typenav li:last-child {
	margin-right: 0;
}
#typenav li a {
	height: 46px;
	line-height: 46px;
	display: block;
	background-color: #666;
	color: #FFF;
	letter-spacing: 1px;
}
#typenav li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #f5812c;
}
#typenav .mrys, #typenav .on a {
	background-color: #f5812c;
	color: #FFF;
	padding: 0 29px 0 30px;
	display: block;
	letter-spacing: 1px;
}
#typenav .mrys2 span, #typenav .on span {
	display: block;
	height: 5px;
	margin-top: -22px;
}
#typenav li span {
	display: none;
}
#typenav li:hover span {
	display: block;
	margin-top: -22px;
}
#typenav a:hover {
	color: #f63;
}
.pb {
	margin-bottom: 135px !important;
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f5f5f5;
}
.dark-bg {
	background-color: #333231;
	color: #fff;
    padding: 40px 0 35px;
}
.short-section {
	background: #333 url(market.png) no-repeat 0 0;
	border-top: 1px solid #be9000;
	border-bottom: 1px solid #be9000;
	padding-top: 120px;
	padding-bottom: 120px;
	background-position: 100% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.counter-item i {
	font-style: normal;
	font-size: 60px;
	width: 65px;
	height: 71px;
	background-position: -135px -82px;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -210px;
	text-shadow: 1px 1px #796345;
}
.counter-item h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 1px 1px #796345;
}
.counter-item h6 {
	color: #FFF;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px #796345;
}
/*--------------------
4.5. Partners Slider
--------------------*/

#partners .partner-logo a {
	cursor: pointer;
}

.partner-index {
	padding: 60px 0;
	position: relative;
}

.partner-index .heading {
	margin-bottom: 50px;
}

.partner-index .heading h2 {
	font-size: 32px;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.partner-index .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.partner-index .partner-carousel {
	position: relative;
}
.partner-index .partner-carousel .item .inner img {
	max-width: 360px;
	max-height: 80px;
	border: 0;
}
.partner-index .partner-carousel .item .inner img:nth-child(1) {
	margin-top: 10px;
}

.owl-product .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;
}
.owl-product .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index: 1000;
}
.owl-product .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.owl-product .owl-controls .owl-prev {
	float: left;
}
.owl-product .owl-controls .owl-next {
	float: right;
}
.owl-product-item {
	text-align: center;
	display: inline-block;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ec6c00;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 15px 7px 0 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ec6c00;
}

/*--------------------
4.6. News
--------------------*/

.news-item {
	text-align: center;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(102,102,102,.65);
}
.news-item:hover {
	box-shadow: 0 4px 15px 0 rgba(102,102,102,.65);
}
.news-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #333;
}
.news-item h3 a {
	color: #333;
}
.news-item h3 a:hover {
	color: #ec6c00;
	text-decoration: none;
}
.news-item .news-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}
.news-item .news-image img{
    width: 360px;
	height: 210px;
}
.news-item p {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	padding: 5px 20px 20px;
}
.news-socials {
	padding-bottom: 25px;
}
.news-socials a {
	color: #B2B3B7;
	font-size: 20px;
	margin: 0 10px;
}
.news-socials a:hover {
	color: #000;
}
/*--------------------
4.7. Contacts
--------------------*/

#contact .section-text p {
    line-height: 2.5;
	letter-spacing: 0.7px;
    margin: 0;
}
#contact .section-text span {
	font-size: 12px;
}
#contact .section-text a {
	font-size: 14px;
	color: #B1B1B1;
}

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
	margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}
.contact h3 {
	margin-bottom: 30px;
}
.contact p {
	font-size: 13px;
}
.contact .day {
	display: inline-block;
	width: 80px;
}
.contact i {
	margin-right: 5px;
}
#map {
	padding-bottom: 50px;
}
#map .mapcon{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	height: 400px;
}

/*---------------------
4.8. product section
---------------------*/

#product h3 {
	color: #fff;
	font-size: 18px;
}
#product small {
	color: #f0f0f0;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#product .product-thumb {
	position: relative;
	padding: 0;
	margin-top: 32px;
}
#product .product-thumb img {
	width: 100%;
	height: 240px;
}
#product .product-thumb .product-overlay {
	position: absolute;
	background: #222;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
#product .product-item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#product .product-thumb:hover .product-overlay {
	opacity: 0.9;
}
#product .imglist {
	margin: 0 -30px;
}

/*---------------------
4.9. News section
---------------------*/
.news-section {
	padding: 0;
}
/*.news-section h3 {
    font-size: 3em;
    text-transform: capitalize;
    font-family: 'Contrail One', cursive;
    color: #201307;
}
.news-section span {
    width: 17%;
    height: 3px;
    display: block;
    background: #ec6c00;
    margin-top: .5em;
}*/
.news-list {
	margin-left: -30px;
}
.new-grid {
    padding-right: 2em;
	border-right: 2px solid #ec6c00;
}
.news-grids:first-child {
    border-top: none;
	}
.news-grids {
    padding-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    border-top: 1px dashed #ddd;
}
.new-grid1 i {
	font-size: 1.2em;
    color: #ec6c00;
    margin-right: 1em;
}
.new-grid1 h5 {
	font-size: 1.1em;
	color: #555;
}
.new-grid1 h4 {
	margin: 0 0 6px;
}
.new-grid1 h4 a {
	font-size: 1.3em;
	color: #201307;
	padding: .8em 0;
	display: block;
}
.new-grid1 {
	background: #fff;
	padding: 1.2em 2em;
}
.new-grid1 p {
	font-size: 1em;
	line-height: 2;
	color: #555;
	margin: 0;
	text-transform: capitalize;
}
.new-grid1 a {
	text-decoration: none;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
    overflow: hidden;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
}
/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eee;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 40%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*---------------------
4.10. News Detail
---------------------*/

.news-list-teaser {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.news-list-teaser:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: url("dash.png") repeat-x;
}
.news-list-teaser .image-news-list-block {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.news-list-teaser .image-news-list-block img {
	margin: 0;
	width: 825px;
	height: 400px;
}
.news-list-teaser .image-news-list-block .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -32px;
	width: 77px;
	height: 77px;
	z-index: 200;
	cursor: pointer;
	background: url(play.png) no-repeat;
}
.news-list-teaser .image-news-list-block .date-post {
	position: absolute;
	right: 20px;
	top: 25px;
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
	font-weight: normal;
	font-size: 28px;
	padding-top: 2px;
	background: #e90505;
	color: #fff;
}
.news-list-block {
	margin: 10px 0;
	text-align: center;
}
.news-list-block .honortit {
	font-size: 26px;
	margin-bottom: 18px !important;
}
.news-list-block .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.news-list-teaser .pubinfo {
	width: 100%;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 35px;
	text-align: center;
	padding-top: 10px;
}
.news-list-teaser .info-box-view {
	height: 50px;
	margin: 0 auto;
	border-top: 1px dotted #ddd;
	padding-top: 13px;
}
.news-list-teaser .info-box-view ul {
	display: block;
	margin: 0;
}
.news-list-teaser .info-box-view ul li {
	float: left;
	margin-left: 15px;
}
.news-list-teaser .info-box-view span {
	margin: 0 8px;
	position: relative;
	font-size: 14px;
}
.news-list-teaser .info-box-view i {
	font-style: normal;
	margin: 0 6px;
}
.news-list-teaser .info-box-view .bdsharebuttonbox {
	display: inline-flex;
	margin-top: -4px;
}
.news-list-teaser .info-box-view ul li:before {
	position: absolute;
	content: "";
	display: block;
	right: -15px;
	top: 1px;
}
.news-list-teaser .info-box-view ul li:last-child:before {
	display: none;
}
.news-list-teaser .info-box-view ul li i, .news-list-teaser .info-box-view ul li span {
	margin-right: 7px;
}
.news-list-teaser .info-box-view ul li i:before, .news-list-teaser .info-box-view ul li span:before {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.news-list-teaser .image-news-list-block .date-post span {
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	text-align: center;
}
.news-list-teaser .image-news-list-block .date-post a {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.5;
	display: block;
	padding: 10px;
}
.news-list-teaser .news-teaser-content {
	line-height: 1.8;
	margin-bottom: 15px;
}
.news-list-teaser .news-content {
	line-height: 2;
	margin-bottom: 15px;
}
.news-list-teaser .news-content img {
	width: expression(this.width > 1140? 1140: true) !important;
	max-width: 1140px !important;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	padding: 4px;
}
.news-list-teaser .news-content .tips {
	margin: 20px;
	text-align: center;
	font-size: 12px;
	color: #666;
	font-style: italic;
	letter-spacing: 1px;
}
.news-list-teaser h2.title a {
	color: #555;
	font-size: 20px;
}
.news-list-teaser h2.title a:hover {
	color: #ec6c00;
}
.news-list-teaser .info-box {
	margin-bottom: 19px;
}
.news-list-teaser .btn {
	margin-top: 10px;
	margin-left: 0;
}
.news-list-teaser .b-post-image {
	padding-top: 15px;
}

.context ul {
	padding: 0;
}
.context ul li {
    color: #333;
	line-height: 2;
}
.context ul li a {
    color: #333;
}

.context ul li a:hover{
	color: #ec6c00;
}

/*
================================
5. Shantui Triumphal Business
================================
*/

.about-v2 {
	padding: 50px 0;
    background-color: #f5f5f5;
}
.about-v2 .img-fullwidth {
	width: 360px;
	height: 240px;
	padding: 5px;
	background: #fff;
	border: 1px #ddd solid;
}
.about-v2 h1 {
	font-size: 22px;
	margin: 8px 0 10px;
}
.about-v2 p.intro {
	margin: 20px 0;
	font-size: 13px;
	line-height: 2;
	color: #777;
}
.about-v2 p.button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #f57c05;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}
.about-v2 p.button a:hover {
	background: #838383;
	text-decoration: none;
}

.heading-normal {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
}
.heading-normal h2 {
	color: #f57c05!important;
	padding-bottom: 10px;
	border-bottom: 2px solid #f57c05;
	font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}

.honor {
	background: #fff;
	padding: 60px 0;
}

.honor .heading {
	margin-bottom: 50px;
}
.honor .heading h2 {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.honor .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}
.honor .team-carousel {
	position: relative;
}
.honor .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
}
.honor .owl-controls .owl-prev,
.honor .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}
.honor .owl-controls .owl-prev i,
.honor .owl-controls .owl-next i {
	font-size: 16px;
}
.honor .owl-controls .owl-prev:hover,
.honor .owl-controls .owl-next:hover {
	background: #f57c05;
}

.honor .text {
	background: #ec6c00;
	padding: 20px 0;
}
.honor .text h3 {
	text-align: center;
	color: #353535;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.honor .text h3 a {
	color: #fff;
	text-shadow: 1px 1px 1px rgb(90, 40, 0);
}
.honor .text h3 a:hover {
	text-decoration: none;
}
.honor .text p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}
.honor .item .thumb {
	position: relative;
	overflow: hidden;
}
.honor .item .thumb img {
	height: 360px;
    border: 1px solid #e4ddd7;
    box-sizing: border-box;
}
.honor .item:hover .thumb img {
	width: 100%;
}
.honor .item .social-icons {
	width: 100%;
	height: 100%;
}
.honor .social-icons ul {
	text-align: center;
	padding-left: 15px;
	margin-top: 10px;
}
.honor .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 7px;
}
.honor .social-icons ul li a {
	width: 30px;
	line-height: 30px;
	background: #f57c05;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px!important;
}
.honor .social-icons ul li a:hover {
	background: #353535;
}

/*
================================
Counter
================================
*/
.counter-tas {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(count_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.counter-tas .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.counter-tas .container {
	position: relative;
	z-index: 9999;
}

.counter-tas .counter-text {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 187px;
    height: 187px;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	border-radius: 187px;
	-webkit-border-radius: 187px;
	-moz-border-radius: 187px;
	text-align: center;
	background: rgba(236, 108, 0, 0.7);
}

.counter-tas .counter-text p:first-child {
	padding-top: 60px;
	margin-bottom: 10px;
}

.counter-tas .counter-text span.counter {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0;
}

.counter-tas .counter-text span {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

/*--------------------
6. Footer
--------------------*/

footer {
	padding: 20px;
	background-color: #000;
}
footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer p a {
	color: #B7B7B7;
}
footer p a span {
	color: #ec6c00;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
/*--------------------
7. Modal
--------------------*/

.modal-content {
	border-radius: 0;
}
.modal-header .close {
	font-size: 30px;
}
.modal-title {
	text-transform: uppercase;
	font-size: 23px;
}
.modal-body {
	padding: 0;
}
.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;
}
.modal-works {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}
.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}
/*--------------------
8. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #ca5d00;
	border-color: #ca5d00;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #ca5d00;
	border-color: #ca5d00;
}
.btn {
    float: right;
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #ec6c00;
}
.btn-xl {
	color: #fff;
	background-color: #ec6c00;
	/* border-color: #726FB9; */
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 17px 45px;
}
/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}
 @media only screen and (min-width : 320px) and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(status.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
/*--------------------
9. Color customizations
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #ec6c00;
}
.mz-module:hover .ot-circle-2.color2 {
	color: #ec6c00;
}
.mz-module:hover .ot-circle.color3, .mz-module i.on {
	color: #ec6c00;
}
.mz-module:hover .ot-circle-2.color4 {
	color: #ec6c00;
}
/******************
 10. Sidebar css
 ******************/

.function_content {
	position: fixed;
	bottom: 0.5%;
	right: 0;
	width: 40px;
	z-index: 1000;
}
.function_aBlock {
	width: 40px;
	height: 40px;
	position: relative;
	display: block;
	margin-bottom: 1px
}
.function_aBlock.topButton {
	margin-bottom: 4px
}
.function_aBlock .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
	filter: Alpha(opacity=60)
}
.function_aBlock:hover .bg {
	background: #e70;
	opacity: 1;
	filter: Alpha(opacity=100)
}
.function_aBlock .bg2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(sidebar/a_10.png) no-repeat left center
}
.function_aBlock:hover .bg2 {
	background: url(sidebar/a_12.png) no-repeat left center
}
.function_aBlock .bg3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(sidebar/a_11.png) no-repeat left center
}
.function_aBlock:hover .bg3 {
	background: url(sidebar/a_13.png) no-repeat left center
}
.function_aBlock img {
	width: 100%;
	position: relative;
	z-index: 66
}
.function_aBlock .in {
	width: 270px;
	height: 204px;
	background: #46484d;
	border-top: 5px solid #e70;
	position: absolute;
	left: -271px;
	top: 0;
	display: none;
}
.function_aBlock .in.ic {
	top: -41px;
	height: 286px;
}
.function_aBlock .in.is {
	top: -82px;
	height: 118px;
}
.function_aBlock .in.ia {
	top: -41px;
	height: 163px;
}
.function_aBlock .in .wx {
	width: 100%;
	height: 160px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 46%;
	margin-top: -80px;
}
.function_aBlock .in .wx p {
	float: left;
	display: block;
	color: #fff;
	width: 15px;
	margin: 36px 35px 30px 40px;
}
.function_aBlock .in .wx img {
	float: left;
	width: 140px;
	height: 140px;
	margin: 18px auto 0;
}
.function_aBlock .in .cu {
	color: #fff;
	line-height: 22px;
	padding: 0 25px 0;
	width: auto;
	text-align: left;
}
.function_aBlock .in .cu .bdsharebuttonbox a {
	float: left;
}
.function_aBlock .in .cu p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}
.function_aBlock .in .cu h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
}
.function_aBlock .in .srh {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadadb;
	position: absolute;
	left: 61%;
	margin-left: -130px;
	top: 50%;
	margin-top: -20px
}
.function_aBlock .in .st {
	height: 40px;
	padding-left: 10px;
	color: #fff;
	background: none;
	border: 0;
}
.function_aBlock .in .btn {
	width: 18px;
	height: 18px;
	border: 0;
	background: url(sidebar/h_1.png) no-repeat left center;
	position: absolute;
	right: 0;
	top: 11px;
}
.function_aBlock .in ul {
	width: 254px;
	border-top: 1px solid #909194;
	border-left: 1px solid #909194;
	border-right: 1px solid #909194;
	padding: 0;
	margin: 9px auto 0;
}
.function_aBlock .in li {
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	border-bottom: 1px solid #909194;
}
.function_aBlock .in li p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}

/******************
 11. Page Css
 *****************/
 
.page {
	clear: both;
	padding: 10px;
    margin: 30px auto 0;
	text-align: center;
}
.page .pageList {
	text-align: center;
}
.page .pageList a {
	padding: 0 12px;
    border: #DDD solid 1px;
    font-size: 14px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    background: #f5f5f5;
    color: #666;
    margin: 0 2px;
}
.page .pageList .fuiOmit {
	font-size: 28px;
}
.page .searPage {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	line-height: 30px;
}
.page .searPage input[type="text"] {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.page .searPage input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.page .pageList a:hover {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	text-decoration: none;
}
.page .pageList .nowPage {
	background: #fdeaa6;
	border: #f7bf4f solid 1px;
	color: #f60;
	margin-right: 5px;
}