﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	max-width:640px;
}
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 {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	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;
	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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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 {
	
}
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;
}
.navbar {
	display: none;
}
.btn > .caret,  .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td,  .table th {
	background-color: #fff !important;
}
.table-bordered th,  .table-bordered td {
	border: 1px solid #ddd !important;
}
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: Arial, "微软雅黑","Microsoft yahei","Helvetica Neue", Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #707070;
	background-color: #fff;
}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #177cc1;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0078bb;
	text-decoration: underline;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.8;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
 [role="button"] {
 cursor: pointer;
}
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,  h1 .small, h2 small,  h2 .small, h3 small,  h3 .small, h4 small,  h4 .small, h5 small,  h5 .small, h6 small,  h6 .small,  .h1 small,  .h1 .small, .h2 small,  .h2 .small, .h3 small,  .h3 .small, .h4 small,  .h4 .small, .h5 small,  .h5 .small, .h6 small,  .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 28px;
	margin-bottom: 14px;
}
h1 small,  h1 .small, .h1 small,  .h1 .small,  h2 small,  h2 .small, .h2 small,  .h2 .small,  h3 small,  h3 .small, .h3 small,  .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 14px;
	margin-bottom: 14px;
}
h4 small,  h4 .small, .h4 small,  .h4 .small,  h5 small,  h5 .small, .h5 small,  .h5 .small,  h6 small,  h6 .small, .h6 small,  .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 41px;
}
h2, .h2 {
	font-size: 34px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 16px;
}


