/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start editing from here */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}

/* text align right */

.txt-lt {
	text-align: left;
}

/* text align left */

.txt-center {
	text-align: center;
}

/* text align center */

.float-rt {
	float: right;
}

/* float right */

.float-lt {
	float: left;
}

/* float left */

.clear {
	clear: both;
}

/* clear float */

.pos-relative {
	position: relative;
}

/* Position Relative */

.pos-absolute {
	position: absolute;
}

/* Position Absolute */

.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
	vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
	display: block;
}

/* vertical menu */

nav.horizontal ul li {
	display: inline-block;
}

/* horizontal menu */

img {
	max-width: 100%;
}

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

/****end reset*****/

body {
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	background: #EDEAE6;
}

/* templatemo_banner_slide */

#templatemo_banner_slide {
	background: #ffffff;
	height: 600px;
	margin-top: 50px;
}

#templatemo_banner_slide>div {
	height: 600px;
}

#templatemo_banner_slide .camera_caption {
	text-align: left;
	top: 10%;
}

#templatemo_banner_slide .camera_caption>div {
	background: rgba(0, 0, 0, 0.0);
}

#templatemo_banner_slide .camera_caption h1,
#templatemo_banner_slide .camera_caption p {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .7);
	line-height: 2em;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.slider-wrap {
	position: absolute;
	top: 250px;
	width: 90%;
	margin: 0 5%;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
}

.slider-wrap h2 {
	font-size: 3.5em;
	padding: 0.1em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.slider-wrap h3 {
	font-size: 2em;
	color: #FFF;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.slider-wrap p {
	color: #fff;
	text-align: center;
	position: relative;
	bottom: -17px;
	z-index: 100;
	font-size: 1.5em;
}

.slider-wrap span {
	text-align: center;
	display: block;
}

.slider-wrap span a {
	color: #ffffff;
	background-color: #ff7908;
	/* opacity: 0.85; */
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 50px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 20px;
	border-radius: 4px;
	font-weight: bold;
}

.slider-wrap span a:hover {
	background: #222;
}

#templatemo_banner_slide .camera_caption h1 {
	font-size: 28px;
	text-align: center;
}

#templatemo_banner_slide .camera_caption p {
	font-size: 16px;
}

.overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.wrap {
	width: 75%;
	margin: 0 auto;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	/* firefox */

	-webkit-transition: all .2s linear;
	/* safari and chrome */

	-o-transition: all .2s linear;
	/* opera */

	-ms-transition: all .2s linear;
}

/*----start-header-----*/

.header {
	background: #ffffff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	box-shadow: rgba(31, 53, 78, .11) 0 1px;
}

.logo {
	float: left;
	padding: 7px 0 0;
	width: 210px;
}

.navbar {
	margin: 0 !important;
	border: none !important;
	background-color: #fff;
}

.top-nav {
	float: right;
}

.top-nav ul li {
	display: inline-block;
}

.top-nav ul li a {
	color: #060606;
	padding: 10px 16px;
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 0.95em;
	position: relative;
}

.top-nav li.active a,
.top-nav li a:hover {
	color: #FFF;
	background: #0f70b7;
}

/*---start-content----*/

.content-heading span {
	display: block;
	font-size: 2em;
	color: #454548;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/bg-h2.png) repeat-x center;
}

.sub-page {
	padding-top: 60px;
}

.sub-contents {
	background: #f2f2f2;
	padding-bottom: 60px;
}

.original {
	background: url(../images/original_bg.jpg);
	background-size: cover;
}

.sub-contents h2 {
	padding: 30px 0;
}

.sub-contents h3.sub-title {
	padding: 20px 0 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #0f70b7;
	font-size: 1.4em;
	color: #323A45;
	font-weight: bold;
}

.content_top {
	background: #42afff;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.content_top .item {
	border: 5px solid #FFF;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: auto;
	padding: 15px;
}

.content_top .item i {
	color: #FFF;
	font-size: 4em;
}

.content_top .item i.fa-cogs,
.content_top .item i.fa-comments,
.content_top .item i.fa-car {
	font-size: 3.5em;
}

