.royalSlider {
	width:600px;
	height:400px;
	position:relative;
	direction:ltr
}

.royalSlider>* {
	float:left
}

.rsWebkit3d .rsSlide {
	-webkit-transform:translateZ(0)
}

.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {
	-webkit-backface-visibility:hidden
}

.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform:none
}

.rsOverflow {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	float:left;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

.rsVisibleNearbyWrap {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	left:0;
	top:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

.rsVisibleNearbyWrap .rsOverflow {
	position:absolute;
	left:0;
	top:0
}

.rsContainer {
	position:relative;
	width:100%;
	height:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

.rsArrow,.rsThumbsArrow {
	cursor:pointer
}

.rsThumb {
	float:left;
	position:relative
}

.rsArrow,.rsNav,.rsThumbsArrow {
	opacity:1;
	-webkit-transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	-o-transition:opacity .3s linear;
	transition:opacity .3s linear
}

.rsHidden {
	opacity:0;
	visibility:hidden;
	-webkit-transition:visibility 0s linear .3s,opacity .3s linear;
	-moz-transition:visibility 0s linear .3s,opacity .3s linear;
	-o-transition:visibility 0s linear .3s,opacity .3s linear;
	transition:visibility 0s linear .3s,opacity .3s linear
}

.rsGCaption {
	width:100%;
	float:left;
	text-align:center
}

.royalSlider.rsFullscreen {
	position:fixed!important;
	height:auto!important;
	width:auto!important;
	margin:0!important;
	padding:0!important;
	z-index:2147483647!important;
	top:0!important;
	left:0!important;
	bottom:0!important;
	right:0!important
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity:1!important;
	-webkit-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	transition:0s;
	display:none
}

.rsSlide {
	position:absolute;
	left:0;
	top:0;
	display:block;
	overflow:hidden;
	height:100%;
	width:100%
}

.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {
	height:auto
}

.rsContent {
	width:100%;
	height:100%;
	position:relative
}

.rsPreloader {
	position:absolute;
	z-index:0
}

.rsNav {
	-moz-user-select:-moz-none;
	-webkit-user-select:none;
	user-select:none
}

.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,.25)
}

.rsThumbs {
	cursor:pointer;
	position:relative;
	overflow:hidden;
	float:left;
	z-index:22
}

.rsTabs {
	float:left;
	background:none!important
}

.rsTabs,.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

.rsVideoContainer {
	width:auto;
	height:auto;
	line-height:0;
	position:relative
}

.rsVideoFrameHolder {
	position:absolute;
	left:0;
	top:0;
	background:#141414;
	opacity:0;
	-webkit-transition:.3s
}

.rsVideoFrameHolder.rsVideoActive {
	opacity:1
}

.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {
	position:absolute;
	z-index:50;
	left:0;
	top:0;
	width:100%;
	height:100%
}

.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:44px
}

.rsABlock {
	left:0;
	top:0;
	position:absolute;
	z-index:15
}

img.rsImg {
	max-width:none
}

.grab-cursor {
	cursor:move
}

.grabbing-cursor {
	cursor:no-drop
}

.rsNoDrag {
	cursor:auto
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:20;
	background:url(blank.gif)
}

.rsDefault,.rsDefault .rsOverflow,.rsDefault .rsSlide,.rsDefault .rsVideoFrameHolder,.rsDefault .rsThumbs {
	background:#fff;
	color:#000
}

.rsDefault .rsArrow {
	height:100%;
	width:44px;
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:21
}

.rsDefault.rsVer .rsArrow {
	width:100%;
	height:44px
}

.rsDefault.rsVer .rsArrowLeft {
	top:0;
	left:0
}

.rsDefault.rsVer .rsArrowRight {
	bottom:0;
	left:0
}

.rsDefault.rsHor .rsArrowLeft {
	left:0;
	top:0
}

.rsDefault.rsHor .rsArrowRight {
	right:0;
	top:0
}

.rsDefault .rsArrowIcn {
	width:32px;
	height:32px;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	position:absolute;
	cursor:pointer;
	background:url('../images/rs-default.png');
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	*background-color:#000;
	border-radius:2px
}

.rsDefault .rsArrowIcn:hover {
	background-color:rgba(0,0,0,.9)
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position:-64px -32px
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position:-64px -64px
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position:-96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position:-96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity:.2;
	filter:alpha(opacity=20);
	*display:none
}

.rsDefault .rsBullets {
	position:absolute;
	z-index:35;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	margin:0 auto;
	background:#000;
	background:rgba(0,0,0,.75);
	text-align:center;
	line-height:8px;
	overflow:hidden
}

.rsDefault .rsBullet {
	width:8px;
	height:8px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:6px 5px 6px
}

.rsDefault .rsBullet span {
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#777;
	background:rgba(255,255,255,.5)
}

.rsDefault .rsBullet.rsNavSelected span {
	background-color:#fff
}

.rsDefault .rsThumbsHor {
	width:100%;
	height:72px
}

.rsDefault .rsThumbsVer {
	width:96px;
	height:100%;
	position:absolute;
	top:0;
	right:0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position:relative;
	height:100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position:relative;
	width:100%
}

.rsDefault .rsThumb {
	float:left;
	overflow:hidden;
	width:96px;
	height:72px
}

.rsDefault .rsThumb img {
	width:100%;
	height:100%
}

.rsDefault .rsThumb.rsNavSelected {
	background:#02874a
}

.rsDefault .rsThumb.rsNavSelected img {
	opacity:.3;
	filter:alpha(opacity=30)
}

.rsDefault .rsTmb {
	display:block
}

.rsDefault .rsTmb h5 {
	font-size:16px;
	margin:0;
	padding:0;
	line-height:20px;
	color:#fff
}

.rsDefault .rsTmb span {
	color:#ddd;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px
}

.rsDefault .rsThumbsArrow {
	height:100%;
	width:20px;
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:21;
	background:#000;
	background:rgba(0,0,0,.75)
}

.rsDefault .rsThumbsArrow:hover {
	background:rgba(0,0,0,.9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width:100%;
	height:20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top:0;
	left:0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom:0;
	left:0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left:0;
	top:0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right:0;
	top:0
}

.rsDefault .rsThumbsArrowIcn {
	width:16px;
	height:16px;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
	position:absolute;
	cursor:pointer;
	background:url('../images/rs-default.png')
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position:-128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position:-128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position:-144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position:-144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
	display:none!important
}

@media screen and (min-width:0) and (max-width:800px) {
	.rsDefault .rsThumb {
		width:59px;
		height:44px
	}

	.rsDefault .rsThumbsHor {
		height:44px
	}

	.rsDefault .rsThumbsVer {
		width:59px
	}
}

.rsDefault .rsTabs {
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding-top:12px;
	position:relative
}

.rsDefault .rsTab {
	display:inline-block;
	cursor:pointer;
	text-align:center;
	height:auto;
	width:auto;
	color:#333;
	padding:5px 13px 6px;
	min-width:72px;
	border:1px solid #d9d9dd;
	border-right:1px solid #f5f5f5;
	text-decoration:none;
	background-color:#fff;
	background-image:-webkit-linear-gradient(top,#fefefe,#f4f4f4);
	background-image:-moz-linear-gradient(top,#fefefe,#f4f4f4);
	background-image:linear-gradient(to bottom,#fefefe,#f4f4f4);
	-webkit-box-shadow:inset 1px 0 0 #fff;
	box-shadow:inset 1px 0 0 #fff;
	*display:inline;
	*zoom:1
}

.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px
}

.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-right:1px solid #cfcfcf
}

.rsDefault .rsTab:active {
	border:1px solid #d9d9dd;
	background-color:#f4f4f4;
	box-shadow:0 1px 4px rgba(0,0,0,.2) inset
}

.rsDefault .rsTab.rsNavSelected {
	color:#fff;
	border:1px solid #999;
	text-shadow:1px 1px #838383;
	box-shadow:0 1px 9px rgba(102,102,102,.65) inset;
	background:#acacac;
	background-image:-webkit-linear-gradient(top,#acacac,#bbb);
	background-image:-moz-llinear-gradient(top,#acacac,#bbb);
	background-image:linear-gradient(to bottom,#acacac,#bbb)
}

.rsDefault .rsFullscreenBtn {
	right:0;
	top:0;
	width:44px;
	height:44px;
	z-index:22;
	display:block;
	position:absolute;
	cursor:pointer
}

.rsDefault .rsFullscreenIcn {
	display:block;
	margin:6px;
	width:32px;
	height:32px;
	background:url('../images/rs-default.png') 0 0;
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	*background-color:#000;
	border-radius:2px
}

.rsDefault .rsFullscreenIcn:hover {
	background-color:rgba(0,0,0,.9)
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position:-32px 0
}

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor:pointer
}

.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	transition:.3s;
	background:url(rs-default.png) no-repeat 0 -32px;
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	*background-color:#000
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color:rgba(0,0,0,.9)
}

.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%
}

.rsDefault .rsCloseVideoBtn {
	right:0;
	top:0;
	width:44px;
	height:44px;
	z-index:500;
	position:absolute;
	cursor:pointer;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translateZ(0)
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top:-38px;
	right:-6px
}

.rsDefault .rsCloseVideoIcn {
	margin:6px;
	width:32px;
	height:32px;
	background:url('../images/rs-default.png') -64px 0;
	background-color:#000;
	background-color:rgba(0,0,0,.75);
	*background-color:#000
}

.rsDefault .rsCloseVideoIcn:hover {
	background-color:rgba(0,0,0,.9)
}

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../images/preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px
}

.rsDefault .rsGCaption {
	position:absolute;
	float:none;
	bottom:6px;
	left:6px;
	text-align:left;
	background:#000;
	background:rgba(0,0,0,.75);
	color:#fff;
	padding:2px 8px;
	width:auto;
	font-size:12px;
	border-radius:2px
}

@font-face {
	font-family:'fontello';src:url('../fonts/fontello.eot?44289060');src:url('../fonts/fontello.eot?44289060#iefix') format('embedded-opentype'),url('../fonts/fontello.woff?44289060') format('woff'),url('../fonts/fontello.ttf?44289060') format('truetype'),url('../fonts/fontello.svg?44289060#fontello') format('svg');font-weight:normal;font-style:normal
}[class^="icon-"]:before,[class*=" icon-"]:before {
	font-family:"fontello";
	font-style:normal;
	font-weight:normal;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:.2em
}

.icon-youtube:before {
	content:''
}

.icon-user:before {
	content:''
}

.icon-basket:before {
	content:''
}

.icon-search:before {
	content:''
}

.icon-arrow-right:before {
	content:''
}

.icon-arrow-up:before {
	content:''
}

.icon-carrot-right:before {
	content:''
}

.icon-carrot-left:before {
	content:''
}

.icon-hamburger:before {
	content:''
}

.icon-arrow-down:before {
	content:''
}

.icon-advanced-design:before {
	content:''
}

.icon-easy-setup:before {
	content:''
}

.icon-total-training-systems:before {
	content:''
}

.icon-twitter:before {
	content:''
}

.icon-facebook-squared:before {
	content:''
}

.icon-bluetooth-logo:before {
	content:''
}

.icon-world:before {
	content:''
}

.icon-total-training-systems-1:before {
	content:''
}

.icon-star:before {
	content:''
}

.icon-search-icon:before {
	content:''
}

.icon-navigation-hamburger:before {
	content:''
}

.icon-narrow-arrow:before {
	content:''
}

.icon-download:before {
	content:''
}

.icon-compatibility:before {
	content:''
}

.icon-bicycle:before {
	content:'';
	margin-left:-.5em
}

.icon-arrow:before {
	content:''
}

.icon-arrow-carrot:before {
	content:''
}

.icon-bluetooth-icon:before {
	content:''
}

.icon-antplus:before {
	content:''
}

.icon-virtual-training:before {
	content:''
}

.icon-youtube-1:before {
	content:''
}

.icon-user-1:before {
	content:''
}

.icon-basket-1:before {
	content:''
}

.icon-search-1:before {
	content:''
}

.icon-arrow-right-1:before {
	content:''
}

.icon-arrow-up-1:before {
	content:''
}

.icon-carrot-right-1:before {
	content:''
}

.icon-carrot-left-1:before {
	content:''
}

.icon-hamburger-1:before {
	content:''
}

.icon-arrow-down-1:before {
	content:''
}

.icon-advanced-design-1:before {
	content:''
}

.icon-easy-setup-1:before {
	content:''
}

.icon-total-training-systems-2:before {
	content:''
}

.icon-twitter-1:before {
	content:''
}

.icon-facebook-squared-1:before {
	content:''
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

body {
	margin:0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block
}

audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}

audio:not([controls]) {
	display:none;
	height:0
}[hidden],template {
	display:none
}

a {
	background-color:transparent
}

a:active,a:hover {
	outline:0
}

abbr[title] {
	border-bottom:1px dotted
}

b,strong {
	font-weight:bold
}

dfn {
	font-style:italic
}

h1 {
	font-size:2em;
	margin:.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:-.5em
}

sub {
	bottom:-.25em
}

img {
	border:0
}

svg:not(:root) {
	overflow:hidden
}

figure {
	margin:1em 40px
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}

pre {
	overflow:auto
}

code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}

button {
	overflow:visible
}

button,select {
	text-transform:none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer
}

button[disabled],html input[disabled] {
	cursor:default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}

input {
	line-height:normal
}

input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend {
	border:0;
	padding:0
}

textarea {
	overflow:auto
}

optgroup {
	font-weight:bold
}

table {
	border-collapse:collapse;
	border-spacing:0
}

td,th {
	padding:0
}

@media print {
	*,*:before,*:after {
		background:transparent!important;
		color:#000!important;
		box-shadow:none!important;
		text-shadow:none!important
	}

	a,a:visited {
		text-decoration:underline
	}

	a[href]:after {
		content:" (" attr(href) ")"
	}

	abbr[title]:after {
		content:" (" attr(title) ")"
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content:""
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid
	}

	thead {
		display:table-header-group
	}

	tr,img {
		page-break-inside:avoid
	}

	img {
		max-width:100%!important
	}

	p,h2,h3 {
		orphans:3;
		widows:3
	}

	h2,h3 {
		page-break-after:avoid
	}

	select {
		background:#fff!important
	}

	.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
	}
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

*:before,*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

html {
	font-size:10px;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

body {
	font-family:Microsoft yahei;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
	background-color:#fff
}

input,button,select,textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}

a {
	color:#428bca;
	text-decoration:none;
}

a:hover,a:focus {
	color:#2a6496;
	text-decoration:none;
}

a:focus {
/* 	outline:thin dotted; */
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}

figure {
	margin:0
}

img {
	vertical-align:middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto
}

.img-rounded {
	border-radius:1px
}

.img-thumbnail {
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:1px;
	-ms-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto
}

.img-circle {
	border-radius:50%
}

hr {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-top:1px solid #eee
}

.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
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight:normal;
	line-height:1;
	color:#777
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top:20px;
	margin-bottom:10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size:65%
}

h4,.h4,h5,.h5,h6,.h6 {
	margin-top:10px;
	margin-bottom:10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size:75%
}

h1,.h1 {
	font-size:36px
}

h2,.h2 {
	font-size:30px
}

h3,.h3 {
	font-size:24px
}

h4,.h4 {
	font-size:18px
}

h5,.h5 {
	font-size:14px
}

h6,.h6 {
	font-size:12px
}

p {
	margin:0 0 10px
}

.lead {
	margin-bottom:20px;
	font-size:16px;
	font-weight:300;
	line-height:1.4
}

@media(min-width:768px) {
	.lead {
		font-size:21px
	}
}

small,.small {
	font-size:85%
}

mark,.mark {
	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 {
	text-transform:uppercase
}

.text-capitalize {
	text-transform:capitalize
}

.text-muted {
	color:#777
}

.text-primary {
	color:#428bca
}

a.text-primary:hover {
	color:#3071a9
}

.text-success {
	color:#3c763d
}

a.text-success:hover {
	color:#2b542c
}

.text-info {
	color:#31708f
}

a.text-info:hover {
	color:#245269
}

.text-warning {
	color:#8a6d3b
}

a.text-warning:hover {
	color:#66512c
}

.text-danger {
	color:#a94442
}

a.text-danger:hover {
	color:#843534
}

.bg-primary {
	color:#fff;
	background-color:#428bca
}

a.bg-primary:hover {
	background-color:#3071a9
}

.bg-success {
	background-color:#dff0d8
}

a.bg-success:hover {
	background-color:#c1e2b3
}

.bg-info {
	background-color:#d9edf7
}

a.bg-info:hover {
	background-color:#afd9ee
}

.bg-warning {
	background-color:#fcf8e3
}

a.bg-warning:hover {
	background-color:#f7ecb5
}

.bg-danger {
	background-color:#f2dede
}

a.bg-danger:hover {
	background-color:#e4b9b9
}

.page-header {
	padding-bottom:9px;
	margin:40px 0 20px;
	border-bottom:1px solid #eee
}

ul,ol {
	margin-top:0;
	margin-bottom:10px
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom:0
}

.list-unstyled {
	padding-left:0;
	list-style:none
}

.list-inline {
	padding-left:0;
	list-style:none;
	margin-left:-5px
}

.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px
}

dl {
	margin-top:0;
	margin-bottom:20px
}

dt,dd {
	line-height:1.42857143
}

dt {
	font-weight:bold
}

dd {
	margin-left:0
}

@media(min-width:768px) {
	.dl-horizontal dt {
		float:left;
		width:160px;
		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 #777
}

.initialism {
	font-size:90%;
	text-transform:uppercase
}

blockquote {
	padding:20px;
	margin:0 0 20px;
	font-size:17.5px;
	border-left:5px solid #eee;
	background:#fefefe
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
	margin-bottom:0
}

blockquote footer,blockquote small,blockquote .small {
	display:block;
	font-size:80%;
	line-height:1.42857143;
	color:#777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	content:'— '
}

.blockquote-reverse,blockquote.pull-right {
	padding-right:15px;
	padding-left:0;
	border-right:5px solid #eee;
	border-left:0;
	text-align:right
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
	content:''
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
	content:' —'
}

address {
	margin-bottom:20px;
	font-style:normal;
	line-height:1.42857143
}

code,kbd,pre,samp {
	font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding:2px 4px;
	font-size:90%;
	color:#c7254e;
	background-color:#f9f2f4;
	border-radius:1px
}

kbd {
	padding:2px 4px;
	font-size:90%;
	color:#fff;
	background-color:#333;
	border-radius:1px;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
	padding:0;
	font-size:100%;
	font-weight:bold;
	box-shadow:none
}

pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:1.42857143;
	word-break:break-all;
	word-wrap:break-word;
	color:#333;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:1px
}

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:20px;
	padding-right:20px
}

@media(min-width:768px) {
	.container {
		width:760px
	}
}

@media(min-width:992px) {
	.container {
		width:980px
	}
}

@media(min-width:1200px) {
	.container {
		width:1180px
	}
}

.container-fluid {
	margin-right:auto;
	margin-left:auto;
	padding-left:20px;
	padding-right:20px
}

.row {
	margin-left:-20px;
	margin-right:-20px
}

.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:20px;
	padding-right:20px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float:left
}

.col-xs-12 {
	width:100%
}

.col-xs-11 {
	width:91.66666667%
}

.col-xs-10 {
	width:83.33333333%
}

.col-xs-9 {
	width:75%
}

.col-xs-8 {
	width:66.66666667%
}

.col-xs-7 {
	width:58.33333333%
}

.col-xs-6 {
	width:50%
}

.col-xs-5 {
	width:41.66666667%
}

.col-xs-4 {
	width:33.33333333%
}

.col-xs-3 {
	width:25%
}

.col-xs-2 {
	width:16.66666667%
}

.col-xs-1 {
	width:8.33333333%
}

.col-xs-pull-12 {
	right:100%
}

.col-xs-pull-11 {
	right:91.66666667%
}

.col-xs-pull-10 {
	right:83.33333333%
}

.col-xs-pull-9 {
	right:75%
}

.col-xs-pull-8 {
	right:66.66666667%
}

.col-xs-pull-7 {
	right:58.33333333%
}

.col-xs-pull-6 {
	right:50%
}

.col-xs-pull-5 {
	right:41.66666667%
}

.col-xs-pull-4 {
	right:33.33333333%
}

.col-xs-pull-3 {
	right:25%
}

.col-xs-pull-2 {
	right:16.66666667%
}

.col-xs-pull-1 {
	right:8.33333333%
}

.col-xs-pull-0 {
	right:auto
}

.col-xs-push-12 {
	left:100%
}

.col-xs-push-11 {
	left:91.66666667%
}

.col-xs-push-10 {
	left:83.33333333%
}

.col-xs-push-9 {
	left:75%
}

.col-xs-push-8 {
	left:66.66666667%
}

.col-xs-push-7 {
	left:58.33333333%
}

.col-xs-push-6 {
	left:50%
}

.col-xs-push-5 {
	left:41.66666667%
}

.col-xs-push-4 {
	left:33.33333333%
}

.col-xs-push-3 {
	left:25%
}

.col-xs-push-2 {
	left:16.66666667%
}

.col-xs-push-1 {
	left:8.33333333%
}

.col-xs-push-0 {
	left:auto
}

.col-xs-offset-12 {
	margin-left:100%
}

.col-xs-offset-11 {
	margin-left:91.66666667%
}

.col-xs-offset-10 {
	margin-left:83.33333333%
}

.col-xs-offset-9 {
	margin-left:75%
}

.col-xs-offset-8 {
	margin-left:66.66666667%
}

.col-xs-offset-7 {
	margin-left:58.33333333%
}

.col-xs-offset-6 {
	margin-left:50%
}