h6, .h6 {
	font-size: 14px;
}
p {
	margin: 0 0 14px;
}
.lead {
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
 @media (min-width: 768px) {
.lead {
	font-size: 24px;
}
}
small, .small {
	font-size: 87%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.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, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #a3a3a3;
}
.text-primary {
	color: #007149;
}
a.text-primary:hover, a.text-primary:focus {
	color: #003e28;
}
.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;
}
.bg-primary {
	background-color: #007149;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #003e28;
}
.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: 13px;
	margin: 56px 0 28px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 14px;
}
ul ul,  ul ol,  ol ul,  ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 28px;
}
dt, dd {
	line-height: 1.8;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
	
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
 @media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
}
blockquote {
	padding: 14px 28px;
	margin: 0 0 28px;
	font-size: 20px;
	border-left: 5px solid #eeeeee;
}
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.8;
	color: #777777;
}
blockquote footer:before,  blockquote small:before,  blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,  .blockquote-reverse small:before,  .blockquote-reverse .small:before,  blockquote.pull-right footer:before,  blockquote.pull-right small:before,  blockquote.pull-right .small:before {
	
}
.blockquote-reverse footer:after,  .blockquote-reverse small:after,  .blockquote-reverse .small:after,  blockquote.pull-right footer:after,  blockquote.pull-right small:after,  blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 28px;
	font-style: normal;
	line-height: 1.8;
}
code, kbd, pre, samp {
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 13.5px;
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.8;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}
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 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	
	display: table;
}
.container:after {
	clear: both;
}
 @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;
}
.container-fluid:before, .container-fluid:after {
	
	display: table;
}
.container-fluid:after {
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	
	display: table;
}
.row:after {
	clear: both;
}
.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-1 {
	width: 8.3333333333%;
}
.col-xs-2 {
	width: 16.6666666667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.3333333333%;
}
.col-xs-5 {
	width: 41.6666666667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.3333333333%;
}
.col-xs-8 {
	width: 66.6666666667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.3333333333%;
}
.col-xs-11 {
	width: 91.6666666667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.3333333333%;
}
.col-xs-pull-2 {
	right: 16.6666666667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.3333333333%;
}
.col-xs-pull-5 {
	right: 41.6666666667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.3333333333%;
}
.col-xs-pull-8 {
	right: 66.6666666667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.3333333333%;
}
.col-xs-pull-11 {
	right: 91.6666666667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.3333333333%;
}
.col-xs-push-2 {
	left: 16.6666666667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.3333333333%;
}
.col-xs-push-5 {
	left: 41.6666666667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.3333333333%;
}
.col-xs-push-8 {
	left: 66.6666666667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.3333333333%;
}
.col-xs-push-11 {
	left: 91.6666666667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
 @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-1 {
	width: 8.3333333333%;
}
.col-sm-2 {
	width: 16.6666666667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.3333333333%;
}
.col-sm-5 {
	width: 41.6666666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.3333333333%;
}
.col-sm-8 {
	width: 66.6666666667%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.3333333333%;
}
.col-sm-11 {
	width: 91.6666666667%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-pull-1 {
	right: 8.3333333333%;
}
.col-sm-pull-2 {
	right: 16.6666666667%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-4 {
	right: 33.3333333333%;
}
.col-sm-pull-5 {
	right: 41.6666666667%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-7 {
	right: 58.3333333333%;
}
.col-sm-pull-8 {
	right: 66.6666666667%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-10 {
	right: 83.3333333333%;
}
.col-sm-pull-11 {
	right: 91.6666666667%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-push-1 {
	left: 8.3333333333%;
}
.col-sm-push-2 {
	left: 16.6666666667%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-4 {
	left: 33.3333333333%;
}
.col-sm-push-5 {
	left: 41.6666666667%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-7 {
	left: 58.3333333333%;
}
.col-sm-push-8 {
	left: 66.6666666667%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-10 {
	left: 83.3333333333%;
}
.col-sm-push-11 {
	left: 91.6666666667%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.col-sm-offset-1 {
	margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
	margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
	margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-7 {
	margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
	margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-10 {
	margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
	margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
}
 @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-1 {
	width: 8.3333333333%;
}
.col-md-2 {
	width: 16.6666666667%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.3333333333%;
}
.col-md-5 {
	width: 41.6666666667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.3333333333%;
}
.col-md-8 {
	width: 66.6666666667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.3333333333%;
}
.col-md-11 {
	width: 91.6666666667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.3333333333%;
}
.col-md-pull-2 {
	right: 16.6666666667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.3333333333%;
}
.col-md-pull-5 {
	right: 41.6666666667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.3333333333%;
}
.col-md-pull-8 {
	right: 66.6666666667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {

	right: 83.3333333333%;
}
.col-md-pull-11 {
	right: 91.6666666667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.3333333333%;
}
.col-md-push-2 {
	left: 16.6666666667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.3333333333%;
}
.col-md-push-5 {
	left: 41.6666666667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.3333333333%;
}
.col-md-push-8 {
	left: 66.6666666667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.3333333333%;
}
.col-md-push-11 {
	left: 91.6666666667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.col-md-offset-1 {
	margin-left: 8.3333333333%;
}
.col-md-offset-2 {
	margin-left: 16.6666666667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.3333333333%;
}
.col-md-offset-5 {
	margin-left: 41.6666666667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.3333333333%;
}
.col-md-offset-8 {
	margin-left: 66.6666666667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.3333333333%;
}
.col-md-offset-11 {
	margin-left: 91.6666666667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
}
 @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-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-pull-1 {
	right: 8.3333333333%;
}
.col-lg-pull-2 {
	right: 16.6666666667%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-4 {
	right: 33.3333333333%;
}
.col-lg-pull-5 {
	right: 41.6666666667%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-7 {
	right: 58.3333333333%;
}
.col-lg-pull-8 {
	right: 66.6666666667%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-10 {
	right: 83.3333333333%;
}
.col-lg-pull-11 {
	right: 91.6666666667%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-push-1 {
	left: 8.3333333333%;
}
.col-lg-push-2 {
	left: 16.6666666667%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-4 {
	left: 33.3333333333%;
}
.col-lg-push-5 {
	left: 41.6666666667%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-7 {
	left: 58.3333333333%;
}
.col-lg-push-8 {
	left: 66.6666666667%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-10 {
	left: 83.3333333333%;
}
.col-lg-push-11 {
	left: 91.6666666667%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
	margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
	margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #a3a3a3;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 28px;
}
.table > thead > tr > th,  .table > thead > tr > td,  .table > tbody > tr > th,  .table > tbody > tr > td,  .table > tfoot > tr > th,  .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.8;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,  .table > caption + thead > tr:first-child > td,  .table > colgroup + thead > tr:first-child > th,  .table > colgroup + thead > tr:first-child > td,  .table > thead:first-child > tr:first-child > th,  .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,  .table-bordered > thead > tr > td,  .table-bordered > tbody > tr > th,  .table-bordered > tbody > tr > td,  .table-bordered > tfoot > tr > th,  .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,  .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
 @media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 21px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 28px;
	font-size: 24px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #999;
}
 .form-control::-webkit-input-placeholder {
 color: #999;
}
 .form-control::-ms-expand {
 border: 0;
 background-color: transparent;
}
.form-control[disabled], .form-control[readonly],  fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled],  fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,  input[type="time"].form-control,  input[type="datetime-local"].form-control,  input[type="month"].form-control {
	line-height: 42px;
}
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,  .input-group-sm > input[type="date"].input-group-addon,  .input-group-sm > .input-group-btn > input[type="date"].btn,  .input-group-sm input[type="date"],  input[type="time"].input-sm,  .input-group-sm > input[type="time"].form-control,  .input-group-sm > input[type="time"].input-group-addon,  .input-group-sm > .input-group-btn > input[type="time"].btn,  .input-group-sm  input[type="time"],  input[type="datetime-local"].input-sm,  .input-group-sm > input[type="datetime-local"].form-control,  .input-group-sm > input[type="datetime-local"].input-group-addon,  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,  .input-group-sm  input[type="datetime-local"],  input[type="month"].input-sm,  .input-group-sm > input[type="month"].form-control,  .input-group-sm > input[type="month"].input-group-addon,  .input-group-sm > .input-group-btn > input[type="month"].btn,  .input-group-sm  input[type="month"] {
	line-height: 33px;
}
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,  .input-group-lg > input[type="date"].input-group-addon,  .input-group-lg > .input-group-btn > input[type="date"].btn,  .input-group-lg input[type="date"],  input[type="time"].input-lg,  .input-group-lg > input[type="time"].form-control,  .input-group-lg > input[type="time"].input-group-addon,  .input-group-lg > .input-group-btn > input[type="time"].btn,  .input-group-lg  input[type="time"],  input[type="datetime-local"].input-lg,  .input-group-lg > input[type="datetime-local"].form-control,  .input-group-lg > input[type="datetime-local"].input-group-addon,  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,  .input-group-lg  input[type="datetime-local"],  input[type="month"].input-lg,  .input-group-lg > input[type="month"].form-control,  .input-group-lg > input[type="month"].input-group-addon,  .input-group-lg > .input-group-btn > input[type="month"].btn,  .input-group-lg  input[type="month"] {
	line-height: 49px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,  .checkbox label {
	min-height: 28px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 44px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,  .input-group-lg > .form-control-static.input-group-addon,  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,  .input-group-sm > .form-control-static.input-group-addon,  .input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
	height: 33px;
	line-height: 33px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-sm .form-control {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 33px;
	line-height: 33px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 33px;
	min-height: 42px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.5;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
	height: 49px;
	line-height: 49px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}
.form-group-lg .form-control {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 49px;
	line-height: 49px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 49px;
	min-height: 48px;
	padding: 11px 16px;
	font-size: 20px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 52.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b0b0b0;
}
 @media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon,  .form-inline .input-group .input-group-btn,  .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio,  .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label,  .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 35px;
}
.form-horizontal .form-group {

	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	
	display: table;
}
.form-horizontal .form-group:after {
	clear: both;
}
 @media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
 @media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 11px;
	font-size: 20px;
}
}
 @media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
	font-size: 14px;
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled],  fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active,  .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,  .open > .btn-default.dropdown-toggle:hover,  .open > .btn-default.dropdown-toggle:focus,  .open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active,  .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,  fieldset[disabled] .btn-default:hover,  fieldset[disabled] .btn-default:focus,  fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #007149;
	border-color: #005839;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #003e28;
	border-color: black;
}
.btn-primary:hover {
	color: #fff;
	background-color: #003e28;
	border-color: #001a11;
}
.btn-primary:active, .btn-primary.active,  .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #003e28;
	border-color: #001a11;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,  .open > .btn-primary.dropdown-toggle:hover,  .open > .btn-primary.dropdown-toggle:focus,  .open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #001a11;
	border-color: black;
}
.btn-primary:active, .btn-primary.active,  .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,  fieldset[disabled] .btn-primary:hover,  fieldset[disabled] .btn-primary:focus,  fieldset[disabled] .btn-primary.focus {
	background-color: #007149;
	border-color: #005839;
}
.btn-primary .badge {
	color: #007149;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active,  .open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,  .open > .btn-success.dropdown-toggle:hover,  .open > .btn-success.dropdown-toggle:focus,  .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active, .btn-success.active,  .open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,  fieldset[disabled] .btn-success:hover,  fieldset[disabled] .btn-success:focus,  fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active,  .open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,  .open > .btn-info.dropdown-toggle:hover,  .open > .btn-info.dropdown-toggle:focus,  .open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active, .btn-info.active,  .open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,  fieldset[disabled] .btn-info:hover,  fieldset[disabled] .btn-info:focus,  fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active,  .open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,  .open > .btn-warning.dropdown-toggle:hover,  .open > .btn-warning.dropdown-toggle:focus,  .open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active,  .open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,  fieldset[disabled] .btn-warning:hover,  fieldset[disabled] .btn-warning:focus,  fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #CB3626;
	border-color: #b63022;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #a02b1e;
	border-color: #4a140e;
}
.btn-danger:hover {
	color: #fff;
	background-color: #a02b1e;
	border-color: #822318;
}
.btn-danger:active, .btn-danger.active,  .open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #a02b1e;
	border-color: #822318;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,  .open > .btn-danger.dropdown-toggle:hover,  .open > .btn-danger.dropdown-toggle:focus,  .open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #822318;
	border-color: #4a140e;
}
.btn-danger:active, .btn-danger.active,  .open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,  fieldset[disabled] .btn-danger:hover,  fieldset[disabled] .btn-danger:focus,  fieldset[disabled] .btn-danger.focus {
	background-color: #CB3626;
	border-color: #b63022;
}
.btn-danger .badge {
	color: #CB3626;
	background-color: #fff;
}
.btn-link {
	color: #177cc1;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],  fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #0078bb;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus,  fieldset[disabled] .btn-link:hover,  fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 13px 0;

	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #007149;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
 @media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,  .btn-group-vertical > .btn {

	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,  .btn-group-vertical > .btn:hover,  .btn-group-vertical > .btn:focus,  .btn-group-vertical > .btn:active,  .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
	
	display: table;
}
.btn-toolbar:after {
	clear: both;
}
.btn-toolbar .btn,  .btn-toolbar .btn-group,  .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,  .btn-toolbar > .btn-group,  .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	
	display: table;
}
.btn-group-vertical > .btn-group:after {
	clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,  .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
 [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
 position: absolute;
 clip: rect(0, 0, 0, 0);
 pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),  .input-group-btn:not(:first-child):not(:last-child),  .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 0;
}
.input-group-addon.input-sm,  .input-group-sm > .input-group-addon,  .input-group-sm > .input-group-btn > .input-group-addon.btn {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}
.input-group-addon.input-lg,  .input-group-lg > .input-group-addon,  .input-group-lg > .input-group-btn > .input-group-addon.btn {
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"],  .input-group-addon input[type="checkbox"] {
	margin-top: 0;

}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn,  .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,  .input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;







	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #177cc1;
}
.nav .nav-divider {
	height: 1px;
	margin: 13px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.8;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #007149;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
 @media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 120px;
	margin-bottom: 0;
	border: 1px solid transparent;
}
.navbar:before, .navbar:after {
	
	display: table;
}
.navbar:after {
	clear: both;
}
 @media (min-width: 768px) {
.navbar {
	border-radius: 0;
}
}
.navbar-header:before, .navbar-header:after {
	
	display: table;
}
.navbar-header:after {
	clear: both;
}
 @media (min-width: 768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
	
	display: table;
}
.navbar-collapse:after {
	clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
 @media (min-width: 768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;

	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
 @media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px;
}
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
 @media (min-width: 768px) {
.container > .navbar-header,  .container > .navbar-collapse,  .container-fluid > .navbar-header,  .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
 @media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
 @media (min-width: 768px) {
.navbar-fixed-top,  .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 16px 0px;
	font-size: 20px;
	line-height: 28px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
 @media (min-width: 768px) {
.navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
 @media (min-width: 768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 23px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 28px;
}
 @media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 28px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}
 @media (min-width: 768px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 46px;
	padding-bottom: 46px;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 39px;
	margin-bottom: 39px;
}
 @media (min-width: 768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,  .navbar-form .input-group .input-group-btn,  .navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio,  .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio label,  .navbar-form .checkbox label {
	padding-left: 0;
}
.navbar-form .radio input[type="radio"],  .navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
}
 @media (max-width: 767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}
 @media (min-width: 768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 39px;
	margin-bottom: 39px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
	margin-top: 43.5px;
	margin-bottom: 43.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
	margin-top: 49px;
	margin-bottom: 49px;
}
.navbar-text {
	margin-top: 46px;
	margin-bottom: 46px;
}
 @media (min-width: 768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
}
 @media (min-width: 768px) {
.navbar-left {
	float: left !important;
	margin-top:40px !important;
}
.headroom--not-top .navbar-toggle.navbar-left {
    width: 34px;
    margin: 26px 10px 0px !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #ddd;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
	border-color: #ddd;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
 @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
}

.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,  fieldset[disabled] .navbar-default .btn-link:hover,  fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,  .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}
 @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,  fieldset[disabled] .navbar-inverse .btn-link:hover,  fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 28px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 28px 0;
	border-radius: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,  .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.8;
	text-decoration: none;
	color: #177cc1;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,  .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a,  .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,  .pagination > li > span:hover,  .pagination > li > span:focus {
	z-index: 2;
	color: #0078bb;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,  .pagination > .active > span,  .pagination > .active > span:hover,  .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #007149;
	border-color: #007149;
	cursor: default;
}
.pagination > .disabled > span,  .pagination > .disabled > span:hover,  .pagination > .disabled > span:focus,  .pagination > .disabled > a,  .pagination > .disabled > a:hover,  .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 28px 0;
	list-style: none;
	text-align: center;
}
.pager:before, .pager:after {
	
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,  .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,  .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,  .pager .next > span {
	float: right;
}
.pager .previous > a,  .pager .previous > span {
	float: left;
}
.pager .disabled > a,  .pager .disabled > a:hover,  .pager .disabled > a:focus,  .pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #007149;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #003e28;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #CB3626;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #a02b1e;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge,  .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
.list-group-item.active > .badge,  .nav-pills > .active > a > .badge {
	color: #177cc1;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1,  .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron,  .container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
.jumbotron .container {
	max-width: 100%;
}
 @media screen and (min-width: 768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px;
}
.container .jumbotron,  .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}
.jumbotron h1,  .jumbotron .h1 {
	font-size: 72px;
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 28px;
	line-height: 1.8;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,  .thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #707070;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #177cc1;
}
.alert {
	padding: 15px;
	margin-bottom: 28px;
	border: 1px solid transparent;
	border-radius: 0;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,  .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,  .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
 @-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
 @keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
.progress {
	overflow: hidden;
	height: 28px;
	margin-bottom: 28px;
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background-color: #007149;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #CB3626;
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media, .media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right, .media > .pull-right {
	padding-left: 10px;
}
.media-left, .media > .pull-left {
	padding-right: 10px;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
a.list-group-item, button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,  button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,  button.list-group-item:hover,  button.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #007149;
	border-color: #007149;
}
.list-group-item.active .list-group-item-heading,  .list-group-item.active .list-group-item-heading > small,  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,  .list-group-item.active:hover .list-group-item-heading > small,  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,  .list-group-item.active:focus .list-group-item-heading > small,  .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #3effbb;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,  button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,  button.list-group-item-success:hover,  button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,  button.list-group-item-success.active,  button.list-group-item-success.active:hover,  button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,  button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,  button.list-group-item-info:hover,  button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,  button.list-group-item-info.active,  button.list-group-item-info.active:hover,  button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,  button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,  button.list-group-item-warning:hover,  button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,  button.list-group-item-warning.active,  button.list-group-item-warning.active:hover,  button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,  button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,  button.list-group-item-danger:hover,  button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,  button.list-group-item-danger.active,  button.list-group-item-danger.active:hover,  button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 28px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-body:before, .panel-body:after {
	
	display: table;
}
.panel-body:after {
	clear: both;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: inherit;
}
.panel-title > a,  .panel-title > small,  .panel-title > .small,  .panel-title > small > a,  .panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,  .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,  .panel > .table-responsive > .table caption,  .panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,  .panel > .table:first-child > tbody:first-child > tr:first-child,  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: -1;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,  .panel > .table:last-child > tfoot:last-child > tr:last-child,  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {

	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,  .panel > .table-bordered > thead > tr > td:first-child,  .panel > .table-bordered > tbody > tr > th:first-child,  .panel > .table-bordered > tbody > tr > td:first-child,  .panel > .table-bordered > tfoot > tr > th:first-child,  .panel > .table-bordered > tfoot > tr > td:first-child,  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,  .panel > .table-bordered > thead > tr > td:last-child,  .panel > .table-bordered > tbody > tr > th:last-child,  .panel > .table-bordered > tbody > tr > td:last-child,  .panel > .table-bordered > tfoot > tr > th:last-child,  .panel > .table-bordered > tfoot > tr > td:last-child,  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,  .panel > .table-bordered > thead > tr:first-child > th,  .panel > .table-bordered > tbody > tr:first-child > td,  .panel > .table-bordered > tbody > tr:first-child > th,  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,  .panel > .table-bordered > tbody > tr:last-child > th,  .panel > .table-bordered > tfoot > tr:last-child > td,  .panel > .table-bordered > tfoot > tr:last-child > th,  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 28px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,  .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #007149;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #007149;
	border-color: #007149;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #007149;
}
.panel-primary > .panel-heading .badge {
	color: #007149;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #007149;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,  .embed-responsive iframe,  .embed-responsive embed,  .embed-responsive object,  .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
	
	display: table;
}
.modal-header:after {
	clear: both;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.8;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
 @media (min-width: 768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.modal-content {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
	width: 300px;
}
}
 @media (min-width: 992px) {
.modal-lg {
	width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.8;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;

}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.8;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 16px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,  .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
	width: 100%;
}
 @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.carousel-inner > .active,  .carousel-inner > .next,  .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,  .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,  .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,  .carousel-control .icon-next,  .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,  .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,  .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}
.carousel-indicators .active {
	margin: 0;

	width: 12px;
	height: 12px;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
 @media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {
	margin-right: -10px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.clearfix:before, .clearfix:after {
	
	display: table;
}
.clearfix:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: 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 {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.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 !important;
}
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 !important;
}
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 !important;
}
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 !important;
}
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 !important;
}
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;
}
}
img {
	max-width: 100%;
}
img.fullwidth {
	max-width: calc(100% + 30px);
	margin-left: -15px;
}
.box {
	border: 1px solid #eee;
	margin: 2em 0;
}
.box + form {
	margin-top: 0;
}
.box h4 {
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.box--padded {
	padding: 50px 0;
}
.box--gray {
	background: #eeeeee;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
 @media (max-width: 150000px) {
html, body {
	height: 100%;
}
body {
	padding: 0 !important;
}
}
body {
	
	font-weight: 400;
}
b, strong {
	
	font-weight: 700;
}
h1, .h1 {
	
	font-weight: 300;
	font-size: 40px;
	color: #525252;
	text-transform: none;
}
h2, .h2 {
 
	font-size: 22px;
	line-height: 1.62;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #525252;
	margin: 2em 0;
}
h2:after, .h2:after {
	
	display: block;
	border-top: 1px solid #ddd;
	width: 6em;
	margin: 1.5em 0;
}
.text-center h2:after, h2.text-center:after, .text-center .h2:after, .h2.text-center:after {
	margin-left: auto;
	margin-right: auto;
}
h2:first-child, .h2:first-child {
	margin-top: 0;
}
h2 small, .h2 small {
	display: block;
	margin-bottom: 1.8em;
	font-size: 50%;
	letter-spacing: 2px;
}
h3, .h3 {
	
	font-weight: 300;
	font-size: 28.8px;
	line-height: 1.44;
	margin-bottom: 1em;
	color: #525252;
}
h3.secondary, .h3.secondary {
	color: #177cc1;
}
h4, .h4 {
	
	font-weight: 700;
	font-size: 1.125em;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
	display: block;
	text-transform: uppercase;
 
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 1.5em;
	color: #177cc1;
}
.lead {
	
	font-weight: 400;
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 1.8;
}
.text-small {
	font-size: 80%;
}
blockquote {
	border: 0;
	margin: 0;
	padding: 0;
}
blockquote p {
	
	color: #177cc1;
	font-size: 2em;
	font-style: italic;
}
code {
	background: white;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: inherit;
	padding: 3px 5px;
	font-family: inherit;
	font-size: inherit;
}
.text-primary {
	color: #007149;
}
.text-secondary {
	color: #177cc1;
}
.simple-dl {
	margin: 0;
	padding: 2em 0;
}
.simple-dl dt {
	
	font-weight: 400;
	font-size: 0.8125em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a3a3a3;
	margin-bottom: .5em;
}
.simple-dl dd {	
	font-weight: 700;
	font-size: 1em;
	color: #525252;
}
.simple-dl dd + dt {
	margin-top: 1.5em;
}
.hasChildren {
	padding: 5px 15px;
}
.hasChildren span{
	float:right;

	margin-right:12px;
	background:url(menu_item_a2.png) right center no-repeat;
	background-size:20px 12px;
	width:30px;
	height:30px;
}
#screen {
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: none;
	border: 0;
	padding: 0;
}
.lang_cn {
	word-break: break-all !important;
}
.lang_en .navmenu {
	font-weight: 800;
}
.navInternal {
	position: absolute;
	width: 270px;
}
.specialScroll {
	overflow: hidden;
}/*---滚动条---*/
.navPad {
	padding-bottom: 200px;
}
.navmenu {
	display: none;
	width: 270px;
	font-size: 15px;
	border: 0;
	position: absolute;
	z-index: 100;
	height: 100%;
	top: 0;
	min-height: 100%;
}
.navmenu a:focus {
	background-color: inherit !important;
}
.navmenu .showAfter {
	display: none;
}
.navmenu span.caret {
	margin-top: 10px;
}
.navmenu ul.children {
	
}
.navmenu ul.children  li{
	margin:0px 15px;
}
.navmenu li {
	white-space: nowrap;
}
.navmenu ul ul {
	padding-left: 0;
	list-style: none;
}
.navmenu ul ul a,  .navmenu ul ul div.hasChildren {
	display: block;
	padding: 5px 15px 5px 25px;
}
.navmenu .divider {
	border-bottom: 1px solid #bbb;
}
.navmenu .navmenu-nav .active > a {
	background: #177cc1 !important;
	color: #fff !important;
}
.navmenu .navmenu-nav .active > a:hover {
	color: #fff !important;
	background: #177cc1 !important;
}
#sideBar {
	left: 0;
	background: #fff !important;
}
#sideBar span.caret {
	float: right;
}
#sideBar .navmenu-nav li > a,  #sideBar .navmenu-nav li div.hasChildren {
	color: #177cc1;
	cursor: pointer;
	font-size: 20px;
}
#sideBar .navmenu-nav li li > a {
	color: #666;
	border-bottom: #ddd 1px solid;
	font-size: 16px;
	padding-left:0px;
	padding-right:0px;
	padding:5px 0px 0px 3px;
}
#sideBar .navmenu-nav a span{
	float:right;
	margin-right:15px;
	background:url(menu_item_a1.png) right center no-repeat;
	background-size:12px 20px;
	width:30px;
	height:30px;
	margin-top:5px;
}
#sideBar .navmenu-nav .children a span{
	float:right;
	margin-right:15px;
	background:url(menu_item_a3.png) right center no-repeat;
	background-size:9px 15px;
	width:30px;
	height:30px;
	margin-top:2px;
}
#sideBar .navmenu-nav li a:hover,  #sideBar .navmenu-nav li div.hasChildren:hover {
	color: #177cc1;
	text-decoration: none;
	background: none;
}
#sideBar .navmenu-nav.top {
	/* border-bottom: 1px solid #ccc; */
}
#sideBar .navmenu-nav.top li > a {
	color: #177cc1;
}
#sideBar .navmenu-nav.top li > a:hover {
	color: #333;
}
#settings .navmenu-nav li div.hasChildren, #settings .navmenu-nav li li > a {
	color: #292929;
	cursor: pointer;
}
#settings .navmenu-nav li ul.children a {
	color: #555;
}
#settings .navmenu-nav li a:hover, #settings .navmenu-nav li ul.children a:hover, #settings .navmenu-nav li div.hasChildren:hover {
	text-decoration: none;
}
.subnav {
	background: #292929;
	text-align: center;
}
 @media (max-width: 767px) {
.subnav .container {
	padding: 0;
}
}
.subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav li {
	margin: 0;
	position: relative;
}
.subnav a {
	display: block;
	color: #777777;
	padding: 15px 20px;
	border-bottom: 1px solid #393939;
}
.subnav a:hover {
	text-decoration: none;
}
.subnav .active a {
	color: #eeeeee;
}
 @media (min-width: 768px) {
.subnav {
	margin: 0 0 1em;
	padding: 10px 0;
}
.subnav li {
	display: inline-block;
}
.subnav li:after {
	
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #555555;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -2px;
}
.subnav li:last-child:after {
	display: none;
}
.subnav a {
	padding: 5px 20px;
	border: 0;
}
}
/* navmenu-dropdown */
.navmenu-dropdown {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
	background: #fcfcfc !important;
	border: 1px solid #ddd;
	height: auto;
	min-height: auto;
	position: absolute;
	right: 25px;
	top: 80px;
	text-align: left;
	width: 220px;
	z-index: 100;
}
.navmenu-dropdown ul li a {
	color: #4e4e4e;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 20px;
}
.navmenu-dropdown ul li a:hover {
	background: #177cc1;
	color: #fff;
}
.navmenu-dropdown ul li:last-child {
	border-top: 1px solid #ddd;
}
 @media (max-width: 767px) {
.navmenu-dropdown {
	right: 10px;
}
}
span.ad {
	background: #47474A;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 900;
	right: 32px;
	padding: 0px 5px;
	position: absolute;
	top: 120px;
	z-index: 6;
}
 @media (max-width: 991px) {
span.ad {
	font-size: 11px;
	padding: 0 2px;
	right: 12px;
	line-height: 18px;
}
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	top: 0 !important;
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	display: inline;
	z-index: 98;
	border: 0;
	border-bottom: 3px solid #f5f5f5;
	font-size: 16px;
	border-radius: 0;
	min-height: inherit;
	width: 100%;
	-webkit-transform: translateZ(0);
	background:#fff;
	font-weight: 400;
	height:70px !important;
	display:block !important
}
.navbar .container-fluid {
	border-bottom: 1px solid #ddd;
	background: white;
	box-shadow: 0 -5px 5px 5px rgba(0, 0, 0, 0.1);
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
.navbar {
	top: 0 !important;
}
}
#oldSite {
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	font-size: 0.9em;
	padding: 15px;
	line-height: normal !important;
	background-color: #00643c;
	z-index: 10;
	position: relative;
	color: #3e3935;
}
#oldSite a {
	color: #ffffff !important;
}
#newTerms {
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	padding: 15px;
	line-height: normal !important;
	background-color: #aa8f64;
	color: white;
}
#newTerms a {
	color: white;
}
 @media (max-width: 767px) {
#sidebarToggle {
	margin-left: 10px;
}
}
.right-gear {
	line-height: 20px !important;
	width: auto !important;
	text-align: right !important;
	margin-top: 30px !important;
	margin-left: 0 !important;
}
.right-gear #msr_callout {
	float: right;
}
 @media (max-width: 767px) {
.right-gear {
	line-height: 15px !important;
	font-size: 12px;
	margin-right: 10px !important;
}
.right-gear #msr_callout, .right-gear .nav-word {
	font-size: 14px;
	line-height: 45px;
}
}
.nav-word {
	white-space: nowrap;
	cursor: pointer;
	color: #666;
	font-weight: 700;
	font-size: 18px;
	line-height: 75px;
}
.nav-word:hover {
	text-decoration: none;
}
.nav-word.toggler-dropdown {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: normal;
}
.toggler-dropdown {
	padding-right: 24px;
	position: relative;
}
.toggler-dropdown img {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
}
.navbar-toggle-holder {
	display: none;
}
#wrapper {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
#content {
	margin-top: 70px;
}
.headroom {
	transition: all 250ms ease-in-out;
}
.headroom--unpinned.togglefree {
	/*-webkit-transform: translateY(-100%);
	transform: translateY(-100%);*/
}
.headroom--not-top .navmenu-dropdown {
	/*top: 50px;
	right: 10px;*/
}
.headroom--pinned.togglefree {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#my-account {
	margin-top: 10px;
}
#my-account a {
	cursor: pointer;
	display: block;
}
.navbar-brand {
	/* padding: 15px 0; */
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;/* height: 100px; */
}
.logo {
	transition: all 250ms ease-in-out;
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 331px;
	padding-top: 5px;
	padding-left:5px;
}
 @media (min-width: 479px) {
.logo {
	margin-top:-10px;
}
}
.navbar-toggle {
	color: #4e4e4e;
	transition: all 250ms ease-in-out;
	border: 0;
	/*margin: 32px 15px 0px;*/
	width: 40px;
	padding: 0 !important;
	text-align: center;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background: none !important;
	outline: none;
}
.navbar-toggle a:focus, .navbar-toggle a:hover {
	background: none !important;
	outline: none;
}
.navbar-toggle.navbar-left {
	opacity: 0.8;
}
div#sidebarToggle {
}
.navbar-toggle.navbar-left input {
	display: block;
	padding: 5px 5px 0;
	height: 25px;
	width: 40px;
}
.navbar-toggle.navbar-left input:focus {
	outline: none;
}
.navbar-toggle.navbar-left span {
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: auto;
}
.navbar-toggle.navbar-left:hover {
	opacity: 1.0;
}
 @media (max-width: 12000px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none !important;
}
.collapse.in {
	display: block !important;
}
}
.oldSite {
	display: none;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 114px;
}
.footer--1 {
	background: #57595b;
	color: #c3c4c5;
	padding: 15px 0 15px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.footer--1 p {
	margin: 0;
}
.footer--1 a {
	color: #c3c4c5;
	text-decoration: none;
}
.footer--1 a:hover {
	color: #177cc1;
}
form {
	background: #eeeeee;
	padding: 30px;
	margin: 4em 0;
	overflow: hidden;
}
 @media (min-width: 768px) {
form {
	padding: 70px 100px;
}
}
form.narrow {
	padding: 50px;
}
form#change-live {
	padding-left: 50px;
	padding-right: 50px;
}
.form-plain {
	padding: 0;
	background: none;
}
.form-0 {
	background: #eeeeee;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
 @media (min-width: 768px) {
.form-0 {
	padding: 70px 100px;
	padding: 0px;
	margin: 0px;
}
}
.form-group {
	margin-bottom: 3em;
	text-align: left;
}
.form-group-related {
	margin-top: -30px;
}
.form-control {
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
}
.form-control:focus {
	box-shadow: none;
	border-color: #177cc1;
}
.has-error .form-control:focus {
	box-shadow: none;
}
.form-control + .form-control {
	margin-top: 10px;
}
label {
	
	font-weight: 400;
	color: #575757;
}
.form-group > label {
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: .5em;
}
.help-block {
	color: #777777;
	line-height: 1.44;
	margin-top: 10px;
}
.has-error .help-block[data-bv-validator] {
	background: #CB3626;
	margin: 0;
	padding: 10px 15px;
	color: white;
}
.form-buttons .btn {
	margin-left: 0;
	margin-right: 0;
}
.form-verify {
	background: #ccc;
	color: white;
	display: inline-block;
	padding: 10px 20px;
	
	font-weight: 700;
}
fieldset {
	position: relative;
}
fieldset + fieldset legend {
	border-top: 1px solid #ccc;
	padding-top: 50px;
}
fieldset .remove {
	border: 2px solid #177cc1;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50px;
	right: 0;
	text-align: center;
	cursor: pointer;
}
fieldset .remove span {
	display: block;
	height: 2px;
	width: 60%;
	background: #177cc1;
	margin: 10px auto 0;
}
legend {
	color: #177cc1;
	border: 0;
 
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
legend + p {
	margin: -20px 0 40px;
	
	font-weight: 400;
	font-size: 0.875em;
}
.extended-radios label {
	display: block;
	text-align: left;
	border: 1px solid #ccc;
	padding: 20px 30px 20px 60px;
	background: white;
	margin-bottom: 30px;
}
.extended-radios input {
	float: left;
	margin-right: 20px;
}
.extended-radios p {
	margin: 0;
	font-size: 1em;
}
.extended-radios b {
	
	font-weight: 700;
	font-size: 1.125em;
}
.extended-radios small {
	color: #ccc;
	
	font-weight: 400;
	font-size: 0.8125em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 10px;
}
.extended-radios.right label {
	padding-right: 60px;
	padding-left: 30px;
}
.extended-radios.right input {
	float: right;
	margin-right: -40px;
}
.form-message {
	margin-top: 2em;
	text-align: center;
}
.form-message + form {
	margin-top: 0;
}
.form-field-helper {
	
	font-weight: 400;
	font-size: 0.8125em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a3a3a3;
	display: inline-block;
	margin-top: 13px;
}
.form-field-helper:hover {
	color: #177cc1;
	text-decoration: none;
}
form .terms {
	font-size: 0.875em;
}
form .terms .terms-box {
	background: white;
	padding: 15px;
	border: 1px solid #ccc;
	height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}
#form-message-ok2 {
	display: none;
}
.lost-card {
	overflow: hidden;
	padding-bottom: 10px;
}
#email-block {
	padding-top: 10px;
	display: none;
}
#search-prod .search {
	height: 43px;
	padding-top: 8px;
	margin-top: 4px;
}
.input-white {
	background: #fff;
}
fieldset .remove {
	-moz-transform: translateY(-100px);
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: none !important;
	outline-offset: 0px !important;
}
#email-logo {
	background-size: 100%;
	background-repeat: no-repeat;
}
#email-logo {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0px;
	margin-top: -42px;
	z-index: 1000;
}
#username-logo {
	background-size: 100%;
	background-repeat: no-repeat;
}
#username-logo {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0px;
	margin-top: -42px;
	z-index: 1000;
}
#manage_my_card .form-group {
	position: relative;
}
.table {
	border-bottom: 1px solid #ddd;
}
.table thead > tr > th {
	padding-top: 0;
	padding-bottom: 20px;
	border: 0;
}
.table thead > tr:first-child > th {
	
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.table > tbody > tr > td,  .table > tbody > tr > th {
	padding: 30px 20px;
}
.table > tbody th {
	
	font-weight: 400;
	font-size: 16px;
}
.table > tbody td {
	font-size: 14px;
}
.table.table-condensed > tbody > tr > td,  .table.table-condensed > tbody > tr > th {
	padding: 10px 20px;
}
.table.table-striped {
	border: 0;
}
.table.table-striped td, .table.table-striped th {
	border: 0;
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}
 @media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
.text-justify-xs {
	text-align: justify;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
	text-align: inherit;
}
.text-left-sm {
	text-align: left;
}
.text-center-sm {
	text-align: center;
}
.text-right-sm {
	text-align: right;
}
.text-justify-sm {
	text-align: justify;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
	text-align: inherit;
}
.text-left-md {
	text-align: left;
}
.text-center-md {
	text-align: center;
}
.text-right-md {
	text-align: right;
}
.text-justify-md {
	text-align: justify;
}
}
 @media (min-width: 1200px) {
.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
	text-align: inherit;
}
.text-left-lg {
	text-align: left;
}
.text-center-lg {
	text-align: center;
}
.text-right-lg {
	text-align: right;
}
.text-justify-lg {
	text-align: justify;
}
}
/* columns of same height styles */
.container-xs-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-xs-height {
	display: table-row;
}
.col-xs-height {
	display: table-cell;
	float: none;
}
 @media (min-width: 768px) {
.container-sm-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-sm-height {
	display: table-row;
}
.col-sm-height {
	display: table-cell;
	float: none;
}
}
 @media (min-width: 992px) {

.container-md-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-md-height {
	display: table-row;
}
.col-md-height {
	display: table-cell;
	float: none;
}
}
 @media (min-width: 1200px) {
.container-lg-height {
	display: table;
	padding-left: 0px;
	padding-right: 0px;
}
.row-lg-height {
	display: table-row;
}
.col-lg-height {
	display: table-cell;
	float: none;
}
}
/* firefox fix */
.img-responsive {
	width: 100%;
}
/* vertical alignment styles */
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align: bottom;
}
.header-container {
	position: relative;
}
header {
	padding: 5em 0 5em 0;
}
header.opacity-light:before {
	background: #000;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}
header.opacity-medium:before {
	background: #000;
	
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
header.opacity-dark:before {
	background: #000;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}
header .header-text {
	position: relative;
	z-index: 2;
}
header p {
	
	font-weight: 300;
	font-size: 18px;
	color: #707070;
	margin-top: 30px;
}
header a {
	color: #177cc1;
}
header.header--small {
	padding: 2em 0 3.5em;
}
header.header--divider {
	margin-bottom: -2em;
	padding-bottom: 0;
}
header.header--divider h1 {
	margin-top: 0;
}
header.header--divider h1:after {
	
	display: block;
	border-top: 1px solid #ddd;
	width: 6em;
	margin: 1.5em 0 0 0;
	padding-bottom: 0;
}
header.header--divider .text-center h1:after {
	margin-left: auto;
	margin-right: auto;
}
header.header--image {
	background-size: cover;
	-ms-behavior: url(../images/backgroundsize.htc);
	behavior: url(/backgroundsize.htc);
	background-position: center center;
	background-color: #292929;
	position: relative;
	width: 100%;
}
header.header--image h1 {
	color: white;
}
header.header--image p {
	color: white;
}
header.header--image p.banner {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
header.header--space, header.header--light, header.header--white {
	background-color: #707070;
}
header.header--space h1, header.header--space p, header.header--light h1, header.header--light p, header.header--white h1, header.header--white p {
	color: #000;
}
header.header--light {
	background-color: #f0f0f0;
}
header.header--white {
	background-color: #fff;
}
header.header--full-height {
	min-height: 100vh;
	margin-top: -124px;
	padding-top: 124px;
}
header.header--full-height .container {
	padding-top: 50px;
}
.flexbox header.header--full-height {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbox header.header--full-height h1 {
	margin-top: 0;
}
header .img {
	display: block;
	height: 390px;
	background-size: cover;
	background-position: center center;
	margin-top: 5em;
	margin-bottom: -5em;
}
 @media (max-width: 991px) {
header .img {
	height: 200px;
}
}
h1 + .lead {
	margin-top: 30px;
}
.buttons {
	margin: 2em 0;
}
.buttons:last-child {
	margin-bottom: 0;
}
.btn {
	border-radius: 0;
	text-transform: uppercase;
	
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	padding: .9em 1.8em .8em;
	border-width: 2px;
	margin: .5em 1em .5em 0;
}
.lost-card .btn {
	margin: 0;
	margin-top: 10px;
}
.btn-primary:hover {
	border-color: #005839;
}
.btn-gold-primary {
	background-color: #FFFFFF !important;
	border: 2px solid #a98e67 !important;
	font: 800 11px/16px;
	padding: 14px 40px;
	color: #a98e67 !important;
}
.btn-gold-primary:hover, .btn-gold-primary:focus, .btn-gold-primary:active, .btn-gold-primary.active {
	color: #ffffff !important;
	background-color: #a98e67 !important;
	border-color: #a98e67 !important;
}
.btn-default {
	background: #707070;
	border-color: #707070;
	color: white;
}
.btn-default:hover {
	color: white;
	background: #636363;
}
.btn-default.btn-hollow {
	background: none;
	color: #707070;
}
.btn-default.btn-hollow:hover {
	background: #636363;
	color: white;
}
.btn-default.btn-muted {
	opacity: .5;
}
.btn-primary {
	background: #007149;
	border-color: #007149;
	color: white;
}
.btn-primary:hover {
	color: white;
	background: #005839;
}
.btn-primary.btn-hollow {
	background: none;
	color: #007149;
}
.btn-primary.btn-hollow:hover {
	background: #005839;
	color: white;
}
.btn-primary.btn-muted {
	opacity: .5;
}
.btn-secondary {
	background: #177cc1;
	border-color: #177cc1;
	color: white;
}
.btn-secondary:hover {
	color: white;
	background: #af9369;
}
.btn-secondary.btn-hollow {
	background: none;
	color: #177cc1;
}
.btn-secondary.btn-hollow:hover {
	background: #af9369;
	color: white;
}
.btn-secondary.btn-muted {
	opacity: .5;
}
.btn-black {
	background: #525252;
	border-color: #525252;
	color: white;
}
.btn-black:hover {
	color: white;
	background: #454545;
}
.btn-black.btn-hollow {
	background: none;
	color: #525252;
}
.btn-black.btn-hollow:hover {
	background: #454545;
	color: white;
}
.btn-black.btn-muted {
	opacity: .5;
}
 @media (max-width: 767px) {
.btn-xs-block {
	display: block;
	width: 100%;
}
}
 @media (max-width: 991px) {
.btn-sm-block {
	display: block;
	width: 100%;
}
}
 @media (max-width: 1199px) {
.btn-md-block {
	display: block;
	width: 100%;
}
}
.btn-group .btn {
	margin: 0;
	outline: none;
}
.nav-pills {
	margin-bottom: 3em;
}
.nav-pills li {
	margin-right: 1em;
}
.nav-pills > li > a {
	color: #707070;
	background: #eeeeee;
	border: 3px solid #eeeeee;
	border-radius: 30px;
	padding: 7px 20px;
}
.nav-pills > li.active > a {
	background: white;
	color: #707070;
}
.section--related h2 {
	color: #177cc1;
	
	font-weight: 700;
	font-size: 0.8125em;
	letter-spacing: 2px;
}
.section--related h2:after {
	display: none;
}
.section--related h3 {
	margin-top: 5px;
}
.section--related h3 a {
	color: #707070;
}
 @media (max-width: 767px) {
.section--related h3 {
	font-size: 1.125em;
}
}
.section--related p {
	margin: 0;
}
.section--related .row + .row {
	margin-bottom: 20px;
}
 @media (min-width: 768px) {
.section--related .row + .row {
	margin-bottom: 60px;
}
}
.section--related img {
	border-radius: 50%;
}
.section {
	padding: 5em 0;
}
.section.section--gray {
	background: #f0f0f0;
}
.section.section--white {
	background: white;
}
 @media (max-width: 767px) {
.navbar + .section {
	padding-top: 1em;
}
}
.bg-primary {
	background: #007149;
}
.bg-secondary {
	background: #177cc1;
}
.bg-secondary .btn {
	background: white;
	border-color: white;
	color: #177cc1;
}
.text-white {
	color: white;
}
.section--gray hr {
	border-color: #d6d6d6;
}
.section--image {
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.section--image h3 {
	color: #fff !important;
	font-size: 32px;
	line-height: 1.26;
	margin-top: 0;
}
.callout {
	background: white;
	padding: 50px;
	border: 1px solid #ccc;
	font-size: 14px;
}
 @media (max-width: 767px) {
.callout {
	padding: 20px 30px 30px;
}
}
.callout h4 {
	color: #177cc1;
	
	font-weight: 400;
	font-size: 24px;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {

	padding: 4px;
	margin-top: 1px;
	border-radius: 4px;
	direction: ltr;
}
.datetimepicker-inline {
	width: 220px;
}
.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
	
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
	
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
	
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
	
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}
.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}
.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}
.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}
.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}
.datetimepicker > div {
	display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}
.datetimepicker.days div.datetimepicker-days {
	display: block;
}
.datetimepicker.months div.datetimepicker-months {
	display: block;
}
.datetimepicker.years div.datetimepicker-years {
	display: block;
}
.datetimepicker table {
	margin: 0;
}
.datetimepicker td, .datetimepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: none;
}
.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
	background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}