.content_top h3 {
	color: #FFF;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

.content_top a {
	color: #FFF;
	display: inline-block;
}

.content_top .i-step {
	position: absolute;
	right: -10px;
	top: 30px;
	font-size: 48px;
	color: #FFF;
}

.grids {
	padding: 50px 0;
	background: #f2f2f2;
	position: relative;
}

.grids:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #42afff;
	border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
	border-right: 15px solid rgba(0, 0, 0, 0) !important;
	border-left: 15px solid rgba(0, 0, 0, 0) !important;
	left: 50%;
	top: 0px;
	margin-left: -10px;
}

.content-grids {
	padding-top: 30px;
}

.grid {
	float: left;
	width: 29%;
	background: #fff;
	border: 1px solid #DAD9D9;
	color: #7e7e7e;
	text-align: center;
	margin-right: 6%;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
	margin-top: 2%;
	margin-bottom: 2%;
}

.grid h3 {
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 8px;
	font-size: 1.6em;
	color: #0f70b7;
	border-bottom: 1px solid #dedede;
}

.grid p {
	font-size: 0.875em;
	color: #232323;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}

.list-more {
	clear: both;
	display: block;
	color: #454548;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/bg-h2.png) repeat-x center;
	padding-top: 4em;
}

.btn-more {
	position: relative;
	bottom: .5em;
	font-size: 4em;
	color: #f89c0d;
}

.btn-more:hover,
.btn-more:focus {
	color: #E6C537;
}

.button {
	color: #ffffff;
	background-color: #ff7908;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.button:hover {
	background-color: #ff3300;
	color: #FFF;
}

.last-grid {
	margin-right: 0px;
}

/*-----specials-heading----*/

.specials {
	background: #fff;
	padding: 50px 0;
	position: relative;
}

.specials:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #F2f2f2;
	border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
	border-right: 15px solid rgba(0, 0, 0, 0) !important;
	border-left: 15px solid rgba(0, 0, 0, 0) !important;
	left: 50%;
	top: 0px;
	margin-left: -10px;
}

/*----special-grid------*/