.col-xs-offset-5 {
	margin-left:41.66666667%
}

.col-xs-offset-4 {
	margin-left:33.33333333%
}

.col-xs-offset-3 {
	margin-left:25%
}

.col-xs-offset-2 {
	margin-left:16.66666667%
}

.col-xs-offset-1 {
	margin-left:8.33333333%
}

.col-xs-offset-0 {
	margin-left:0%
}

@media(min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float:left
	}

	.col-sm-12 {
		width:100%
	}

	.col-sm-11 {
		width:91.66666667%
	}

	.col-sm-10 {
		width:83.33333333%
	}

	.col-sm-9 {
		width:75%
	}

	.col-sm-8 {
		width: 100%;
	}

	.col-sm-7 {
		width:58.33333333%
	}

	.col-sm-6 {
		width:50%
	}

	.col-sm-5 {
		width:41.66666667%
	}

	.col-sm-4 {
		width:33.33333333%
	}

	.col-sm-3 {
		width:25%
	}

	.col-sm-2 {
		width:14.66666667%
	}

	.col-sm-1 {
		width:8.33333333%
	}

	.col-sm-pull-12 {
		right:100%
	}

	.col-sm-pull-11 {
		right:91.66666667%
	}

	.col-sm-pull-10 {
		right:83.33333333%
	}

	.col-sm-pull-9 {
		right:75%
	}

	.col-sm-pull-8 {
		right:66.66666667%
	}

	.col-sm-pull-7 {
		right:58.33333333%
	}

	.col-sm-pull-6 {
		right:50%
	}

	.col-sm-pull-5 {
		right:41.66666667%
	}

	.col-sm-pull-4 {
		right:33.33333333%
	}

	.col-sm-pull-3 {
		right:25%
	}

	.col-sm-pull-2 {
		right:16.66666667%
	}

	.col-sm-pull-1 {
		right:8.33333333%
	}

	.col-sm-pull-0 {
		right:auto
	}

	.col-sm-push-12 {
		left:100%
	}

	.col-sm-push-11 {
		left:91.66666667%
	}

	.col-sm-push-10 {
		left:83.33333333%
	}

	.col-sm-push-9 {
		left:75%
	}

	.col-sm-push-8 {
		left:66.66666667%
	}

	.col-sm-push-7 {
		left:58.33333333%
	}

	.col-sm-push-6 {
		left:50%
	}

	.col-sm-push-5 {
		left:41.66666667%
	}

	.col-sm-push-4 {
		left:33.33333333%
	}

	.col-sm-push-3 {
		left:25%
	}

	.col-sm-push-2 {
		left:16.66666667%
	}

	.col-sm-push-1 {
		left:8.33333333%
	}

	.col-sm-push-0 {
		left:auto
	}

	.col-sm-offset-12 {
		margin-left:100%
	}

	.col-sm-offset-11 {
		margin-left:91.66666667%
	}

	.col-sm-offset-10 {
		margin-left:83.33333333%
	}

	.col-sm-offset-9 {
		margin-left:75%
	}

	.col-sm-offset-8 {
		margin-left:66.66666667%
	}

	.col-sm-offset-7 {
		margin-left:58.33333333%
	}

	.col-sm-offset-6 {
		margin-left:50%
	}

	.col-sm-offset-5 {
		margin-left:41.66666667%
	}

	.col-sm-offset-4 {
		margin-left:33.33333333%
	}

	.col-sm-offset-3 {
		margin-left:25%
	}

	.col-sm-offset-2 {
		margin-left:16.66666667%
	}

	.col-sm-offset-1 {
		margin-left:8.33333333%
	}

	.col-sm-offset-0 {
		margin-left:0%
	}
}

@media(min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float:left
	}

	.col-md-12 {
		width:100%
	}

	.col-md-11 {
		width:91.66666667%
	}

	.col-md-10 {
		width:83.33333333%
	}

	.col-md-9 {
		width:75%
	}

	.col-md-8 {
		width:66.66666667%
	}

	.col-md-7 {
		width:58.33333333%
	}

	.col-md-6 {
		width:50%
	}

	.col-md-5 {
		width:41.66666667%
	}

	.col-md-4 {
		width:33.33333333%
	}

	.col-md-3 {
		width:25%
	}

	.col-md-2 {
		width:16.66666667%
	}

	.col-md-1 {
		width:8.33333333%
	}

	.col-md-pull-12 {
		right:100%
	}

	.col-md-pull-11 {
		right:91.66666667%
	}

	.col-md-pull-10 {
		right:83.33333333%
	}

	.col-md-pull-9 {
		right:75%
	}

	.col-md-pull-8 {
		right:66.66666667%
	}

	.col-md-pull-7 {
		right:58.33333333%
	}

	.col-md-pull-6 {
		right:50%
	}

	.col-md-pull-5 {
		right:41.66666667%
	}

	.col-md-pull-4 {
		right:33.33333333%
	}

	.col-md-pull-3 {
		right:25%
	}

	.col-md-pull-2 {
		right:16.66666667%
	}

	.col-md-pull-1 {
		right:8.33333333%
	}

	.col-md-pull-0 {
		right:auto
	}

	.col-md-push-12 {
		left:100%
	}

	.col-md-push-11 {
		left:91.66666667%
	}

	.col-md-push-10 {
		left:83.33333333%
	}

	.col-md-push-9 {
		left:75%
	}

	.col-md-push-8 {
		left:66.66666667%
	}

	.col-md-push-7 {
		left:58.33333333%
	}

	.col-md-push-6 {
		left:50%
	}

	.col-md-push-5 {
		left:41.66666667%
	}

	.col-md-push-4 {
		left:33.33333333%
	}

	.col-md-push-3 {
		left:25%
	}

	.col-md-push-2 {
		left:16.66666667%
	}

	.col-md-push-1 {
		left:8.33333333%
	}

	.col-md-push-0 {
		left:auto
	}

	.col-md-offset-12 {
		margin-left:100%
	}

	.col-md-offset-11 {
		margin-left:91.66666667%
	}

	.col-md-offset-10 {
		margin-left:83.33333333%
	}

	.col-md-offset-9 {
		margin-left:75%
	}

	.col-md-offset-8 {
		margin-left:66.66666667%
	}

	.col-md-offset-7 {
		margin-left:58.33333333%
	}

	.col-md-offset-6 {
		margin-left:50%
	}

	.col-md-offset-5 {
		margin-left:41.66666667%
	}

	.col-md-offset-4 {
		margin-left:33.33333333%
	}

	.col-md-offset-3 {
		margin-left:25%
	}

	.col-md-offset-2 {
		margin-left:16.66666667%
	}

	.col-md-offset-1 {
		margin-left:8.33333333%
	}

	.col-md-offset-0 {
		margin-left:0%
	}
}

@media(min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float:left
	}

	.col-lg-12 {
		width:100%
	}

	.col-lg-11 {
		width:91.66666667%
	}

	.col-lg-10 {
		width:83.33333333%
	}

	.col-lg-9 {
		width:75%
	}

	.col-lg-8 {
		width:66.66666667%
	}

	.col-lg-7 {
		width:58.33333333%
	}

	.col-lg-6 {
		width:50%
	}

	.col-lg-5 {
		width:41.66666667%
	}

	.col-lg-4 {
		width:33.33333333%
	}

	.col-lg-3 {
		width:25%
	}

	.col-lg-2 {
		width:16.66666667%
	}

	.col-lg-1 {
		width:8.33333333%
	}

	.col-lg-pull-12 {
		right:100%
	}

	.col-lg-pull-11 {
		right:91.66666667%
	}

	.col-lg-pull-10 {
		right:83.33333333%
	}

	.col-lg-pull-9 {
		right:75%
	}

	.col-lg-pull-8 {
		right:66.66666667%
	}

	.col-lg-pull-7 {
		right:58.33333333%
	}

	.col-lg-pull-6 {
		right:50%
	}

	.col-lg-pull-5 {
		right:41.66666667%
	}

	.col-lg-pull-4 {
		right:33.33333333%
	}

	.col-lg-pull-3 {
		right:25%
	}

	.col-lg-pull-2 {
		right:16.66666667%
	}

	.col-lg-pull-1 {
		right:8.33333333%
	}

	.col-lg-pull-0 {
		right:auto
	}

	.col-lg-push-12 {
		left:100%
	}

	.col-lg-push-11 {
		left:91.66666667%
	}

	.col-lg-push-10 {
		left:83.33333333%
	}

	.col-lg-push-9 {
		left:75%
	}

	.col-lg-push-8 {
		left:66.66666667%
	}

	.col-lg-push-7 {
		left:58.33333333%
	}

	.col-lg-push-6 {
		left:50%
	}

	.col-lg-push-5 {
		left:41.66666667%
	}

	.col-lg-push-4 {
		left:33.33333333%
	}

	.col-lg-push-3 {
		left:25%
	}

	.col-lg-push-2 {
		left:16.66666667%
	}

	.col-lg-push-1 {
		left:8.33333333%
	}

	.col-lg-push-0 {
		left:auto
	}

	.col-lg-offset-12 {
		margin-left:100%
	}

	.col-lg-offset-11 {
		margin-left:91.66666667%
	}

	.col-lg-offset-10 {
		margin-left:83.33333333%
	}

	.col-lg-offset-9 {
		margin-left:75%
	}

	.col-lg-offset-8 {
		margin-left:66.66666667%
	}

	.col-lg-offset-7 {
		margin-left:58.33333333%
	}

	.col-lg-offset-6 {
		margin-left:50%
	}

	.col-lg-offset-5 {
		margin-left:41.66666667%
	}

	.col-lg-offset-4 {
		margin-left:33.33333333%
	}

	.col-lg-offset-3 {
		margin-left:25%
	}

	.col-lg-offset-2 {
		margin-left:16.66666667%
	}

	.col-lg-offset-1 {
		margin-left:8.33333333%
	}

	.col-lg-offset-0 {
		margin-left:0%
	}
}

table {
	background-color:transparent
}

caption {
	padding-top:8px;
	padding-bottom:8px;
	color:#777;
	text-align:left
}

th {
	text-align:left
}

.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	padding:8px;
	line-height:1.42857143;
	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>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.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>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
	padding:5px
}

.table-bordered {
	border:1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.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-child(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>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.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>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.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>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.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>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.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>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.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:.01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width:100%;
		margin-bottom:15px;
		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>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.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>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.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:20px;
	font-size:21px;
	line-height:inherit;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5
}

label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:bold
}

input[type="search"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}

output {
	display:block;
	padding-top:7px;
	font-size:14px;
	line-height:1.42857143;
	color:#687279
}

.form-control {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#687279;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:1px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-ms-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor:not-allowed;
	background-color:#eee;
	opacity:1
}

textarea.form-control {
	height:auto
}

input[type="search"] {
	-webkit-appearance:none
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
	line-height:34px;
	line-height:1.42857143 \0
}

input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm {
	line-height:30px;
	line-height:1.5 \0
}

input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg {
	line-height:46px;
	line-height:1.33 \0
}

_:-ms-fullscreen,:root input[type="date"],_:-ms-fullscreen,:root input[type="time"],_:-ms-fullscreen,:root input[type="datetime-local"],_:-ms-fullscreen,:root input[type="month"] {
	line-height:1.42857143
}

_:-ms-fullscreen.input-sm,:root input[type="date"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="time"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="datetime-local"].input-sm,_:-ms-fullscreen.input-sm,:root input[type="month"].input-sm {
	line-height:1.5
}

_:-ms-fullscreen.input-lg,:root input[type="date"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="time"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="datetime-local"].input-lg,_:-ms-fullscreen.input-lg,:root input[type="month"].input-lg {
	line-height:1.33
}

.form-group {
	margin-bottom:15px
}

.radio,.checkbox {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px
}

.radio label,.checkbox label {
	min-height:20px;
	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 {
	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="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {
	cursor:not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
	cursor:not-allowed
}

.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label {
	cursor:not-allowed
}

.form-control-static {
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:0
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-left:0;
	padding-right:0
}

.input-sm,.form-group-sm .form-control {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:1px
}

select.input-sm,select.form-group-sm .form-control {
	height:30px;
	line-height:30px
}

textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control {
	height:auto
}

.input-lg,.form-group-lg .form-control {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:1px
}

select.input-lg,select.form-group-lg .form-control {
	height:46px;
	line-height:46px
}

textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control {
	height:auto
}

.has-feedback {
	position:relative
}

.has-feedback .form-control {
	padding-right:42.5px
}

.form-control-feedback {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	pointer-events:none
}

.input-lg+.form-control-feedback {
	width:46px;
	height:46px;
	line-height:46px
}

.input-sm+.form-control-feedback {
	width:30px;
	height:30px;
	line-height:30px
}

.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;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
	border-color:#2b542c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	box-shadow:inset 0 1px 1px rgba(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;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
	border-color:#66512c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow:inset 0 1px 1px rgba(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;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(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:25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top:0

}

.help-block {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	color:#737373
}

@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:27px
}

.form-horizontal .form-group {
	margin-left:-20px;
	margin-right:-20px
}

@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:20px
}

@media(min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top:14.3px
	}
}

@media(min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top:6px
	}
}

.btn {
	display:inline-block;
	margin-bottom:0;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	border-radius:1px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline:thin dotted;
	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;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor:not-allowed;
	pointer-events:none;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}

.btn-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-image:none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	background-color:#fff;
	border-color:#ccc
}

.btn-default .badge {
	color:#fff;
	background-color:#333
}

.btn-primary {
	color:#fff;
	background-color:#428bca;
	border-color:#357ebd
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#3071a9;
	border-color:#285e8e
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-image:none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color:#428bca;
	border-color:#357ebd
}

.btn-primary .badge {
	color:#428bca;
	background-color:#fff
}

.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color:#fff;
	background-color:#449d44;
	border-color:#398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	background-image:none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
	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:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-image:none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
	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:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	background-image:none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
	background-color:#f0ad4e;
	border-color:#eea236
}

.btn-warning .badge {
	color:#f0ad4e;
	background-color:#fff
}

.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	background-image:none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
	background-color:#d9534f;
	border-color:#d43f3a
}

.btn-danger .badge {
	color:#d9534f;
	background-color:#fff
}

.btn.btn-cvt-clear {
	background:rgba(0,0,0,.1);
	box-shadow:none;
	border:1px solid #fff;
	color:#fff
}

.btn.btn-cvt-clear:hover {
	background:rgba(0,0,0,.1);
	box-shadow:none;
	color:#0394e3
}

.btn-link {
	color:#428bca;
	font-weight:normal;
	border-radius:0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color:transparent
}

.btn-link:hover,.btn-link:focus {
	color:#2a6496;
	text-decoration:underline;
	background-color:transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color:#777;
	text-decoration:none
}

.btn-lg,.btn-group-lg>.btn {
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:1px
}

.btn-sm,.btn-group-sm>.btn {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:1px
}

.btn-xs,.btn-group-xs>.btn {
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:1px
}

.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;
	-ms-transition:opacity .15s linear;
	-moz-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	-webkit-transition:opacity .15s linear;
	transition:opacity .15s linear
}

.fade.in {
	opacity:1
}

.collapse {
	display:none;
	visibility:hidden
}

.collapse.in {
	display:block;
	visibility:visible
}

tr.collapse.in {
	display:table-row
}

tbody.collapse.in {
	display:table-row-group
}

.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-property:height,visibility;
	transition-property:height,visibility;
	-webkit-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}

.caret {
	display:inline-block;
	width:0;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px solid transparent;
	border-left:4px solid transparent
}

.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:14px;
	text-align:left;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:1px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
	background-clip:padding-box
}

.dropdown-menu.pull-right {
	right:0;
	left:auto
}

.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}

.dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:normal;
	line-height:1.42857143;
	color:#333;
	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:#428bca
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	color:#777
}

.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:12px;
	line-height:1.42857143;
	color:#777;
	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 solid;
	content:""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px
}

@media(min-width:768px) {
	.navbar-right .dropdown-menu {
		left:auto;
		right:0
	}

	.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-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
	z-index:2
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
	outline:0
}

.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 .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>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}

.btn-group>.btn-group:last-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 {
	padding-left:12px;
	padding-right:12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow:none;
	box-shadow:none
}

.btn .caret {
	margin-left:0
}

.btn-lg .caret {
	border-width:5px 5px 0;
	border-bottom-width:0
}

.dropup .btn-lg .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>.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:1px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius:1px;
	border-top-right-radius:0;
	border-top-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-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[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-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height:46px;
	padding:10px 16px;
	font-size:18px;
	line-height:1.33;
	border-radius:1px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height:46px;
	line-height:46px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
	height:auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:1px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height:30px;
	line-height:30px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
	height:auto
}

.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:14px;
	font-weight:normal;
	line-height:1;
	color:#687279;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:1px
}

.input-group-addon.input-sm {
	padding:5px 10px;
	font-size:12px;
	border-radius:1px
}

.input-group-addon.input-lg {
	padding:10px 16px;
	font-size:18px;
	border-radius:1px
}

.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 {
	margin-left:-1px
}

.nav {
	margin-bottom:0;
	padding-left:0;
	list-style:none
}

.nav>li {
	position:relative;
	display:block
}

.nav>li>a {
	position:relative;
	display:block;
	padding:10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration:none;
	background-color:#eee
}

.nav>li.disabled>a {
	color:#777
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color:#777;
	text-decoration:none;
	background-color:transparent;
	cursor:not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
	background-color:#eee;
	border-color:#428bca
}

.nav .nav-divider {
	height:1px;
	margin:9px 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.42857143;
	border:1px solid transparent;
	border-radius:1px 1px 0 0
}

.nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color:#687279;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default
}

.nav-tabs.nav-justified {
	width:100%;
	border-bottom:0
}

.nav-tabs.nav-justified>li {
	float:none
}

.nav-tabs.nav-justified>li>a {
	text-align:center;
	margin-bottom:5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li {
		display:table-cell;
		width:1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom:0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right:0;
	border-radius:1px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
	border:1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom:1px solid #ddd;
		border-radius:1px 1px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color:#fff
	}
}

.nav-pills>li {
	float:left
}

.nav-pills>li>a {
	border-radius:1px
}

.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:#428bca
}

.nav-stacked>li {
	float:none
}

.nav-stacked>li+li {
	margin-top:2px;
	margin-left:0
}

.nav-justified {
	width:100%
}

.nav-justified>li {
	float:none
}

.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 {
		display:table-cell;
		width:1%
	}

	.nav-justified>li>a {
		margin-bottom:0
	}
}

.nav-tabs-justified {
	border-bottom:0
}

.nav-tabs-justified>li>a {
	margin-right:0;
	border-radius:1px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
	border:1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom:1px solid #ddd;
		border-radius:1px 1px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
		border-bottom-color:#fff
	}
}

.tab-content>.tab-pane {
	display:none;
	visibility:hidden
}

.tab-content>.active {
	display:block;
	visibility:visible
}

.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0
}

.navbar {
	position:relative;
	min-height:50px;
	margin-bottom:20px;
	border:1px solid transparent
}

@media(min-width:768px) {
	.navbar {
		border-radius:1px
	}
}

@media(min-width:768px) {
	.navbar-header {
		float:left
	}
}

.navbar-collapse {
	overflow-x:visible;
	padding-right:20px;
	padding-left:20px;
	border-top:1px solid transparent;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling:touch
}

.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;
		visibility:visible!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-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
	margin-right:-20px;
	margin-left:-20px
}

@media(min-width:768px) {
	.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.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:15px 20px;
	font-size:18px;
	line-height:20px;
	height:50px
}

.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:-20px
	}
}

.navbar-toggle {
	position:relative;
	float:right;
	margin-right:20px;
	padding:9px 10px;
	margin-top:8px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:1px
}

.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:7.5px -20px
}

.navbar-nav>li>a {
	padding-top:10px;
	padding-bottom:10px;
	line-height:20px
}

@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:20px
	}

	.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:15px;
		padding-bottom:15px
	}
}

.navbar-form {
	margin-left:-20px;
	margin-right:-20px;
	padding:10px 20px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-top:8px;
	margin-bottom:8px
}

@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;
		-webkit-box-shadow:none;
		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 {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}

.navbar-btn {
	margin-top:8px;
	margin-bottom:8px
}

.navbar-btn.btn-sm {
	margin-top:10px;
	margin-bottom:10px
}

.navbar-btn.btn-xs {
	margin-top:14px;
	margin-bottom:14px
}

.navbar-text {
	margin-top:15px;
	margin-bottom:15px
}

@media(min-width:768px) {
	.navbar-text {
		float:left;
		margin-left:20px;
		margin-right:20px
	}
}

@media(min-width:768px) {
	.navbar-left {
		float:left!important;
		float:left
	}

	.navbar-right {
		float:right!important;
		float:right;
		margin-right:-20px
	}

	.navbar-right~.navbar-right {
		margin-right:0
	}
}

.navbar-default {
	background-color:#f8f8f8;
	border-color:#e7e7e7
}

.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:#e7e7e7
}

.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,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus {
	color:#ccc
}

.navbar-inverse {
	background-color:#222;
	border-color:#080808
}

.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:#080808
}

.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:#080808;
	color:#fff
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color:#080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color:#080808
	}

	.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:#080808
	}

	.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,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus {
	color:#444
}

.breadcrumb {
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:1px
}

.breadcrumb>li {
	display:inline-block
}

.breadcrumb>li+li:before {
	content:"/ ";
	padding:0 5px;
	color:#ccc
}

.breadcrumb>.active {
	color:#777
}

.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:1px
}

.pagination>li {
	display:inline
}