.datetimepicker table tr td.old, .datetimepicker table tr td.new {
	color: #999999;
}
.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
	background-color: #fde19a;
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
}
.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
	background-color: #fbf069;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #0044cc;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}
.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}
.datetimepicker table tr td span:hover {
	background: #eeeeee;
}
.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}
.datetimepicker table tr td span.old {
	color: #999999;
}
.datetimepicker th.switch {
	width: 145px;
}
.datetimepicker th span.glyphicon {
	pointer-events: none;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
	cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
	background: #eeeeee;
}
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}
.block--heading + .block--body-copy {
	margin-top: 1em;
}
.block--body-copy + .block--image-row {
	margin-top: 2em;
}
.block--body-copy + .block--image {
	margin-top: 2em;
}
.block--image + .block--body-copy {
	margin-top: 2em;
}
.block--body-copy + .block--text-image-split {
	margin-top: 2em;
}
.block--text-image-split + .block--body-copy {
	margin-top: 2em;
}
.block--two-col-image.style--gray + .block--divider {
	height: 50px;
}
.section--background.background--gold {
	background: #177cc1;
	color: white;
}
.section--background.background--green {
	background: #007149;
	color: white;
}
.section--background.background--black {
	background: #292929;
	color: white;
}
.section--background.background--gray {
	background: #eeeeee;
}
.block--body-copy {
	font-size: 1.125em;
}
.block--body-copy blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin: 2em 0;
	padding: 2em 1em;
}
.block--body-copy blockquote p {
	font-size: 1.75em;
}
.block--heading .divider {
	margin-bottom: 2em;
}
.block--heading .divider:after {
	
	display: block;
	border-top: 1px solid #ddd;
	width: 6em;
	margin: 1em auto;
}
.block--heading h2:after {
	display: none;
}
.block--heading h1 {
	margin-bottom: 1em;
}
.block--heading h3 {
	margin-top: 0;
}
.block--image figcaption {
	font-size: 14px;
	color: #a3a3a3;
}
.block--image figcaption:before {
	
	display: block;
	width: 150px;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
 @media (max-width: 991px) {
.block--image figcaption {
	margin-top: 30px;
}
}
.block--image-row:before, .block--image-row:after {
	
	display: table;
}
.block--image-row:after {
	clear: both;
}
.block--image-row .image {
	float: left;
	width: 100%;
}
.block--image-row img {
	width: 100%;
}
.block--image-row.images--1 .image {
	width: 100%;
}
.block--image-row.images--2 .image {
	width: 50%;
}
.block--image-row.images--3 .image {
	width: 33.33333%;
}
.block--image-row.images--4 .image {
	width: 25%;
}
.block--image-row.image-row--full {
	margin-left: 0;
	margin-right: 0;
}
.block--text-image-split {
	position: relative;
}
.block--text-image-split:before, .block--text-image-split:after {
	
	display: table;
}
.block--text-image-split:after {
	clear: both;
}
 @media (min-width: 768px) {
.block--text-image-split.split--height-background .row {
	display: table !important;
}
}
 @media (min-width: 768px) {
.block--text-image-split.split--height-background .row > div {
	display: table-cell;
	float: none !important;
}
}
.block--text-image-split.split--height-background .split--image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
 @media (max-width: 991px) {
.block--text-image-split.split--height-background .split--image {
	height: 400px;
}
}
.block--text-image-split.split--height-background .split--image.image--fit {
	background-size: contain;
}
.block--text-image-split .split--text {
	padding-top: 50px;
	padding-bottom: 50px;
}
.block--text-image-split h3 {
	margin-top: 0;
}
.block--text-image-split.container .split--text {
	padding: 50px;
}
.block--text-image-split.background--gray {
	background: #eeeeee;
}
.block--text-image-split.background--black {
	background: #292929;
	color: white;
}
.block--text-image-split.background--black h3 {
	color: white;
}
.blockquote--image {
	position: relative;
	background-color: #292929;
	margin: 4em 0;
}
.blockquote--image blockquote p {
	font-size: 2em;
	margin: 3em 0;
}
.blockquote--image .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
 @media (max-width: 767px) {
.blockquote--image .img {
	display: none;
}
}
 @media (min-width: 992px) {
.blockquote--image [class*=col] {
	height: 450px;
}
}
.blockquote--regular {
	margin-top: 3em;
	margin-bottom: 4em;
}
.blockquote--regular blockquote {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2.5em 0;
}
.block--data-blocks {
	background: #eeeeee;
	padding: 100px 0;
}
.block--data-blocks [class*=col] {
	margin-bottom: 50px;
}
 @media (min-width: 992px) {
.block--data-blocks [class*=col] {
	margin-bottom: 0;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.block--data-blocks [class*=col-md] {
	display: table;
}
.block--data-blocks [class*=col-md]:before, .block--data-blocks [class*=col-md]:after {
	
	display: table;
}
.block--data-blocks [class*=col-md]:after {
	clear: both;
}
.block--data-blocks [class*=col-md]:last-child {
	margin-bottom: 0;
}
.block--data-blocks .data-block__figure {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
.block--data-blocks p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
}
.data-block__figure {
	background: white;
	border: 2px solid #ddd;
	padding: 40px 30px;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 2px;
}
.data-block__figure .major {
	color: #525252;
 
	font-size: 3.5em;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.data-block__figure .minor {
	color: #177cc1;
	text-transform: uppercase;
 
	font-size: 0.8125em;
	letter-spacing: 2px;
}
.block--offset-image-grid {
	margin-top: 4em;
	margin-bottom: 4em;
}
.block--offset-image-grid .row {
	margin-bottom: 30px;
}
.block--featured-image-grid {
	margin-top: 4em;
	margin-bottom: 4em;
}
.block--featured-image-grid .row {
	margin-bottom: 30px;
}
.block--featured-image-grid .row .row {
	margin-bottom: 0;
}
.block--featured-image-grid img {
	display: block;
}
 @media (max-width: 767px) {
.block--featured-image-grid .img-1 {
	margin-bottom: 30px;
}
}
 @media (min-width: 768px) {
.block--featured-image-grid .img-2 {
	margin-bottom: 30px;
}
}
.block--text-divider {
	background-color: #177cc1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: white;
	padding: 3em 0;
}
.block--text-divider h3 {
	margin: 0;
	color: white;
	
	font-style: italic;
	font-size: 2em;
}
.block--text-divider p {
	margin-top: 1.5em;
}
.block--text-divider.text-divider--black {
	background-color: #292929;
}
header + .block--text-divider {
	padding: 2em 0;
}
header + .block--text-divider h3 {
	font-size: 1.5em;
}
.block--text_highlight {
	padding: 100px 0;
}
.block--text_highlight.slate {
	background-color: #292929;
	color: #b8a178;
}
.block--text_highlight.gold {
	background-color: #b8a178;
	color: #fff;
}
.block--text_highlight .align-center {
	text-align: center;
}
.block--text_highlight .align-right {
	text-align: right;
}
.block--text_highlight .text {
	font-size: 18px;
}
.block--text_highlight h2 {
	
	font-weight: 300;
	color: inherit !important;
	text-transform: none !important;
	font-size: 30px !important;
	margin: 0 !important;
	margin-bottom: 1em !important;
}
.block--text_highlight h2:after {
	display: none;
}
.block--two-col-image {
	padding: 2em 0;
}
.block--two-col-image.style--gray {
	background: #eeeeee;
}
 @media (min-width: 768px) {
.block--two-col-image {
	padding: 6em 0 7em;
}
}
.block--two-col-image h1 {
	text-align: center;
	line-height: 1.26;
	margin: 0 0 1.5em;
}
.block--two-col-image .text {
	text-align: center;
	font-size: 1.125em;
	margin-bottom: 3em;
}
 @media (min-width: 992px) {
.block--two-col-image .text {
	text-align: justify;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
}
}
.block--two-col-image img {
	display: block;
	margin: 0 auto;
}
.block--two-color-split {
	padding: 0;
	margin: 0;
}
.block--two-color-split .split {
	padding: 50px 15px;
	color: white;
}
 @media (min-width: 768px) {
.block--two-color-split .split {
	padding-left: 80px;
	padding-right: 80px;
}
}
.block--two-color-split h2, .block--two-color-split h3 {
	margin-top: 0;
	line-height: 1.44;
}
 @media (min-width: 992px) {
.block--two-color-split .split-2 {
	left: 15px;
}
}
.block--two-color-split.split--gray-black .split-1 {
	background: #eeeeee;
	color: #707070;
}
.block--two-color-split.split--gray-black .split-2 {
	background: #292929;
}
.block--two-color-split.split--gray-black .split-2 h2, .block--two-color-split.split--gray-black .split-2 h3 {
	color: white;
}
 @media (min-width: 992px) {
.cssgradients .block--two-color-split.split--gray-black {
	background: linear-gradient(left, #eeeeee, #eeeeee 50%, #292929 50%, #292929);
}
}
.block--image-text-grid .row + .row {
	margin-top: 50px;
}
.block--image-text-grid h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
.block--image-text-grid p {
	font-size: 0.875em;
}
.block--thumbnail-text-split h3 {
	margin-top: 0;
}
.block--thumbnail-text-split p {
	margin-bottom: 0;
}
.block--thumbnail-text-split.style--squares .row .row + .row {
	margin-top: 100px;
}
.block--thumbnail-text-split.style--squares h3 {
	
	font-weight: 700;
	font-size: 1.125em;
}
.block--thumbnail-text-split.style--slats .row .row + .row {
	margin-top: 50px;
}
.block--thumbnail-text-split.style--slats h3 {
	margin-bottom: .5em;
}
.block--thumbnail-text-split.style--slats .col-md-push-7 {
	text-align: right;
}
.block--divider.divider--whitespace {
	height: 100px;
}
 @media (max-width: 991px) {
.block--divider.divider--whitespace.divider--mobile-half {
	height: 50px;
}
.block--divider.divider--whitespace.divider--mobile-none {
	display: none;
}
}
.block--divider.divider--whitespace-small {
	height: 50px;
}
 @media (max-width: 991px) {
.block--divider.divider--whitespace-small.divider--mobile-half {
	height: 25px;
}
.block--divider.divider--whitespace-small.divider--mobile-none {
	display: none;
}
}
.block--divider.divider--full-width-line {
	border-top: 1px solid #ddd;
	margin: 100px 0;
}
 @media (max-width: 991px) {
.block--divider.divider--full-width-line.divider--mobile-half {
	margin: 50px 0;
}
.block--divider.divider--full-width-line.divider--mobile-none {
	display: none;
}
}
.product-grid .btn-group {
	margin-bottom: 50px;
}
.product-grid .btn-group .btn {
	text-transform: none;
	font-size: 16px;
	margin: 0;
	background: #ddd;
	color: #707070;
	outline: 0;
}
.product-grid .btn-group .btn.btn-secondary {
	background: #177cc1;
	color: white;
}
 @media (max-width: 767px) {
.product-grid .btn-group .btn {
	display: block;
	width: 100%;
	margin: 0;
}
}
.product-grid__product {
	margin-bottom: 30px;
}
.product-grid__product img {
	width: 100%;
}
.product-grid__product a {
	color: #707070;
	text-decoration: none;
}
.product-grid__product a:hover {
	color: #177cc1;
}
.product-grid__product .product-text {
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}
.footer--account a:hover {
	color: #177cc1;
	text-decoration: underline;
}
 @media (min-width: 992px) {
.footer--account .account--manage {
	left: 50px;
}
}
 @media (min-width: 992px) {
.footer--account .account--card {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
}
.rewards-bar {
	border-top: 1px solid #ccc;
	background: #F5F5F5;
}
.rewards-bar .rewards-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
 @media (min-width: 768px) {
.rewards-bar .rewards-logo {
	padding-bottom: 30px;
}
}
.rewards-bar .rewards-text {
	font-size: 14px;
	padding-bottom: 30px;
}
 @media (min-width: 768px) {
.rewards-bar .rewards-text {
	padding-top: 55px;
}
}
.account-box {
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	margin-bottom: 2em;
}
 @media (min-width: 768px) {
.account-box {
	max-width: 520px;
}
}
.account-box__data {
	background: #F5F5F5 no-repeat;
	padding: 170px 0 55px;
}
.account-box__data .major {
 
	font-size: 3em;
	color: #525252;
	margin-bottom: 80px;
}
.account-box__data .minor {
 
	font-size: 0.8125em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #177cc1;
}
.account-box__content {
	padding: 40px 30px;
}
.account-box__content h3 {
	margin-top: 0;
}
.account-box__content h3:after {
	
	display: block;
	border-top: 1px solid #ddd;
	width: 6em;
	margin: 1em auto;
}
.account-box--stars .account-box__data {
	background-image: url(../images/account-star.png);
	background-position: 50% 105px;
	position: relative;
}
 @media (max-width: 767px) {
.account-box--stars .account-box__data {
	padding-top: 110px;
	background-position: 50% 50px;
}
}
 @media (min-width: 768px) {
.account-box--rewards {
	float: right;
	padding-right: 0;
	width: 100%;
}
}
.account-box--rewards .account-box__data {
	background-image: url(../images/cup-blank-large.png);
	background-position: 50% 94px;
}
.star-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.star-progress-bar .star-bar-wrap {
	text-align: center;
	max-width: 440px;
	margin: 0 auto;
	position: relative;
}
 @media (min-width: 768px) {
.star-progress-bar .star-bar-wrap {
	max-width: 100%;
}
}
.star-progress-bar canvas {
	position: absolute;
	left: 0;
	padding: 0 10%;
	display: none;
}
 @media (min-width: 320px) {
.star-progress-bar canvas {
	display: block;
	top: 5px;
	padding: 0;
}
}
 @media (min-width: 360px) {
.star-progress-bar canvas {
	padding: 0 10%;
}
}
 @media (min-width: 768px) {
.star-progress-bar canvas {
	display: block;
	top: 60px;
	width: 343px;
	height: 274px;
}
}
 @media (min-width: 992px) {
.star-progress-bar canvas {
	top: 40px;
	width: 453px;
	height: 362px;
}
}
 @media (min-width: 1200px) {
.star-progress-bar canvas {
	top: 20px;
	width: 518px;
	height: 414px;
}
}
.star-progress-bar .marker {
	background: url(../images/account-star-marker.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	display: none;
}
 @media (min-width: 768px) {
.star-progress-bar .marker {
	display: block;
}
}
.star-progress-bar .marker--welcome {
	bottom: 153px;
	left: 45px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.star-progress-bar .marker--welcome {
	bottom: 111px;
	left: 65px;
}
}
 @media (min-width: 1200px) {
.star-progress-bar .marker--welcome {
	bottom: 94px;
	left: 77px;
}
}
.star-progress-bar .marker--green {
	bottom: 242px;
	left: 41px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.star-progress-bar .marker--green {
	bottom: 235px;
	left: 60px;
}
}
 @media (min-width: 1200px) {
.star-progress-bar .marker--green {
	bottom: 237px;
	left: 72px;
}
}
.star-progress-bar .marker--gold {
	bottom: 153px;
	right: 44px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
.star-progress-bar .marker--gold {
	bottom: 111px;
	right: 63px;
}
}
 @media (min-width: 1200px) {
.star-progress-bar .marker--gold {
	bottom: 94px;
	right: 76px;
}
}
.account__other-levels {
	background: #F5F5F5;
	padding: 30px 0;
}
 @media (min-width: 768px) {
.account__other-levels {
	padding: 60px 0;
}
}
.account__other-levels h4 {
	color: #525252;
}
.account__other-levels .level--one {
	margin-bottom: 40px;
}
.account__other-levels .level--one:after {
	display: none;
	
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #E0E0E0;
}
 @media (min-width: 992px) {
.account__other-levels .level--one:after {
	display: block;
	right: -70px;
}
}
 @media (min-width: 1200px) {
.account__other-levels .level--one:after {
	right: -85px;
}
}
.account__dates {
	padding: 50px 0;
}
 @media (max-width: 767px) {
.account__dates [class*=col] {
	margin-bottom: 50px;
}
}
 @media (min-width: 768px) {
.account__dates {
	padding: 120px 0;
}
}
.account__dates h3 {
	color: #177cc1;
 
	font-size: 0.8125em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.account__dates p:last-child {
	margin-bottom: 0;
}
.date__data {
	border: 2px solid #E6E6E6;
	width: 176px;
	height: 176px;
	margin: 0 auto 50px;
	border-radius: 50%;
	color: #525252;
	text-transform: uppercase;
 
	line-height: 1;
}
.date__data .major {
	font-size: 3em;
	margin: 40px 0 10px;
}
.date__data .minor {
	font-size: 1.5em;
}
.addresses {
	margin: 3em 0 0;
	text-align: justify;
}
.addresses:after {
	
	display: inline-block;
	width: 100%;
}
.addresses .address, .addresses .address--placeholder {
	display: inline-block;
	width: 100%;
}
 @media (min-width: 768px) {
.addresses .address, .addresses .address--placeholder {
	width: 49%;
}
}
 @media (min-width: 992px) {
.addresses .address, .addresses .address--placeholder {
	width: 31%;
}
}
.addresses .address {
	border: 1px solid #ddd;
	text-align: left;
	margin-bottom: 3%;
	margin-left: 2%;
}
.addresses p {
	padding: 30px;
}
.addresses p:last-child {
	margin-bottom: 0;
}
.addresses .address-buttons {
	position: relative;
	border-top: 1px solid #ddd;
}
.addresses .address-buttons:before, .addresses .address-buttons:after {
	
	display: table;
}
.addresses .address-buttons:after {
	clear: both;
}
.addresses a {
	float: left;
	width: 50%;
 
	font-size: 14.4px;
	letter-spacing: 2px;
	text-align: center;
	color: #177cc1;
	background: #fafafa;
	text-transform: uppercase;
	padding: 10px 0;
}
.addresses a:hover {
	background: #ededed;
	text-decoration: none;
}
.addresses a.edit {
	border-right: 1px solid #ddd;
}
.reward-cards {
	margin: 3em 0 2em;
	text-align: justify;
}
.reward-cards:after {
	
	display: inline-block;
	width: 100%;
}
.reward-cards .card, .reward-cards .card--placeholder {
	display: inline-block;
	width: 100%;
}
 @media (min-width: 768px) {
.reward-cards .card, .reward-cards .card--placeholder {
	width: 49%;
}
}
 @media (min-width: 992px) {
.reward-cards .card, .reward-cards .card--placeholder {
	width: 31%;
}
}
.reward-cards .card {
	border: 1px solid #ddd;
	text-align: center;
	margin-bottom: 3%;
}
.reward-cards a {
	display: block;
 
	font-size: 0.875em;
	letter-spacing: 2px;
	text-align: center;
	color: #177cc1;
	background: #fafafa;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.reward-cards a:hover {
	background: #ededed;
	text-decoration: none;
}
.no-reward-cards {
	border: 1px solid #ddd;
	margin: 3em 0;
	padding: 30px 50px;
}
.no-reward-cards:before, .no-reward-cards:after {
	
	display: table;
}
.no-reward-cards:after {
	clear: both;
}
.no-reward-cards img {
	float: left;
	margin-right: 30px;
}
.no-reward-cards p {
	color: #525252;
 
	font-size: 1.125em;
	padding-top: 25px;
}
.account-number {
	
	font-weight: 400;
	font-size: 14px;
	color: #999;
	text-align: left;
	border: 1px solid #ccc;
	text-transform: uppercase;
	display: inline-block;
	background: white;
	padding: 10px 20px;
	border-radius: 3px;
	margin: 15px 0 0 0;
}
.lt-ie9 canvas {
	width: 100% !important;
	height: 100% !important;
}
.lt-ie9 #gray {
	padding-bottom: 60px;
}
 @media (min-width: 992px) {
.faq-list {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 100px;
	-moz-column-gap: 100px;
	column-gap: 100px;
}
}
.faq-list > li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.faq-list .title {
	color: #292929;
	
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 1em;
}
.faq-list ul, .faq-list ol {
	margin-bottom: 1em;
}
.menu__listing {
	margin-bottom: 50px;
}
.menu__listing img {
	border-radius: 50%;
}
.menu__listing h3 {
	font-size: 24px;
	margin-top: 1.5em;
}
.menu__listing h3 a {
	color: #525252;
}
.menu__listing p {
	font-size: 14px;
	margin: 0 10%;
}
.menu__listing .menu__item {
	margin-top: 30px;
	margin-bottom: 70px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.menu__listing .menu__item:nth-child(2n+1) {
	clear: both;
}
}
 @media (min-width: 992px) {
.menu__listing .menu__item:nth-child(3n+1) {
	clear: both;
}
}
.menu__item-header {
	background: white;
}
 @media (max-width: 767px) {
.menu__item-header {
	text-align: center;
}
.menu__item-header img {
	display: block;
	margin: 3em auto 0;
	width: 70%;
	max-width: 400px;
}
.menu__item-header .stars {
	margin-left: auto;
	margin-right: auto;
}
}
.menu__item-main {
	background: #eeeeee;
}
.menu__item-description p:last-child {
	margin-bottom: 0;
}
 @media (max-width: 991px) {
.menu__item-callout {
	margin-top: 50px;
}
}
.table-sizing {
	margin-top: 50px;
}
.table-sizing td, .table-sizing th {
	text-align: center;
}
.table-sizing thead > tr:first-child > th {
 
}
.table-sizing th span {
	display: block;
	margin: 15px 0 10px;
}
.table-sizing tbody th {
	text-align: left;
}
.table-sizing .blips {
	margin-top: 5px;
}
 @media (max-width: 767px) {
.table-sizing img {
	max-width: none;
}
}
.stars {
	margin-top: 50px;
	background: url(../images/sprite-stars.png);
	width: 202px;
	height: 33px;
}
.stars:before, .stars:after {
	
	display: table;
}
.stars:after {
	clear: both;
}
.stars .star {
	background: url(../images/sprite-stars.png);
	float: left;
	height: 100%;
	background-position: 0 -33px;
	transition: 0.5s width ease;
	-webkit-animation: stars 1s ease;
	animation: stars 1s ease;
}
.stars .star--zero-5 {
	width: 17px;
}
.stars .star--one {
	width: 34px;
}
.stars .star--one-5 {
	width: 59px;
}
.stars .star--two {
	width: 76px;
}
.stars .star--two-5 {
	width: 101px;
}

.stars .star--three {
	width: 121px;
}
.stars .star--three-5 {
	width: 143px;
}
.stars .star--four {
	width: 161px;
}
.stars .star--four-5 {
	width: 185px;
}
.stars .star--five {
	width: 202px;
}
 @-webkit-keyframes stars {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes stars {
 0% {
 opacity: 0;
}
 100% {

 opacity: 1;
}
}
.blips {
	display: block;
}
.blips .blip {
	display: inline-block;
	background: #525252;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 3px;
}
.coffee__specs.table > tbody > tr th {
 
	font-size: 0.8125em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #525252;
	padding-top: 33px;
}
.coffee__specs.table > tbody > tr > td {
	font-size: 1em;
}
.coffee__category-bar {
	background: #177cc1 url(../images/gold-pattern.jpg);
	color: white;
	padding: 4em 0;
	position: relative;
	margin-bottom: -1px;
}
.coffee__category-bar h3 {
	color: white;
	
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
}
.coffee__category-bar p {
	font-size: 1.125em;
}
.rewards__account-types {
	padding: 0;
	margin: 50px 0;
}
.rewards__account-types .account-type {
	padding: 50px 15px;
	color: white;
}
 @media (min-width: 768px) {
.rewards__account-types .account-type {
	padding-left: 80px;
	padding-right: 80px;
}
}
.rewards__account-types h3 {
	margin-top: 0;
	line-height: 1.44;
}
.rewards__account-types .type--new {
	background: #177cc1;
}
.rewards__account-types .type--existing {
	background: #525252;
}
.rewards__account-types .type--existing h3 {
	color: #177cc1;
}
 @media (min-width: 992px) {
.cssgradients .rewards__account-types {
	background: linear-gradient(90deg, #177cc1, #177cc1 50%, #525252 50%, #525252);
}
.cssgradients .rewards__account-types .type--new {
	padding-left: 15px;
	padding-right: 160px;
}
.cssgradients .rewards__account-types .type--existing {
	left: 15px;
}
}
.rewards__levels-items {
	margin: 80px 0;
}
.rewards__levels-items .item {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 20px 20px;
}
.rewards__levels-items span {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.rewards__levels h2 {
	margin-bottom: 80px;
}
.rewards__levels-divider {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin: 100px auto 125px;
}
 @media (min-width: 768px) {
.rewards__levels-divider {
	width: 650px;
}
}
.rewards__levels-divider:before, .rewards__levels-divider:after {
	
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 50px 50px;
	border-color: white transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}
.rewards__levels-divider:before {
	top: 1px;
	border-top-color: #ddd;
}
.rewards__join-bar {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	margin: 100px 0;
}
.rewards__join-bar .join-bar__logo {
	text-align: center;
}
 @media (max-width: 991px) {
.rewards__join-bar .join-bar__logo {
	margin-bottom: 20px;
}
}
 @media (min-width: 992px) {
.rewards__join-bar .join-bar__logo {
	padding-top: 15px;
}
}
.gift-card__card img {
	display: block;
	margin: 20px 0;
}
.gift-card__card .denominations {
	color: #177cc1;
	
	font-size: 40px;
	font-weight: 700;
	margin: 30px 0;
}
.gift-card__corporate {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.career__listing {
	list-style: none;
	margin: 100px 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
.career__listing li {
	border-bottom: 1px solid #ddd;
}
.career__listing a {
	display: block;
	padding: 25px 0;
	text-decoration: none;
	position: relative;
}
.career__listing a:after {
	
	width: 32px;
	height: 32px;
	display: block;
	border: 2px solid #177cc1;
	color: #177cc1;
	text-align: center;
	
	font-weight: 700;
	font-size: 1.125em;
	line-height: 28px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
}
.career__listing a:hover .title {
	color: #177cc1;
}
.career__listing .type {
	display: block;
	color: #777777;
	text-transform: uppercase;
	
	font-weight: 400;
	font-size: 0.8125em;
	letter-spacing: 1px;
}
.career__listing .title {
	color: #707070;
}
.career__listing .location {
	color: #177cc1;
	
	font-weight: 400;
	font-size: 0.8125em;
	margin-left: 15px;
}

.news__date {
	
	font-weight: 400;
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #777777;
	letter-spacing: 2px;
}
.news__article-header {
	padding-bottom: 2em;
}
.news__article-header .news__date {
	margin-top: 20px;
}
 @media (min-width: 768px) {
.news__article-header .news__date {
	margin-top: 0;
}
}
.news__article-header + .section--flexible {
	padding-top: 0;
}
.news__listing .row {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
 @media (min-width: 1200px) {
.news__listing .row {
	margin-bottom: 80px;
	padding-bottom: 80px;
}
}
 @media (max-width: 991px) {
.news__listing img {
	display: block;
	margin-bottom: 20px;
}
}
.news__listing h3 {
	margin-top: 10px;
	font-size: 2em;
}
.news__listing h3 a {
	color: #707070;
	text-decoration: none;
}
.news__listing h3 a:hover {
	color: #177cc1;
}
.reserve__header {
	padding-bottom: 0;
}
.reserve__header h1 img {
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.reserve__product-list {
	padding: 5em 0 2em;
}
 @media (min-width: 1200px) {
.reserve__product-list .row {
	padding-left: 3em;
	padding-right: 3em;
}
}
.reserve__product-list .col-xs-12 {
	text-align: justify;
}
.reserve__product-list .col-xs-12:after {
	
	width: 100%;
	display: inline-block;
}
.reserve__product-list img {
	width: 100%;
}
.reserve__product-list a {
	display: inline-block;
	width: 45%;
	margin-bottom: 2em;
}
 @media (min-width: 768px) {
.reserve__product-list a {
	width: 23%;
	margin: 0;
}
}
 @media (min-width: 1200px) {
.reserve__product-list a {
	width: 220px;
	margin: 0 .5em;
}
}
.reserve__coffee {
	padding: 5em 0;
}
.reserve__coffee:first-child {
	padding-top: 0;
}
.reserve__coffee:first-child h1 {
	padding-top: 3em;
	border-top: 1px solid #ddd;
}
.reserve__coffee .section--small-bar {
	margin-top: 3em;
}
.reserve__source-info {
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin-top: 3em;
}
.reserve__source-info h4 {
	color: #777777;
	text-transform: uppercase;
	
	font-weight: 400;
	font-size: 0.8125em;
	letter-spacing: 2px;
}
.reserve__image-grid {
	background: #007149;
	margin-bottom: 3em;
	position: relative;
}
.reserve__image-grid .image {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
 @media (min-width: 768px) {
.reserve__image-grid {
	height: 400px;
}
.reserve__image-grid .image {
	position: absolute;
	width: 50%;
	height: auto;
}
.reserve__image-grid .image--1 {
	top: 0;
	left: 0;
	bottom: 0;
}
.reserve__image-grid .image--2 {
	top: 0;
	right: 0;
	bottom: 50%;
}
.reserve__image-grid .image--3 {
	bottom: 0;
	right: 0;
	top: 50%;
}
}
 @media (min-width: 992px) {
.reserve__image-grid {
	height: 675px;
}
}
.reserve__stores {
	border-top: 1px solid #ddd;
	padding: 7em 0;
}
.reserve__stores__header {
	margin-bottom: 50px;
}
.reserve__store {
	padding: 50px 0;
	border-top: 1px solid #ddd;
}
.reserve__store .store__city {
	
	font-weight: 400;
	font-size: 0.8125em;
	text-transform: uppercase;
	color: #777777;
	letter-spacing: 2px;
}
.reserve__store h3 {
	color: #525252;
}
.mobile__features {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mobile__extended {
	border-top: 1px solid #ddd;
	padding-top: 3em;
}
.mobile__features .col-md-4 h3 {
	font-size: 1.5em;
}
.mobile__images {
	padding-top: 0;
	margin-top: -4em;
}
/* =============================================================================
   author: manman.tang
   create time: 2014-04-23
   description: 
   ========================================================================== */
/*******************************global********************************/
/*搜索*/
.search_wrap {
	width: 100%;
	padding: 14px 0 14px 0;
	box-shadow: 3px 3px 3px #eeeeee inset;

	display: none;
}
.searchTitle {
	padding: 0 0 5px 5px;
	font-size: 20px;
}
.search, .map {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.pc-map-left .search {
	margin-bottom: 10px;
	overflow: hidden;
}
.map_left p {
	color: #3d3935;
}
.map_left p.map_left-p {
	font-size: 12px;
	line-height: 1.6;
	color: #bdb8b1;
	margin-top: 10px;
	width: 94%;
}
.map_left p.map_left-p span {
	font-size: 14px;
}
/*地图*/
.map_wrap {
	width: 100%;
	padding: 14px 0 0px 0;
	box-shadow: 3px 2px 0px #f7f7f7 inset;
	-webkit-box-shadow: 3px 2px 0px #f7f7f7 inset;
	-moz-box-shadow: 3px 2px 0px #f7f7f7 inset;
}
/*地图左*/
.storeInfoListContainer {
	height: 420px;
	overflow-y: scroll;
}
.map_left {
	float: left;
	width: 22%;
	max-width: 300px;
	color: #00704a;
	margin-left: 2%;
	margin-right: 1%;
	overflow: auto;
	overflow-x: hidden;
}
.map_left ul {
	width: 95%;
	overflow: hidden;
	padding-left: 0;
}
.map_left li {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 10px;
	list-style-type: none;
}
.map-select {
	background-color: #a98e66;
}
.map-select .list_no {
	background: url(../images/num_circle_sel.png) no-repeat !important;
}
.map-select table p {
	color: #FFF !important;
}
.map_left .list_no {
	background: url(../images/num_circle.png) no-repeat;
	width: 35px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #00704a;
}
.width-20 {
	width: 47px;
	vertical-align: top;
}
.width-80 {
	width: 80%;
}
/*地图列表detail*/
.mapdetail {
	background-color: #fafafa;
	font-size: 12px;
	line-height: 1.6;
	display: none;
	border-top: 1px solid #e3e3e3;
	/*width:81%;*/
	padding: 5% 0 5% 20%;
	/*margin-bottom:2%;*/
	box-shadow: 0px 2px 5px #f4f4f4 inset;
	-webkit-box-shadow: 0px 2px 5px #f4f4f4 inset;
	-moz-box-shadow: 0px 2px 5px #f4f4f4 inset;
}
.btn-search {
	margin: 0;
	width: 34px;
	height: 34px;
	padding: 0;
	margin-top: -3px;
	margin-left: 6px;
	background: url(../images/icon-magnify.png) no-repeat;
}
.mapclick {
	cursor: pointer;
}
.mapclick table {
	margin-bottom: 10px;
}
.mapdetail p {
	color: #bdb8b1;
	text-align: left;
}
.arrow_t {
	display: none;
}
/*地图右*/
.map_right {
	float: left;
	width: 73%;
	margin-right: 2%;
	max-width: 900px;
}
.map-canvas {
	height: 500px !important;
}
/* .map_right div, .map_right IMG {
  width:100%;
} */
.phone-map-left {
	display: none;
}
/*地图提示*/
.infoBox img {
	z-index: 1;
}
.map-hover {
	position: relative;
	padding-bottom: 7px;
}
.map-hover em {
	position: absolute;
	width: 12px;
	bottom: -4px;
	left: 50%;
	display: block;
	margin-left: -3px;
}
.map-wid {
	background-color: #fff;
	padding: 5px 20px;
	border: solid #a98e66;
	min-width: 200px;
	margin-left: 16px;
}
.map-wid p, .BMap_bubble_content p {
	font-size: 12px;
	line-height: 1.5;
	color: #948f87;
	width: 100%;
	white-space: nowrap;
}
.map-wid h3 {
	font-size: 16px;
}

/*地图提示 end*/
@media screen and (max-width: 1000px) {
.search_wrap {
	display: block;
}
.search {
	width: 96%;
	margin: 0 auto;
}
.map .map_left {
	display: none;
}
.map_left {
	float: left;
	width: 22%;
	max-width: 300px;
	color: #00704a;
	margin-left: 2%;
	margin-right: 1%;
	height: auto;
	overflow: auto;
}
.storeInfoListContainer {
	height: auto;
	overflow-y: visible;
}
.map_right {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.phone-map-left {
	display: block;
	width: 96%;
	float: none;
	margin: 15px auto;
	max-width: 96%;
}
.map_left ul {
	width: 100%;
	overflow: hidden;
}
.phone-map-left table {
	width: 100%;
}
.width-20 {
	width: 8%;
	text-align: center;
	min-width: 40px;
}
.width-80 {
	width: 82%;
}
.mapdetail {
	padding: 5% 0 5% 8%;
}
}
 @media screen and (max-width: 480px) {
.map-canvas {
	height: 250px !important;
}
}
#pcSearch {
	padding-left: 8px;

}
.contact__details {
	padding: 0 0 5em;
	margin-top: -2em;
}
.contact__details dl {
	border-top: 1px solid #ddd;
}
.contact__details dt {
	position: relative;
	
	font-weight: 400;
	font-size: 0.8125em;
	color: #777777;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: .5em;
}
.contact__details dd {
	padding-bottom: 40px;
	padding-right: 80px;
	border-bottom: 1px solid #ddd;
}
.contact__details dt:nth-of-type(1):after,  .contact__details dt:nth-of-type(2):after,  .contact__details dt:nth-of-type(3):after {
	
	position: absolute;
	top: 2.4em;
	right: 0;
	width: 72px;
	height: 72px;
	background: #eeeeee 50% 50% no-repeat;
	border-radius: 50%;
}
.contact__details dt:nth-of-type(1):after {
	background-image: url(../images/icon-envelope.png);
}
.contact__details dt:nth-of-type(2):after {
	background-image: url(../images/icon-phone.png);
}
.contact__details dt:nth-of-type(3):after {
	background-image: url(../images/icon-pen.png);
}
 @media (max-width: 480px) {
.landing-page-desktop {
	display: none;
}
.landing-page-mobile {
	display: block;
}
}
 @media (min-width: 479px) {
.landing-page-desktop {
	display: block;
}
.landing-page-mobile {
	display: none;
}
}
#__bs_notify__ {
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	border-radius: 0 !important;
	background: #007149 !important;
}
.form-1 {
	margin: 0;
	padding: 0;
	height: auto;
	background: transparent;
	float: left;
	margin-top: 25px;
}
.form-1 .makedefault {
	color: #aa8e64 !important;
	cursor: pointer;
}
.unuse {
	color: #bbb !important;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
}
.form-1 a:hover {
	background: transparent !important;
}
.add-1 {
	float: left;
	padding-bottom: 0px !important;
	color: #000;
}
.add-2 {
	padding-top: 10px !important;
	padding-bottom: 0px !important;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 100px;
	word-wrap: break-word;
	word-break: normal;
}
.add-3 {
	padding-top: 0px !important;
	margin-bottom: 0px !important;
}
.juhua {
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	left: 50%;
	margin-top: 10px;
	display: none;
}
#lostcard {
	margin-top: 0px;
}
canvas {
	width: 100% !important;
	height: auto !important;
}
#the-canvas {
	margin-top: 60px;
}
.form-group.no-margin {
	margin-bottom: 20px;
}
/*2015-07-14*/
html, body {
	min-height: 100.1%;
}
.table-striped th span {
	display: inline-block;
	vertical-align: -3px;
	margin-left: 3px;
	width: 14px;
	height: 16px;
	background: url(../images/to_bottom.jpg) no-repeat;
	cursor: pointer;
}
.table-striped th span.active {
	background: url(../images/to_top.jpg) no-repeat;
}
.table-striped thead th {
	letter-spacing: 0 !important;
}
.add-2 {
	clear: both;
}
.addresses p {
	padding: 0;
}
.form-1 {
	margin-top: 18px;
	width: 50%;
}
.addresses .add-1, .addresses .add-2, .addresses .add-3 {
	padding: 10px 30px;
}
.addresses .add-1 {
	width: 50%;
}
.unuse, .makedefault {
	float: none !important;
	display: block !important;
	margin: 0;
	padding: 0;
}
#product-builder {
	font-size: 0;
}
#product-builder .product-grid__product {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.dropdown-menu {
	min-width: 240px;
}
.dropdown-menu .table-condensed {
	width: 100%;
}
 @media screen and (min-width: 1000px) {
.table-striped {
	table-layout: fixed;
}
}
 @media screen and (max-width: 640px) {
.form-group .col-xs-5 {
	width: 100%;
}
.form-group .col-xs-2 {
	width: 50%;
}
.table > tbody > tr > th {
	padding: 30px 10px;
}
.form-group .control-label {
	display: inline;
}
.table-striped thead th {
	padding-top: 20px;
}
.addresses .add-1,  .form-1 {
	float: none !important;
	width: auto;
	padding: 10px 30px;
	margin-top: 0;
	display: block;
}
}
.btn {
	white-space: normal !important;
}
.last-buttons .last-btn {
	display: none;
}
 @media screen and (max-width: 640px) {
.datesrc .last-buttons .btn {
	display: none;
}
.datesrc .last-buttons .last-btn {
	display: block;
}
}
.mod101 .mod-left {
	width: 50%;
	margin: 0 auto;
}
.mod101 .mod-right {
	width: 50%;
	margin: 0 auto;
}
.mod101 .mod-content {
	background: #eee;
	padding: 70px 100px;
}
.mod102 .mod-left {
	float: left;
	width: 50%;
}
.mod102 .mod-left .text-center {
	text-align: right;
}
.mod102 .mod-right {
	float: left;
	width: 50%;
}
.mod102 .mod-right .text-center {
	text-align: left;
}
.mod102 .mod-content {
	padding: 50px 50px 200px 50px;
}
.mod102 .form-group {
	text-align: center;
	margin-top: 4em;
}
.mod102 .edmtitle {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
.mod103 {
	max-width: 750px;
	margin: 0 auto;
}
.mod103 .mod-content {
	background: #eee;
	padding: 70px 100px;
}
.mod103 textarea {
	height: 160px;
}
.mod104 {
	text-align: center;
	color: #aa8e64;
	font-size: 36px;
	line-height: 1.8;
}
 @media screen and (max-width: 640px) {
.mod101 .mod-left,  .mod101 .mod-right {
	width: auto;
}
.mod101 .mod-left {
	margin-bottom: 4em;
}
.mod101 .mod-content {
	padding: 30px;
}
.mod102 .mod-left,  .mod102 .mod-right {
	padding: 0;
	width: auto;
	float: none;
	border: none;
}
.mod102 .mod-content {
	padding: 30px;
}
.mod102 h1 {
	font-size: 2em;
}
.mod103 .mod-content {
	padding: 30px;
}
.mod104 {
	font-size: 18px;
}
}
/*2015.7.23*/
.mod101 form, .mod102 form, .mod103 form, .mod104 form {
	background: none;
	padding: 0;
	margin: 0;
}
.career__listing a {
	padding: 25px 50px 25px 0;
}
.mosaic {
	overflow: hidden;
	min-height: 600px;
}
.mosaic .product {
	float: left;
}
.mosaic .productlist1 {
	z-index: 1;
}
.mosaic .productlist3 {
	clear: both;
	margin-top: -25%;
}
 @media screen and (max-width: 768px) {
.mosaic .product {
	float: none;
	width: auto;
	margin-top: 0;
}
}
.reserve-tab {
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 50px;
}
.reserve-tab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.reserve-tab .hd {
	font-size: 0;
	background: #ededed;
	text-align: center;
}
.reserve-tab .hd a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px 25px;
	color: #858585;
	font-size: 14px;
}
.reserve-tab .hd a.active {
	background: #626262;
	color: #fff;
}
.reserve-tab .block--text-image-split, .reserve-tab .block--divider {
	display: none;
}
.block--text-image-split h3 {
	margin-top: 0;
	word-wrap: break-word;
	word-break: break-word;
}
.block--heading h3 {
	margin-top: 0;
	word-wrap: break-word;
	word-break: break-word;
}
.table-striped thead > tr > th {
	white-space: nowrap;
}
.btn {
	padding: 0.9em 1.6em 0.8em;
}
.menu__listing p a, .section--related p a {
	color: #707070;
}
.form-group {
	position: relative;
}
.capStatus {
	position: absolute;
	right: 10px;
	top: 41px;
	width: 30px;
	height: 30px;
	background: url(../images/icon2.png) no-repeat;
	display: none;
}
.mod103 .form-group > label {
	letter-spacing: 2px;
}
.mod103 textarea {
	height: 120px;
}
.store-td > tbody + tbody {
	border-top: none;
}
.store-td > thead > tr > th {
	padding: 20px;
}
.store-td > thead > tr > th p {
	margin-bottom: 0;
}
.table.table-striped.store-td td, .table.table-striped.store-td th {
	text-align: center;
	vertical-align: middle;
}
.lang_en .table.table-striped.store-td td, .lang_en .table.table-striped.store-td th {
	word-wrap: break-word;
	word-break: keep-all;
}
.store-td td p {
	margin-bottom: 0;
}
.store-td {
	table-layout: fixed;
}
 @media screen and (max-width: 320px) {
.table.table-striped.store-td td, .table.table-striped.store-td th {
	padding: 5px;
}
.reserve-tab .hd-tit a {
	padding: 20px;
}
}
.career_page p {
	height: 115.2px;
}
.reward_page_en {
	height: 144px;
}
.reward_page_cn {
	height: 86.4px;
}
#seasonal_terms {
	color: red;
}
#old_terms {

	color: red;
}
#show_seasonal_terms {
	display: none;
}
#show_old_terms {
	display: none;
}
#newterms {
	color: red;
}
#show_newterms {
	display: none;
}
.reserve-stores .container, .reserve-stores .header-container, .reserve-stores .block--divider.divider--whitespace {
	display: none;
}
.reserve-stores h2:after, .reserve-stores .h2:after {
	border-top: none;
}
.reserve-stores .img {
	width: 100%;
}
.reserve-stores .mob {
	display: none;
}
.reserve-stores .r1 {
	position: relative;
	min-height: 100vh;
	margin-top: -124px;
	padding-top: 124px;
	background-size: cover;
	background-image: url(../images/1-1.jpg);
	background-position: center center;
	background-color: #292929;
	width: 100%;
}
.origami .r1 {
	position: relative;
	min-height: 100vh;
	margin-top: -124px;
	padding-top: 124px;
	background-size: cover;
	background-image: url(../images/origami.jpg) !important;
	background-position: center center;
	background-color: #292929;
	width: 100%;
}
 @media (max-width: 560px) {
.origami .r1 {
	position: relative;
	min-height: 100vh;
	margin-top: -124px;
	padding-top: 124px;
	background-size: cover;
	background-image: url(../images/origami_mobile.jpg) !important;
	background-position: center center;
	background-color: #292929;
	width: 100%;
}
}
.reserve-stores .r1 .m1 {
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.reserve-stores .r1 .m1 i {
	width: 183px;
	display: block;
	margin: 0 auto 2.2% auto;
}
.reserve-stores .r1 .m1 h1 {
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 14px 0;
	line-height: 1.1;
	color: #fff;
}
.reserve-stores .r1 .m1 h1.cn-h1 {
	margin: 0 0 44px 0;
}
 @media (max-width: 560px) {
.reserve-stores .r1 .m1 h1.cn-h1 {
	font-size: 20px !important;
}
}
.reserve-stores .r1 .m1 h2 {
	font-size: 18px;
	font-weight: 300;
	margin: 30px 0 14px 0;
	line-height: 1.8;
	color: #fff;
}
.reserve-stores .select-box {
	width: 390px;
	height: 42px;
	line-height: 42px;
	text-indent: 5px;
	background-color: #fff;
	color: #525252;
	position: relative;
	margin: 0 auto 5.6% auto;
	text-align: left;
	padding-left: 0.5%;
	font-size: 14px;
}
.reserve-stores .select-text {
	height: 42px;
	background: url(../images/1-3.jpg) no-repeat right 0;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reserve-stores .select-option {
	padding-left: 0;
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	top: 42px;
	height: 250px;
	overflow-y: scroll;
	width: 100%;
}
.reserve-stores .select-option li {
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	width: 98%;
	padding-left: 2%;
	list-style-type: none;
}
.reserve-stores .select-option li.seleced {
	background: #aa8f62;
	color: #fff;
}
.reserve-stores .r2 {
	background-color: #fff;
	padding: 54px 0 26px 0;
}
.reserve-stores .r2 .m1 {
	width: 36%;
	margin: 0 auto 26px auto;
	border-bottom: 1px solid #aeaeae;
}
.reserve-stores .r2 .m1 .td-img {
	vertical-align: top;
	padding-right: 3%;
	width: 34px;
	display: inline-block;
}
.reserve-stores .r2 .m1 td:last-child {
	width: 93%;
}
.reserve-stores .r2 .m1 h10 {
	color: #000000;
	font-family: 1.1875em !important;
	/*19px*/
	margin-bottom: 18px;
	display: block;
}
.reserve-stores .r2 .m1 p {
	color: #848484;
	font-size: 0.875em;
	/*14px*/
	line-height: 1.4;
	padding-bottom: 26px;
	word-wrap: break-word;
}
 @media screen and (max-width: 1024px) {
.reserve-stores .r2 .m1 {
	width: 88%;
}
}
 @media screen and (max-width: 768px) {
.reserve-stores .select-box {
	margin: 0 auto 24% auto;
	width: 64%;
}
}
 @media screen and (max-width: 420px) {
.reserve-stores .select-box {
	margin: 0 auto 12% auto;
	width: 64%;
}
.reserve-stores .select-box {
	width: 70%;
}
}
.reserve-stores .select-option {
	-ms-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	top: 42px;
	height: 250px;
	overflow-y: scroll;
	width: 100%;
}
.reserve-stores .r2 .m1 p {
	color: #5d5d5d;
}
#mooncake16 {
	background: #F6EFE3;
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
}
 @media (min-width: 992px) {
#mooncake16 {
	font-size: 18px;
}
}
#mooncake16 a {

	transition: 0.2s ease-in-out;
}
#mooncake16 a:hover h4 {

	color: #177cc1;
}
#mooncake16 section {
	position: relative;
	display: block;
	text-align: center;
	z-index: 5;
	padding: 8% 0;
}
 @media (max-width: 767px) {
#mooncake16 section {
	padding: 10% 0;
}
}
#mooncake16 section img.title {
	height: 20px;
	margin-bottom: 25px;
}
 @media (min-width: 992px) {
#mooncake16 section img.title {
	height: 35px;
}
}
#mooncake16 h1 {
	font-size: 32px;
}
 @media (max-width: 767px) {
#mooncake16 h1 {
	font-size: 24px;
}
}
 @media (min-width: 1200px) {
#mooncake16 h1 {
	font-size: 40px;
}
}
#mooncake16 h4 {
	color: #525252;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 50px;
	transition: 0.2s ease-in-out;
}
 @media (max-width: 1199px) {
#mooncake16 h4 {
	font-size: 16px;
}
}
 @media (max-width: 767px) {
#mooncake16 h4 {
	font-size: 16px;
}
}
#mooncake16 h3 {
	color: #525252;
}
 @media (max-width: 767px) {
#mooncake16 h3 {
	font-size: 18px;
}
}
#mooncake16 img.wave {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#mooncake16 img.wave.bottom {
	top: auto;
	bottom: 0;
}
#mooncake16 .container {
	position: relative;
}
#mooncake16 .container .row {
	position: relative;
	z-index: 2;
}
#mooncake16 .container .button {
	border: 1px solid #177cc1;
	background: #177cc1;
	color: #fff;
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	padding: 10.5px 30px;
	position: relative;
	z-index: 2;
	transition: 0.2s ease-in-out;
}
 @media (max-width: 767px) {
#mooncake16 .container .button {
	padding: 8px 30px;
	font-size: 12px;
}
}
#mooncake16 .container .button:before {
	
	position: absolute;
	left: -35%;
	width: 150%;
	height: 150%;
	background: #927750;
	top: -50%;
	z-index: -1;
	transition: 0.2s ease-in-out;
	-webkit-transform: translate3d(0, -120%, 0) rotate3d(0, 0, 1, -30deg);
	transform: translate3d(0, -120%, 0) rotate3d(0, 0, 1, -30deg);
}
#mooncake16 .container .button.close {
	display: none;
	opacity: 1;
	background: url("../images/close.png") 50% 50% no-repeat #177cc1;
	width: 40px;
	height: 40px;
	padding: 0;
}
 @media (max-width: 767px) {
#mooncake16 .container .button.close {
	display: block;
}
}
 @media (min-width: 768px) {
#mooncake16 .container .button {
	font-size: 14px;
}
}
#mooncake16 .container .button-detail {
	border: 1px solid #177cc1;
	display: inline-block;
	padding: 10.5px 30px;
	color: #177cc1;
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	transition: 0.2s ease-in-out;
}
#mooncake16 .container .button-detail:hover {
	color: #9E8157;
	border-color: #9E8157;
}
 @media (max-width: 767px) {
#mooncake16 .container .button-detail {
	padding: 8px 30px;
	font-size: 12px;
}
}
#mooncake16 .container .products {
	display: inline-block;
	margin-top: 60px;
	width: 100%;
}
 @media (max-width: 767px) {
#mooncake16 .container .products {
	margin-top: 20px;
}
}
#mooncake16 .container .products div.product-grid__product {
	padding-left: 5px;
	padding-right: 5px;
}
#mooncake16 .container .products div.product-grid__product img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: 0.2s ease-in-out;
	opacity: 0.95;
}
 @media (min-width: 992px) {
#mooncake16 .container .products div.product-grid__product p {
	font-size: 16px;
}
}
#mooncake16 .container .products div.product-grid__product:hover img {
	opacity: 1;
}
#mooncake16 .container .products .center {
	float: left;
}
 @media (min-width: 992px) {
#mooncake16 .container .products .center {
	display: inline-block;
	float: none;
}
}
#mooncake16 .container .products.box div img {
	max-width: 320px;
	transition: 0.2s ease-in-out;
}
 @media (max-width: 767px) {
#mooncake16 .container .products.box div img {
	max-width: 230px;
}
}
#mooncake16 .container .products.box div h4 {
	font-weight: 700;
	margin-bottom: 25px;
}
#mooncake16 .container .products.box div .button {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}
#mooncake16 .container .products.box div .button:hover {
	background-color: #9E8157;
	transition: background-color 0s 0.3s;
}
#mooncake16 .container .products.box div .button:hover:before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}
 @media (min-width: 768px) {
#mooncake16 .container .products.box div .button {
	margin-bottom: 0;
}
}
#mooncake16 .container .products.mooncake .row {
	text-align: center;
}
#mooncake16 .container .products.mooncake .row img {
	max-width: 190px;
}
 @media (max-width: 767px) {
#mooncake16 .container .products.mooncake .row img {
	max-width: 140px;
}
}
#mooncake16 .container .products.mooncake .row div {
	position: relative;
}
#mooncake16 .container .products.mooncake .row div h4 {
	float: left;
	position: relative;
	min-height: 44px;
	width: 100%;
}
 @media (max-width: 767px) {
#mooncake16 .container .products.mooncake .row div h4 {
	min-height: 30px;
}
}
#mooncake16 .container .products.mooncake .row div h4:after {
	
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;

	transition: 0.2s ease-in-out;
}
#mooncake16 .container .products.mooncake .row div p {
	margin-bottom: 0;
	font-size: 14px;
	left: 0;
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
}
 @media (max-width: 767px) {
#mooncake16 .container .products.mooncake .row div p {
	font-size: 12px;
}
}
#mooncake16 .container .products.mooncake .row div p.tag {
	text-decoration: underline;
	line-height: 100%;
	color: #177cc1;
	bottom: 0px;
}
#mooncake16 .container .products.mooncake .row div a:hover h4:after {
	bottom: -5px;
	visibility: visible;
	opacity: 1;
}
#mooncake16 .container .products.mooncake.venti .row .center, #mooncake16 .container .products.mooncake.tall .row .center {
	display: inline-block;
	float: none;
}
 @media (max-width: 767px) {
#mooncake16 .container .products.mooncake.venti .row .center, #mooncake16 .container .products.mooncake.tall .row .center {
	float: left;
}
}
#mooncake16 .container ul.list {
	padding: 0;
	list-style: none;
}
#mooncake16 .container ul.list li {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
	width: 33.3%;
}
 @media (max-width: 767px) {
#mooncake16 .container ul.list li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
}
#mooncake16 .container ul.list li p {
	font-size: 16px;
}
 @media (max-width: 1199px) {
#mooncake16 .container ul.list li p {
	font-size: 14px;
}
}
 @media (max-width: 767px) {
#mooncake16 .container ul.list li p {
	font-size: 12px;
}
}
#mooncake16 .container ul.list li a {
	padding: 0 5%;
	display: block;
	color: #707070;
	text-decoration: none;
}
#mooncake16 .container ul.list li a:hover {
	color: #177cc1;
}
#mooncake16 .container .elements {
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#mooncake16 .container .elements .bubble {
	top: -5%;
	right: -10%;
	position: absolute;
	width: 45%;
}
#mooncake16 .container .details .box-item span {
	overflow: hidden;
	display: block;
	position: relative;
}
#mooncake16 .container .details .box-item span img {
	width: 100%;
}
#mooncake16 .container .details .box-item span span {
	transition: 0.3s ease-in-out;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