.special-grid {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.special-grid img {
	width: 100%;
}

.special-grid h4 {
	padding: 0.3em 0;
	padding-left: 0.7em;
	padding-right: 0.7em;
	display: block;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}

.portfolio_single_content {
	position: relative;
	top: 0;
	left: 0;
	max-width: 367px;
	z-index: 5;
	max-height: 140px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_single_content span.num {
	position: absolute;
	background: #4c33b3;
	opacity: 0.9;
	color: #FFFFFF;
	padding: 10px 20px;
	top: 0;
	left: 0;
	z-index: 10;
	font-size: 20px;
}

.portfolio_single_content:hover img {
	-o-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.portfolio_single_content img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 6;
	cursor: pointer;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.portfolio_single_content div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}

.portfolio_single_content:hover div {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1;
}

.portfolio_single_content div a {
	color: #0f70b7;
	display: block;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 12%;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.portfolio_single_content div a span {
	color: #0f70b7;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px;
	display: block;
	text-transform: uppercase;
}

.portfolio_single_content div {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.special-grid p {
	font-size: 0.875em;
	color: #666;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	height: 7.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.spe-grid {
	margin-right: 0px;
}

.specials-grids {
	padding-top: 40px;
}

/*----start-testmonial-grid----*/

.testmonials {
	text-align: center;
	background: #42afff;
	padding: 50px 0;
}

.testmonial-grid h3 {
	font-size: 2em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0 0;
	font-weight: bold;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); */
}

.testmonial-grid p {
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0;
	margin: 0 auto;
	width: 80%;
	line-height: 1.8em;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); */
}

.testmonial-grid a {
	color: #ffffff;
	background-color: #ff7908;
	/* opacity: 0.85; */
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 40px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 24px;
	border-radius: 4px;
}

.testmonial-grid a:hover {
	background: #0f70b7;
}

/*---start-footer-----*/

.footer {
	background: #044a7d;
	padding: 50px 0;
	position: relative;
}

.footer.original {
	background: #E2B405;
}

.footer.original:after {
	border: 20px solid #E2B405;
}

.footer.original .footer-grid ul li a {
	border-bottom-color: #D3A12F;
}

.footer:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #044a7d;
	border-top: 0 solid rgba(0, 0, 0, 0) !important;
	border-right: 15px solid rgba(0, 0, 0, 0) !important;
	border-left: 15px solid rgba(0, 0, 0, 0) !important;
	left: 50%;
	top: -20px;
	margin-left: -10px;
}

.footer-grid {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.footer-grid h3 {
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-grid p {
	font-size: 0.875em;
	color: #abdbf7;
	line-height: 1.8em;
}

.footer-grid ul li a {
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid #abdbf7;
	font-size: 0.95em;
	color: #abdbf7;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
}

.footer-grid ul li:first-child a {
	padding-top: 0;
}

.footer-grid ul li:last-child a {
	border-bottom: none;
}

.footer-grid ul li a span {
	color: #abdbf7;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
}

.footer-grid ul li a:hover,
.footer-grid ul li a:hover span {
	color: #FFA115;
}

.footer-lastgrid {
	margin: 0;
}

.email-link {
	color: #FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: lowercase;
}

.email-link:hover {
	color: #FFF;
}

/*---start-copy-right-----*/

.copy-right {
	text-align: center;
	padding: 1em;
	background: #023a63;
}

.copy-right p {
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
}

.copy-right p a {
	color: rgba(148, 145, 145, 0.84);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.copy-right p a:hover {
	color: #FFF;
}

/*---about-us----*/

.about-us {
	padding: 50px 0;
}

.about-header h5 {
	float: left;
	width: 30%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}

.about-header h3 {
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/bg-h2.png) repeat-x center;
}

.about-info a {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #009175;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}

.about-info p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

/*---start-services----*/

.services {
	padding: 50px 0;
}

.services-header h5 {
	float: left;
	width: 40%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}

.services-header h3 {
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
	background: url(../images/bg-h2.png) repeat-x center;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.listview_1_of_2 {
	display: block;
	float: left;
	margin: 0% 0 4% 0%;
}

.grid2 {
	border-top: 1px solid rgba(192, 192, 192, 0.39);
}

.listimg {
	display: block;
	float: left;
}

.text {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}

.listview_1_of_2:first-child {
	margin-left: 0;
}

.images_1_of_2 {
	width: 46.96%;
	padding: 1.5%;
}

.listimg_2_of_1 {
	width: 18.2%;
}

.list_2_of_1 {
	width: 70.2%;
}

.images_1_of_2 img {
	max-width: 100%;
	display: block;
	padding-top: 25px;
}

.list_2_of_1 h3 {
	font-size: 1.6em;
	color: #626262;
	text-transform: uppercase;
	text-align: left;
}

.list_2_of_1 h3 span {
	color: #0f70b7;
}

.list_2_of_1 p {
	font-size: 0.85em;
	color: #949191;
	line-height: 1.8em;
	margin: 0px 0px 16px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.list_2_of_1 h4 {
	color: #A8A8A8;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}

/*---plans-404page-----*/

.error-page {
	text-align: center;
}

.error-page p {
	font-size: 4em;
	color: #012231;
	text-shadow: -2px 3px 4px #9B9B9B;
}

.error-page h3 {
	font-size: 10em;
	color: #0f70b7;
	text-shadow: -2px 3px 4px #9B9B9B;
}

.error-page {
	padding: 200px 0px 0 0;
	min-height: 450px;
}

/*---start-contact----*/
/*  Contact Form  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.span_2_of_3 {
	width: 69.2%;
	padding: 1.5%;
}

.span_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}

.span_2_of_3 h3,
.span_1_of_3 h3 {
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #323A45;
	text-transform: uppercase;
	border-bottom: 3px solid #0f70b7;
	margin-bottom: 15px;
}

.contact-form {
	position: relative;
	padding-bottom: 30px;
}

.contact-form div {
	padding: 5px 0;
}

.contact-form span {
	display: block;
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #323A45;
	text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form textarea {
	padding: 8px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgba(85, 85, 85, 0.19);
	-webkit-appearance: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.mybutton {
	background: #0f70b7;
	color: #FFFFFF;
	padding: 15px 40px;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: none;
}

.mybutton:hover {
	background-color: #075892;
	color: #fff;
}

.company_address p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	line-height: 1.8em;
}

.company_address p span {
	text-decoration: underline;
	color: #012231;
	cursor: pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.company_address p span:hover {
	color: #0f70b7;
}

/*----course-design-----*/

.detail_pro {
	background: #fff;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	padding: 40px 20px;
}

.list_pro {
	background: #fff;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.pro_wrap {
	padding: 20px 10px;
	border-bottom: 1px solid #EEEADE;
	margin: 0;
}

.pro_wrap .col-sm-6 {
	border-right: 1px solid #DEDAD0;
}

.pro_wrap .col-sm-6:last-child {
	border-right: none;
}

.pro_intro {
	padding: 20px 0px;
	margin: 0;
}

.pro_con {
	font-size: 13px;
}

.pro_con h3 {
	font-size: 1.4em;
	color: #0f70b7;
	display: block;
	font-weight: bold;
}

.pro_con p {
	line-height: 18px;
	margin-top: 7px;
	color: #666;
	font-size: 1.2em;
	height: 2.3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro_con span {
	margin: 7px 0px;
	display: block;
	font-weight: bold
}

.pro_con b {
	font-weight: normal;
}

.pro_det {
	font-size: 14px;
	padding-top: 15px;
	margin-right: 10px;
	float: right;
}

.pro_detail a {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #ff7908;
	margin: 0px auto;
	border-radius: 2px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.pro_detail a:hover {
	text-decoration: none;
	background: #ff3300;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #e29310;
	border-color: #e29310;
}

.pagination>li>a,
.pagination>li>span {
	color: #323A45;
}

#course_img {
	background: #ffffff;
	height: 360px;
	margin: 20px 0;
}

#course_img>div {
	height: 360px;
}

#course_img .pix_thumb img {
	width: 179px;
	height: 100px;
}

.step {
	margin: 20px 0;
}

.step .step-btn {
	padding: 14px 16px;
	font-size: 20px;
	color: #3E4D62;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.step .btn-default {
	color: #3E4D62;
	border: 1px solid #CCCCCC;
}

.step .btn-default:hover {
	background: none;
	border: 1px solid #CCCCCC;
	color: #3E4D62;
}

.step .btn-warning {
	color: #FFFFFF;
}

.step .btn-warning:hover {
	background: #f0ad4e;
	border: 1px solid #eea236;
	color: #FFFFFF;
}

.i-caret-step {
	text-align: center;
	font-size: 32px;
	color: #3E4D62;
}

/*----travel-design-----*/

.travel .col-md-2 .i-caret-step {
	position: absolute;
	right: -8px;
	top: 15px;
}

.travel .col-md-2 .step-btn i,
.travel .col-md-2 .step-btn em {
	display: block;
	font-size: 42px;
	margin-bottom: 10px;
}

.travel h4 {
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 25px;
}

.travel p {
	color: #666;
	font-size: 85%;
	line-height: 20px;
	margin-bottom: 15px;
}

/*----location-design-----*/

.overview img {
	margin-bottom: 10px;
}

.overview p {
	margin-bottom: 10px;
	text-indent: 2em;
	line-height: 1.6em;
}

.overview dl {
	line-height: 1.42857143;
}

.overview dl dt {
	font-weight: bold;
	width: 120px;
}

.overview dl dd {
	margin-bottom: 10px;
}

.overview .panel {
	background: #FFFBF6;
}

.location {
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEADE;
	margin-bottom: 30px;
}

.location.last {
	margin-bottom: 0;
}

.location h3 {
	font-size: 1.8em;
}

.location h3 a {
	color: #0f70b7;
}

.location h3 a:hover {
	color: #064e81;
}

.pro_txt p {
	font-size: 14px;
}

.gallery-warp {
	position: relative;
}

.gallery-warp span {
	position: absolute;
	right: 10px;
	bottom: 22px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
}

.gallery-warp span:hover {
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}

.gallery-warp a:hover {
	opacity: 0.8;
}

.gallery-warp figure+figure {
	display: none;
}

/*----inventment-design-----*/

.overview section {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	padding: 20px 20px 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.overview section h3 {
	background: #0f70b7;
	color: #FFF;
	display: inline;
	position: relative;
	bottom: 30px;
	padding: 5px 15px;
	font-size: 24px;
}

.overview section p {
	position: relative;
	bottom: 10px;
	text-indent: 0;
	padding-left: 1em;
}

.overview .table th {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 15px;
}

.overview .table td {
	padding: 15px 30px;
}

.overview .table td small {
	font-size: 85%;
	color: #898989;
}

/*----estates-design-----*/

.overview h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.estates {
	margin-bottom: 10px;
}

#estates_img {
	background: #ffffff;
	height: 220px;
	margin: 20px 0;
}

#estates_img>div {
	height: 220px;
}

#estates_img .pix_thumb img {
	width: 179px;
	height: 100px;
}

.estates {
	padding: 0 10px;
}

.estates h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.estates p {
	margin-bottom: 15px;
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}

.estates p i {
	margin-right: 0.5em;
}

.call-me {
	font-size: 2em !important;
	color: #0f70b7;
	margin-bottom: 1em !important;
}

/*----original-design-----*/

.original .detail_pro {
	background-color: rgba(1, 1, 18, 0.6);
	border-radius: 5px;
	width: 85%;
	margin: auto;
}

.original .detail_pro label {
	color: #FFFFFF;
}

.original .detail_pro .form-group>label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

.original .select2-container-multi .select2-choices .select2-search-field input {
	padding-left: 15px;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.original .select2-container-multi .select2-choices .select2-search-choice {
	margin-top: 6px;
}

.original .picker__weekday {
	text-align: center;
}

#originalForm .has-error .control-label,
#originalForm .has-error .help-block,
#originalForm .has-error .form-control-feedback {
	color: #EA708B;
}

#originalForm .has-success .control-label,
#originalForm .has-success .help-block,
#originalForm .has-success .form-control-feedback {
	color: #6dd143;
}

#originalForm .radio-inline i {
	position: absolute;
	right: 15px;
}

.help-block {
	color: #a94442;
	font-size: 12px;
}

#ui-datepicker {
	z-index: 2;
}

/* to top */
#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}

#elevator_item.off {
	opacity: 0;
	visibility: hidden
}