.pagination>li>a,.pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#428bca;
	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:1px;
	border-top-left-radius:1px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius:1px;
	border-top-right-radius:1px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color:#2a6496;
	background-color:#eee;
	border-color:#ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca;
	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:#777;
	background-color:#fff;
	border-color:#ddd;
	cursor:not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius:1px;
	border-top-left-radius:1px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius:1px;
	border-top-right-radius:1px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius:1px;
	border-top-left-radius:1px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius:1px;
	border-top-right-radius:1px
}

.pager {
	padding-left:0;
	margin:20px 0;
	list-style:none;
	text-align:center
}

.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:#eee
}

.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:#777;
	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
}

a.label:hover,a.label:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}

.label:empty {
	display:none
}

.btn .label {
	position:relative;
	top:-1px
}

.label-default {
	background-color:#777
}

.label-default[href]:hover,.label-default[href]:focus {
	background-color:#5e5e5e
}

.label-primary {
	background-color:#428bca
}

.label-primary[href]:hover,.label-primary[href]:focus {
	background-color:#3071a9
}

.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:#d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color:#c9302c
}

.badge {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:1;
	vertical-align:baseline;
	white-space:nowrap;
	text-align:center;
	background-color:#777;
	border-radius:10px
}

.badge:empty {
	display:none
}

.btn .badge {
	position:relative;
	top:-1px
}

.btn-xs .badge {
	top:0;
	padding:1px 5px
}

a.badge:hover,a.badge:focus {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color:#428bca;
	background-color:#fff
}

.nav-pills>li>a>.badge {
	margin-left:3px
}

.jumbotron {
	padding:30px 15px;
	margin-bottom:30px;
	color:inherit;
	background-color:#eee
}

.jumbotron h1,.jumbotron .h1 {
	color:inherit
}

.jumbotron p {
	margin-bottom:15px;
	font-size:21px;
	font-weight:200
}

.jumbotron>hr {
	border-top-color:#d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius:1px
}

.jumbotron .container {
	max-width:100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding:48px 0
	}

	.container .jumbotron {
		padding-left:60px;
		padding-right:60px
	}

	.jumbotron h1,.jumbotron .h1 {
		font-size:63px
	}
}

.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:1px;
	-ms-transition:border .2s ease-in-out;
	-moz-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	-webkit-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
	margin-left:auto;
	margin-right:auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color:#428bca
}

.thumbnail .caption {
	padding:9px;
	color:#333
}

.alert {
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:1px
}

.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
}

.alert-product-promo {
	background:#333
}

.alert-product-promo i.fa {
	background:#ddd;
	color:#222;
	border-radius:12px;
	padding:5px;
	width:24px;
	height:24px;
	text-align:center
}

@-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:20px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border-radius:1px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float:left;
	width:0%;
	height:100%;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	background-color:#428bca;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-ms-transition:width .6s ease;
	-moz-transition:width .6s ease;
	-o-transition:width .6s ease;
	-webkit-transition:width .6s ease;
	transition:width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size:40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	-o-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:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color:#5bc0de
}

.progress-striped .progress-bar-info {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color:#f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color:#d9534f
}

.progress-striped .progress-bar-danger {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top:15px
}

.media:first-child {
	margin-top:0
}

.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:1px;
	border-top-left-radius:1px
}

.list-group-item:last-child {
	margin-bottom:0;
	border-bottom-right-radius:1px;
	border-bottom-left-radius:1px
}

.list-group-item>.badge {
	float:right
}

.list-group-item>.badge+.badge {
	margin-right:5px
}

a.list-group-item {
	color:#555
}

a.list-group-item .list-group-item-heading {
	color:#333
}

a.list-group-item:hover,a.list-group-item:focus {
	text-decoration:none;
	color:#555;
	background-color:#f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	background-color:#eee;
	color:#777;
	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:#777
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .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:#e1edf7
}

.list-group-item-success {
	color:#3c763d;
	background-color:#dff0d8
}

a.list-group-item-success {
	color:#3c763d
}

a.list-group-item-success .list-group-item-heading {
	color:inherit
}

a.list-group-item-success:hover,a.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 {
	color:#fff;
	background-color:#3c763d;
	border-color:#3c763d
}

.list-group-item-info {
	color:#31708f;
	background-color:#d9edf7
}

a.list-group-item-info {
	color:#31708f
}

a.list-group-item-info .list-group-item-heading {
	color:inherit
}

a.list-group-item-info:hover,a.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 {
	color:#fff;
	background-color:#31708f;
	border-color:#31708f
}

.list-group-item-warning {
	color:#8a6d3b;
	background-color:#fcf8e3
}

a.list-group-item-warning {
	color:#8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color:inherit
}

a.list-group-item-warning:hover,a.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 {
	color:#fff;
	background-color:#8a6d3b;
	border-color:#8a6d3b
}

.list-group-item-danger {
	color:#a94442;
	background-color:#f2dede
}

a.list-group-item-danger {
	color:#a94442
}

a.list-group-item-danger .list-group-item-heading {
	color:inherit
}

a.list-group-item-danger:hover,a.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 {
	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:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:1px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding:15px
}

.panel-heading {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:0;
	border-top-left-radius:0
}

.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}

.panel-title {
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}

.panel-title>a {
	color:inherit
}

.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}

.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:0;
	border-top-left-radius:0
}

.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:0;
	border-bottom-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:0;
	border-top-left-radius:0
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.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>tbody:first-child>tr:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}

.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius:0
}

.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius:0
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}

.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.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>tfoot:last-child>tr:last-child {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}

.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:0
}

.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:0
}

.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-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom:0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.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:20px
}

.panel-group .panel {
	margin-bottom:0;
	border-radius:1px
}

.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:#333;
	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:#333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}

.panel-primary {
	border-color:#428bca
}

.panel-primary>.panel-heading {
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#428bca
}

.panel-primary>.panel-heading .badge {
	color:#428bca;
	background-color:#fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#428bca
}

.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.embed-responsive-16by9 {
	padding-bottom:56.25%
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom:75%
}

.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:1px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
	border-color:#ddd;
	border-color:rgba(0,0,0,.15)
}

.well-lg {
	padding:24px;
	border-radius:1px
}

.well-sm {
	padding:9px;
	border-radius:1px
}

.close {
	float:right;
	font-size:21px;
	font-weight:bold;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20)
}

.close:hover,.close:focus {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.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:1040;
	-webkit-overflow-scrolling:touch;
	outline:0
}

.modal.fade .modal-dialog {
	-webkit-transform:translate(0,-25%);
	-ms-transform:translate(0,-25%);
	-o-transform:translate(0,-25%);
	transform:translate(0,-25%);
	-webkit-transition:-webkit-transform .3s ease-out;
	-moz-transition:-moz-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-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,.2);
	border-radius:1px;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	background-clip:padding-box;
	outline:0
}

.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000
}

.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0)
}

.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50)
}

.modal-header {
	padding:15px;
	border-bottom:1px solid #e5e5e5;
	min-height:16.42857143px
}

.modal-header .close {
	margin-top:-2px
}

.modal-title {
	margin:0;
	line-height:1.42857143
}

.modal-body {
	position:relative;
	padding:15px!important
}

.modal-footer {
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}

.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 {
		-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
		box-shadow:0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width:300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		width:900px
	}
}

.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	visibility:visible;
	font-size:12px;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0)
}

.tooltip.in {
	opacity:.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;
	text-decoration:none;
	background-color:#000;
	border-radius:1px
}

.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;
	left:5px;
	border-width:5px 5px 0;
	border-top-color:#000
}

.tooltip.top-right .tooltip-arrow {
	bottom:0;
	right: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;
	left:5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}

.tooltip.bottom-right .tooltip-arrow {
	top:0;
	right: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-size:14px;
	font-weight:normal;
	line-height:1.42857143;
	text-align:left;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:1px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2);
	white-space:normal
}

.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:14px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:0 0 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;
	content:""
}

.popover.top>.arrow {
	left:50%;
	margin-left:-11px;
	border-bottom-width:0;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,.25);
	bottom:-11px
}

.popover.top>.arrow:after {
	content:" ";
	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:#999;
	border-right-color:rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
	content:" ";
	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:#999;
	border-bottom-color:rgba(0,0,0,.25);
	top:-11px
}

.popover.bottom>.arrow:after {
	content:" ";
	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:#999;
	border-left-color:rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	content:" ";
	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;
	-ms-transition:.6s ease-in-out left;
	-moz-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	-webkit-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	line-height:1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition:transform .6s ease-in-out;
		backface-visibility:hidden;
		perspective:1000
	}

	.carousel-inner>.item.next,.carousel-inner>.item.active.right {
		transform:translate3d(100%,0,0);
		left:0
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
		transform:translate3d(-100%,0,0);
		left:0
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
		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:.5;
	filter:alpha(opacity=50);
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(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:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(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:.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%;
	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;
	margin-top:-10px;
	font-family:serif
}

.carousel-control .icon-prev:before {
	content:'‹'
}

.carousel-control .icon-next:before {
	content:'›'
}

.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:rgba(0,0,0,0)
}

.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,.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:-15px;
		font-size:30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left:-15px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right:-15px
	}

	.carousel-caption {
		left:20%;
		right:20%;
		padding-bottom:30px
	}

	.carousel-indicators {
		bottom:20px
	}
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
	content:" ";
	display:table
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer: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;
	visibility:hidden!important
}

.affix {
	position:fixed
}

@-ms-viewport {
	width:device-width;
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display:none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display:none!important
}

@media(max-width:767px) {
	.visible-xs {
		display:block!important
	}

	table.visible-xs {
		display:table
	}

	tr.visible-xs {
		display:table-row!important
	}

	th.visible-xs,td.visible-xs {
		display:table-cell!important
	}
}

@media(max-width:767px) {
	.visible-xs-block {
		display:block!important
	}
}

@media(max-width:767px) {
	.visible-xs-inline {
		display:inline!important
	}
}

@media(max-width:767px) {
	.visible-xs-inline-block {
		display:inline-block!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display:block!important
	}

	table.visible-sm {
		display:table
	}

	tr.visible-sm {
		display:table-row!important
	}

	th.visible-sm,td.visible-sm {
		display:table-cell!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display:block!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display:inline!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display:inline-block!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display:block!important
	}

	table.visible-md {
		display:table
	}

	tr.visible-md {
		display:table-row!important
	}

	th.visible-md,td.visible-md {
		display:table-cell!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display:block!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display:inline!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display:inline-block!important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display:block!important
	}

	table.visible-lg {
		display:table
	}

	tr.visible-lg {
		display:table-row!important
	}

	th.visible-lg,td.visible-lg {
		display:table-cell!important
	}
}

@media(min-width:1200px) {
	.visible-lg-block {
		display:block!important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline {
		display:inline!important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline-block {
		display:inline-block!important
	}
}

@media(max-width:767px) {
	.hidden-xs {
/* 		display:none!important */
	}
	#top-nav {
		display:none!important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display:none!important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display:none!important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display:none!important
	}
}

.visible-print {
	display:none!important
}

@media print {
	.visible-print {
		display:block!important
	}

	table.visible-print {
		display:table
	}

	tr.visible-print {
		display:table-row!important
	}

	th.visible-print,td.visible-print {
		display:table-cell!important
	}
}

.visible-print-block {
	display:none!important
}

@media print {
	.visible-print-block {
		display:block!important
	}
}

.visible-print-inline {
	display:none!important
}

@media print {
	.visible-print-inline {
		display:inline!important
	}
}

.visible-print-inline-block {
	display:none!important
}

@media print {
	.visible-print-inline-block {
		display:inline-block!important
	}
}

@media print {
	.hidden-print {
		display:none!important
	}
}

@font-face {
	font-family:'FontAwesome';src:url('../Fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../Fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../Fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../Fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../Fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}

.fa-2x {
	font-size:2em
}

.fa-3x {
	font-size:3em
}

.fa-4x {
	font-size:4em
}

.fa-5x {
	font-size:5em
}

.fa-fw {
	width:1.28571429em;
	text-align:center
}

.fa-ul {
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none
}

.fa-ul>li {
	position:relative
}

.fa-li {
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center
}

.fa-li.fa-lg {
	left:-1.85714286em
}

.fa-border {
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	border-radius:.1em
}

.pull-right {
	float:right
}

.pull-left {
	float:left
}

.fa.pull-left {
	margin-right:.3em
}

.fa.pull-right {
	margin-left:.3em
}

.fa-spin {
	-webkit-animation:spin 2s infinite linear;
	-moz-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform:rotate(0deg)
	}

	100% {
		-moz-transform:rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg)
	}

	100% {
		-webkit-transform:rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform:rotate(0deg);
	}

	100% {
		-o-transform:rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform:rotate(0deg)
	}

	100% {
		-ms-transform:rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform:rotate(0deg)
	}

	100% {
		transform:rotate(359deg)
	}
}

.fa-rotate-90 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}

.fa-rotate-180 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}

.fa-rotate-270 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg)
}

.fa-flip-horizontal {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
	-webkit-transform:scale(-1,1);
	-moz-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	-o-transform:scale(-1,1);
	transform:scale(-1,1)
}

.fa-flip-vertical {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
	-webkit-transform:scale(1,-1);
	-moz-transform:scale(1,-1);
	-ms-transform:scale(1,-1);
	-o-transform:scale(1,-1);
	transform:scale(1,-1)
}

.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}

.fa-stack-1x,.fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}

.fa-stack-1x {
	line-height:inherit
}

.fa-stack-2x {
	font-size:2em
}

.fa-inverse {
	color:#fff
}

.fa-glass:before {
	content:""
}

.fa-music:before {
	content:""
}

.fa-search:before {
	content:""
}

.fa-envelope-o:before {
	content:""
}

.fa-heart:before {
	content:""
}

.fa-star:before {
	content:""
}

.fa-star-o:before {
	content:""
}

.fa-user:before {
	content:""
}

.fa-film:before {
	content:""
}

.fa-th-large:before {
	content:""
}

.fa-th:before {
	content:""
}

.fa-th-list:before {
	content:""
}

.fa-check:before {
	content:""
}

.fa-times:before {
	content:""
}

.fa-search-plus:before {
	content:""
}

.fa-search-minus:before {
	content:""
}

.fa-power-off:before {
	content:""
}

.fa-signal:before {
	content:""
}

.fa-gear:before,.fa-cog:before {
	content:""
}

.fa-trash-o:before {
	content:""
}

.fa-home:before {
	content:""
}

.fa-file-o:before {
	content:""
}

.fa-clock-o:before {
	content:""
}

.fa-road:before {
	content:""
}

.fa-download:before {
	content:""
}

.fa-arrow-circle-o-down:before {
	content:""
}

.fa-arrow-circle-o-up:before {
	content:""
}

.fa-inbox:before {
	content:""
}

.fa-play-circle-o:before {
	content:""
}

.fa-rotate-right:before,.fa-repeat:before {
	content:""
}

.fa-refresh:before {
	content:""
}

.fa-list-alt:before {
	content:""
}

.fa-lock:before {
	content:""
}

.fa-flag:before {
	content:""
}

.fa-headphones:before {
	content:""
}

.fa-volume-off:before {
	content:""
}

.fa-volume-down:before {
	content:""
}

.fa-volume-up:before {
	content:""
}

.fa-qrcode:before {
	content:""
}

.fa-barcode:before {
	content:""
}

.fa-tag:before {
	content:""
}

.fa-tags:before {
	content:""
}

.fa-book:before {
	content:""
}

.fa-bookmark:before {
	content:""
}

.fa-print:before {
	content:""
}

.fa-camera:before {
	content:""
}

.fa-font:before {
	content:""
}

.fa-bold:before {
	content:""
}

.fa-italic:before {
	content:""
}

.fa-text-height:before {
	content:""
}

.fa-text-width:before {
	content:""
}

.fa-align-left:before {
	content:""
}

.fa-align-center:before {
	content:""
}

.fa-align-right:before {
	content:""
}

.fa-align-justify:before {
	content:""
}

.fa-list:before {
	content:""
}

.fa-dedent:before,.fa-outdent:before {
	content:""
}

.fa-indent:before {
	content:""
}

.fa-video-camera:before {
	content:""
}

.fa-picture-o:before {
	content:""
}

.fa-pencil:before {
	content:""
}

.fa-map-marker:before {
	content:""
}

.fa-adjust:before {
	content:""
}

.fa-tint:before {
	content:""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content:""
}

.fa-share-square-o:before {
	content:""
}

.fa-check-square-o:before {
	content:""
}

.fa-arrows:before {
	content:""
}

.fa-step-backward:before {
	content:""
}

.fa-fast-backward:before {
	content:""
}

.fa-backward:before {
	content:""
}

.fa-play:before {
	content:""
}

.fa-pause:before {
	content:""
}

.fa-stop:before {
	content:""
}

.fa-forward:before {
	content:""
}

.fa-fast-forward:before {
	content:""
}

.fa-step-forward:before {
	content:""
}

.fa-eject:before {
	content:""
}

.fa-chevron-left:before {
	content:""
}

.fa-chevron-right:before {
	content:""
}

.fa-plus-circle:before {
	content:""
}

.fa-minus-circle:before {
	content:""
}

.fa-times-circle:before {
	content:""
}

.fa-check-circle:before {
	content:""
}

.fa-question-circle:before {
	content:""
}

.fa-info-circle:before {
	content:""
}

.fa-crosshairs:before {
	content:""
}

.fa-times-circle-o:before {
	content:""
}

.fa-check-circle-o:before {
	content:""
}

.fa-ban:before {
	content:""
}

.fa-arrow-left:before {
	content:""
}

.fa-arrow-right:before {
	content:""
}

.fa-arrow-up:before {
	content:""
}

.fa-arrow-down:before {
	content:""
}

.fa-mail-forward:before,.fa-share:before {
	content:""
}

.fa-expand:before {
	content:""
}

.fa-compress:before {
	content:""
}

.fa-plus:before {
	content:""
}

.fa-minus:before {
	content:""
}

.fa-asterisk:before {
	content:""
}

.fa-exclamation-circle:before {
	content:""
}

.fa-gift:before {
	content:""
}

.fa-leaf:before {
	content:""
}

.fa-fire:before {
	content:""
}

.fa-eye:before {
	content:""
}

.fa-eye-slash:before {
	content:""
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content:""
}

.fa-plane:before {
	content:""
}

.fa-calendar:before {
	content:""
}

.fa-random:before {
	content:""
}

.fa-comment:before {
	content:""
}

.fa-magnet:before {
	content:""
}

.fa-chevron-up:before {
	content:""
}

.fa-chevron-down:before {
	content:""
}

.fa-retweet:before {
	content:""
}

.fa-shopping-cart:before {
	content:""
}

.fa-folder:before {
	content:""
}

.fa-folder-open:before {
	content:""
}

.fa-arrows-v:before {
	content:""
}

.fa-arrows-h:before {
	content:""
}

.fa-bar-chart-o:before {
	content:""
}

.fa-twitter-square:before {
	content:""
}

.fa-facebook-square:before {
	content:""
}

.fa-camera-retro:before {
	content:""
}

.fa-key:before {
	content:""
}

.fa-gears:before,.fa-cogs:before {
	content:""
}

.fa-comments:before {
	content:""
}

.fa-thumbs-o-up:before {
	content:""
}

.fa-thumbs-o-down:before {
	content:""
}

.fa-star-half:before {
	content:""
}

.fa-heart-o:before {
	content:""
}

.fa-sign-out:before {
	content:""
}

.fa-linkedin-square:before {
	content:""
}

.fa-thumb-tack:before {
	content:""
}

.fa-external-link:before {
	content:""
}

.fa-sign-in:before {
	content:""
}

.fa-trophy:before {
	content:""
}

.fa-github-square:before {
	content:""
}

.fa-upload:before {
	content:""
}

.fa-lemon-o:before {
	content:""
}

.fa-phone:before {
	content:""
}

.fa-square-o:before {
	content:""
}

.fa-bookmark-o:before {
	content:""
}

.fa-phone-square:before {
	content:""
}

.fa-twitter:before {
	content:""
}

.fa-facebook:before {
	content:""
}

.fa-github:before {
	content:""
}

.fa-unlock:before {
	content:""
}

.fa-credit-card:before {
	content:""
}

.fa-rss:before {
	content:""
}

.fa-hdd-o:before {
	content:""
}

.fa-bullhorn:before {
	content:""
}

.fa-bell:before {
	content:""
}

.fa-certificate:before {
	content:""
}

.fa-hand-o-right:before {
	content:""
}

.fa-hand-o-left:before {
	content:""
}

.fa-hand-o-up:before {
	content:""
}

.fa-hand-o-down:before {
	content:""
}

.fa-arrow-circle-left:before {
	content:""
}

.fa-arrow-circle-right:before {
	content:""
}

.fa-arrow-circle-up:before {
	content:""
}

.fa-arrow-circle-down:before {
	content:""
}

.fa-globe:before {
	content:""
}

.fa-wrench:before {
	content:""
}

.fa-tasks:before {
	content:""
}

.fa-filter:before {
	content:""
}

.fa-briefcase:before {
	content:""
}

.fa-arrows-alt:before {
	content:""
}

.fa-group:before,.fa-users:before {
	content:""
}

.fa-chain:before,.fa-link:before {
	content:""
}

.fa-cloud:before {
	content:""
}

.fa-flask:before {
	content:""
}

.fa-cut:before,.fa-scissors:before {
	content:""
}

.fa-copy:before,.fa-files-o:before {
	content:""
}

.fa-paperclip:before {
	content:""
}

.fa-save:before,.fa-floppy-o:before {
	content:""
}

.fa-square:before {
	content:""
}

.fa-bars:before {
	content:""
}

.fa-list-ul:before {
	content:""
}

.fa-list-ol:before {
	content:""
}

.fa-strikethrough:before {
	content:""
}

.fa-underline:before {
	content:""
}