#mooncake16 .container .details .box-item span:hover span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#mooncake16 .container .details .box-item.item-1, #mooncake16 .container .details .box-item.item-3 {
	margin-bottom: 26px;
}
 @media (max-width: 767px) {
#mooncake16 .container .details .box-item {
	margin-bottom: 26px;
}
}
#mooncake16 .container .details.tall .box-item {
	cursor: pointer;
}
#mooncake16 .container .details.tall .box-item.item-1 span span {
	background: url("../images/1.jpg");
	background-size: cover;
}
#mooncake16 .container .details.tall .box-item.item-2 span span {
	background: url("../images/2.jpg");
	background-size: cover;
}
#mooncake16 .container .details.tall .box-item.item-3 span span {
	background: url("../images/3.jpg");
	background-size: cover;
}
#mooncake16 .container .details.tall .box-item.item-4 span span {
	background: url("../images/4.jpg");
	background-size: cover;
}
#mooncake16 .container .details.tall .box-item.item-5 span span {
	background: url("../images/5.jpg");
	background-size: cover;
}
#mooncake16 .container .details.venti .box-item {
	cursor: pointer;
}
#mooncake16 .container .details.venti .box-item.item-1 span span {
	background: url("../images/1.jpg");
	background-size: cover;
}
#mooncake16 .container .details.venti .box-item.item-2 span span {
	background: url("../images/2.jpg");
	background-size: cover;
}
#mooncake16 .container .details.venti .box-item.item-3 span span {
	background: url("../images/3.jpg");
	background-size: cover;
}
#mooncake16 .container .details.venti .box-item.item-4 span span {
	background: url("../images/4.jpg");
	background-size: cover;
}
#mooncake16 .container .details.venti .box-item.item-5 span span {
	background: url("../images/5.jpg");
	background-size: cover;
}
#mooncake16 .container .details.grande .box-item {
	cursor: pointer;
}
#mooncake16 .container .details.grande .box-item.item-1 span span {
	background: url("../images/1.jpg");
	background-size: cover;
}
#mooncake16 .container .details.grande .box-item.item-2 span span {
	background: url("../images/2.jpg");
	background-size: cover;
}
#mooncake16 .container .details.grande .box-item.item-3 span span {
	background: url("../images/3.jpg");
	background-size: cover;
}
#mooncake16 .container .details.grande .box-item.item-4 span span {
	background: url("../images/4.jpg");
	background-size: cover;
}
#mooncake16 .container .details.grande .box-item.item-5 span span {
	background: url("../images/5.jpg");
	background-size: cover;
}
 @-webkit-keyframes anim-naira-1 {
 50% {
 -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 100% {
 -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 -ms-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 -o-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes anim-naira-1 {
 50% {
 -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 100% {
 -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 -ms-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
 -o-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
}
}
#mooncake16 #hero {
	padding: 0;
}
#mooncake16 #box-list {
	background: url("../images/bg-dark.png") 0 0 repeat;
}
#mooncake16 #box-list .container .elements img {
	position: absolute;
}
#mooncake16 #box-list .container .elements img.star {
	left: -200px;
	top: -80px;
	width: 700px;
}
#mooncake16 #box-list .container .elements img.moon {
	left: 20px;
	top: -70px;
	width: 80px;
}
 @media (min-width: 768px) {
#mooncake16 #box-list .container .elements img.moon {
	left: 40px;
	top: -120px;
	width: 134px;
}
}
#mooncake16 #box-list .container .elements img.star.bottom {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: auto;
	right: -200px;
	top: auto;
	bottom: 0px;
	width: 700px;

}
#mooncake16 #box-list .container .row .header-text img.title,  #mooncake16 #box-list .container .row .header-text p {
	position: relative;
	z-index: 2;
}
#mooncake16 #box-list .container .row .header-text p {
	color: #707070;
}
#mooncake16 #box-list .container .row .details {
	display: block;
	margin: 100px 0;
}
 @media (max-width: 767px) {
#mooncake16 #box-list .container .row .details {
	margin: 40px 0;
}
}
#mooncake16 #box-list .container .row .details .box-item {
	cursor: pointer;
	display: block;
}
 @media (max-width: 767px) {
#mooncake16 #box-list .container .row .details .box-item {
	margin-bottom: 20px;
}
}
#mooncake16 #box-list .container .row .details .box-item:nth-child(1) span span {
	background: url("../images/1.jpg");
	background-size: cover;
}
#mooncake16 #box-list .container .row .details .box-item:nth-child(2) span span {
	background: url("../images/2.jpg");
	background-size: cover;
}
#mooncake16 #box-list .container .row .details .box-item:nth-child(3) span span {
	background: url("../images/3.jpg");
	background-size: cover;
}
#mooncake16 #mooncake-list {
	background: url("../images/bg-light.png") 0 0 repeat;
	padding: 15% 0;
}

 @media (max-width: 767px) {
#mooncake16 #mooncake-list {
	padding: 20% 0;
}
}
#mooncake16 #mooncake-list .box-item h4 {
	margin-bottom: 16px;
}
#mooncake16 #dishes {
	background: url("../images/bg-dark.png") 0 0 repeat;
	z-index: 3;
	padding: 2% 0 4%;
}
 @media (max-width: 767px) {
#mooncake16 #dishes {
	padding: 2% 0 10%;
}
}
#mooncake16 #dishes .container img.cloud {
	position: absolute;
	right: 0;
	bottom: 3%;
	width: 15%;
}
#mooncake16 #dishes .container .dishes {
	display: inline-block;
	margin: 0px 0 -40px -50%;
	max-width: 860px;
	position: relative;
	width: 80%;
}
 @media (max-width: 767px) {
#mooncake16 #dishes .container .dishes {
	margin: 20px auto 80px;
}
}
#mooncake16 #dishes .container .dishes img {
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
}
#mooncake16 #dishes .container .dishes img.cloud {
	bottom: auto;
	top: 20%;
	right: -15%;
	position: absolute;
	width: 38%;
	z-index: 0;
}
#mooncake16 #dishes .container .dishes span {
	position: absolute;
	width: 240px;
	top: 8%;
	font-size: 16px;
	left: 70%;
}
#mooncake16 #dishes .container .dishes span:last-child {
	left: 50%;
	top: auto;
	bottom: 3%;
}
 @media (max-width: 767px) {
#mooncake16 #dishes .container .dishes span {
	font-size: 12px;
	top: -10px;
	width: 100px;
}
#mooncake16 #dishes .container .dishes span:last-child {
	bottom: -10%;
	left: 55%;
}
}
#mooncake16 #dishes .container .row .text {
	float: right;
}
#mooncake16 #dishes .container .row .text p,  #mooncake16 #dishes .container .row .text ol {
	text-align: left;
}
#mooncake16 #dishes .container .row .text ol {
	padding-left: 30px;
}
#mooncake16 #dishes .container .row .text ol li {
	list-style-type: disc;
}
#mooncake16 #dishes .container .row .text a.button {
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
}
#mooncake16 #dishes .container .row .text a.button:hover {
	background-color: #9E8157;
	transition: background-color 0s 0.3s;
}
#mooncake16 #dishes .container .row .text a.button:hover:before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}
 @media (min-width: 992px) {
#mooncake16 #dishes .container .row .text {
	text-align: left;
}
#mooncake16 #dishes .container .row .text p {
	text-align: left;
}
}
#mooncake16 #gift {
	background: url("../images/bg-light.png") 0 0 repeat;
	padding: 16% 0 13% 0;
}
 @media (max-width: 767px) {
#mooncake16 #gift {
	padding: 20% 0;
}
}
#mooncake16 #gift .gift {
	position: relative;
}
#mooncake16 #gift .gift .images {
	display: block;
	margin: 100px auto 40px;
	width: 45%;
}
#mooncake16 #gift .gift .images img {
	position: relative;
	width: 100%;
	z-index: 2;
}
#mooncake16 #gift .gift .images img.bg {
	left: 25%;
	position: absolute;
	top: 7%;
	width: 60%;
	z-index: 1;
}
 @media (max-width: 767px) {
#mooncake16 #gift .gift .images img.bg {
	left: 8%;
	top: 10%;
	width: 85%;
}
}
 @media (max-width: 767px) {
#mooncake16 #gift .gift .images {
	width: 70%;
}
}
#mooncake16 #gift .gift ul {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
}
#mooncake16 #gift .gift ul li {
	box-sizing: border-box;
	float: left;
}
#mooncake16 #gift .gift ul li h4 {
	margin-bottom: 25px;
}
#mooncake16 #gift .gift ul li p.prize {
	color: #177cc1;
}
#mooncake16 #giftcard {
	background: url("../images/bg-dark.png") 0 0 repeat;
	padding: 7% 0 15%;
}
#mooncake16 #giftcard.bottom {
	padding: 0px;
}
#mooncake16 #giftcard h4 {
	margin-bottom: 25px;
}
#mooncake16 #giftcard .images {
	margin: 60px auto 40px;
	width: 42%;
}
 @media (max-width: 767px) {
#mooncake16 #giftcard .images {
	width: 72%;
}
}
#mooncake16 #box-masthead {
	background: url("../images/bg-dark.png") 0 0 repeat;
	padding: 80px 0 8%;
}
#mooncake16 #box-masthead .col-left {
	text-align: left;
}
 @media (max-width: 767px) {
#mooncake16 #box-masthead .col-left {
	text-align: center;
}
}
#mooncake16 #box-masthead .col-left .button {
	display: inline-block;

	margin: 10px 0 20px 0;
	overflow: hidden;
}
#mooncake16 #box-masthead .col-left .button:hover {
	background-color: #9E8157;
	text-decoration: none;
	transition: background-color 0s 0.3s;
}
#mooncake16 #box-masthead .col-left .button:hover:before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}
#mooncake16 #box-masthead .col-right img {
	position: relative;
	max-width: 420px;
	margin-top: -8%;
	width: 75%;
	z-index: 1;
}
 @media (max-width: 767px) {
#mooncake16 #box-masthead .col-right img {
	margin-top: 0;
}
}
#mooncake16 #box-masthead .col-right img.seastar {
	bottom: 10%;
	position: absolute;
	left: 8%;
	margin: 0;
	max-width: 90%;
	width: 90%;
	z-index: 0;
}
#mooncake16 #box-details {
	padding: 16% 0 13% 0;
	background: url("../images/bg-light.png") 0 0 repeat;
}
#mooncake16 #box-details .details {
	display: inline-block;
	margin-top: 8%;
	width: 100%;
}
 @media (max-width: 767px) {
#mooncake16 #box-details .details {
	margin-top: 10%;
}
}
#mooncake16 #box-others {
	background: url("../images/bg-dark.png") 0 0 repeat;
}
#mooncake16 #box-others .elements .star {
	position: absolute;
}
#mooncake16 #box-others .elements .star.top {
	top: 0;
	right: -20%;
}
#mooncake16 #box-others .elements .star.bottom {
	bottom: 0;
	left: -20%;
}
#mooncake16 .overlay {
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	transition: 0.2s ease-in-out;
}
#mooncake16 .carousel {
	cursor: default;
	background: #fff;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 90%;
	max-width: 1024px;
}
#mooncake16 .carousel .carousel-inner > .item {
	transition: 0s ease-in-out;
}
#mooncake16 .carousel .carousel-control {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 80px;
	width: 60px;
	margin: 15px;
}
#mooncake16 .carousel .carousel-control .glyphicon-chevron-left,  #mooncake16 .carousel .carousel-control .glyphicon-chevron-right,  #mooncake16 .carousel .carousel-control .icon-prev,  #mooncake16 .carousel .carousel-control .icon-next {
	margin-top: -15px;
}
#mooncake16 .carousel .carousel-control .glyphicon-chevron-left:active,  #mooncake16 .carousel .carousel-control .glyphicon-chevron-right:active,  #mooncake16 .carousel .carousel-control .icon-prev:active,  #mooncake16 .carousel .carousel-control .icon-next:active {
	opacity: 0.7;
}
 @media (max-width: 767px) {
#mooncake16 .carousel .carousel-control {
	height: 50px;
	width: 50px;
}
#mooncake16 .carousel .carousel-control .glyphicon-chevron-left,  #mooncake16 .carousel .carousel-control .glyphicon-chevron-right,  #mooncake16 .carousel .carousel-control .icon-prev,  #mooncake16 .carousel .carousel-control .icon-next {
	margin-top: -12px;
}
}
#mooncake16 .carousel#carousel-box-details {
	text-align: center;
}
#mooncake16 .carousel#carousel-box-details .carousel-caption {
	display: inline-block;
	padding: 4px 20px;
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: rgba(0, 0, 0, 0.8);
	width: auto;
}
 @media (max-width: 767px) {
#mooncake16 .carousel#carousel-box-details .carousel-caption {
	padding: 2px 10px;
	bottom: 10px;
}
}
#mooncake16 .carousel#carousel-mooncakes .carousel-inner > .item > img {
	width: 50%;
}
 @media (max-width: 767px) {
#mooncake16 .carousel#carousel-mooncakes .carousel-inner > .item > img {
	width: 100%;
	margin-top: -25%;
}
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption {
	color: #707070;
	height: 100%;
	text-shadow: none;
	left: 50%;
	padding: 5%;
	top: 0;
	background: url("../images/star.png") top right no-repeat;
	width: 50%;
	background-size: 80%;
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div {
	margin-top: 30%;
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div div {
	font-size: 14px;
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div div span {
	margin-right: 20px;
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div div a {
	padding: 0 10px;
}
 @media (max-width: 767px) {
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div div {
	font-size: 12px;
}
}
 @media (max-width: 767px) {
#mooncake16 .carousel#carousel-mooncakes .carousel-caption {
	position: relative;
	left: 0;
	width: 100%;
}
#mooncake16 .carousel#carousel-mooncakes .carousel-caption div {
	margin-top: 5%;
}
}
#mooncake16 section.carousel-open .overlay {
	visibility: visible;
	opacity: 1;
}
.wechat #mooncake16 .product-grid__product .button {
	display: none !important;
}
.wechat #mooncake16 #box-masthead .col-left .button {
	display: none !important;
}
#teavana {
	background: url("../images/bg.jpg") 0 0 repeat;
	color: #481600;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	background-size: cover;
}
 @media (min-width: 992px) {
#teavana {
	font-size: 18px;
	line-height: 220%;
}
}
#teavana section {
	position: relative;
	display: block;
	text-align: center;
	z-index: 5;
	padding: 8% 8%;
}
 @media (max-width: 767px) {
#teavana section {
	padding: 10% 10%;
}
}
#teavana .container {
	position: relative;
}
#teavana .container .row {
	position: relative;
	z-index: 2;
}
 @media (min-width: 992px) {
#teavana .container {
	width: 840px;
}
}
#teavana .button {
	padding: 8px 20px;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	transition: 0.2s ease-in-out;
}
#teavana .button.red {
	background: #ca391b;
}
#teavana .button.red:hover {
	background: #b43318;
}
#teavana .button.yellow {
	background: #dc8005;
}
#teavana .button.yellow:hover {
	background: #c37104;
}
#teavana .button.brown {
	background: #481600;
}
#teavana .button.brown:hover {
	background: #2f0e00;
}
#teavana .button:hover {
	text-decoration: none;
}
#teavana img.banner {
	width: 100%;
}
 @media (max-width: 767px) {
#teavana img.banner {
	margin-left: -40%;
	max-width: 180%;
	width: 180%;
}
}
#teavana #intro p {
	max-width: 800px;
	margin: 0 auto 14px;

}
#teavana .row div.blacktea, #teavana .row div.greentea, #teavana .row div.cards {
	display: inline-block;
	margin-bottom: 150px;
	width: 100%;
}
 @media (max-width: 1199px) {
#teavana .row div.blacktea, #teavana .row div.greentea, #teavana .row div.cards {
	margin-bottom: 100px;
}
}
#teavana .row div.card {
	margin-bottom: 80px;
}
#teavana .row div.blacktea .img, #teavana .row div.cards .img {

	float: right;
}
#teavana .row div .text {
	color: #ca391b;
	text-align: left;
}
#teavana .row div .text h3,  #teavana .row div .text h5 {
	color: #ca391b;
	display: inline-block;
	width: 100%;
}
#teavana .row div .text h3 .icon,  #teavana .row div .text h3 span,  #teavana .row div .text h5 .icon,  #teavana .row div .text h5 span {
	margin: 0;
}
#teavana .row div .text h3 {
	margin: 0;
}
#teavana .row div .text h3 .icon {
	margin: -8px 5px 0 0;
}
#teavana .row div .text h5 {
	margin-top: 0;
}
#teavana .row div .text h5 .icon {
	margin: -2px 5px 0 0;
}
#teavana .row div .text p {
	margin-bottom: 30px;
}
#teavana .row div .text p.tip {
	margin: 5px 0 0 0;
	color: #000;
	font-size: 12px;
}
 @media (max-width: 1199px) {
#teavana .row div .text {
	text-align: left !important;
}
#teavana .row div .text h3 {
	line-height: 120%;
	margin-bottom: 20px !important;
}
#teavana .row div .text p {
	text-align: left !important;
}
}
#teavana .row div .img {
	position: relative;
}
#teavana .row div .img img.product {
	position: absolute;
	left: -30%;
	top: -30px;
	max-width: 200%;
	width: 200%;
}
 @media (max-width: 1199px) {
#teavana .row div .img {
	float: left;
}
#teavana .row div .img img.product {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 50px 0px -70px -15%;
	width: 164%;
}
}
#teavana .row div.greentea .text {
	text-align: right;
}
#teavana .row div.greentea .text h3,  #teavana .row div.greentea .text h5 {
	color: #dc8005;
}
#teavana .row div.greentea .text p {
	color: #dc8005;
	text-align: right;
}
#teavana .row div.greentea .text p.tip {
	color: #000;
}
#teavana .row div.greentea .text p span {
	font-size: 16px;
	line-height: 180%;
}
 @media (max-width: 767px) {
#teavana .row div.greentea .text p span {
	font-size: 14px;
}
}
#teavana .row div.greentea .text p span span {
	font-size: 14px;
	display: block;
	width: 100%;
}
 @media (max-width: 767px) {
#teavana .row div.greentea .text p span span {
	font-size: 12px;
}
}
#teavana .row div.greentea .img img.product {
	left: auto;
	right: -30%;
	max-width: 180%;
	width: 180%;
}
 @media (max-width: 1199px) {
#teavana .row div.greentea .img img.product {
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0px 0px -80px -30%;
	width: 150%;
}
}
#teavana .row div.cards .text h3,  #teavana .row div.cards .text h5 {
	color: #481600;
}
#teavana .row div.cards p {
	color: #481600;
}
#teavana .row div.cards p img {
	margin: -5px 1px 0 1px;
}
#teavana .row div.cards p.cardtip {
	color: #481600;
	display: none;
}
 @media (max-width: 1199px) {
#teavana .row div.cards p.cardtip {
	display: block;
}
}
#teavana .row div.cards .img img.product {
	position: relative;
	left: 0;
	max-width: 100%;
	width: 100%;
}
#teavana .row div.cards .img p.cardtip {
	margin-top: -100px;
	position: relative;
	z-index: 1;
	display: block;
}
#teavana .row div.cards .img p.cardtip span {
	font-size: 14px;
}
 @media (max-width: 1199px) {
#teavana .row div.cards .img p.cardtip {
	display: none;
}
}
 @media (max-width: 1199px) {
#teavana .row div.cards .img {
	float: left;
}
#teavana .row div.cards .img img.product {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0px;
	width: 90%;
}
}
#teavana .row div.back a {
	padding: 5px 0;
	color: #481600;
	border-top: 2px solid #481600;
}
#teavana .row div.back a:hover {
	text-decoration: none;
	color: #2f0e00;
	border-color: #2f0e00;
}
/*----------------补充2017年6月3日 16:59:31-----------------*/
.fullpic{
	width:100%;
	overflow:hidden;
}
.fullpic img{
	width:100%;
}
.index_about{
	padding:45px 20px 30px;
	overflow:hidden;
	min-height:200px;
	background:url(index_about_bg.jpg);
	background-size:100% 100%;
}
.index_about,.index_about a{
	color:#fff;
}
div.in_p dl.title{
	font-size: 20px;
	line-height:30px;
	text-align:center;
}
div.in_p dl.title span{
	font-size:18px;
	line-height:24px;
	display:block;
}
div.in_p dl.content{
	font-size:16px;
	line-height:24px;
	margin:0px;
}
.index_about a{
	width:50%;
	text-align:center;
	line-height:35px;
	display:block;
	background:#0081d3;
	margin:5px auto;
	border-radius:3px;
}
.index_team{
	padding:45px 0px 0px;
	overflow:hidden;
	min-height:200px;
	background:#fff;
	position:relative;
}
.index_team ul,.index_team li{
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.index_team dl.title{
	color:#00a2dd;
}
.index_team dl.title span{
	color:#666;
}
.index_news{
	overflow:hidden;
	background:#00a2dd;
	padding:45px 0px;
}
.index_news a,.index_news .title{
	color:#fff;
}
.index_news ul.list{
	padding:0px;
	margin:0px;
	width:100%;
	padding:10px;	
}
.index_news ul.list li{
	border-bottom:#accdd8 1px solid;
	line-height:28px;
	font-size:18px;
	padding:6px 0px;
}
.index_news ul.list li span{
	font-size:14px;
	line-height:24px;
	width:100%;
	height:24px;
	overflow:hidden;
	display:block;
}
.index_news ul.list li,.index_news ul.list li a{
	color:#fff;
}
.index_botmenu{
	overflow:hidden;
	background:#57595b;
	margin:0px;
	padding:0px;
}
.index_botmenu li{
	padding:0px;
	margin:0px;
	border-bottom:#8a8b8d 1px solid;
}
.index_botmenu li a{
	padding:15px 10px;
	line-height:20px;
	display:block;
	font-size:20px;
	color:#c3c4c5;
}
.index_botmenu li span{
	float:right;
	margin-right:15px;
	background:url(menu_item_a5.png) right center no-repeat;
	background-size:12px 20px;
	width:30px;
	height:24px;
}
.about_pos{
	width:100%;
	background-color:#fff;
	background:url(about_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:42px 35px;
	font-size:18px;
}
.about_desc1{
	overflow:hidden;
	background:url(about_bluebg.jpg) top left repeat-x #147dc1;
	padding:35px 0px 15px;
}
.about_desc1 a,.about_desc1 .title{
	color:#fff;
}
div.in_p.about_desc1 dl.content{
	font-size:16px;
	line-height:24px;
	color:#fff;
	padding:0px 15px;
	text-align:center;
}
.about_descs{
	overflow:hidden;
	padding:10px;
	text-align:center;
}
.about_descs img{
	width:100%;
	max-width:100%;
	margin-bottom:5px;
}
.about_descs span{
	color:#137abf;
	font-size: 16px;
	text-align:center;
	display:block;
	overflow:hidden;
	line-height: 24px;
	padding: 20px 0px 10px;
}
.about_descs p{
	font-size:14px;
	line-height:22px;
	overflow:hidden;
}
.about_botdesc{
	padding:55px 10px 30px;
	overflow:hidden;
	min-height:200px;
	background:url(about4_pic.jpg);
	background-size:100% 100%;
}
.about_botdesc,.about_botdesc a{
	color:#fff;
}
.about_copy {
	background: #f4f4f4;
	color: #808183;
	padding: 15px 0 15px 10px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.about_copy,.about_copy a{
	color: #808183;
}
.team_pos{
	width:100%;
	background-color:#fff;
	background:url(team_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:32px 35px;
	font-size:18px;
}
.team_desc1{
	overflow:hidden;
	background:url(team_bg.jpg) top left repeat-x #fff;
	padding:35px 0px 15px;
}
.team_desc1 a,.team_desc1 .title{
	color:#333;
}
div.in_p.team_desc1 dl.content{
	font-size:16px;
	line-height:24px;
	color:#fff;
	padding:0px 10px;
	text-align:center;
}
div.in_p.team_desc1 dl.content img{
	width:100%;
	max-width:100%;
	margin-bottom:10px;
}
.history_pos{
	width:100%;
	background-color:#fff;
	background:url(history_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:32px 35px;
	font-size:18px;
}
.honor_pos{
	width:100%;
	background-color:#fff;
	background:url(honor_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:38px 35px;
	font-size:18px;
}
.org_pos{
	width:100%;
	background-color:#fff;
	background:url(org_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:28px 35px;
	font-size:18px;
}
.contact_pos{
	width:100%;
	background-color:#fff;
	background:url(contact_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:35px 35px;
	font-size:18px;
}
.contact_header{
	padding:55px 10px 30px;
	overflow:hidden;
	min-height:200px;
	background:url(contact_bg.jpg);
	background-size:100% 100%;
	color:#fff;
	font-size: 18px;
	line-height: 40px;
}
.contact_desc{
	padding: 35px 10px 35px;
	overflow:hidden;
	color:#333;
	font-size: 18px;
	line-height: 28px;
}
.contact_header span,.contact_desc span{
	width:40px;
	height:1px;
	border-bottom:#7bb42d 3px solid;
	overflow:hidden;
	display:block;
	margin:8px 0px;
}
.contact_header p,.contact_desc p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom:20px;
	display:block;
}
.contact_header,.contact_header a{
	color:#fff;
}
.contact_desc,.contact_desc a{
	color:#333;
}
.pro_pos{
	width:100%;
	background-color:#fff;
	background:url(pro_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:38px 35px;
	font-size:18px;
}
.pro_desc{
	padding:15px 0px 0px;
	overflow:hidden;
	color:#0584d3;
	font-size:20px;
	line-height:40px;
	text-align:left;
}
div.in_p.team_desc1 dl.content .pro_desc img{
	width:28%;
	height:auto;
	overflow:hidden;
	display:block;
}
.pro_desc span,.pro_desc span{
	width:40px;
	height:1px;
	border-bottom:#717071 2px solid;
	overflow:hidden;
	display:block;
	margin:8px 0px;
}
.pro_desc p,.pro_desc p{
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
	display:block;
	color:#333;
}
.news_pos{
	width:100%;
	background-color:#fff;
	background:url(news_ico.jpg) 10px center no-repeat #fff;
	padding:8px 0px 7px 60px;
	line-height:45px;
	background-size:38px 35px;
	font-size:18px;
}
.team_desc1 .content ul.list{
	padding:0px;
	margin:0px;
	width:100%;
	padding:0px 0px 15px;	
}
.team_desc1 .content ul.list li{
	border-bottom:#dfe0e0 1px solid;
	line-height:20px;
	font-size:14px;
	padding:6px 0px;
	text-align:left;
	overflow:hidden;
}
.team_desc1 .content ul.list li span{
	font-size:14px;
	line-height:24px;
	width:100%;
	height:24px;
	overflow:hidden;
}
.team_desc1 .content ul.list li,.team_desc1 .content ul.list li a{
	color:#333;
}
.team_desc1 .content ul.list li img{
	width:100px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	border-radius:5px;
}
.about_descs.newsmore{
	padding-top:0px;
	text-align:left;	
	font-size:14px;
	line-height:22px;
	overflow:hidden;
}
.about_descs.newsmore img{
	margin-bottom:10px;
}
.about_descs.newsmore span{
	color:#707070;
	text-align:left;
	font-size:14px;
	line-height:22px;
}
.col-xs-5.menu_item,.col-xs-4.menu_item{
	padding:10px 5px 0px 0px;
}
.col-xs-5.menu_item img,.col-xs-4.menu_item img{
	display:block;
	cursor:pointer;
	 filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	 -webkit-filter: grayscale(100%);
	 width:30px;
	 opacity:0.6;
}
.col-xs-5.menu_item,.col-xs-5.menu_item a,.col-xs-4.menu_item,.col-xs-4.menu_item a{
	color:#999;
}
.fixed {
    top: 70px;
    position: fixed;
    margin-top: 0px;
}
.gotop{ display:block; width:30px; height:30px; position:fixed; bottom:10px; right:8px; z-index: 999999999; cursor:pointer; opacity:0.5}

.gotop img{ display:block; width:30px; height:30px; border-radius:3px;}