* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px;
	text-indent: 2em;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width: 768px) {
.lead {
	font-size: 21px
}
}
small, .small {
	font-size: 85%
}
mark, .mark {
	padding: .2em;
	background-color: #fcf8e3
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #777
}
.text-primary {
	color: #337ab7
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090
}
.text-success {
	color: #3c763d
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c
}
.text-info {
	color: #31708f
}
a.text-info:hover, a.text-info:focus {
	color: #245269
}
.text-warning {
	color: #8a6d3b
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c
}
.text-danger {
	color: #a94442
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534
}
.bg-primary {
	color: #fff;
	background-color: #337ab7
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090
}
.bg-success {
	background-color: #dff0d8
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3
}
.bg-info {
	background-color: #d9edf7
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee
}
.bg-warning {
	background-color: #fcf8e3
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5
}
.bg-danger {
	background-color: #f2dede
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
dl {
	margin-top: 0;
	margin-bottom: 20px
}
dt, dd {
	line-height: 1.42857143
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}

@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0'
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: ''
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25)
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {
.container {
	width: 750px
}
}

@media (min-width: 992px) {
.container {
	width: 970px
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px;
	font-size: 16px;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	display: table;
	content: " "
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none !important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft YaHei", "寰蒋闆呴粦", Helvetica, "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #414141;
	margin: 0 0 30px 0;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}
h1 {
	font-size: 36px;
	margin: 0 0 44px 0
}
h2 {
	font-size: 30px;
	margin: 0 0 32px 0
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	margin: 0 0 32px 0
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0
}
.padding-0 {
	padding: 0 !important
}
.padding-3 {
	padding: 3px !important
}
.padding-6 {
	padding: 6px !important
}
.padding-8 {
	padding: 8px !important
}
.padding-10 {
	padding: 10px !important
}
.padding-15 {
	padding: 15px !important
}
.padding-20 {
	padding: 20px !important
}
.padding-30 {
	padding: 30px !important
}
.padding-40 {
	padding: 40px !important
}
.padding-50 {
	padding: 50px !important
}
.padding-60 {
	padding: 60px !important
}
.padding-70 {
	padding: 70px !important
}
.padding-80 {
	padding: 80px !important
}
.padding-90 {
	padding: 90px !important
}
.padding-100 {
	padding: 100px !important
}
.padding-top-0 {
	padding-top: 0 !important
}
.padding-top-10 {
	padding-top: 10px !important
}
.padding-top-15 {
	padding-top: 15px !important
}
.padding-top-20 {
	padding-top: 20px !important
}
.padding-top-30 {
	padding-top: 30px !important
}
.padding-top-40 {
	padding-top: 40px !important
}
.padding-top-50 {
	padding-top: 50px !important
}
.padding-top-60 {
	padding-top: 60px !important
}
.padding-top-80 {
	padding-top: 80px !important
}
.padding-top-100 {
	padding-top: 100px !important
}
.padding-top-130 {
	padding-top: 130px !important
}
.padding-top-150 {
	padding-top: 150px !important
}
.padding-top-180 {
	padding-top: 180px !important
}
.padding-top-200 {
	padding-top: 200px !important
}
.padding-bottom-0 {
	padding-bottom: 0 !important
}
.padding-bottom-10 {
	padding-bottom: 10px !important
}
.padding-bottom-15 {
	padding-bottom: 15px !important
}
.padding-bottom-20 {
	padding-bottom: 20px !important
}
.padding-bottom-30 {
	padding-bottom: 30px !important
}
.padding-bottom-40 {
	padding-bottom: 40px !important
}
.padding-bottom-50 {
	padding-bottom: 50px !important
}
.padding-bottom-60 {
	padding-bottom: 60px !important
}
.padding-bottom-80 {
	padding-bottom: 80px !important
}
.padding-bottom-100 {
	padding-bottom: 100px !important
}
.padding-bottom-130 {
	padding-bottom: 130px !important
}
.padding-bottom-150 {
	padding-bottom: 150px !important
}
.padding-bottom-180 {
	padding-bottom: 180px !important
}
.padding-bottom-200 {
	padding-bottom: 200px !important
}
.margin-top-0 {
	margin-top: 0 !important
}
.margin-top-1 {
	margin-top: 1px !important
}
.margin-top-2 {
	margin-top: 2px !important
}
.margin-top-3 {
	margin-top: 3px !important
}
.margin-top-6 {
	margin-top: 6px !important
}
.margin-top-8 {
	margin-top: 8px !important
}
.margin-top-10 {
	margin-top: 10px !important
}
.margin-top-20 {
	margin-top: 20px !important
}
.margin-top-30 {
	margin-top: 30px !important
}
.margin-top-40 {
	margin-top: 40px !important
}
.margin-top-50 {
	margin-top: 50px !important
}
.margin-top-60 {
	margin-top: 60px !important
}
.margin-top-80 {
	margin-top: 80px !important
}
.margin-top-100 {
	margin-top: 100px !important
}
.margin-top-130 {
	margin-top: 130px !important
}
.margin-top-150 {
	margin-top: 150px !important
}
.margin-top-180 {
	margin-top: 180px !important
}
.margin-top-200 {
	margin-top: 200px !important
}
.margin-bottom-0 {
	margin-bottom: 0 !important
}
.margin-bottom-1 {
	margin-bottom: 1px !important
}
.margin-bottom-2 {
	margin-bottom: 2px !important
}
.margin-bottom-3 {
	margin-bottom: 3px !important
}
.margin-bottom-6 {
	margin-bottom: 6px !important
}
.margin-bottom-8 {
	margin-bottom: 8px !important
}
.margin-bottom-10 {
	margin-bottom: 10px !important
}
.margin-bottom-20 {
	margin-bottom: 20px !important
}
.margin-bottom-30 {
	margin-bottom: 30px !important
}
.margin-bottom-40 {
	margin-bottom: 40px !important
}
.margin-bottom-50 {
	margin-bottom: 50px !important
}
.margin-bottom-60 {
	margin-bottom: 60px !important
}
.margin-bottom-80 {
	margin-bottom: 80px !important
}
.margin-bottom-100 {
	margin-bottom: 100px !important
}
.margin-bottom-130 {
	margin-bottom: 130px !important
}
.margin-bottom-150 {
	margin-bottom: 150px !important
}
.margin-bottom-180 {
	margin-bottom: 180px !important
}
.margin-bottom-200 {
	margin-bottom: 200px !important
}
.margin-left-0 {
	margin-left: 0 !important
}
.margin-left-3 {
	margin-left: 3px !important
}
.margin-left-5 {
	margin-left: 5px !important
}
.margin-left-6 {
	margin-left: 6px !important
}
.margin-left-8 {
	margin-left: 8px !important
}
.margin-left-10 {
	margin-left: 10px !important
}
.margin-left-15 {
	margin-left: 15px !important
}
.margin-left-20 {
	margin-left: 20px !important
}
.margin-left-30 {
	margin-left: 30px !important
}
.margin-left-40 {
	margin-left: 40px !important
}
.margin-left-50 {
	margin-left: 50px !important
}
.margin-left-60 {
	margin-left: 60px !important
}
.margin-left-80 {
	margin-left: 80px !important
}
.margin-left-100 {
	margin-left: 100px !important
}
.margin-left-130 {
	margin-left: 130px !important
}
.margin-left-150 {
	margin-left: 150px !important
}
.margin-left-180 {
	margin-left: 180px !important
}
.margin-left-200 {
	margin-left: 200px !important
}
.margin-left-250 {
	margin-left: 250px !important
}
.margin-left-300 {
	margin-left: 300px !important
}
.margin-right-0 {
	margin-right: 0 !important
}
.margin-right-3 {
	margin-right: 3px !important
}
.margin-right-6 {
	margin-right: 6px !important
}
.margin-right-8 {
	margin-right: 8px !important
}
.margin-right-10 {
	margin-right: 10px !important
}
.margin-right-15 {
	margin-right: 15px !important
}
.margin-right-20 {
	margin-right: 20px !important
}
.margin-right-30 {
	margin-right: 30px !important
}
.margin-right-40 {
	margin-right: 40px !important
}
.margin-right-50 {
	margin-right: 50px !important
}
.margin-right-60 {
	margin-right: 60px !important
}
.margin-right-80 {
	margin-right: 80px !important
}
.margin-right-100 {
	margin-right: 100px !important
}
.margin-right-130 {
	margin-right: 130px !important
}
.margin-right-150 {
	margin-right: 150px !important
}
.margin-right-180 {
	margin-right: 180px !important
}
.margin-right-200 {
	margin-right: 200px !important
}
.margin-right-250 {
	margin-right: 250px !important
}
.margin-right-300 {
	margin-right: 300px !important
}
section.dark.page-header .container .bar-font-color {
	color: #fff
}
section.dark.page-header .container .breadcrumb a {
	color: #fff !important
}
section {
	border: none;
	padding-bottom: 30px;
	padding-top: 0
}
.box-flip .front>div {
	padding: 0px 0px 20px 0px
}
.box-flip .front h2 {
	margin: 10px
}
.font-color {
	color: #F07057
}
.bg-color-section {
	background-color: #efefef
}
.bg-color-div {
	background-color: #fff
}
.contact {
	margin-top: 20px;
	height: 230px
}
.bg-box {
	color: #fff;
	background-color: dimgrey;
	height: 380px
}

@media screen and (min-width: 1201px) {
.growth {
	width: 1200px
}
.col-xs-6 {
	width: 100%;
}
.image-size {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
}

@media screen and (max-width: 1200px) {
.growth {
	width: 900px
}
.col-xs-6 {
	width: 50%;
	padding: 10px;
	text-indent: 2em;
}
}

@media only screen and (min-width: 991px) {
.show-down {
	display: none
}
.height-short {
	height: 280px !important
}
.image-size {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
.col-xs-6 {
	width: 50%;
	padding: 10px;
}
}

@media screen and (max-width: 901px) {
.growth {
	width: 200px
}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
.about-navigate {
	display: none
}
.col-xs-6 {
	width: 50%;
}
.hide-ipad {
	display: none
}
.show-ipad {
	display: block !important
}
.top-img {
	margin-top: 0 !important
}
}

@media screen and (max-width: 500px) {
.growth {
	width: 100px;
	height: 450px !important
}
.timeline {
	width: 300px;
	padding-left: 0
}
.col-xs-6 {
	width: 100%;
}
.image-size {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
.col-md-5 {
	margin-top: 180px;
}
.contact {
	padding: 155px 0px 600px 0px;
	margin-top: -815px;
}
}

@media only screen and (max-width: 450px) {
.hide-member-big {
	display: none
}
.image-size {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
.col-xs-6 {
	width: 100%;
}
/*.col-md-5 {padding: 100px 0px 600px 0px;
margin-top: -710px;
}*/
.contact {
	padding: 100px 0px 600px 0px;
	margin-top: -710px;
}
}

@media only screen and (max-width: 449px) {
/*section div.row>div {
	margin-bottom: 0
}*/
.image-size {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}
/*.hide-member {
	display: none
}*/
.col-xs-6 {
	width: 100%;
}
.col-md-5 {
	margin-top: 220px;
}
.col-md-7 {
}
.contact {
	padding: 100px 0px 600px 0px;
	margin-top: -710px;
}
}

@media only screen and (max-width: 375px) {
.image-size {
	background-size: cover !important
}
.contact {
	height: 280px !important
}
}
.show-ipad {
	display: none
}
.top-img {
	height: 160px;
	margin-top: 30px;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}


/*1111111111111*/




/*222222222*/




/*333333333333333*/