.fa-table:before {
	content:""
}

.fa-magic:before {
	content:""
}

.fa-truck:before {
	content:""
}

.fa-pinterest:before {
	content:""
}

.fa-pinterest-square:before {
	content:""
}

.fa-google-plus-square:before {
	content:""
}

.fa-google-plus:before {
	content:""
}

.fa-money:before {
	content:""
}

.fa-caret-down:before {
	content:""
}

.fa-caret-up:before {
	content:""
}

.fa-caret-left:before {
	content:""
}

.fa-caret-right:before {
	content:""
}

.fa-columns:before {
	content:""
}

.fa-unsorted:before,.fa-sort:before {
	content:""
}

.fa-sort-down:before,.fa-sort-asc:before {
	content:""
}

.fa-sort-up:before,.fa-sort-desc:before {
	content:""
}

.fa-envelope:before {
	content:""
}

.fa-linkedin:before {
	content:""
}

.fa-rotate-left:before,.fa-undo:before {
	content:""
}

.fa-legal:before,.fa-gavel:before {
	content:""
}

.fa-dashboard:before,.fa-tachometer:before {
	content:""
}

.fa-comment-o:before {
	content:""
}

.fa-comments-o:before {
	content:""
}

.fa-flash:before,.fa-bolt:before {
	content:""
}

.fa-sitemap:before {
	content:""
}

.fa-umbrella:before {
	content:""
}

.fa-paste:before,.fa-clipboard:before {
	content:""
}

.fa-lightbulb-o:before {
	content:""
}

.fa-exchange:before {
	content:""
}

.fa-cloud-download:before {
	content:""
}

.fa-cloud-upload:before {
	content:""
}

.fa-user-md:before {
	content:""
}

.fa-stethoscope:before {
	content:""
}

.fa-suitcase:before {
	content:""
}

.fa-bell-o:before {
	content:""
}

.fa-coffee:before {
	content:""
}

.fa-cutlery:before {
	content:""
}

.fa-file-text-o:before {
	content:""
}

.fa-building-o:before {
	content:""
}

.fa-hospital-o:before {
	content:""
}

.fa-ambulance:before {
	content:""
}

.fa-medkit:before {
	content:""
}

.fa-fighter-jet:before {
	content:""
}

.fa-beer:before {
	content:""
}

.fa-h-square:before {
	content:""
}

.fa-plus-square:before {
	content:""
}

.fa-angle-double-left:before {
	content:""
}

.fa-angle-double-right:before {
	content:""
}

.fa-angle-double-up:before {
	content:""
}

.fa-angle-double-down:before {
	content:""
}

.fa-angle-left:before {
	content:""
}

.fa-angle-right:before {
	content:""
}

.fa-angle-up:before {
	content:""
}

.fa-angle-down:before {
	content:""
}

.fa-desktop:before {
	content:""
}

.fa-laptop:before {
	content:""
}

.fa-tablet:before {
	content:""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content:""
}

.fa-circle-o:before {
	content:""
}

.fa-quote-left:before {
	content:""
}

.fa-quote-right:before {
	content:""
}

.fa-spinner:before {
	content:""
}

.fa-circle:before {
	content:""
}

.fa-mail-reply:before,.fa-reply:before {
	content:""
}

.fa-github-alt:before {
	content:""
}

.fa-folder-o:before {
	content:""
}

.fa-folder-open-o:before {
	content:""
}

.fa-smile-o:before {
	content:""
}

.fa-frown-o:before {
	content:""
}

.fa-meh-o:before {
	content:""
}

.fa-gamepad:before {
	content:""
}

.fa-keyboard-o:before {
	content:""
}

.fa-flag-o:before {
	content:""
}

.fa-flag-checkered:before {
	content:""
}

.fa-terminal:before {
	content:""
}

.fa-code:before {
	content:""
}

.fa-reply-all:before {
	content:""
}

.fa-mail-reply-all:before {
	content:""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content:""
}

.fa-location-arrow:before {
	content:""
}

.fa-crop:before {
	content:""
}

.fa-code-fork:before {
	content:""
}

.fa-unlink:before,.fa-chain-broken:before {
	content:""
}

.fa-question:before {
	content:""
}

.fa-info:before {
	content:""
}

.fa-exclamation:before {
	content:""
}

.fa-superscript:before {
	content:""
}

.fa-subscript:before {
	content:""
}

.fa-eraser:before {
	content:""
}

.fa-puzzle-piece:before {
	content:""
}

.fa-microphone:before {
	content:""
}

.fa-microphone-slash:before {
	content:""
}

.fa-shield:before {
	content:""
}

.fa-calendar-o:before {
	content:""
}

.fa-fire-extinguisher:before {
	content:""
}

.fa-rocket:before {
	content:""
}

.fa-maxcdn:before {
	content:""
}

.fa-chevron-circle-left:before {
	content:""
}

.fa-chevron-circle-right:before {
	content:""
}

.fa-chevron-circle-up:before {
	content:""
}

.fa-chevron-circle-down:before {
	content:""
}

.fa-html5:before {
	content:""
}

.fa-css3:before {
	content:""
}

.fa-anchor:before {
	content:""
}

.fa-unlock-alt:before {
	content:""
}

.fa-bullseye:before {
	content:""
}

.fa-ellipsis-h:before {
	content:""
}

.fa-ellipsis-v:before {
	content:""
}

.fa-rss-square:before {
	content:""
}

.fa-play-circle:before {
	content:""
}

.fa-ticket:before {
	content:""
}

.fa-minus-square:before {
	content:""
}

.fa-minus-square-o:before {
	content:""
}

.fa-level-up:before {
	content:""
}

.fa-level-down:before {
	content:""
}

.fa-check-square:before {
	content:""
}

.fa-pencil-square:before {
	content:""
}

.fa-external-link-square:before {
	content:""
}

.fa-share-square:before {
	content:""
}

.fa-compass:before {
	content:""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content:""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content:""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content:""
}

.fa-euro:before,.fa-eur:before {
	content:""
}

.fa-gbp:before {
	content:""
}

.fa-dollar:before,.fa-usd:before {
	content:""
}

.fa-rupee:before,.fa-inr:before {
	content:""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content:""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content:""
}

.fa-won:before,.fa-krw:before {
	content:""
}

.fa-bitcoin:before,.fa-btc:before {
	content:""
}

.fa-file:before {
	content:""
}

.fa-file-text:before {
	content:""
}

.fa-sort-alpha-asc:before {
	content:""
}

.fa-sort-alpha-desc:before {
	content:""
}

.fa-sort-amount-asc:before {
	content:""
}

.fa-sort-amount-desc:before {
	content:""
}

.fa-sort-numeric-asc:before {
	content:""
}

.fa-sort-numeric-desc:before {
	content:""
}

.fa-thumbs-up:before {
	content:""
}

.fa-thumbs-down:before {
	content:""
}

.fa-youtube-square:before {
	content:""
}

.fa-youtube:before {
	content:""
}

.fa-xing:before {
	content:""
}

.fa-xing-square:before {
	content:""
}

.fa-youtube-play:before {
	content:""
}

.fa-dropbox:before {
	content:""
}

.fa-stack-overflow:before {
	content:""
}

.fa-instagram:before {
	content:""
}

.fa-flickr:before {
	content:""
}

.fa-adn:before {
	content:""
}

.fa-bitbucket:before {
	content:""
}

.fa-bitbucket-square:before {
	content:""
}

.fa-tumblr:before {
	content:""
}

.fa-tumblr-square:before {
	content:""
}

.fa-long-arrow-down:before {
	content:""
}

.fa-long-arrow-up:before {
	content:""
}

.fa-long-arrow-left:before {
	content:""
}

.fa-long-arrow-right:before {
	content:""
}

.fa-apple:before {
	content:""
}

.fa-windows:before {
	content:""
}

.fa-android:before {
	content:""
}

.fa-linux:before {
	content:""
}

.fa-dribbble:before {
	content:""
}

.fa-skype:before {
	content:""
}

.fa-foursquare:before {
	content:""
}

.fa-trello:before {
	content:""
}

.fa-female:before {
	content:""
}

.fa-male:before {
	content:""
}

.fa-gittip:before {
	content:""
}

.fa-sun-o:before {
	content:""
}

.fa-moon-o:before {
	content:""
}

.fa-archive:before {
	content:""
}

.fa-bug:before {
	content:""
}

.fa-vk:before {
	content:""
}

.fa-weibo:before {
	content:""
}

.fa-renren:before {
	content:""
}

.fa-pagelines:before {
	content:""
}

.fa-stack-exchange:before {
	content:""
}

.fa-arrow-circle-o-right:before {
	content:""
}

.fa-arrow-circle-o-left:before {
	content:""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content:""
}

.fa-dot-circle-o:before {
	content:""
}

.fa-wheelchair:before {
	content:""
}

.fa-vimeo-square:before {
	content:""
}

.fa-turkish-lira:before,.fa-try:before {
	content:""
}

.fa-plus-square-o:before {
	content:""
}

.icheckbox_square-yellow,.iradio_square-yellow {
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	margin:0 0 0 -26px;
	padding:0;
	width:22px;
	height:22px;
	background:url(../images/minimal.png) no-repeat;
	border:none;
	cursor:pointer
}

.icheckbox_square-yellow {
	background-position:0 0
}

.icheckbox_square-yellow.hover {
	background-position:-24px 0
}

.icheckbox_square-yellow.checked {
	background-position:-48px 0
}

.icheckbox_square-yellow.disabled {
	background-position:-72px 0;
	cursor:default
}

.icheckbox_square-yellow.checked.disabled {
	background-position:-96px 0
}

.iradio_square-yellow {
	background-position:-120px 0
}

.iradio_square-yellow.hover {
	background-position:-144px 0
}

.iradio_square-yellow.checked {
	background-position:-168px 0
}

.iradio_square-yellow.disabled {
	background-position:-192px 0;
	cursor:default
}

.iradio_square-yellow.checked.disabled {
	background-position:-216px 0
}

@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
	.icheckbox_square-yellow,.iradio_square-yellow {
		background-image:url(../images/minimal@2x.png);
		-webkit-background-size:240px 24px;
		background-size:240px 24px
	}
}

img {
	max-width:100%
}

.no-gutter {
	margin:0;
	padding:0
}

.no-gutter-whatsoever {
	margin:0!important;
	padding:0!important
}

#top-nav .logo img {
	width:auto
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	font-family:Microsoft Yahei;
	text-transform:uppercase;
	margin-top:0;
	font-weight:700
}

h1 a,h2 a,h3 a,h4 a,.h1 a,.h2 a,.h3 a,.h4 a {
	color:#000
}

h1 small,h2 small,h3 small,h4 small,.h1 small,.h2 small,.h3 small,.h4 small {
	font-size:79%
}

h3,.h3 {
	font-size:24px;
	line-height:30px;
	letter-spacing:.05em
}

h2,.h2 {
	font-size:40px;
	letter-spacing:.05em;
	line-height:1.1
}

h4,.h4 {
	font-size:17px;
	letter-spacing:.1em;
	line-height:1.1
}

h4 a,.h4 a {
	text-decoration:underline
}

h4 a:hover,.h4 a:hover {
	text-decoration:none
}

table {
	border-spacing:0
}

table thead {
	background-color:#0394e3;
	font-family:Microsoft Yahei;
	text-transform:uppercase;
	font-weight:700
}

table thead tr th {
	border:none!important
}

table thead.reverse {
	background-color:#687279;
	color:#fff
}

table tbody tr td {
	border-top:none!important
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
	background-color:#ebebeb
}

.last {
	padding-bottom:40px
}

.pull-right.no-pad,.no-pad {
	margin:0!important;
	padding:0!important
}

.first {
	padding-top:40px
}

.pad-y {
	padding-top:40px;
	padding-bottom:40px
}

.margin-y {
	margin-top:20px;
	margin-bottom:20px
}

.margin-top {
	margin-top:20px
}

.pad {
	padding:40px
}

.pad-x {
	padding-left:40px;
	padding-right:40px
}

.bkgd-light {
	background-color:#ebebeb;
	background:url(../images/concrete_wall_2.png) repeat top left
}

.bkgd-light hr {
	border-top:2px solid #000
}

.bkgd-dark {
	background-color:#363636;
	background:url(../images/dark_wall.png) repeat top left
}

.bkgd-dark h1,.bkgd-dark h2,.bkgd-dark h3,.bkgd-dark h4,.bkgd-dark .h1,.bkgd-dark .h2,.bkgd-dark .h3,.bkgd-dark .h4,.bkgd-dark p {
	color:#fff
}

.bkgd-dark h1 a,.bkgd-dark h2 a,.bkgd-dark h3 a,.bkgd-dark h4 a,.bkgd-dark .h1 a,.bkgd-dark .h2 a,.bkgd-dark .h3 a,.bkgd-dark .h4 a,.bkgd-dark p a {
	color:#ebebeb
}

.bkgd-dark h1 a:hover,.bkgd-dark h2 a:hover,.bkgd-dark h3 a:hover,.bkgd-dark h4 a:hover,.bkgd-dark .h1 a:hover,.bkgd-dark .h2 a:hover,.bkgd-dark .h3 a:hover,.bkgd-dark .h4 a:hover,.bkgd-dark p a:hover {
	text-decoration:underline
}

.panel-group .collapsed i.fa-chevron-down:before {
	content:""
}

.panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border:none
}

.panel-group .panel-default>.panel-heading {
	color:#000;
	background-color:#0394e3
}

.panel-group .panel-default>.panel-heading i {
	color:#fff;
	font-size:75%
}

.panel-group .panel-default>.panel-heading span {
	color:#687279
}

.panel-group .panel {
	margin-bottom:5px;
	background-color:#fff;
	border:none;
	box-shadow:none
}

.bkgd-medium {
	background-color:#687279
}

.bkgd-medium h1,.bkgd-medium h2,.bkgd-medium h3,.bkgd-medium h4,.bkgd-medium .h1,.bkgd-medium .h2,.bkgd-medium .h3,.bkgd-medium .h4,.bkgd-medium p {
	color:#fff
}

.bkgd-medium h1 a,.bkgd-medium h2 a,.bkgd-medium h3 a,.bkgd-medium h4 a,.bkgd-medium .h1 a,.bkgd-medium .h2 a,.bkgd-medium .h3 a,.bkgd-medium .h4 a,.bkgd-medium p a {
	color:#ebebeb
}

.bkgd-medium h1 a:hover,.bkgd-medium h2 a:hover,.bkgd-medium h3 a:hover,.bkgd-medium h4 a:hover,.bkgd-medium .h1 a:hover,.bkgd-medium .h2 a:hover,.bkgd-medium .h3 a:hover,.bkgd-medium .h4 a:hover,.bkgd-medium p a:hover {
	text-decoration:underline
}

.marquee {
	position:relative;
	background-color:#000;
	overflow:hidden
}

.marquee .image img {
	display:block;
	position:relative;
	width:100%
}

.marquee .text {
	position:absolute;
	top:96%;
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
	right:auto;
	left:20px;
	text-align:left;
	z-index:50;
	width:100%
}

.marquee .text h1,.marquee .text h3,.marquee .text h2,.marquee .text h6,.marquee .text h4,.marquee .text h5,.marquee .text p {
	color:#fff;
	text-align:left;
	margin-bottom:0
}

.marquee .text h1 {
	font-size:36px
}

@media(max-width:479px) {
	.marquee .text h1 {
		font-size:24px
	}
}

@media(min-width:768px) {
	.marquee .text h1 {
		font-size:42px
	}
}

@media(min-width:992px) {
	.marquee .text h1 {
		font-size:50px
	}
}

.marquee .text h6 {
	font-size:18px;
	display:none
}

@media(min-width:768px) {
	.marquee .text h6 {
		display:block
	}
}

@media(min-width:992px) {
	.marquee .text h6 {
		width:66%
	}
}

@media(min-width:1200px) {
	.marquee .text h6 {
		width:50%
	}
}

.marquee .text h5 {
	font-size:18px
}

.marquee .text p {
	padding-left:0;
	display:none
}

@media(min-width:992px) {
	.marquee .text p {
		width:66%;
		display:block
	}
}

@media(min-width:1200px) {
	.marquee .text p {
		width:50%
	}
}

.marquee .text p a {
	color:#0394e3
}

.btn {
	text-transform:uppercase;
	border:none;
	font-size:12px;
	letter-spacing:.025em;
	padding:7px 20px 6px 20px;
	box-shadow:0 2px 2px rgba(0,0,0,.25);
	font-weight:bold
}

.btn-default,.btn-default:focus {
	color:#0394e3;
	background-color:#363636;
	-ms-transition:background-color .2s ease-in,color .2s ease-in;
	-moz-transition:background-color .2s ease-in,color .2s ease-in;
	-o-transition:background-color .2s ease-in,color .2s ease-in;
	-webkit-transition:background-color .2s ease-in,color .2s ease-in;
	transition:background-color .2s ease-in,color .2s ease-in
}

.btn[disabled] {
	background-color:#d1d1d1;
	color:#687279
}

.btn-default:hover,.btn-default:active,.btn-default.active {
	background-color:#0394e3;
	color:#fff
}

.btn-primary,.btn-primary:focus {
	color:#fff;
	background-color:#0394e3;
	background:#0394e3;
	position:relative;
	-ms-transition:background .2s ease-in,color .2s ease-in;
	-moz-transition:background .2s ease-in,color .2s ease-in;
	-o-transition:background .2s ease-in,color .2s ease-in;
	-webkit-transition:background .2s ease-in,color .2s ease-in;
	transition:background .2s ease-in,color .2s ease-in
}

.btn-primary:before,.btn-primary:focus:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	box-shadow:inset 0 -45px 45px -33px rgba(0,0,0,.25);
	-ms-transition:box-shadow .2s ease-in;
	-moz-transition:box-shadow .2s ease-in;
	-o-transition:box-shadow .2s ease-in;
	-webkit-transition:box-shadow .2s ease-in;
	transition:box-shadow .2s ease-in
}

.btn-primary.disabled,.btn-primary:focus.disabled,.btn-primary.disabled:hover,.btn-primary:focus.disabled:hover,.btn-primary.disabled:focus,.btn-primary:focus.disabled:focus {
	color:#363636;
	background-color:#687279
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active {
	color:#0394e3;
	background:none;
	background-color:#687279
}

.btn-primary:hover:before,.btn-primary:active:before,.btn-primary.active:before {
	box-shadow:inset 0 -45px 45px -33px rgba(0,0,0,0)
}

.btn-info,.btn-info:focus {
	color:#0394e3;
	background-color:#000;
	-ms-transition:background-color .2s ease-in,color .2s ease-in;
	-moz-transition:background-color .2s ease-in,color .2s ease-in;
	-o-transition:background-color .2s ease-in,color .2s ease-in;
	-webkit-transition:background-color .2s ease-in,color .2s ease-in;
	transition:background-color .2s ease-in,color .2s ease-in
}

.btn-info:hover,.btn-info:active,.btn-info.active {
	background-color:#0394e3;
	color:#000
}

.btn-success,.btn-success:focus {
	color:#0394e3;
	background-color:#687279;
	-ms-transition:background-color .2s ease-in,color .2s ease-in;
	-moz-transition:background-color .2s ease-in,color .2s ease-in;
	-o-transition:background-color .2s ease-in,color .2s ease-in;
	-webkit-transition:background-color .2s ease-in,color .2s ease-in;
	transition:background-color .2s ease-in,color .2s ease-in
}

.btn-success:hover,.btn-success:active,.btn-success.active {
	background-color:#0394e3;
	color:#687279
}

.btn-sm,.btn-group-sm>.btn {
	font-size:10px
}

.btn-lg,.btn-group-lg>.btn {
	font-size:24px;
	padding:16px 30px 14px 30px
}

.field-validation-error {
	color:#a94442
}

input.input-validation-error {
	border-color:#a94442
}

.hidden.visible-xs {
	display:block!important;
	visibility:visible!important
}

@media(min-width:768px) {
	.hidden.visible-xs {
		display:none!important;
		visibility:hidden!important
	}
}

#boxlinks h5 {
	font-family:Microsoft Yahei;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	color:#fff
}

#boxlinks p,#boxlinks h4,#boxlinks h5 {
	margin-bottom:20px
}

#boxlinks a.btn {
	display:inline;
	border-left:0;
	padding:7px 30px 6px 30px
}

#boxlinks .btn-default {
	color:#0394e3;
	background-color:#363636
}

#boxlinks .btn-default:hover,#boxlinks .btn-default:focus,#boxlinks .btn-default:active,#boxlinks .btn-default.active {
	background-color:#0394e3;
	color:#363636
}

#boxlinks>.row>.col-sm-6:nth-child(2n+1),#boxlinks>.row>.col-sm-6:first-child {
	clear:left;
	border-right:1px solid #000
}

#boxlinks>.row>.col-sm-6 {
	border-top:1px solid #687279
}

#boxlinks img {
	float:left;
	margin-right:20px
}

#boxlinks .info-wrap {
	float:left;
	width:400px
}

@media(max-width:479px) {
	#boxlinks .info-wrap {
		width:300px
	}
}

#top-nav {
	position:absolute;
	z-index:100;
	width:100%
}

#top-nav .maintop {
	background-color:#fff;
	background-color:rgba(255,255,255,.75)
}

#top-nav .maintop a:hover {
	text-decoration:none
}

#top-nav .maintop a>span {
	border-bottom:2px solid transparent;
	-ms-transition:border .35s linear,color .35s linear;
	-moz-transition:border .35s linear,color .35s linear;
	-o-transition:border .35s linear,color .35s linear;
	-webkit-transition:border .35s linear,color .35s linear;
	transition:border .35s linear,color .35s linear
}