#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin-bottom: 10px
}

#elevator:hover {
	background-color: rgba(0, 0, 0, .7)
}

#elevator:active {
	background-color: rgba(0, 0, 0, .75)
}

#elevator_item .qr {
	display: block;
	width: 60px;
	height: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	background: url(../images/icon_code.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0, 0, 0, .6)
}

#elevator_item .qr:hover {
	background-color: rgba(0, 0, 0, .7)
}

#elevator_item .qr:active {
	background-color: rgba(0, 0, 0, .75)
}

#elevator_item .qr-popup {
	width: 170px;
	height: 200px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
	position: absolute;
	left: -180px;
	bottom: 0;
	border-radius: 2px;
	display: none;
	text-align: center
}

#elevator_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777
}

#elevator_item .qr-popup .code {
	display: block;
	margin-bottom: 10px
}

#elevator_item .qr-popup .arr {
	width: 6px;
	height: 11px;
	background: url(../images/code_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: -6px;
	bottom: 14px
}


.estates-btn {
	text-align: center;
	margin-top: 40px; 
}

.estates-btn a {
	font-size: 20px;
	border-radius: 0;
	padding: 15px 40px;
}

/*----responsive-design-----*/

@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap {
		width: 90%;
	}

	.top-nav ul li a {
		padding: 18px 12px;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap {
		width: 90%;
	}

	.top-nav ul li a {
		padding: 18px 11px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrap {
		width: 95%;
	}

	.top-nav ul li a {
		padding: 18px 5px;
	}

	.grid {
		width: 27.8%;
	}

	.pro_con {
		padding-top: 12px;
	}

	.original .detail_pro {
		width: 90%;
	}
}

@media only screen and (max-width: 800px) {
	.wrap {
		width: 95%;
	}

	.grid {
		width: 26.8%;
	}

	.span_2_of_3 {
		width: 100%;
		padding: 3%;
	}

	.footer {
		padding: 20px;
	}

	.footer-grid h3 {
		margin-bottom: 5px;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 100%;
		padding: 3%;
	}

	.top-nav ul li a {
		padding: 18px 3px;
	}

	.navbar-toggle {
		padding: 13px 10px;
		border-color: #0f70b7;
	}

	.navbar-toggle .icon-bar {
		background-color: #0f70b7;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.content_top .i-step {
		right: -10px;
		top: 30px;
		font-size: 32px;
	}

	.original .detail_pro {
		width: 100%;
	}

	.overview .table {
		font-size: 13px;
	}

	.overview .table td {
		padding: 8px;
	}
}

@media only screen and (min-width: 768px) {
	.top-nav ul li a {
		margin: 10px 0;
	}

	.overview dl dd {
		margin-left: 130px;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.wrap {
		width: 95%;
	}

	.slider-wrap h2 {
		font-size: 2.2em;
	}

	.slider-wrap h3 {
		font-size: 1.5em;
	}

	.top-nav {
		float: none;
	}

	#templatemo_banner_slide {
		height: 400px;
	}

	#templatemo_banner_slide>div {
		height: 400px;
	}

	#templatemo_banner_slide .camera_caption h1 {
		font-size: 24px;
	}

	#templatemo_banner_slide .camera_caption p {
		font-size: 12px;
	}

	#templatemo_banner_slide .camera_caption {
		top: 5%;
	}

	.testmonial-grid p {
		font-size: 1em;
	}

	.slider-wrap {
		top: 200px;
	}

	.top-nav ul li {
		display: block;
		float: none;
	}

	.top-nav ul li a {
		padding: 15px;
		font-size: 0.75em;
	}

	.grid {
		float: none;
		width: 100%;
		padding: 3%;
		margin: 15px 0;
	}

	.content_top {
		padding: 10px 0;
	}

	.content_top:after {
		top: -10px;
	}

	.content_top .item {
		width: 42px;
		height: 42px;
		padding: 7px;
		border: 3px solid #FFF;
	}

	.content_top .item i {
		font-size: 1.5em;
	}

	.content_top .item i.fa-cogs,
	.content_top .item i.fa-comments,
	.content_top .item i.fa-car {
		font-size: 1.2em;
	}

	.content_top h3 {
		font-size: 0.7em;
		white-space: nowrap;
	}

	.content_top .i-step {
		right: -5px;
		top: 10px;
		font-size: 24px;
	}

	.content_top .content_top_warp {
		width: 20%;
		text-align: center;
	}

	.special-grid {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.specials {
		padding: 30px 0 0 0;
	}

	.specials-grids {
		padding: 10px 0;
	}

	.testmonials {
		padding: 20px 0 30px;
	}

	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}

	.services {
		padding: 20px 0;
	}

	.images_1_of_2 {
		width: 94%;
		padding: 3%;
	}

	.span_2_of_3 {
		width: 100%;
		padding: 3%;
	}

	.list_2_of_1 {
		width: 78.2%;
	}

	.error-page {
		padding: 20px 0;
		min-height: 0;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 100%;
		padding: 3%;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		width: 97%;
	}

	.pro_wrap {
		padding: 0;
		border-bottom: none;
	}

	.pro_intro {
		padding: 30px 0 0;
		border-bottom: 1px solid #EEEADE;
		margin: 0 -30px;
	}

	.pro_intro:first-child {
		padding: 20px;
	}

	.pro_wrap .col-sm-6 {
		border-right: none;
	}

	#course_img,
	#estates_img {
		height: 250px;
		margin-top: 0;
	}

	#course_img>div,
	#estates_img>div {
		height: 250px;
	}

	.navbar-collapse {
		padding: 0;
	}

	.original {
		background: none;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap {
		width: 95%;
	}

	.logo {
		float: left;
		padding: 5px 0;
	}

	.span_2_of_3 {
		width: 100%;
		padding: 5%;
	}

	.top-nav ul li {
		float: none;
	}

	.top-nav ul li a {
		padding: 15px 20px;
	}

	.content-grids,
	.about-us {
		padding: 20px 0;
	}

	.testmonial-grid p {
		width: 100%;
	}

	.error-page p {
		font-size: 2em;
	}

	.error-page h3 {
		font-size: 6em;
	}

	.col {
		margin: 0;
	}

	.span_1_of_3 {
		width: 100%;
		padding: 5%;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		width: 92%;
	}

	.detail_pro {
		margin: 0 -10px;
	}

	.list_pro {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 320px) {
	.wrap {
		width: 95%;
	}

	.top-nav ul li a {
		padding: 15px 4px;
	}

	.content_top p {
		font-size: 0.8em;
		line-height: 1.6em;
		margin: 5px 0 25px 0;
	}

	.specials-heading h3 {
		font-size: 1.5em;
	}

	.special-grid p {
		padding: 0;
	}

	.testmonial-grid h3 {
		font-size: 1.5em;
		padding: 5px 0;
	}

	.testmonial-grid p {
		padding: 0;
	}

	.about-info a {
		font-size: 0.8em;
	}

	.list_2_of_1 h3 {
		font-size: 1.3em;
	}
}