/*CSS Reset*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border:0;
	margin:0;
	padding:0;
	font-size:100%
}
html, body {
	height:100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display:block
}
b, strong {
	font-weight:bold
}
img {
	color:transparent;
	font-size:0;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th, td, caption {
	font-weight:normal;
	vertical-align:top;
	text-align:left
}
q {
	quotes:none
}
q:before, q:after {
	content:'';
	content:none
}
sub, sup, small {
	font-size:75%
}
sub, sup {
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-0.25em
}
sup {
	top:-0.5em
}
svg {
	overflow:hidden
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
 @media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
 a[href^="#"]:after, a[href^="javascript:"]:after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
select {
	background: #fff !important;
}
}
* {
	-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;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
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: #777777;
}
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;
}
small, .small {
	font-size: 85%;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
/*Grind System*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
 .container {
 width: 750px;
}
}
@media (min-width: 992px) {
 .container {
 width: 970px;
}
}
@media (min-width: 1200px) {
 .container {
 width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.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-left: 15px;
	padding-right: 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, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
/*Responsive utilities*/
.fr {
	float: right !important;
}
.fl {
	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;
	visibility: hidden !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;
}
@media (max-width: 767px) {
 .visible-xs {
 display: block !important;
}
 table.visible-xs {
 display: table;
}
 tr.visible-xs {
 display: table-row !important;
}
 th.visible-xs, td.visible-xs {
 display: table-cell !important;
}
}
@media (max-width: 767px) {
 .visible-xs-block {
 display: block !important;
}
}
@media (max-width: 767px) {
 .visible-xs-inline {
 display: inline !important;
}
}
@media (max-width: 767px) {
 .visible-xs-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
 display: block !important;
}
 table.visible-sm {
 display: table;
}
 tr.visible-sm {
 display: table-row !important;
}
 th.visible-sm, td.visible-sm {
 display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
 display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
 display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
 display: block !important;
}
 table.visible-md {
 display: table;
}
 tr.visible-md {
 display: table-row !important;
}
 th.visible-md, td.visible-md {
 display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
 display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
 display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 1200px) {
 .visible-lg {
 display: block !important;
}
 table.visible-lg {
 display: table;
}
 tr.visible-lg {
 display: table-row !important;
}
 th.visible-lg, td.visible-lg {
 display: table-cell !important;
}
}
@media (min-width: 1200px) {
 .visible-lg-block {
 display: block !important;
}
}
@media (min-width: 1200px) {
 .visible-lg-inline {
 display: inline !important;
}
}
@media (min-width: 1200px) {
 .visible-lg-inline-block {
 display: inline-block !important;
}
}
@media (max-width: 767px) {
 .hidden-xs {
 display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .hidden-sm {
 display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
 .hidden-md {
 display: none !important;
}
}
@media (min-width: 1200px) {
 .hidden-lg {
 display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none
}
body {
	font:13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif
}
pre, code {
	font-family:'DejaVu Sans Mono', Menlo, Consolas, monospace
}
hr {
	border:0 solid #ccc;
	border-top-width:1px;
	clear:both;
	height:0
}
/*Custom CSS*/


body {
	font-family:"微软雅黑";
}
/*链接样式*/
a, a:hover {
	color:#333;
	font-size:13px;
	text-decoration:none;
}
a:hover {
	color:#331d04;
	text-decoration:underline;
}
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*模块标题样式*/
h4 {
	padding-bottom:6px;
	text-indent:12px;
	border-bottom:1px dotted #bd852d;
}
h4 a {
	padding-right:16px;
	margin-right:25px;
	background:url(../images/icon.png) no-repeat 43px -416px;
}
h4 a:hover {
	text-decoration:underline;
	opacity: .4;
 -webkit-transition: background .5s, opacity .5s;
 -moz-transition: background .5s, opacity .5s;
 transition: background .5s, opacity .5s;
}
/*顶部工具栏样式*/
.topbar {
	height:30px;
	line-height:30px;
	background:#f8f8f8;
	border-bottom:1px solid #fff9d4;
}
.topbar a {
	padding:0 10px;
}
/*LOGO样式*/
.logo {
	display:block;
	width:100%;
	height:60px;
	max-width:400px;
	background:url(../images/logo.jpg) no-repeat left center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.logo h1 {
	font-size:0px;
}
.phone{
    font-size:20px;
	font-weight:700;
	color:#331d04;
	margin-top:34px;
	float:right;
	display:none;
}
/*语言选择样式*/
.lang {
	position:relative;
	padding-left:50px;
	z-index:100;
	margin-top:34px;
	height:27px;
	background:url(../images/icon.png) no-repeat 5px -293px;
}
.lang p {
	display:block;
	width:127px;
}
.lang span {
	float:right;
	display:inline-block;
	width:27px;
	height:27px;
	background:#331d04 url(../images/icon.png) no-repeat 5px -614px;
	cursor:pointer;
	border-top-right-radius:1px;
	border-bottom-right-radius:1px;
}
.lang p a {
	float:left;
	display:inline-block;
	width:100px;
	height:27px;
	text-align:center;
	color:#331d04;
	line-height:25px;
	border:1px solid #331d04;
}
.lang ul {
	position:absolute;
	display:none;
	top:28px;
	width:100px;
	background:#fff;
	border:1px solid #331d04;
}
.lang ul li {
	list-style:none;
	line-height:25px;
	text-align:center;
}
.lang a {
	color:#331d04;
}
.lang ul li:hover {
	background:#331d04;
}
.lang ul li:hover a {
	color:#fff;
}
/*导航样式*/
.nav {
	width:100%;
	min-height:40px;
	max-height:40px;
	background:#331d04;
}
.nav .logo {
	display:block;
	height:40px;
	margin:0;
	width:300px;
	margin-left:-20px;
	background:url(../images/logo.png) no-repeat left center;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
}
.nav ul {
	list-style:none;
}
.nav li {
	float:left;
}
.nav ul a {
	padding:0 25px;
	display:inline-block;
	height:40px;
	width:100%;
	line-height:40px;
	font-size:15px;
	color:#fff;
}
.nav ul a:hover,.nav ul a.active{
	color:#dcf0ff;
	text-decoration:none;
	background:#bd852d;
}
.nav li ul {
	position:absolute;
	display:none;
	background:#331d04;
	top:0px;
	left:-101%;
	width: 100%;
}
/*搜索样式*/
.search {
	position:relative;
	margin-top:5px;
	display:block;
	float:right;
	clear:right;
	width:220px;
	height:28px;
	border:1px solid #bd852d;
	background:#fff;
}
.search .btn {
	position:absolute;
	right:5px;
	top:2px;
	heigth:20px;
	width:28px;
	background: url(../images/icon.png) no-repeat 0 -551px;
}
.search .keyword {
	position:absolute;
	left:0;
	top:0;
	width:180px;
	padding:3px;
	text-indent:6px;
}
/*banner样式*/
.banner {
	position: relative;
	z-index:-50;
	margin:1px 0;
	width: 100%;
	max-height:450px;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
}
.banner ul {
	list-style: none;
	width: 300%;
	overflow:hidden;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height:150px;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
}
.indexbanner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height:150px;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position:center center;
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
}
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	display:none;
}
.indexbanner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	display:block;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 3px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
 -webkit-transition: background .5s, opacity .5s;
 -moz-transition: background .5s, opacity .5s;
 transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}
/*产品样式*/
.products {
	padding:10px 0;
	clear:both;
	border:1px solid #fff9d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-moz-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-o-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
}
.products li {
	padding-top:10px;
	text-align:center;
}
.products li a {
	display:block;
	clear:both;
	line-height:40px;
}
.products li a:hover {
	color:#331d04;
}
.products li img {
	width:90%;
	min-height:150px;
}
/*新闻模块样式*/
.news,.contact{
	padding:15px 25px 15px 10px;
	line-height:26px;
	border:1px solid #fff9d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-moz-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-o-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
}
.news li {
	padding-left:15px;
	background:url(../images/icon.png) no-repeat 0 -355px;
}
.news a:hover {
	color:#331d04;
	text-decoration:underline;
}
.news span {
	float:right;
	color:#ccccd9;
}
.contact{
line-height:25px;
}
/*集团成员样式*/
.company {
	padding:10px 0;
	margin-top:10px;
	background:#fff9d4;
}
.company .row {
	margin:0 -10px;
}
.company h4 {
	margin:10px 15px;
}
.company li {
	background:#fff;
}
.company li img {
	width:100%;
}
.company li .h5 {
	padding:0px 20px;
	line-height:50px;
	font-size:16px;
	font-weight:500;
}
.company li p {
	padding:0 20px 20px 20px;
	line-height:23px;
	color:#666;
}
/*合作伙伴*/
.partner {
	line-height:40px;
	margin-top:10px;
}
.partner li {
	float:left;
	padding:0 5px;
}
.partner li a img {
	height:40px;
}
/*分享样式*/
.share {
	padding:15px;
	height:60px;
	overflow:hidden;
}
.share * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*底部导航样式*/
.footnav {
	padding:30px 0;
	background:#bd852d;
	line-height:26px;
}
.footnav .h4 {
	line-height:60px;
	color:#fff9d4;
}
.footnav ul {
	height:180px;
	text-align:center;
}
.footnav a {
	color:#fff9d4;
}
.footnav .fr {
	height:175px;
	background:url(../images/map.gif) no-repeat right center;
	border-left:1px solid #815716;
}
/*页脚样式*/
.footer {
	padding:10px 0;
	color:#fff9d4;
	background:#331d04;
}
.footer .icp {
	line-height:27px;
	text-align:center;
}
/*友情链接样式*/
.links {
	height:50px;
	line-height:25px;
	padding-bottom:15px;
}
.links a{
	padding:0 10px;
	color:#bd852d;
}
.links a:hover {
    color:#fff9d4;
	cursor:pointer;
}
/*侧边栏客服固定层样式*/

.sidebar {
	position:fixed;
	right:5px;
	top:20%;
	border:1px solid #e4e4e4;
	background:#f8f8f8;
}
.sidebar li {
	position:relative;
	padding:10px 20px;
	text-align:center;
	border-bottom:1px solid #e4e4e4;
}
.sidebar li img {
	padding:20px;
	padding-right:40px;
	position:absolute;
	left:-185px;
	top:0;
	display:none;
	background: url(../images/prbg.png) no-repeat;
}
.sidebar a {
	padding-top:28px;
	position:relative;
	display:block;
	color:#888;
	background: url(../images/icon.png) no-repeat;
}
.sidebar a:hover {
	opacity: .4;
 -webkit-transition: background .5s, opacity .5s;
 -moz-transition: background .5s, opacity .5s;
 transition: background .5s, opacity .5s;
}
.sidebar .sj a {
	background-position:10px 0;
}
.sidebar .wx a {
	background-position:10px -57px;
}
.sidebar .qq a {
	background-position:10px -114px;
}
.sidebar .ww a {
	background-position:10px -167px;
}
.sidebar .tp a {
	padding-top:15px;
	background-position:12px -228px;
}
/*左侧导航样式*/
.aside {
	line-height:38px;
	border:1px solid #fff9d4;
}
.aside li {
	padding:0 35px;
	background:#bd852d url(../images/icon.png) no-repeat 180px -607px;
	border-bottom:1px solid #fff9d4;
}
.aside li:hover {
	background:#331d04;
}
.aside li a {
	color:#fff;
}
.aside ul li {
	background:none;
}
.aside ul li a {
	color:#333;
}
.aside ul li a:hover {
	color:#331d04;
}
.aside ul li:hover {
	background:#f8f8f8;
}
.aside li.active {
	background:#331d04 url(../images/icon.png) no-repeat 180px -581px;
}
/*面包屑路径样式*/
.breadcrumb {
	color:#adadad;
}
.breadcrumb a {
	padding-right:0px;
	margin-right:0px;
	background:none;
	color:#333;
}
.breadcrumb a:hover {
	color:#adadad;
}
.breadcrumb .active {
	text-decoration:none;
	color:#adadad;
}
/*列表分页页码样式*/
.pagination {
	display:block;
	padding:20px 0;
	clear:both;
	text-align:center;
}
.pagination a {
	padding:3px 10px;
	margin:0 2px;
	color:#331d04;
	border:1px solid #ddd;
	border-radius:2px;
}
.pagination a:hover {
	color:#331d04;
	text-decoration:none;
	background:#eee;
}
.pagination a.active {
	color:#fff;
	background:#331d04;
}
.pagination a.disable {
	color:#ccc;
}
.pager {
	display:block;
	padding:20px 0;
	clear:both;
	text-align:left;
}
/*新闻内容样式*/
.newsshow {
	padding:15px;
	margin-bottom:15px;
	line-height:26px;
	border:1px solid #fff9d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-moz-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	-o-box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
	box-shadow: 0 1px 1px rgba(196, 196, 196, .2);
}
.newsshow h2 {
	text-align:center;
}
.newsshow .info {
	text-align:center;
	margin:20px 0;
}
.newsshow .info span {
	padding:0 10px;
	color:#adadad;
}
.newsshow .content {
	clear:both;
}
.newsshow .content img{
	max-width:100%;

}
.newsshow .content .thumbnail{
	max-width:100%;
	max-height:350px;
	margin:0 auto;
	display:block;

}
/*产品参数样式*/
.parameter {
}
.parameter li {
	padding:6px 0;
}
.parameter span {
	font-size:15px;
	color:#331d04;
}
.parameter .btn {
	padding:10px 37px;
	color:#fff;
	font-size:18px;
	line-height:60px;
	font-weight:500;
	background:#bd852d;
	border-radius:3px;
}
.parameter a.btn:hover {
	text-decoration:none;
	background:#331d04;
}
.parameter input {
	display:inline-block;
	padding:3px;
	width:50px;
	height:30px;
	border:1px solid #ccc;
}
.parameter .tmall {
	display:block;
	width:244px;
	height:53px;
	background:url(../images/tmall.gif) no-repeat;
}
.parameter .alibaba {
	display:block;
	width:244px;
	height:53px;
	background:url(../images/alibaba.gif) no-repeat;
}
/*手机响应式导航样式*/
.nav-collapse {
	margin: 0;
	padding: 0;
	z-index:50;
	display: block;
	list-style: none;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.disable-pointer-events {
	pointer-events: none !important;
}
.nav-collapse {
	list-style: none;
	width:100%;
	margin-right:-15px;
	float: right;
}
.nav-collapse > li {
	float: right;
	width: 50%;
	clear:both;
}
.nav-collapse li {
	position:relative;
}
.nav-collapse li ul li {
	width: 100%;
	clear:both;
}
.nav-collapse li ul li a {
	padding:0 15px;
}
.nav-collapse a {
	color: #fff;
	width: 100%;
	text-align:center;
	background: #331d04;
	border-bottom: 1px solid #bd852d;
	float: left;
}
 @font-face {
 font-family: "responsivenav";
 src:url("../fonts/responsivenav.eot");
 src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"), url("../fonts/responsivenav.ttf") format("truetype"), url("../fonts/responsivenav.woff") format("woff"), url("../fonts/responsivenav.svg#responsivenav") format("svg");
 font-weight: normal;
 font-style: normal;
}
.nav-toggle {
	position: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-indent: -999px;
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 41px;
	float: right;
	margin-right:-20px;
}
.nav-toggle:before {
	color: #fff; /* Edit this to change the icon color */
	font-family: "responsivenav", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 28px;
	text-transform: none;
	position: absolute;
	content: "≡";
	text-indent: 0;
	text-align: center;
	line-height: 40px;
	speak: none;
	width: 100%;
	top: 0;
	left: 0;
}
.nav-toggle.active:before {
	font-size: 24px;
	content:"x";
}
/*媒体查询样式*/
@media (min-width: 768px) {
.banner ul li {
 min-height: 200px;
}
.indexbanner ul li {
 min-height: 350px;
}
.logo {
 margin-bottom:10px;
}
}
@media (min-width: 992px) {
 .banner ul li {
 min-height: 230px;
}
 .indexbanner ul li {
 min-height: 350px;
}
}
@media (min-width: 1200px) {
.banner ul li {
 min-height: 270px;
}
.indexbanner ul li {
 min-height: 450px;
}
}
@media screen and (min-width: 40em) {
 .phone{display:block;}
 .nav {
max-height:80px;
}

 .nav-collapse {
 padding-left:50px;
}
 .nav-collapse.closed {
 max-height: none;
}
 .footer .icp {
text-align:left;
}
 .footnav ul {
 text-align:left;
}
 .nav-collapse li {
 float: left;
 width: auto;
 clear:none;
}
 .nav-collapse a {
 width: auto;
 background:none;
 border:none;
 float: left;
 padding:0 25px;
 display:inline-block;
 height:40px;
 line-height:40px;
 font-size:15px;
 color:#fff;
}
 a.nav-toggle {
 display:none;
}
 a.nav-toggle:before {
display:none;
}
 .nav-collapse li ul {
top:40px;
left:auto;
width: 100%;
}
}