#top-nav .maintop a:hover>span {
	border-bottom:2px solid #848b91
}

#top-nav .logo {
	display:block;
	margin-top:22px
}

#top-nav a.link {
	display:block;
	text-align:center;
	color:#848b91;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100px;
	letter-spacing:.1em;
	white-space:nowrap
}

#top-nav a.link.open {
	background-color:#fff
}

#top-nav .menu {
	display:none;
	padding:0
}

#top-nav .shop.menu {
	background-color:#fff
}

#top-nav .shop.menu div {
	padding:0
}

#top-nav .shop.menu div a {
	display:block;
	color:#848b91;
	text-align:center;
	text-transform:uppercase;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:75% auto;
	padding:35px 10px;
	border-right:2px solid #ccc
}

#top-nav .shop.menu div a .title {
	white-space:nowrap
}

#top-nav .shop.menu div a:hover {
	text-decoration:none;
	background-color:#0394e3; color:#fff;
}

#top-nav .shop.menu div a img {
	width:100%;
	padding:30px 30px 0 30px;
	margin:0 auto
}

#top-nav .shop.menu div:last-child a {
	border-right:2px solid #fff
}




#top-nav .support.menu {
	background-color:#fff
}

#top-nav .support.menu div {
	padding:0
}

#top-nav .support.menu div a {
	display:block;
	color:#848b91;
	text-align:center;
	text-transform:uppercase;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:75% auto;
	padding:35px 10px;
	border-right:2px solid #ccc
}

#top-nav .support.menu div a .title {
	white-space:nowrap
}

#top-nav .support.menu div a:hover {
	text-decoration:none;
	background-color:#0394e3;color:#fff;
}

#top-nav .support.menu div a img {
	width:100%;
	padding:30px 30px 0 30px;
	margin:0 auto
}

#top-nav .support.menu div:last-child a {
	border-right:2px solid #fff
}





#top-nav .row.menu .white {
	background-color:#fff;
	padding:10px 0 10px 10px
}

#top-nav .row.menu .bkgd-dark {
	float:left;
	width:100%
}

#top-nav .row.menu .intro {
	position:absolute;
	z-index:56;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:25%;
	padding:10px 0 10px 0
}

#top-nav .row.menu .intro h5 {
	color:#d1d1d1
}

#top-nav .row.menu .intro img {
	margin-bottom:20px
}

#top-nav .row.menu .intro i {
	font-size:48px;
	color:#0394e3
}

#top-nav .row.menu>div {
	margin:0;
	padding:0
}

#top-nav .row.menu .nav {
	background-color:#fff;
	padding:0
}

#top-nav .row.menu .nav>div>a {
	width:100%;
	display:block;
	padding:20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px
}

#top-nav .row.menu .nav>div>a:hover {
	text-decoration:none;
	background-color:#0394e3; color:#fff;
}

#top-nav .row.support.menu .nav>div {
	padding-right:0;
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px
}

@media(min-width:768px) {
	#top-nav .row.support.menu .nav>div {
		float:left;
		width:33.33333333%
	}
}

#top-nav .row.support.menu .nav>div:nth-child(3n+1) {
	clear:left
}

#top-nav .row.vt.menu .intro {
	width:33.3333333333333333%
}

#top-nav .row.vt.menu .nav>div {
	padding-right:0;
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	clear:both
}
#top-nav .row.vt1.menu .intro {
	width:33.3333333333333333%
}

#top-nav .row.vt1.menu .nav>div {
	padding-right:0;
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	clear:both
}

@media(min-width:768px) {
	#top-nav .row.vt.menu .nav>div {
		float:left;
		width:50%
	}
		#top-nav .row.vt1.menu .nav>div {
		float:left;
		width:50%
	}
}

#top-nav .menu .nav {
	background-color:#fff;
	padding-bottom:20px
}

#top-nav .menu .nav a {
	display:block;
	font-size:16px;
	color:#848b91;
	text-decoration:none;
	padding:10px;
	text-align:center
}

#footer {
	position:relative;
	color:#fff;
	background:#000 url(../images/dark_wall.png)
}

#footer a.top {
	position:absolute;
	z-index:100;
	right:4.5%;
	color:#0394e3;
	font-size:5em;
	margin-top:-1.1em;
	opacity:.75;
	-ms-transition:opacity .35s linear;
	-moz-transition:opacity .35s linear;
	-o-transition:opacity .35s linear;
	-webkit-transition:opacity .35s linear;
	transition:opacity .35s linear
}

#footer a.top:hover {
	opacity:1
}

#footer .footer-nav {
	border-bottom:1px solid #687279
}

#footer .footer-nav>div {
	padding-top:40px;
	padding-bottom:40px
}

#footer .footer-nav label {
	display:block;
	text-align:right;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	padding:0;
	margin:0;
	white-space:nowrap
}

#footer .footer-nav .social a {
	font-size:30px;
	line-height:30px;
	display:block;
	color:#fff;
	text-align:center;
	-ms-transition:color .35s linear;
	-moz-transition:color .35s linear;
	-o-transition:color .35s linear;
	-webkit-transition:color .35s linear;
	transition:color .35s linear
}

#footer .footer-nav .social a:hover {
	color:#0394e3
}

#footer .footer-nav i.postform {
	color:#848b91;
	position:absolute;
	top:45px;
	right:25px
}

@media(max-width:768px) {
	#footer .footer-nav i.postform {
		top:25px
	}
}

#footer .footer-nav .top-toggle {
	text-align:center
}

#footer .footer-nav .top-toggle a {
	font-size:30px;

	color:#fff;
	padding-right:20px
}

#footer .footer-nav .top-toggle a:hover {
	color:#0394e3
}

#footer h5 {
	color:#fff;
	font-size:12px;
	line-height:30px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0;
	padding:0;
	margin:0 0 0 0;
	white-space:nowrap
}

#footer .sitemap {
	padding-top:20px;
	padding-bottom:20px
}

#footer .sitemap .logo img {
	width:100%;
	max-width:230px;
	margin:0 auto
}

#footer .sitemap h5 {
	margin:0 0 25px 0
}

#footer .sitemap ul {
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	border-top:1px solid rgba(0,0,0,.25)
}

@media(min-width:768px) {
	#footer .sitemap ul {
		padding:15px 0;
		border:none
	}
}

#footer .sitemap ul li {
	padding:0;
	margin:0;
	float:none;
	clear:both
}

@media(min-width:768px) {
	#footer .sitemap ul li {
		float:left;
		clear:none;
		margin:0 0 0 20px
	}
}

@media(min-width:992px) {
	#footer .sitemap ul li {
		margin:0 0 0 40px
	}
}

#footer .sitemap ul li a {
	-ms-transition:color .35s linear,border-color .35s linear;
	-moz-transition:color .35s linear,border-color .35s linear;
	-o-transition:color .35s linear,border-color .35s linear;
	-webkit-transition:color .35s linear,border-color .35s linear;
	transition:color .35s linear,border-color .35s linear;
	display:block;
	margin:0 0 1px;
	white-space:nowrap;
	line-height:1;
	font-size:2rem;
	letter-spacing:.03em;
	border-bottom:1px solid rgba(0,0,0,.25);
	padding:.75em 1em;
	color:#687279
}

@media(min-width:768px) {
	#footer .sitemap ul li a {
		color:#d1d1d1;
		font-size:12px;
		letter-spacing:.025em;
		border-bottom:1px solid transparent;
		padding:2px 0 1px
	}
}

#footer .sitemap ul li a:hover {
	text-decoration:none;
	color:#0394e3;
	border-color:#0394e3
}

#footer .footer-bottom {
	color:#687279;
	font-size:12px;
	line-height:30px;
	vertical-align:bottom;
	background-color:#363636;
	padding:15px 0;
}

#footer .footer-bottom>div {
	padding-top:18px
}

#footer .footer-bottom h5 {
	display:inline;
	padding:0;
	margin:0 10px 0 0
}

#footer .footer-bottom .copyright {
	margin-bottom:20px
}

#footer .footer-bottom .list {
	display:inline;
	margin-bottom:20px
}

#footer .footer-bottom a {
	color:#687279;
	white-space:nowrap;
	border-bottom:1px solid transparent;
	-ms-transition:border .35s linear,color .35s linear;
	-moz-transition:border .35s linear,color .35s linear;
	-o-transition:border .35s linear,color .35s linear;
	-webkit-transition:border .35s linear,color .35s linear;
	transition:border .35s linear,color .35s linear
}

#footer .footer-bottom a:hover {
	color:#0394e3;
	text-decoration:none;
	border-bottom:1px solid #0394e3
}

#footer .footer-bottom img {
	vertical-align:text-bottom;
	max-width:165px
}

#footer .footer-bottom .support {
	padding-top:2px;
	text-align:right
}

@media(max-width:1120px) {
	#footer .footer-bottom .list {
		display:block
	}
}

@media(max-width:992px) {
	#footer .sitemap .logo img {
		margin-bottom:20px
	}

	#footer .sitemap ul {
		float:none
	}

	#footer .sitemap h5 {
		margin:0
	}

	#footer .footer-bottom .support {
		text-align:left
	}
}

@media(max-width:768px) {
	#footer a.top {
		right:10%
	}
}

#free-shipping-bar {
	background-color:#363636;
	background:url(../images/dark_wall.png) repeat top left;
	position:fixed;
	bottom:0;
	z-index:999;
	width:70%;
	left:15%
}

#free-shipping-bar h1,#free-shipping-bar h2,#free-shipping-bar h3,#free-shipping-bar h4,#free-shipping-bar .h1,#free-shipping-bar .h2,#free-shipping-bar .h3,#free-shipping-bar .h4,#free-shipping-bar p {
	color:#fff
}

#free-shipping-bar h1 a,#free-shipping-bar h2 a,#free-shipping-bar h3 a,#free-shipping-bar h4 a,#free-shipping-bar .h1 a,#free-shipping-bar .h2 a,#free-shipping-bar .h3 a,#free-shipping-bar .h4 a,#free-shipping-bar p a {
	color:#ebebeb
}

#free-shipping-bar h1 a:hover,#free-shipping-bar h2 a:hover,#free-shipping-bar h3 a:hover,#free-shipping-bar h4 a:hover,#free-shipping-bar .h1 a:hover,#free-shipping-bar .h2 a:hover,#free-shipping-bar .h3 a:hover,#free-shipping-bar .h4 a:hover,#free-shipping-bar p a:hover {
	text-decoration:underline
}

#free-shipping-bar .callout {
	float:left;
	display:block;
	padding:10px 20px 8px 20px;
	background-color:#0394e3;
	color:#000
}

#free-shipping-bar .callout,#free-shipping-bar .message {
	font-family:Microsoft Yahei;
	font-weight:700;
	letter-spacing:.1em;
	font-size:16px;
	text-transform:uppercase
}

#free-shipping-bar .message {
	padding:10px 20px 8px 20px;
	color:#fff;
	text-indent:20px
}

body.blog .row .bar {
	background-color:#363636;
	background:url(../images/dark_wall.png) repeat top left;
	margin:0;
	padding:0;
	display:block;
	width:100%
}

body.blog .row .bar h1,body.blog .row .bar h2,body.blog .row .bar h3,body.blog .row .bar h4,body.blog .row .bar .h1,body.blog .row .bar .h2,body.blog .row .bar .h3,body.blog .row .bar .h4,body.blog .row .bar p {
	color:#fff
}

body.blog .row .bar h1 a,body.blog .row .bar h2 a,body.blog .row .bar h3 a,body.blog .row .bar h4 a,body.blog .row .bar .h1 a,body.blog .row .bar .h2 a,body.blog .row .bar .h3 a,body.blog .row .bar .h4 a,body.blog .row .bar p a {
	color:#ebebeb
}

body.blog .row .bar h1 a:hover,body.blog .row .bar h2 a:hover,body.blog .row .bar h3 a:hover,body.blog .row .bar h4 a:hover,body.blog .row .bar .h1 a:hover,body.blog .row .bar .h2 a:hover,body.blog .row .bar .h3 a:hover,body.blog .row .bar .h4 a:hover,body.blog .row .bar p a:hover {
	text-decoration:underline
}

@media(min-width:768px) {
	body.blog .row .bar {
		float:left;
		width:100%
	}
}

body.blog .row .bar a {
	padding:20px;
	display:block;
	margin:0;
	letter-spacing:.15em;
	text-decoration:none;
	font-size:14px;
	cursor:pointer
}

@media(min-width:768px) {
	body.blog .row .bar a {
		float:left;
		width:auto
	}
}

body.blog .row .bar a:hover,body.blog .row .bar a.active {
	background-color:#0394e3;
	color:#363636
}

body.blog a.h4:hover {
	color:#363636
}

body.blog .isotope {
	margin-right:-20px;
	margin-left:-20px;
	opacity:0
}

body.blog hr {
	border-top:1px solid #000;
	margin-bottom:40px
}

body.blog .thumbnail {
	display:block;
	padding:0;
	margin-bottom:20px;
	background-color:#687279;
	border:none;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none
}

body.blog .marquee {
	background-color:#fff;
	padding:0
}

@media(max-width:767px) {
	body.blog .marquee {
		padding:20px 20px 0 20px
	}
}

body.blog .marquee .text {
	position:static;
	display:inline
}

body.blog .marquee .text h1,body.blog .marquee .text h3 {
	color:#000
}

@media(min-width:768px) {
	body.blog .marquee .text {
		position:absolute;
		display:block
	}

	body.blog .marquee .text h1,body.blog .marquee .text h3 {
		color:#fff
	}
}

body.blog .marquee img {
	display:none
}

@media(min-width:768px) {
	body.blog .marquee img {
		display:block
	}
}

.blog-footer-signup {
	background:#f7f7f7;
	padding:25px 20px
}

.blog-footer-signup input.txt-email {
	padding:5px 10px;
	border:1px solid #f1f0f0;
	width:300px
}

.blog-footer-signup input[type=submit] {
	margin-top:-2px
}

body.apps-pricing .marquee#marquee-top .text h1,body.apps-pricing .marquee#marquee-top .text h4,body.apps-pricing .marquee#marquee-top .text p {
	margin:0;
	padding:0
}

body.apps-pricing .marquee#marquee-top .text h4 {
	display:none
}

@media(min-width:768px) {
	body.apps-pricing .marquee#marquee-top .text h4 {
		display:block
	}
}

body.apps-pricing .xtra {
	margin-bottom:40px
}

body.apps-pricing .bkgd-dark img {
	margin-bottom:20px
}

body.apps-pricing .price-item {
	font-family:Microsoft Yahei;
	text-transform:uppercase;
	color:#000;
	margin-right:40px;
	line-height:1.53em;
	font-size:15px
}

body.compatibility .col-xs-12 hr {
	border-top:2px solid #363636;
	margin-bottom:40px
}

body.home img {
	max-width:none;
	width:auto
}

body.home .marquee .text h1 {
	color:#0394e3;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	padding:0;
	margin:0 0 15px 0;
	white-space:nowrap
}

@media(max-width:768px) {
	body.home .marquee#marquee-top .text h1 {
		margin-right:10px
	}
}

@media(max-width:639px) {
	body.home .marquee#marquee-top .text h1 {
		font-size:3em!important;
		line-height:1em!important
	}
}

@media(max-width:459px) {
	body.home .marquee#marquee-top .text h1 {
		font-size:1.9em!important
	}
}

body.home .marquee .text p {
	color:#fff;
	margin:0 0 15px 0
}

body.home .marquee#marquee-top {
	padding-bottom:10px
}

body.home .marquee#marquee-top .text {
	top:0;
	right:0;
	text-align:right;
	left:auto;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
	transform:none;
	padding:16.25% 4% 0 0;
	width:auto;
	z-index:1
}

@media(min-width:769px) {
	body.home .marquee#marquee-top .text {
		padding:16.25% 5% 0 0
	}
}

@media(min-width:1240px) {
	body.home .marquee#marquee-top .text {
		padding:16.25% 24.5% 0 0
	}
}

@media(min-width:1241px) {
	body.home .marquee#marquee-top .text {
		top:-90px;
		right:-70px
	}
}

@media(max-width:1240px) {
	body.home .marquee#marquee-top .text {
		top:0;
		right:0
	}
}

body.home #trek-callout {
	position:absolute;
	z-index:52;
	display:none;
	color:#fff;
	margin-top:-31px;
	left:20px
}

@media(min-width:939px) {
	body.home #trek-callout {
		display:block
	}
}

body.home .marquee#marquee-top .text h1 {
	text-align:right;
	font-weight:700;
	font-size:60px;
	line-height:50px
}

body.home .marquee#marquee-top .text h1 small {
	font-size:75%;
	color:#0394e3
}

body.home .marquee#marquee-top .text h1 span {
	font-size:45px;
	line-height:35px
}

@media(min-width:768px) {
	body.home .marquee#marquee-top .text h1 {
		font-size:72px;
		line-height:56px
	}

	body.home .marquee#marquee-top .text h1 span {
		font-size:70px;
		line-height:60px
	}
}

@media(min-width:1180px) {
	body.home .marquee#marquee-top .text h1 {
		font-size:80px;
		line-height:70px
	}
}

@media(min-width:1480px) {
	body.home .marquee#marquee-top .text h1 {
		font-size:100px;
		line-height:72px
	}
}

body.home .marquee#marquee-top .text p {
	color:#687279;
	font-size:12px;
	padding-right:10px
}

body.home .marquee#marquee-top .text h6 {
	color:#687279;
	font-size:14px;
	padding:5px;
	background-color:#ebebeb;
	width:auto;
	text-align:right;
	margin-top:0;
	float:right
}

body.home .marquee#marquee-top .btn {
	position:absolute;
	z-index:10;
	bottom:10px;
	right:5%;
	font-family:Microsoft Yahei;
	font-weight:700
}

body.home .marquee#marquee-top .btn.btn-holiday16 {
	position:relative;
	float:right;
	margin-top:-51px;
	margin-left:10px
}

@media(max-width:1200px) {
	body.home .marquee#marquee-top .btn.btn-holiday16 {
		font-size:16px;
		margin-top:-41px
	}
}

@media(max-width:816px) {
	body.home .marquee#marquee-top .btn.btn-holiday16 {
		position:relative;
		width:100%;
		float:right;
		margin-top:0;
		margin-left:0;
		top:0;
		right:0
	}
}

body.home .marquee#marquee-app {
	position:relative;
	width:100%;
	height:500px;
	background-color:#000;
	overflow:hidden
}

body.home .marquee#marquee-app .video-panel {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none
}

body.home .marquee#marquee-app .video-panel img {
	width:100%
}

body.home .marquee#marquee-app #background-video {
	z-index:10
}

body.home .marquee#marquee-app #background-video-image {
	z-index:20
}

body.home .marquee#marquee-app #background-video-image-initial {
	z-index:30
}

body.home .marquee#marquee-app .text {
	position:absolute;
	z-index:40;
	width:45%;
	top:0;
	left:0;
	text-align:left;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	-webkit-transform:none;
	transform:none;
	padding:12.25% 0 0 10%
}

body.home .marquee#marquee-app .text h1 {
	font-size:60px;
	line-height:60px
}

body.home .marquee#marquee-app .text h1 span {
	font-size:36px;
	line-height:36px
}

body.home .marquee#marquee-app .text h1 img {
	height:60px;
	vertical-align:top
}

body.home .marquee#marquee-app .text h1 p {
	font-size:16px
}

body.home .marquee#marquee-app .xs-video {
	background-color:#687279;
	border:none;
	outline:none;
	margin-bottom:15px
}

body.home #boxlinks span.row,body.home #boxlinks span.col-sm-6,body.home #boxlinks span.col-sm-12 {
	display:block
}

body.home #boxlinks a {
	display:block;
	color:#fff;
	padding:18px 20px 20px;
	border-left:1px solid #687279;
	-ms-transition:color .35s linear;
	-moz-transition:color .35s linear;
	-o-transition:color .35s linear;
	-webkit-transition:color .35s linear;
	transition:color .35s linear
}

body.home #boxlinks a:hover {
	color:#0394e3
}

@media(max-width:767px) {
	body.home .marquee#marquee-top .text {
		position:absolute;
		width:290px;
		padding:0;
		margin:0 auto
	}
}

@media(max-width:768px) {
	body.home .marquee#marquee-top {
		background-color:#252525
	}

	body.home .marquee#marquee-top .text p {
		color:#687279;
		font-size:12px;
		padding-right:10px
	}

	body.home .marquee#marquee-top .btn {
		width:100%;
		bottom:0;
		left:0;
		right:0;
		text-align:center
	}

	body.home .marquee#marquee-app {
		background-color:#687279;
		height:auto;
		padding:0
	}

	body.home .marquee#marquee-app .xs-video {
		box-shadow:0 0 6px #000;
		margin:5px 0 21px
	}
	
	body.home .marquee#marquee-app #background-video {
		display: none;
	}

	body.home .marquee#marquee-app .btn-success {
		background-color:#0394e3;
		color:#363636
	}

	body.home .marquee#marquee-app .btn-success:hover {
		color:#0394e3;
		background-color:#363636
	}

	body.home .marquee#marquee-app .text {
		position:relative;
		width:290px;
		padding:25px 0;
		margin:0 auto
	}

	body.home .marquee#marquee-app .text h1 {
		font-size:50px;
		line-height:50px
	}

	body.home .marquee#marquee-app .text h1 span {
		font-size:26px;
		line-height:26px
	}

	body.home .marquee#marquee-app .text h1 i {
		font-size:35px;
		vertical-align:top
	}
}

body.support .sidenav .nav-tabs,body.page .sidenav .nav-tabs {
	border:none
}

body.support .sidenav .nav-tabs li,body.page .sidenav .nav-tabs li {
	width:100%
}

body.support .sidenav .nav-tabs li i,body.page .sidenav .nav-tabs li i {
	line-height:.75;
	font-size:75%;
	white-space:nowrap
}

body.support .sidenav .nav-tabs li span,body.page .sidenav .nav-tabs li span {
	white-space:nowrap
}

body.support .sidenav .nav-tabs li.active i:before,body.page .sidenav .nav-tabs li.active i:before {
	content:""
}

body.support .sidenav .nav-tabs li a:hover,body.page .sidenav .nav-tabs li a:hover,body.support .sidenav .nav-tabs li a,body.page .sidenav .nav-tabs li a,body.support .sidenav .nav-tabs li.active a:hover,body.page .sidenav .nav-tabs li.active a:hover,body.support .sidenav .nav-tabs li.active a,body.page .sidenav .nav-tabs li.active a {
	border:none
}

body.catalog .filters {
	padding:20px 40px 0 40px;
	color:#d1d1d1
}

body.catalog .filters hr {
	margin-top:7px;
	border-top:3px solid #0394e3
}

body.catalog .filters h4 {
	color:#fff;
	margin-top:20px
}

body.catalog .filters h4 i {
	font-size:.75em
}

#content-catalog .btn-learnmore {
	display:none
}

#content-catalog .btn-addtocart.disabled {
	background:#ddd;
	color:#999;
	cursor:not-allowed
}

@media(max-width:991px) {
	#content-catalog #product-sort-wrap {
		padding:0 40px
	}

	#content-catalog #product-sort {
		float:none!important;
		font-size:1.5em;
		height:40px
	}
}

@media(max-width:767px) {
	body.catalog .filters h4 {
		text-align:center;
		font-size:1.9em;
		color:#0394e3;
		margin-bottom:30px
	}

	body.catalog .filters h4 i,body.catalog .filters hr {
		display:none
	}

	body.catalog .filters .filter-item {
		margin-bottom:15px!important;
		font-size:1.2em
	}

	#content-catalog .products {
		background:#fafafa
	}

	#content-catalog .products h4 {
		text-align:center;
		font-size:1.9em
	}

	#content-catalog .products h4 a {
		text-decoration:none
	}

	#content-catalog .thumbs {
		border-bottom:20px solid #fff
	}

	#content-catalog .products hr {
		display:none
	}

	#content-catalog .products {
		text-align:center
	}

	#content-catalog .products li {
		margin:15px 0;
		text-align:left
	}

	#content-catalog .pr-snippet {
		margin:0 auto!important;
		text-align:center;
		float:none!important;
		width:100%
	}

	#content-catalog .pr-snippet-rating-decimal {
		display:none!important
	}

	#content-catalog .pr-snippet-stars {
		width:100%
	}

	#content-catalog .pull-left,#content-catalog .pull-right {
		width:100%;
		text-align:center
	}

	#content-catalog .pull-left {
		font-size:.725em
	}

	#content-catalog .btn {
		box-shadow:none;
		width:100%;
		font-size:1.5em;
		padding:12px 0;
		font-family:'Quantico',Helvetica,sans-serif
	}

	#content-catalog .btn i {
		display:none
	}

	#content-catalog .btn-addtocart {
		background:#333;
		color:#0394e3;
		font-size:1.5em;
		margin-bottom:20px
	}

	#content-catalog .btn-learnmore,#content-catalog .btn-selectoptions {
		display:inline-block;
		background:#ffd204;
		color:#222;
		margin-bottom:10px;
		font-size:1.5em
	}

	#content-catalog .btn-addtocart.disabled {
		background:#ddd;
		color:#999;
		cursor:not-allowed
	}
}

@media(max-width:767px) {
	body.product .text .product-overview,body.product #product-attributes {
		text-align:center
	}

	body.product #product-attributes {
		border-top:2px solid #333;
		margin-top:15px;
		padding-top:25px;
		display:inline-block;
		width:100%
	}

	body.product .attribute {
		text-indent:-9999px!important;
		height:40px!important;
		display:inline-block!important;
		float:none!important;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		margin-right:5px!important
	}

	body.product .attribute .icon-fec {
		display:none
	}

	.attribute-cvt {
		width:87px!important;
		background:url(../images/icon-attribute-cvt.png) no-repeat
	}

	.attribute-ble {
		width:92px!important;
		background:url(../images/icon-attribute-ble.png) no-repeat
	}

	.attribute-ant {
		width:44px!important;
		background:url(../images/icon-attribute-ant.png) no-repeat
	}

	.attribute-fec {
		width:35px!important;
		background:url(../images/icon-attribute-fec.png) no-repeat;
		margin-right:0!important
	}

	.product #product-marquee .text li {
		margin:12px 0;
		text-align:left
	}

	.product #product-marquee .text hr,.product #product-marquee .pr-snippet-rating-decimal,.product #product-marquee .pr-snippet-read-write,.product .product-sku,.product .product-buttons .btn i,.product .product-buttons a.h4.gray i {
		display:none
	}

	.product .product-buttons .btn {
		width:100%;
		box-shadow:none;
		float:right;
		font-family:Microsoft Yahei;
		font-size:24px;
		height:55px
	}

	body.product .product-buttons a.h4.gray {
		float:left!important;
		width:100%!important;
		display:block;
		text-align:center!important;
		background:#444;
		color:#eee!important;
		font-family:Microsoft Yahei;
		font-size:22px!important;
		padding-top:15px!important;
		margin-top:10px;
		height:55px
	}

	body.product .product-buttons a.h4.gray:hover {
		text-decoration:none!important
	}

	body.product .product-price {
		font-family:Microsoft Yahei;
		text-align:center;
		width:100%;
		font-size:21px
	}

	.product .text h1,.product .product-buttons #learn-more,.product .text .pr-snippet,.product .text .pr-snippet-stars {
		text-align:center;
		width:100%
	}

	#asset-carousel,#video-carousel,#social-carousel {
		margin:0;
		padding:0
	}

	#asset-carousel h2,#video-carousel h2 {
		display:none
	}

	#prodct-detail {
		padding:0
	}

	#prodct-detail ul {
		padding-left:20px
	}

	#prodct-detail ul li {
		margin-bottom:10px
	}

	.panel-group .panel-default>.panel-heading {
		background:#0394e3
	}

	.panel-group .panel-default>.panel-heading i {
		color:#333
	}

	.panel-group .panel-default>.panel-heading h4 {
		font-size:1.5em
	}

	.panel-group .panel-default>.panel-heading a {
		display:block;
		padding-top:16px;
		padding-bottom:12px
	}

	.panel-group .panel-default>.panel-heading a:hover {
		text-decoration:none
	}

	.panel-group .panel:last-child {
		margin-bottom:100px
	}

	#social-carousel .slider-wrapper .arrow {
		padding:0
	}
	.slider-wrapper .arrow.left {
		position:absolute;
		left:0;
		z-index:999;
		padding:30px 0
	}

	.slider-wrapper .arrow.left i {
		float:left
	}

	.slider-wrapper .arrow.right {
		position:absolute;
		right:0;
		z-index:999;
		padding:30px 0
	}

	.slider-wrapper .arrow.right i {
		float:right
	}

	body.product #asset-carousel .slider .slide img.rsImg {
		width:100%!important
	}

	body.product #asset-carousel .slider .royalSlider {
		height:200px!important
	}

	body.product #prodct-detail>.row {
		margin:0
	}

	body.product #prodct-detail .row>div {
		padding:0
	}

	body.product #boxlinks .bkgd-medium {
		background:url(../images/concrete_wall_blue.jpg) repeat,#687279
	}

	body.product #boxlinks .bkgd-medium a {
		text-decoration:none;
		font-size:1.25em
	}

	body.product #boxlinks>.row:nth-child(2)>.col-sm-6:first-child {
		border:none
	}

	body.product #boxlinks .btn {
		box-shadow:none;
		padding:10px 36px;
		font-family:'Quantico',Helvetica,sans-serif
	}

	body.product #boxlinks .btn i {
		display:none
	}
}

body.catalog .filter {
	padding-bottom:20px
}

body.catalog .filter h6 {
	padding-top:0;
	color:#fff;
	font-size:14px;
	font-weight:bold
}

body.catalog .filter h6 a {
	text-decoration:underline;
	color:#0394e3;
	cursor:pointer
}

body.catalog .filter h6 a:hover {
	text-decoration:none
}

body.catalog .filter .filter-item {
	margin:10px 0 0 26px
}

body.catalog #top-nav {
/* 	position:relative; */
	display:block
}

body.catalog #top-nav .row.menu {
	width:100%;
	position:absolute;
	z-index:1111
}

body.catalog #interior-header img {
	width:100%!important
}

body.catalog .products {
	background-color:#fff;
	overflow:hidden;
	margin:0;
	padding:0
}

body.catalog .products hr {
	border-top:1px solid #d1d1d1
}

body.catalog .products #product-sort {
	margin:20px;
	margin-left:0
}

body.catalog .products .row .col-md-8 {
	padding-right:20px
}

body.catalog .products .row .col-md-8 hr {
	border-top:3px solid #0394e3
}

body.catalog .products h4,body.catalog .products h4 a {
	color:#363636
}

body.catalog .products h4.price {
	margin-top:6px
}

body.catalog .products .col-xs-12.thumbs {
	padding-bottom:20px
}

body.catalog .products .product-badges {
	color:#687279;
	float:left;
	clear:both;
	display:block;
	width:100%;
	padding-top:15px
}

body.catalog .products .product-badges .attribute {
	float:left;
	width:auto;
	display:block;
	margin-right:20px;
	margin-bottom:5px
}

body.catalog .products .product-badges .attribute-fec .icon-fec {
	background:url(../images/icon-FEC-dark.svg) no-repeat center
}

body.catalog ul {
	margin-left:0;
	padding-left:0;
	margin-left:0px;
	list-style-position:outside;
	margin-bottom:20px
}

body.catalog #content-catalog {
	background-color:#363636
}

body.catalog .isotope {
}

.original-price {
	color:#777;
	text-decoration:line-through
}

.campaign-description-product,.campaign-description-catalog {
	display:inline-block;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-left:-5px;
	padding:2px 7px;
	font-family:'Quantico',Helvetica,sans-serif
}

.original-price,.campaign-description-catalog,.campaign-description-product {
	font-size:14px
}

.original-price p {
	color:#999;
	font-size:14px
}

.original-price-cart {
	text-decoration:line-through
}

.campaign-description-catalog {
	background:#fffbe5;
	color:#000
}

.campaign-description-product {
	background:#3b3101;
	color:#fff
}

body.product h1 span,body.product h2 span,body.product h3 span,body.product h4 span {
	color:#0394e3
}

body.product h1 a,body.product h2 a,body.product h3 a,body.product h4 a {
	color:#0394e3;
	text-decoration:underline
}

body.product h1 a:hover,body.product h2 a:hover,body.product h3 a:hover,body.product h4 a:hover {
	text-decoration:none
}

body.product h4.panel-title a {
	color:#fff;
	text-decoration:none
}

body.product h4.panel-title a:hover {
	text-decoration:underline
}

body.product h4.panel-title a span {
	color:#687279
}

body.product .bv-cleanslate .bv-core-container-22 button.bv-write-review,body.product .bv-cleanslate .bv-core-container-22 button.bv-read-review,body.product .bv-cleanslate .bv-core-container-22 button.bv-ask-question,body.product .bv-cleanslate .bv-core-container-22 .bv-button {
	padding:0 0 0 0
}

body.product #BVRRSummaryContainer {
	margin-bottom:15px
}

body.product #product-marquee select {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#687279;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:1px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-ms-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin:20px 0
}

body.product #product-marquee select:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

body.product #product-marquee select::-moz-placeholder {
	color:#999;
	opacity:1
}

body.product #product-marquee select:-ms-input-placeholder {
	color:#999
}

body.product #product-marquee select::-webkit-input-placeholder {
	color:#999
}

body.product #product-marquee select[disabled],body.product #product-marquee select[readonly],fieldset[disabled] body.product #product-marquee select {
	cursor:not-allowed;
	background-color:#eee;
	opacity:1
}

textareabody.product #product-marquee select {
	height:auto
}

@media(min-width:992px) {
	body.product #product-marquee select {
		width:65%
	}
}

@media(min-width:992px) {
	body.product #product-marquee .product-price {
		font-size:21px
	}
}

body.product .product-buttons i {
	font-size:75%
}

body.product .product-buttons a.h4.gray {
	color:#687279;
	font-size:16px;
	text-align:right;
	float:right;
	width:auto;
	padding-top:5px
}

body.product .product-buttons a.h4.gray:hover {
	text-decoration:underline
}

body.product hr.yellow {
	border-top:3px solid #0394e3
}

body.product hr.light-gray {
	border-top:1px solid #d1d1d1
}

body.product #top-nav {
	position:relative;
	display:block
}

body.product .row.intro {
/* 	background:transparent url(../images/bkg-product-texture.jpg) repeat-x top left； */
	background: #e8e8e8;
}


body.product .row.intro .asset {
	text-align:center
}

body.product .row.intro .asset img {
	max-width:600px;
	width:100%;
	padding:20px
}

body.product .row.intro .text {
	background-color:#363636;
	background:url(../images/dark_wall.png) repeat top left;
	color:#fff;
	padding:20px 20px 20px 20px
}

body.product .row.intro .text ul {
	padding:0;
	list-style-position:outside;
	margin-left:20px
}

body.product .row.intro .text ul li {
	color:#fff
}

body.product .icon {
	margin:0 7px 0 0;
	width:21px;
	max-width:21px;
	display:inline-block
}

body.product [class^="icon-"]:before,body.product [class*=" icon-"]:before {
	font-family:"fontello";
	font-style:normal;
	font-weight:normal;
	speak:none;
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin-right:0;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	line-height:1em;
	margin-left:0
}

body.product #asset-carousel,body.product #video-carousel {
	padding-top:40px;
	padding-bottom:40px
}

body.product #asset-carousel h2,body.product #video-carousel h2 {
	text-align:center;
	padding:0;
	margin:0 0 30px 0
}

body.product #asset-carousel .slider-wrapper,body.product #video-carousel .slider-wrapper {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-flex-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	justify-content:center
}

body.product #asset-carousel .arrow,body.product #video-carousel .arrow {
	font-size:36px;
	display:block;
	width:10%;
	color:#0394e3;
	overflow:hidden
}

@media(min-width:992px) {
	body.product #asset-carousel .arrow,body.product #video-carousel .arrow {
		font-size:55px
	}
}

@media(min-width:1200px) {
	body.product #asset-carousel .arrow,body.product #video-carousel .arrow {
		font-size:100px
	}
}

body.product #asset-carousel .arrow.left,body.product #video-carousel .arrow.left {
	text-align:right
}

body.product #asset-carousel .slider,body.product #video-carousel .slider {
	position:relative;
	width:80%;
	background-color:#fff;
	overflow:hidden
}

body.product #asset-carousel .slider .royalSlider,body.product #video-carousel .slider .royalSlider {
	width:100%;
	height:350px
}

body.product #asset-carousel .slider .blind,body.product #video-carousel .slider .blind {
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	width:20%;
	height:100%;
	background-color:transparent
}

body.product #asset-carousel .slider .blind.left,body.product #video-carousel .slider .blind.left {
	left:0;
	background-image:-ms-linear-gradient(left,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-moz-linear-gradient(left,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(left,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(1,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(left,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%)
}

body.product #asset-carousel .slider .blind.right,body.product #video-carousel .slider .blind.right {
	right:0;
	background-image:-ms-linear-gradient(right,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-moz-linear-gradient(right,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(right,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,right top,left top,color-stop(0,#fff),color-stop(1,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(right,#fff 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 100%)
}

body.product #asset-carousel .slider .slide .rsImg,body.product #video-carousel .slider .slide .rsImg {
	display:block;
	margin:0 auto;
	max-height:350px;
	max-width:none;
	width:auto
}

body.product #asset-carousel .slider .slide .description,body.product #video-carousel .slider .slide .description {
	padding:15px 0;
	border-top:3px solid #0394e3;
	margin:15px 30px
}

body.product #asset-carousel .slider .slide .description h3,body.product #video-carousel .slider .slide .description h3 {
	color:#0394e3;
	font-size:24px;
	line-height:30px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	padding:0;
	margin:0 0 10px 0;
	white-space:nowrap
}

body.product #asset-carousel .slider .slide .description p,body.product #video-carousel .slider .slide .description p {
	font-size:16px
}

body.product #video-carousel {
	padding-top:0
}

body.product #video-carousel .slider .royalSlider {
	width:100%;
	height:120px
}

@media(min-width:768px) {
	body.product #video-carousel .slider .royalSlider {
		height:220px
	}
}

@media(min-width:992px) {
	body.product #video-carousel .slider .royalSlider {
		height:320px
	}
}

body.product #video-carousel .bkgd-helper {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff
}

body.product #video-carousel .slider .slide .rsImg {
	background-color:transparent;
	display:block;
	margin:0 auto;
	max-height:none;
	height:100%;
	max-width:none;
	width:180px;
	opacity:.7
}

@media(min-width:768px) {
	body.product #video-carousel .slider .slide .rsImg {
		width:330px
	}
}

@media(min-width:992px) {
	body.product #video-carousel .slider .slide .rsImg {
		width:455px
	}
}

body.product .modal-backdrop.in {
	opacity:.9!important;
	filter:alpha(opacity=90)!important
}

body.product .modal-dialog {
	width:auto;
	max-width:50%!important;
	margin:10px auto
}

@media(max-width:991px) {
	body.product .modal-dialog {
		max-width:95%!important;
		margin:2.5% auto auto auto
	}
}

body.product .modal-title {
	text-transform:uppercase
}

body.product .modal-body {
	padding:0
}

body.product .chevron-video {
	height:0!important
}

body.product .chevron-video .fa-chevron-left {
	position:absolute;
	left:-50%!important;
	padding:200px 0 300px 0
}

body.product .chevron-video .fa-chevron-left:before {
	float:right
}

body.product .chevron-video .fa-chevron-right {
	position:absolute;
	right:-50%!important;
	padding:200px 0 300px 0
}

body.product .chevron-video .fa-chevron-right:before {
	float:left
}

@media(max-width:991px) {
	body.product .chevron-video {
		display:none!important
	}
}

body.product .ekko-lightbox-container .img-responsive {
	height:auto!important;
	max-height:none!important;
	width:100%
}

body.product .ekko-lightbox-container iframe {
	width:100%!important;
	max-width:100%!important;
	height:500px!important
}

body.product .ekko-lightbox-nav-overlay a {
	outline:0!important;
	display:inline-block!important;
	opacity:1!important
}

body.product .attribute {
	float:left;
	width:auto;
	display:block;
	margin-right:20px;
	margin-bottom:5px
}

.attribute-fec {
	display:inline-table!important
}

.attribute-fec .icon-fec {
	background:url(../images/icon-FEC.svg) no-repeat center;
	width:15px;
	height:15px;
	display:table-cell;
	vertical-align:middle
}

.attribute-fec span {
	margin-left:5px
}

body.virtualtraining .marquee#marquee-top .text h1 {
	text-align:center;
	letter-spacing:.1em
}

#qa-custsrv {
	padding:0 1em
}

#qa-custsrv .btn {
	background:#ffcc04;
	box-shadow:none;
	color:#363636;
	font-size:14px;
	padding:5px 9px
}

#qa-custsrv .btn:hover {
	background:#ccc
}

@media(min-width:768px) {
	body.virtualtraining .marquee#marquee-top .text h1 {
		font-size:56px;
		line-height:40px
	}
}

body.virtualtraining .marquee#marquee-top .text h1 small {
	color:#0394e3;
	font-size:60%
}

body.virtualtraining .marquee#marquee-top div.video-panel {
	position:absolute;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none
}

body.virtualtraining .marquee#marquee-top .video-panel img {
	width:100%
}

body.virtualtraining .marquee#marquee-top #background-video {
	z-index:10
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	body.virtualtraining .marquee#marquee-top #background-video {
		display:none
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	body.virtualtraining .marquee#marquee-top #background-video {
		display:none
	}
}

body.virtualtraining .marquee#marquee-top #background-video-image {
	z-index:20;
	position:relative!important
}

@media(min-width:768px) {
	body.virtualtraining .marquee#marquee-top #background-video-image {
		position:absolute!important
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	body.virtualtraining .marquee#marquee-top #background-video-image {
		position:relative!important
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	body.virtualtraining .marquee#marquee-top #background-video-image {
		position:relative!important
	}
}

body.virtualtraining .marquee#marquee-top #background-video-image-initial {
	z-index:30
}

body.virtualtraining .marquee#marquee-top .text {
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:auto;
	left:auto;
	text-align:center;
	z-index:50
}

@media(min-width:768px) {
	body.virtualtraining .marquee#marquee-top .text {
		top:75%
	}
}

body.virtualtraining h1,body.virtualtraining h2,body.virtualtraining h3,body.virtualtraining h4 {
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.1em
}

body.virtualtraining h1 span,body.virtualtraining h2 span,body.virtualtraining h3 span,body.virtualtraining h4 span {
	color:#0394e3
}

body.virtualtraining h1 a,body.virtualtraining h2 a,body.virtualtraining h3 a,body.virtualtraining h4 a {
	color:#0394e3;
	text-decoration:underline
}

body.virtualtraining h1 a:hover,body.virtualtraining h2 a:hover,body.virtualtraining h3 a:hover,body.virtualtraining h4 a:hover {
	text-decoration:none
}

body.virtualtraining h4 {
	color:#fff;
	font-size:15px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0
}

body.virtualtraining h4.get-started {
	text-align:center
}

body.virtualtraining #get-started {
	background-color:#363636;
	color:#fff;
	background:url(../images/border-repeat-gray.png) repeat-x bottom left,url(../images/dark_wall.png) repeat top left
}

body.virtualtraining #get-started em {
	text-align:center;
	width:80%;
	margin:30px auto 40px auto;
	font-style:normal;
	display:block
}

body.virtualtraining #get-started p {
	font-size:16px;
	color:#d1d1d1
}

body.virtualtraining #get-started .item {
	text-align:center
}

body.virtualtraining #get-started .item.bike svg {
	width:80px;
	max-width:80px
}

body.virtualtraining #get-started svg {
	width:55px;
	max-width:55px;
	height:55px;
	margin:0 auto 20px auto
}

body.virtualtraining #get-started i {
	color:#fff;
	font-size:55px
}

body.virtualtraining #ways-carousel {
	background-color:#ebebeb;
	background:url(../images/border-repeat-gray.png) repeat-x top left,url(../images/concrete_wall_2.png) repeat top left;
	padding-top:14px
}

body.virtualtraining #ways-carousel h2 {
	text-align:left;
	padding:0;
	color:#000;
	margin-top:40px;
	margin-bottom:20px;
	font-weight:700
}


@media(min-width:768px) {
	body.virtualtraining #ways-carousel h2 {
		margin-left:15%;
		width:70%
	}
}

body.virtualtraining #ways-carousel h4 {
	color:#000
}

body.virtualtraining #ways-carousel hr {
	border-top:1px solid #000
}

body.virtualtraining #ways-carousel .slider-wrapper {
	position:relative
}

body.virtualtraining #ways-carousel .col-xs-6.col-sm-3 {
	text-align:center;
	padding-bottom:20px
}

body.virtualtraining #ways-carousel .col-xs-6.col-sm-3 p {
	text-align:center
}

body.virtualtraining #ways-carousel .col-xs-6.col-sm-3 i {
	color:#363636;
	font-size:72px;
	line-height:70px
}

body.virtualtraining #ways-carousel .col-xs-6.col-sm-3 svg,body.virtualtraining #ways-carousel .col-xs-6.col-sm-3 img {
	height:71px;
	margin:0 auto;
	width:auto;
	max-width:none
}

body.virtualtraining #ways-carousel .arrow {
	display:block;
	float:left;
	width:36px;
	color:#0394e3;
	font-size:36px;
	position:absolute;
	top:7px;
	overflow:hidden
}

body.virtualtraining #ways-carousel .arrow [class^="icon-"]:before,body.virtualtraining #ways-carousel .arrow [class*=" icon-"]:before {
	margin-left:0
}

@media(min-width:768px) {
	body.virtualtraining #ways-carousel .arrow {
		position:static;
		top:auto;
		width:10%;
		font-size:100px
	}
}

body.virtualtraining #ways-carousel .arrow.left {
	text-align:right;
	margin-left:-20px
}

@media(min-width:768px) {
	body.virtualtraining #ways-carousel .arrow.left {
		margin-left:0
	}
}

body.virtualtraining #ways-carousel .arrow.right {
	right:0;
	margin-right:-20px
}

@media(min-width:768px) {
	body.virtualtraining #ways-carousel .arrow.right {
		margin-right:0;
		right:auto
	}
}

body.virtualtraining #ways-carousel .rsDefault,body.virtualtraining #ways-carousel .rsDefault .rsOverflow,body.virtualtraining #ways-carousel .rsDefault .rsSlide,body.virtualtraining #ways-carousel .rsDefault .rsVideoFrameHolder,body.virtualtraining #ways-carousel .rsDefault .rsThumbs {
	background:none
}

body.virtualtraining #ways-carousel .slider {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 5% 0 5%
}

@media(min-width:768px) {
	body.virtualtraining #ways-carousel .slider {
		width:70%
	}
}

body.virtualtraining #ways-carousel .slider .royalSlider {
	width:100%;
	height:310px
}

body.virtualtraining #ways-carousel .slider .slide .rsImg {
	display:block;
	margin:0 auto
}

body.virtualtraining #ways-carousel span.dropcap {
	font-family:Microsoft Yahei;
	font-weight:700;
	font-size:72px;
	line-height:66px
}

body.virtualtraining #ways-carousel p {
	margin-bottom:0;
	padding-bottom:0
}

body.virtualtraining #ways-carousel .slider .slide .description {
	padding:15px 0;
	border-top:3px solid #0394e3;
	margin:15px 30px
}

body.virtualtraining #ways-carousel .slider .slide .description h3 {
	color:#0394e3;
	font-size:24px;
	line-height:30px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	padding:0;
	margin:0 0 10px 0;
	white-space:nowrap
}

body.virtualtraining #ways-carousel .slider .slide .description p {
	font-size:16px
}

body.virtualtraining #motivation-carousel {
	background-color:#363636;
	color:#fff
}

body.virtualtraining #motivation-carousel .rsSlide .col-sm-6 {
	background-color:rgba(0,0,0,.8);
	min-height:550px
}

body.virtualtraining #motivation-carousel .slide1 {
	background:#363636 url(../images/img-find-routes.jpg) no-repeat bottom left;
	background-size:cover
}

body.virtualtraining #motivation-carousel .slide2 {
	background:#363636 url(../images/slide2-bkgd.jpg) no-repeat center center;
	background-size:cover
}

body.virtualtraining #motivation-carousel .slide3 {
	background:#363636 url(../images/slide3-bkgd.jpg) no-repeat center center;
	background-size:cover
}

body.virtualtraining #motivation-carousel .slide4 {
	background:#363636 url(../images/slide4-bkgd.jpg) no-repeat center center;
	background-size:cover
}

body.virtualtraining #motivation-carousel .royalSlider {
	width:100%;
	height:450px
}

body.virtualtraining #motivation-carousel .rsMinW .rsBullets {
	position:absolute;
	bottom:15px;
	right:50%;
	z-index:35;
	padding-top:4px;
	height:auto;
	text-align:center;
	line-height:24px;
	overflow:hidden;
	margin-right:-56px
}

body.virtualtraining #motivation-carousel .rsABlock {
	position:relative;
	display:block;
	left:auto;
	top:auto
}

body.virtualtraining #motivation-carousel .bContainer {
	padding:40px
}

body.virtualtraining #motivation-carousel h2 {
	color:#fff;
	margin:0 0 20px 0
}

body.virtualtraining #motivation-carousel p {
	color:#fff;
	margin-bottom:20px
}

body.virtualtraining #motivation-carousel p em {
	color:#0394e3;
	font-style:normal
}

body.virtualtraining #motivation-carousel .rsMinW .rsBullet {
	width:16px;
	height:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:16px 16px 16px 14px
}

body.virtualtraining #motivation-carousel .rsMinW .rsBullet span {
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	margin-top:4px;
	background:#ccc;
	background:rgba(255,255,255,.5);
	box-shadow:0 0 1px 1px rgba(0,0,0,.1)
}

body.virtualtraining #motivation-carousel .rsMinW .rsBullet.rsNavSelected span {
	background:#fff;
	width:16px;
	margin-left:-4px;
	margin-top:0;
	height:16px
}

body.virtualtraining #motivation-carousel .rsContent .col-sm-6 {
	margin:0;
	padding:0
}

body.virtualtraining #trial,body.virtualtraining #go-far {
	background-color:#687279;
	color:#fff;
	padding-bottom:30px
}

body.virtualtraining #trial h3,body.virtualtraining #go-far h3 {
	text-align:center;
	margin:40px auto 20px auto
}

body.virtualtraining #trial .col-sm-12,body.virtualtraining #go-far .col-sm-12 {
	text-align:center
}

body.virtualtraining #trial ul,body.virtualtraining #go-far ul {
	list-style-type:none;
	margin-bottom:20px
}

body.virtualtraining #trial li,body.virtualtraining #go-far li {
	display:inline
}

body.virtualtraining #trial li img,body.virtualtraining #go-far li img {
	width:auto;
	max-width:none;
	margin-right:30px
}

body.virtualtraining #trial .btn,body.virtualtraining #go-far .btn {
	margin-left:20px;
	margin-top:20px
}

@media(min-width:768px) {
	body.virtualtraining #trial .btn,body.virtualtraining #go-far .btn {
		margin-top:0
	}
}

body.cart .bootstrap-touchspin {
	width:90px
}

body.cart .bootstrap-touchspin .btn {
	padding-left:10px;
	padding-right:10px
}

#trust-container ul {
	list-style-type:none;
	padding-left:0
}

#trust-container li {
	margin-top:10px
}

#trust-container li a {
	color:#fff;
	text-decoration:underline
}

#trust-container li a:hover {
	text-decoration:none
}

@media(min-width:1200px) {
	#trust-container li {
		clear:none;
		margin:0 20px 0 0;
		float:left
	}
}

@media(min-width:1200px) {
	#trust-container li.trust-mark {
		margin-top:-7px
	}
}

#trust-container span {
	color:#0394e3
}

body.checkout .panel-group .panel-default>.panel-heading {
	background-color:#d1d1d1
}

body.checkout h4 .btn {
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none
}

body.checkout span.field-validation-error {
	color:#a94442
}

body.checkout .input-validation-error.form-control {
	border-color:#a94442;
	background-color:#fff
}

body.checkout .input-validation-error.form-control:focus {
	color:#687279
}

#checkout-paypal {
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:5px
}

.btn#lnkPaypalButton {
	border:none;
	box-shadow:none!important;
	padding:0
}

#btn-submit-order {
	font-size:19px
}

#form-group-credit-card {
	margin-bottom:0;
	padding-bottom:0
}

@media(max-width:481px) {
	#form-group-credit-card {
		margin-bottom:20px
	}
}

#debit-card-checkbox {
	font-size:12px;
	max-width:500px;
	margin-bottom:7px
}

#debit-card-checkbox.error {
	background:#ffe5e5
}

#debit-card-error {
	display:none
}

#debit-card-checkbox.error #debit-card-error {
	display:table-row
}

#debit-card-error h4 {
	padding:9px 0 0 7px;
	color:#d00
}

#debit-card-checkbox td {
	vertical-align:top
}

#debit-card-checkbox input {
	width:20px;
	height:20px;
	margin-right:8px;
	margin-left:5px
}

#debit-card-checkbox p {
	margin-top:5px;
	line-height:16px
}

@media(max-width:480px) {
	#debit-card-checkbox {
		margin-top:25px
	}
}

#cvt-trainer-string {
	font-size:24px;
	margin-top:30px;
	margin-bottom:15px
}

@media(max-width:768px) {
	#cvt-trainer-string {
		font-size:18px
	}
}

#cvt-trainer-full {
	display:none;
	font-size:28px;
	margin-top:30px;
	margin-bottom:15px;
	font-family:Microsoft Yahei;
	text-transform:uppercase
}

@media(max-width:768px) {
	#cvt-trainer-full {
		font-size:20px
	}
}

.btn-cvt-compatibility {
	text-align:center;
	font-family:Microsoft Yahei;
	color:#fff;
	font-size:32px;
	width:420px;
	height:140px;
	margin:0 10px;
	border-radius:4px;
	background:rgba(50,50,50,.6);
	box-shadow:rgba(0,0,0,.35) 0 2px 7px;
	position:relative;
	display:inline-table
}

@media(max-width:992px) {
	.btn-cvt-compatibility {
		width:340px
	}
}

@media(max-width:768px) {
	.btn-cvt-compatibility {
		width:90%;
		height:100px;
		font-size:18px;
		margin:15px 5%
	}
}

.btn-cvt-compatibility p {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}

.btn-cvt-compatibility.active {
	background:url(../images/btn-selected-arrow.png) bottom center no-repeat,#333;
	border-bottom:4px solid #0394e3;
	color:#0394e3;
	box-shadow:rgba(0,0,0,.35) 0 2px 7px
}

.btn-cvt-compatibility:not(.active):hover {
	background:url(../images/btn-selected-arrow.png) bottom center no-repeat,rgba(50,50,50,.75);
	color:#fff
}

.btn-cvt-compatibility#btn-bluetooth-smart {
	background:url(../images/cvt-icon-bluetooth.png) no-repeat right center,rgba(50,50,50,.6)
}

.btn-cvt-compatibility#btn-bluetooth-smart.active {
	background:url(../images/cvt-icon-bluetooth.png) no-repeat right center,url(../images/btn-selected-arrow.png) bottom center no-repeat,#333
}

.btn-cvt-compatibility#btn-bluetooth-smart:not(.active):hover {
	background:url(../images/cvt-icon-bluetooth.png) no-repeat right center,url(../images/btn-selected-arrow.png) bottom center no-repeat,rgba(50,50,50,.75)
}

@media(max-width:768px) {
	.btn-cvt-compatibility#btn-bluetooth-smart {
		background:rgba(50,50,50,.6)
	}

	.btn-cvt-compatibility#btn-bluetooth-smart.active {
		background:url(../images/btn-selected-arrow.png) bottom center no-repeat,#333
	}

	.btn-cvt-compatibility#btn-bluetooth-smart:not(.active):hover {
		background:url(../images/btn-selected-arrow.png) bottom center no-repeat,rgba(50,50,50,.75)
	}
}

.btn-cvt-compatibility#btn-ant-plus {
	background:url(../images/cvt-icon-ant-plus.png) no-repeat right center,rgba(50,50,50,.6)
}

.btn-cvt-compatibility#btn-ant-plus.active {
	background:url(../images/cvt-icon-ant-plus.png) no-repeat right center,url(../images/btn-selected-arrow.png) bottom center no-repeat,#333
}

.btn-cvt-compatibility#btn-ant-plus:not(.active):hover {
	background:url(../images/cvt-icon-ant-plus.png) no-repeat right center,url(../images/btn-selected-arrow.png) bottom center no-repeat,rgba(50,50,50,.75)
}

@media(max-width:768px) {
	.btn-cvt-compatibility#btn-ant-plus {
		background:rgba(50,50,50,.6)
	}

	.btn-cvt-compatibility#btn-ant-plus.active {
		background:url(../images/btn-selected-arrow.png) bottom center no-repeat,#333
	}

	.btn-cvt-compatibility#btn-ant-plus:not(.active):hover {
		background:url(../images/btn-selected-arrow.png) bottom center no-repeat,rgba(50,50,50,.75)
	}
}

.btn-cvt-compatibility .cvt-info {
	position:absolute;
	top:9px;
	right:9px;
	height:24px;
	width:24px;
	background:url(../images/cvt-icon-info.png) no-repeat;
	opacity:.8
}

.btn-cvt-compatibility .cvt-info:hover {
	opacity:1
}

.info-tip {
	z-index:999;
	position:absolute;
	background:#000;
	padding:10px;
	color:#fff;
	font-size:12px;
	display:none;
	max-width:300px;
	text-align:left
}

.info-tip:after {
	width:22px;
	height:11px;
	content:"";
	position:absolute;
	right:16px;
	bottom:-11px;
	background:url(../images/cvt-info-arrow.png) no-repeat
}

.cvt-select-container {
	margin:10px 10px 0 10px
}

@media(max-width:992px) {
	.cvt-select-container {
		width:340px!important
	}
}

.cvt-compatible-container {
	height:50px
}

.cvt-select-container,.cvt-compatible-container {
	width:420px;
	display:inline-block
}

@media(max-width:768px) {
	.cvt-select-container,.cvt-compatible-container {
		display:none
	}
}

.cvt-select-container label,.cvt-compatible-container label {
	float:left;
	font-weight:normal;
	padding-top:4px
}

.cvt-select-container select,.cvt-compatible-container select,.cvt-select-container span,.cvt-compatible-container span {
	float:right;
	width:275px;
	display:inline;
	text-align:left
}

@media(max-width:992px) {
	.cvt-select-container select,.cvt-compatible-container select,.cvt-select-container span,.cvt-compatible-container span {
		width:195px
	}
}

.cvt-select-container span,.cvt-compatible-container span {
	padding-top:5px
}

.cvt-select-container span.green,.cvt-compatible-container span.green {
	color:#318f10;
	font-weight:bold;
	padding-left:25px;
	width:270px;
	margin-left:0;
	background:url(../images/cvt-green-check.png) 0 6px no-repeat
}

.cvt-select-container span.not,.cvt-compatible-container span.not {
	color:#222;
	padding-left:3px;
	width:272px
}

.cvt-next-nav {
	width:830px;
	text-align:right;
	margin:30px auto
}

@media(max-width:992px) {
	.cvt-next-nav {
		width:100%
	}
}

@media(max-width:768px) {
	.cvt-next-nav {
		text-align:center
	}
}

#tab-container {
	margin:0 auto
}

#tab-container .platform-tab {
	width:215px;
	height:31px;
	padding-top:3px;
	background:rgba(0,0,0,.12);
	margin-right:2px;
	display:inline-block;
	font-family:Microsoft Yahei;
	font-size:20px;
	cursor:pointer
}

@media(max-width:768px) {
	#tab-container .platform-tab {
		width:90%;
		margin-bottom:2px;
		margin-right:5%;
		margin-left:5%
	}
}

#tab-container .platform-tab:hover:not(.active) {
	background:rgba(0,0,0,.2)
}

#tab-container .active {
	background:#687279;
	color:#fff
}

#tab-container .active:after {
	content:'';
	background:url(../images/cvt-tab-active-arrow.png) no-repeat;
	width:215px;
	height:17px;
	position:absolute;
	display:block
}

@media(max-width:768px) {
	#tab-container .active {
		background:url(../images/cvt-platform-tab-arrow.png) no-repeat left center #687279
	}

	#tab-container .active:after {
		display:none
	}
}

#platform-info-wrapper {
	background:rgba(255,255,255,.4)
}

.platform-info {
	width:650px;
	padding:40px 0 20px 0;
	margin:0 auto;
	text-align:left
}

@media(max-width:768px) {
	.platform-info {
		width:100%;
		max-width:650px
	}

	.platform-info h4 {
		width:100%;
		max-width:650px
	}

	.platform-info table {
		margin:0 auto
	}
}

.platform-info h4 {
	color:#474747;
	background-image:url(../images/cvt-separator-line.png);
	background-repeat:no-repeat
}

.platform-info h4.verified-devices {
	background-position:180px 7px
}

.platform-info h4.compatible-devices {
	background-position:215px 7px
}

.platform-info h4.need {
	background-position:190px 7px
}

.platform-info h4.system-requirements {
	background-position:235px 7px
}

.platform-info h4.enhance {
	background-position:280px 7px
}

.platform-info h4.minimum-requirements {
	background-position:245px 7px
}

.platform-info .need-product {
	height:70px
}

.platform-info .need-product .product-name {
	font-family:Microsoft Yahei;
	color:#000;
	font-size:20px;
	padding-top:10px;
	display:block;
	text-transform:uppercase
}

.platform-info .need-product .product-link {
	color:#525252;
	padding-right:12px;
	background:url(../images/cvt-link-arrow.png) no-repeat right center
}

.platform-info .need-product img {
	float:left;
	margin-right:15px
}

@media(max-width:768px) {
	.platform-info .need-product img {
		display:none
	}
}

.platform-info .need-product ul {
	margin-left:100px
}

@media(max-width:768px) {
	.platform-info .need-product ul {
		margin-left:0
	}
}

.platform-info table {
	font-family:Microsoft Yahei;
	text-transform:uppercase
}

.platform-info table td {
	padding:5px
}

.platform-info table.requirements td:first-child {
	color:#888
}

#btn-cvt-back {
	display:none;
	cursor:pointer;
	margin-right:35px;
	color:#666;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none
}

#btn-cvt-next {
	font-size:16px
}

#Locator {
}

#Locator .bln-row {
	margin:0;
	height:100%;
	width:100%
}

#Locator .bln-col {
	padding:0
}

#Locator .bln-head {
	padding:0 20px 0 30px
}

#Locator .product-title {
	margin:0;
	padding:0 0 30px 0;
	text-transform:uppercase;
	font-size:24px
}

#Locator .bln-dealer-type {
	color:#000;
	font-size:12px
}

#Locator .bln-dealer-type img {
	padding-right:5px
}

#Locator .chk-bln {
	margin:5px 5px 5px 0
}

#Locator .bln-label {
	font-size:12px
}

#Locator .bln-form {
	display:inline-block!important;
	width:auto;
	min-width:150px
}

#Locator #map-canvas {
	height:700px;
	width:100%
}

#Locator #map-canvas img {
	max-width:none
}

#Locator #btnSubmit {
	height:34px;
	margin:5px 5px 5px 0
}

#Locator #dealer-mobile {
	padding:0 0 0 20px
}

#Locator #dealer-header {
	padding:30px 15px 0 0
}

#Locator #dealer-list {
	padding:0 0 0 20px
}

#Locator .dealers {
	height:600px
}

#Locator .dealers ul {
	padding:5px 0
}

#Locator .dealers ul li {
	padding:0 0 15px 0;
	list-style:none
}

@media(min-width:768px) {
	#Locator .dealers {
		overflow-y:scroll
	}
}

#Locator .dealer-overlay {
	letter-spacing:1px;
	font-size:12px
}

#Locator .dealer-overlay a {
	letter-spacing:1px;
	font-size:14px
}

#Locator .dealer-overlay .bln-directions {
	letter-spacing:1px;
	margin-bottom:10px;
	font-size:12px
}

#Locator #preferred-dealers {
	display:none
}

#Locator #dealers {
	display:none
}

#Locator #loading {
	padding-top:20px
}

#Locator #loading img {
	margin:10px
}

#Locator #error-msg ul {
	margin:0;
	padding:10px 40px
}

#Locator #error-msg ul li {
	list-style:circle
}

#Locator .btn-view-site {
	margin-right:10px
}

#Locator .bln-copyright {
	margin:0;
	padding-top:15px;
	padding-bottom:20px;
	color:#424242;
	font-size:13px;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px
}

@media(max-width:768px) {
	#Locator .bln-col {
		float:none;
		padding:0 30px!important;
		display:block!important
	}

	#Locator #map-canvas {
		height:400px!important
	}

	#Locator #dealer-mobile {
		padding:0 0 15px 30px
	}

	#Locator .dealers {
		height:auto
	}

	#Locator .form-group {
		margin:0
	}
}

@media(min-width:1200px) {
	#Locator #dealer-list {
		width:25%;
		right:75%
	}

	#Locator .map {
		width:75%;
		left:25%
	}
}

#showRegionChooser {
	background-image:url(../images/region-select-USA-24.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px!important
}

#region-select {
	background:rgba(0,0,0,.4);
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:99999
}

#region-select #region-select-popup {
	color:#fff;
	position:absolute;
	width:100%;
	height:460px;
	padding:50px 0;
	top:50%;
	margin-top:-280px;
	background:#ececec;
	text-align:center;
	box-shadow:0 0 2px rgba(0,0,0,.75);
	z-index:99999
}

@media(max-width:768px) {
	#region-select #region-select-popup {
		height:100%;
		top:0;
		margin-top:0
	}
}

#region-select #region-select-title {
	font-family:Microsoft Yahei;
	font-size:48px;
	text-transform:uppercase;
	color:#687279
}

@media(max-width:768px) {
	#region-select #region-select-title {
		font-size:36px;
		margin-top:24px
	}
}

#region-select #region-list {
	width:380px;
	margin:0 auto
}

#region-select #region-list .btn {
	background-image:url(../images/region-select-USA.png);
	background-repeat:no-repeat;
	background-position:10px -2px;
	width:290px;
	margin:0 auto 20px;
	height:45px;
	display:table;
	background-color:#222;
	text-align:left;
	padding:0 20px 0 70px;
	box-shadow:0 2px 2px rgba(0,0,0,.75);
	border:1px solid #333
}

#region-select #region-list .btn span {
	display:table-cell;
	vertical-align:middle;
	height:45px
}

@media(max-width:768px) {
	#region-select #region-list .btn {
		width:230px;
		font-size:14px
	}
}

#region-select #region-list .btn[data-region=INT] {
	margin-top:60px;
	background-position:10px 4px
}

@media(max-width:768px) {
	#region-select #region-list .btn[data-region=INT] {
		margin-top:30px
	}
}

#region-select #region-list .btn:hover {
	color:#0394e3
}

@media(max-width:768px) {
	#region-select #region-list {
		width:320px
	}
}

#region-select #region-select-separator {
	width:100%;
	height:30px;
	display:inline-block;
	margin:0 auto 20px auto;
	background:url(../images/region-select-separator.png) no-repeat center
}

#region-select #region-select-close {
	position:absolute;
	top:30px;
	right:30px;
	width:40px;
	height:40px;
	background:url(../images/region-select-close.png) center no-repeat;
	cursor:pointer;
	opacity:.8;
	transition:opacity .2s
}

@media(max-width:768px) {
	#region-select #region-select-close {
		top:10px;
		right:10px
	}
}

#region-select #region-select-close:hover {
	opacity:1
}

#region-select #region-select-bg {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}

span.hr-swirl {
	display:block;
	height:28px;
	width:100%;
	background:url(/Uploads/Cycleops/2015/10/hr-cycleops.png) no-repeat center
}

.cart-total-label {
	text-align:right
}

#boxlinks-cart .row.bkgd-medium {
	background:url(http://www.cycleops.com../images/concrete_wall_2.png)
}

#boxlinks-cart h3 {
	font-size:16px;
	padding:20px 0 10px 0;
	border-bottom:1px solid #778087;
	color:#222
}

#boxlinks-cart h4 {
	color:#555;
	font-size:14px
}

#boxlinks-cart h4 a {
	font-size:14px;
	color:#222
}

#boxlinks-cart p {
	color:#222
}

#boxlinks-cart .btn {
	display:inline-block;
	padding:10px;
	margin-top:5px
}

#boxlinks-cart .product-section {
	padding:20px
}

#boxlinks-cart .product-section img {
	max-width:70px
}

@media(max-width:1340px) {
	.cart-checkout a.btn-primary {
		width:100%;
		font-size:16px
	}
}

@media(max-width:979px) {
	.cart-checkout a.btn-primary {
		font-size:14px;
		padding:15px 12px
	}
}

@media(max-width:639px) {
	.product-section {
		width:100%
	}

	.product-section img {
		float:right;
		margin-left:20px
	}
}

.product-buttons #learn-more {
	margin-top:12px;
	color:#fff;
	font-style:italic;
	font-size:.9em;
	display:inline-block;
	width:100%
}

.product-buttons #learn-more img {
	height:.9em;
	margin:-.3em .3em 0 .3em!important;
	vertical-align:middle!important
}

#checkout-affirm {
	border-top:1px solid #eee;
	margin-top:5px;
	padding-top:15px
}

#checkout-affirm #learn-more {
	margin-left:14px;
	display:block;
	color:#333
}

#checkbox-sameasbilling {
	display:inline;
	font-size:14px;
	margin-left:5px
}

#checkbox-sameasbilling input {
	width:20px;
	height:20px;
	vertical-align:bottom
}

#Billing .field-validation-error {
	background:#fff9f9;
	padding:0 10px 10px 10px;
	display:block;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	z-index:0;
	margin-bottom:30px
}

#featured-content-wrapper {
	position:relative;
	width:100%;
	padding-bottom:41.2%
}

#featured-content-wrapper .featured {
	position:absolute;
	top:0
}

#featured-content-wrapper .home-fade:not(.active) {
	display:none
}

#featured-content-wrapper .featured {
	position:absolute;
	top:0
}

#featured-content-wrapper .featured img {
	width:100%;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.featured .home-caption {
	position:absolute;
	bottom:20px;
	right:0;
	background:rgba(0,0,0,.4);
	padding:20px 40px 20px 20px;
	color:#fff
}

.featured .home-caption a {
	color:inherit;
	text-decoration:underline
}

@media(max-width:700px) {
	.featured .home-caption {
		display:none
	}
}

@media(max-width:767px) {
	#Billing input[type=text],#Billing input[type=tel],#Billing select {
		border:1px solid #ccc
	}

	#Billing input[type=text],#Billing input[type=tel] {
		padding:18px 10px
	}

	#Billing label {
		font-size:12px
	}

	#Billing .btn {
		display:none
	}

	#Billing input[type=submit] {
		display:block;
		box-shadow:none;
		width:100%;
		font-family:'Quantico',Helvetica,Arial,sans-serif
	}
}

#support-tiles {
	width:65%;
	height:300px;
	float:left;
	padding:0;
	margin:0;
	display:table
}

#support-tiles li {
	box-sizing:border-box;
	border-right:10px solid #fff;
	width:25%;
	list-style:none;
	height:100%;
	display:inline-table;
	vertical-align:top;
	text-align:center;
	padding:0 15px;
	background:url(../images/dark_wall.png) repeat top left #363636;
	position:relative
}

#support-tiles li h3 {
	font-size:18px;
	color:#fff
}

#support-tiles li:hover h3 {
	color:#0394e3
}

#support-tiles li p {
	color:#d1d1d1
}

#support-tiles li img {
	margin:50px 0 20px 0
}

#support-tiles li a {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0
}

#support-nav {
	float:right;
	width:35%
}

#top-nav .row.support.menu .nav#support-nav>div {
	width:50%;
	clear:none
}

@media(max-width:1680px) and (min-width:1600px) {
	#support-tiles li h3 {
		font-size:16px
	}
}

@media(max-width:1599px) {
	#support-nav {
		width:45%
	}

	#support-tiles li {
		width:50%;
		height:50%
	}

	#support-tiles li:nth-child(1),#support-tiles li:nth-child(2) {
		border-bottom:10px solid #fff
	}

	#support-tiles {
		width:55%;
		height:300px
	}

	#support-tiles li h3 {
		margin-bottom:0
	}

	#support-tiles li p {
		margin-top:0
	}

	#support-tiles li img {
		margin:15px 0 10px 0;
		height:50px;
		width:auto
	}
}

@media(max-width:1399px) {
	#support-tiles li p {
		font-size:13px
	}
}

@media(max-width:1279px) {
	#support-tiles li p {
		display:none
	}

	#support-tiles li img {
		margin-top:30px
	}
}

@media(max-width:1099px) {
	#support-tiles {
		width:35%
	}

	#support-tiles li {
		width:100%;
		height:75px
	}

	#support-tiles li img {
		display:none
	}

	#support-tiles li h3 {
		vertical-align:middle;
		display:table-cell
	}

	#support-tiles li:not(:nth-child(4)) {
		border-bottom:10px solid #fff
	}

	#support-nav {
		width:65%
	}
}

@font-face {
	font-family:'Quantico';src:url('../Fonts/Quantico-Bold-webfont.eot');src:url('../Fonts/Quantico-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('../Fonts/Quantico-Bold-webfont.woff') format('woff'),url('../Fonts/Quantico-Bold-webfont.ttf') format('ttf'),url('../Fonts/Quantico-Bold-webfont.svg') format('svg')
}

.form-control {
	height:30px;
	color:#848b91;
	font-size:12px;
	letter-spacing:.1em;
	padding:6px 12px;
	border-radius:1px;
	border:1px solid #848b91
}

h2 {
	color:#0394e3;
	font-size:40px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em
}

#xs-header {
	padding-top:20px;
	padding-bottom:20px;
	background:#fcfcfc
}

#xs-header a {
	color:#848b91;
	line-height:30px
}

#xs-header a.menu-toggle {
	font-size:30px
}

#xs-header a:hover {
	color:#000;
	text-decoration:none
}

#xs-top-nav {
	display:none;
	padding-top:10px;
	padding-bottom:20px
}

#xs-top-nav .linklist {
	color:#848b91;
	font-size:16px;
	padding:20px 0 10px 0
}

#xs-top-nav .linklist a {
	color:#848b91
}

#xs-top-nav .linklist a:hover {
	color:#000
}

#xs-top-nav a.link {
	display:block;
	color:#848b91;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0
}

#xs-top-nav a:hover.link,#xs-top-nav a.link.open {
	color:#000
}

#xs-top-nav .btn {
	margin-top:10px
}

#xs-top-nav .menu {
	display:none
}

#xs-top-nav .menu a {
	display:block;
	color:#848b91;
	text-transform:uppercase;
	padding:5px 0 20px 5px
}

#xs-top-nav .menu a:hover {
	color:#000
}

#xs-logo {
	background:url(../images/concrete_wall_2.png) repeat
}

#xs-logo a {
	display:block;
	padding:10px 0
}

#xs-logo a img {
	display:block;
	width:102px;
	margin:0 auto
}

#header ul.header-nav {
	float:right;
	list-style:none;
	padding:0;
	margin:0
}

#header ul.header-freeshipping {
	float:left;
	margin-left:20px
}

#header ul.header-freeshipping:hover,#header ul.header-freeshipping.active {
	background:#f9fafb
}

#header ul.header-nav li {
	float:left;
	padding:10px 2px;
	margin:0
}

#header ul.header-nav li .form-control {
	width:140px;
	margin-right:10px
}

#header ul.header-nav li a.link {
	display:block;
	color:#848b91;
	font-size:12px;
	line-height:30px;
	letter-spacing:.05em;
	vertical-align:middle;
	padding:0 8px;
	-ms-transition:color .25s linear;
	-moz-transition:color .25s linear;
	-o-transition:color .25s linear;
	-webkit-transition:color .25s linear;
	transition:color .25s linear
}

#header ul.header-nav li a:hover.link {
	color:#000;
	text-decoration:none
}

#header ul.header-nav li a.link i {
	font-size:18px;
	vertical-align:middle
}

#popup-freeshipping {
	background:#f9fafb;
	width:450px;
	padding:15px;
	position:absolute;
	left:39px;
	top:50px;
	z-index:999;
	display:none
}

.home-text-image {
	position:absolute;
	right:0;
	top:25%;
	z-index:1;
	width:100%!important;
	border:none
}

.home-link-overlay {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0
}

@media(max-width:796px) {
	.holiday16-image {
		padding-bottom:0
	}
}

#boxlinks {
	background-color:#252525
}

.home #boxlinks a:first-child {
	border-left:none;
	border-right:none!important
}

#boxlinks a .image img {
	display:block;
	width:100%;
	max-width:100%
}

#boxlinks a .text h5 {
	font-size:17px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0;
	margin:0 0 2px 0
}

#boxlinks a .text h5 span {
	color:#0394e3
}

#boxlinks a .text h4 {
	font-size:23px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	line-height:1.35em;
	padding-right:20%
}

#boxlinks a .text p {
	font-size:16px
}

#boxlinks a:hover {
	color:#0394e3;
	text-decoration:none
}

@media(max-width:701px) {
	#boxlinks {
		text-align:center
	}

	#boxlinks img {
		float:none
	}

	#boxlinks .info-wrap {
		margin:10px auto 0 auto;
		float:none;
		width:100%
	}
}

#benefits {
	background-color:#252525;
	color:#687279
}

#benefits .item {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px
}

#benefits .item i {
	color:#fff;
	font-size:5em;
	margin-left:-.75em
}

#benefits .item img {
	width:25%;
	max-width:25%;
	margin-bottom:20px
}

#benefits .item h4 {
	color:#fff;
	font-size:15px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0;
	margin:10px 0
}

#benefits .item p {
	font-size:16px
}

.home-carousel {
	overflow:hidden
}

#trainer-carousel {
	padding-top:40px;
	padding-bottom:40px
}

#social-carousel {
	padding-top:15px;
	padding-bottom:15px;
	background:#252525;
	border-top:11px solid #687279
}
#trainer-carousel1 {
	padding-top:40px;
	padding-bottom:40px
}

.home-carousel h2 {
	text-align:center;
	padding:0;
	margin:0 0 30px 0
}

.home-carousel .slider-wrapper {
	position:relative
}

#social-carousel .slider-wrapper {
	background:#687279
}

#social-carousel .slide .social-enlarge {
	position:absolute;
/* 	background:url(../images/icon-enlarge.png) no-repeat top right,url(../images/bg-social-home-hover.png) repeat; */
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none
}

#social-carousel .slide:hover .social-enlarge {
	display:block
}

.home-carousel .arrow {
	display:block;
	float:left;
	width:10%;
	color:#0394e3;
	font-size:100px;
	line-height: 112px;
}

.home-carousel .arrow.left {
	text-align:right
}

.home-carousel .slider {
	position:relative;
	float:left;
	width:80%;
	background-color:#fff;
	overflow:hidden
}

#social-carousel .slider {
	background:#252525
}

#trainer-carousel .slider .royalSlider {
	height:450px;
	width:100%
}
#trainer-carousel1 .slider .royalSlider1 {
	height:450px;
	width:100%
}
#social-carousel .slider .royalSlider {
	height:112px;
	width:150px;
	margin:0 auto;
	background:#687279
}

#social-carousel .rsOverflow {
	overflow:visible!important;
	background:#687279
}

.home-carousel .slider .blind {
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	width:20%;
	height:100%;
	background-color:transparent
}

.home-carousel .slider .blind.left {
	left:0;
	background-image:-ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(1,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

.home-carousel .slider .blind.right {
	right:0;
	background-image:-ms-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-moz-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-o-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:-webkit-gradient(linear,right top,left top,color-stop(0,rgba(255,255,255,1)),color-stop(1,rgba(255,255,255,0)));
	background-image:-webkit-linear-gradient(right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background-image:linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

#social-carousel .slider .blind.left {
	left:0;
	background-image:-ms-linear-gradient(left,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:-moz-linear-gradient(left,rgba(104,114,121,1) 0%,rgba(2104,114,121,0) 100%);
	background-image:-o-linear-gradient(left,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(104,114,121,1)),color-stop(1,rgba(104,114,121,0)));
	background-image:-webkit-linear-gradient(left,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:linear-gradient(to right,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%)
}

#social-carousel .slider .blind.right {
	right:0;
	background-image:-ms-linear-gradient(right,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:-moz-linear-gradient(right,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:-o-linear-gradient(right,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:-webkit-gradient(linear,right top,left top,color-stop(0,rgba(104,114,121,1)),color-stop(1,rgba(104,114,121,0)));
	background-image:-webkit-linear-gradient(right,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%);
	background-image:linear-gradient(to left,rgba(104,114,121,1) 0%,rgba(104,114,121,0) 100%)
}

.home-carousel .slider .slide .rsImg {
	display:block;
	margin:0 auto
}

.home-carousel .slider .slide .description {
	padding:15px 0;
	border-top:3px solid #0394e3;
	margin:15px 30px
}

.home-carousel .slider .slide .description h3 {
	font-size:24px;
	line-height:30px;
	font-family:Microsoft Yahei;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	padding:0;
	margin:0 0 10px 0;
	white-space:nowrap
}

.home-carousel .slider .slide .description p {
	font-size:16px
}

#news {
	font-size:16px;
	padding:60px 20px
}

#news .news-item {
	padding-bottom:40px
}

#news h2 {
	padding-bottom:15px;
	border-bottom:3px solid #ccc;
	margin:0 0 30px 0
}

#news .image img {
	width:100%;
	margin-bottom:25px
}

#news hgroup {
	margin-bottom:25px
}

#news hgroup h5 {
	font-size:16px;
	text-transform:uppercase;
	font-family:Microsoft Yahei;
	font-weight:700;
	margin:0 0 5px 0
}

#news hgroup h5 a {
	color:#333
}

#news p {
	color:#687279;
	line-height:1.5em;
	letter-spacing:.05em;
	margin-bottom:25px
}

#news .date {
	float:right;
	color:#687279;
	font-size:12px;
	line-height:30px
}

#contact {
	text-align:center;
/* 	background:#ededed url(../images/concrete_wall_2.png); */
	padding:70px 20px;
	background: #e8e8e8;
}

#contact .image {
	margin-bottom:25px
}

#contact p {
	font-size:16px;
	line-height:1.5em;
	margin-bottom:25px
}

.social-image {
	width:55%;
	float:left
}

.social-image img {
	width:100%!important;
	height:100%!important
}

.social-content {
	width:45%;
	float:right
}

.social-profile {
	height:75px;
	margin:-15px 15px 15px 15px
}

.social-profile img {
	float:left;
	margin-right:15px;
	border:none
}

.social-body {
	margin:0 15px
}

.social-related-product {
	position:absolute;
	bottom:15px;
	width:45%;
	text-align:center
}

#ekkoLightbox-social .fa-chevron-left {
	left:0;
	padding-left:20px;
	margin-left:-70px;
	text-align:left
}

#ekkoLightbox-social .fa-chevron-right {
	right:0;
	padding-right:20px;
	margin-right:-70px;
	text-align:right
}

#ekkoLightbox-social .fa {
	width:50%;
	height:120px;
	margin-top:25%;
	padding-top:40px;
	position:absolute;
	color:#fff;
	text-shadow:2px 2px 4px #000;
	filter:dropshadow(color=#000,offx=2,offy=2);
	font-size:3em
}

@media(max-width:768px) {
	#ekkoLightbox-social .fa {
		bottom:0;
		margin-bottom:-95px;
		margin-left:0;
		margin-right:0
	}
}

#ekkoLightbox-social .modal-dialog {
	width:80%!important;
	max-width:1250px!important
}

@media(max-width:768px) {
	#ekkoLightbox-social .modal-dialog {
		width:80%!important;
		margin:30px auto!important
	}

	.social-profile img.avatar {
		display:none
	}
}

@media(max-width:1279px) {
	.social-related-product {
		display:none!important
	}
}

@media(max-width:639px) {
	.social-image,.social-content {
		width:100%
	}

	.social-image img {
		width:50%;
		margin:10px auto 0 auto
	}

	.social-profile {
		margin:10px 0 0 0;
		height:50px
	}

	.social-profile img.avatar {
		display:block;
		width:40px;
		height:40px
	}

	.social-profile img.profile-link {
		display:none
	}

	.social-body {
		margin:0
	}
}

@media(max-width:1250px) {
	#top-nav a.link {
		font-size:14px
	}
}

@media(max-width:992px) {
	#top-nav .logo img {
		width:100%
	}

	#top-nav a.link {
		font-size:12px
	}

	#top-nav .menu .nav a {
		font-size:12px
	}

	#top-nav .support.menu .nav a {
		padding-left:13%
	}

	#top-nav .vt.menu .nav a {
		padding-left:10%
	}

	body.home .marquee#marquee-app .text {
		width:50%;
		padding:12.5% 0 0 5%
	}

	.header-freeshipping,#popup-freeshipping {
		display:none!important
	}
}

@media(max-width:768px) {
	.home-carousel .arrow {
		position:absolute;
		top:0;
		z-index:110;
		font-size:30px;
		line-height:150px;
		overflow:hidden
	}

	.home-carousel .arrow.left {
		left:0;
		text-align:left
	}

	.home-carousel .arrow.right {
		right:0;
		text-align:right
	}

	.home-carousel .slider {
		float:none;
		width:100%
	}

	.home-carousel .slider .slide .description {
		margin:15px 5px
	}

	#boxlinks a {
		border-left:none
	}

	#marquee-app {
		background:url(../images/concrete_wall_blue.jpg) repeat,#687279
	}

	#footer .footer-nav {
		border:none
	}

	#footer .footer-nav>div {
		padding-top:20px;
		padding-bottom:20px
	}

	#footer .footer-bottom .copyright {
		text-align:center
	}

	body.home .marquee#marquee-app .text {
		width:auto;
		padding:0 0 20px 0;
		max-width:280px;
		margin:0 auto
	}
}