/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../img/libs/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 1070px;
	background: url(../../img/libs/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../img/libs/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -218px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../img/libs/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../img/libs/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
	*zoom: 1
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not ([controls] ){
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

a:hover,a:active {
	outline: 0
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	/*max-width: 100%;*/
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

#map_canvas img,.google-maps img {
	max-width: none
}

button,input,select,textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}

button,input {
	*overflow: visible;
	line-height: normal
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer
}

label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]
	{
	cursor: pointer
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button
	{
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	vertical-align: top
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]: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
	}
	@page {
		margin: .5cm
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
}

body {
	margin: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #454545;
	background-color: #fff
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px
}
/*Edited for no collision with client given css By Teja*/
.row {
	/*margin-left: -20px;
	*zoom: 1*/
}

.row:before,.row:after {
/*	display: table;
	content: "";
	line-height: 0*/
}

.row:after {
	clear: both
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px
}

.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container
	{
	width: 940px
}

.span12 {
	width: 940px
}

.span11 {
	width: 860px
}

.span10 {
	width: 780px
}

.span9 {
	width: 700px
}

.span8 {
	width: 620px
}

.span7 {
	width: 540px
}

.span6 {
	width: 460px
}

.span5 {
	width: 380px
}

.span4 {
	width: 300px
}

.span3 {
	width: 220px
}

.span2 {
	width: 140px
}

.span1 {
	width: 60px
}

.offset12 {
	margin-left: 980px
}

.offset11 {
	margin-left: 900px
}

.offset10 {
	margin-left: 820px
}

.offset9 {
	margin-left: 740px
}

.offset8 {
	margin-left: 660px
}

.offset7 {
	margin-left: 580px
}

.offset6 {
	margin-left: 500px
}

.offset5 {
	margin-left: 420px
}

.offset4 {
	margin-left: 340px
}

.offset3 {
	margin-left: 260px
}

.offset2 {
	margin-left: 180px
}

.offset1 {
	margin-left: 100px
}

.row-fluid {
	width: 100%;
	*zoom: 1
}

.row-fluid:before,.row-fluid:after {
	display: table;
	content: "";
	line-height: 0
}

.row-fluid:after {
	clear: both
}

.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.12765957%;
	*margin-left: 2.07446809%
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
	margin-left: 2.12765957%
}

.row-fluid .span12 {
	width: 100%;
	*width: 99.94680851%
}

.row-fluid .span11 {
	width: 91.4893617%;
	*width: 91.43617021%
}

.row-fluid .span10 {
	width: 82.9787234%;
	*width: 82.92553191%
}

.row-fluid .span9 {
	width: 74.46808511%;
	*width: 74.41489362%
}

.row-fluid .span8 {
	width: 65.95744681%;
	*width: 65.90425532%
}

.row-fluid .span7 {
	width: 57.44680851%;
	*width: 57.39361702%
}

.row-fluid .span6 {
	width: 48.93617021%;
	*width: 48.88297872%
}

.row-fluid .span5 {
	width: 40.42553191%;
	*width: 40.37234043%
}

.row-fluid .span4 {
	width: 31.91489362%;
	*width: 31.86170213%
}

.row-fluid .span3 {
	width: 23.40425532%;
	*width: 23.35106383%
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.84042553%
}

.row-fluid .span1 {
	width: 6.38297872%;
	*width: 6.32978723%
}

.row-fluid .offset12 {
	margin-left: 104.25531915%;
	*margin-left: 104.14893617%
}

.row-fluid .offset12:first-child {
	margin-left: 102.12765957%;
	*margin-left: 102.0212766%
}

.row-fluid .offset11 {
	margin-left: 95.74468085%;
	*margin-left: 95.63829787%
}

.row-fluid .offset11:first-child {
	margin-left: 93.61702128%;
	*margin-left: 93.5106383%
}

.row-fluid .offset10 {
	margin-left: 87.23404255%;
	*margin-left: 87.12765957%
}

.row-fluid .offset10:first-child {
	margin-left: 85.10638298%;
	*margin-left: 85%
}

.row-fluid .offset9 {
	margin-left: 78.72340426%;
	*margin-left: 78.61702128%
}

.row-fluid .offset9:first-child {
	margin-left: 76.59574468%;
	*margin-left: 76.4893617%
}

.row-fluid .offset8 {
	margin-left: 70.21276596%;
	*margin-left: 70.10638298%
}

.row-fluid .offset8:first-child {
	margin-left: 68.08510638%;
	*margin-left: 67.9787234%
}

.row-fluid .offset7 {
	margin-left: 61.70212766%;
	*margin-left: 61.59574468%
}

.row-fluid .offset7:first-child {
	margin-left: 59.57446809%;
	*margin-left: 59.46808511%
}

.row-fluid .offset6 {
	margin-left: 53.19148936%;
	*margin-left: 53.08510638%
}

.row-fluid .offset6:first-child {
	margin-left: 51.06382979%;
	*margin-left: 50.95744681%
}

.row-fluid .offset5 {
	margin-left: 44.68085106%;
	*margin-left: 44.57446809%
}

.row-fluid .offset5:first-child {
	margin-left: 42.55319149%;
	*margin-left: 42.44680851%
}

.row-fluid .offset4 {
	margin-left: 36.17021277%;
	*margin-left: 36.06382979%
}

.row-fluid .offset4:first-child {
	margin-left: 34.04255319%;
	*margin-left: 33.93617021%
}

.row-fluid .offset3 {
	margin-left: 27.65957447%;
	*margin-left: 27.55319149%
}

.row-fluid .offset3:first-child {
	margin-left: 25.53191489%;
	*margin-left: 25.42553191%
}

.row-fluid .offset2 {
	margin-left: 19.14893617%;
	*margin-left: 19.04255319%
}

.row-fluid .offset2:first-child {
	margin-left: 17.0212766%;
	*margin-left: 16.91489362%
}

.row-fluid .offset1 {
	margin-left: 10.63829787%;
	*margin-left: 10.53191489%
}

.row-fluid .offset1:first-child {
	margin-left: 8.5106383%;
	*margin-left: 8.40425532%
}

[class*="span"].hide,.row-fluid [class*="span"].hide {
	display: none
}

[class*="span"].pull-right,.row-fluid [class*="span"].pull-right {
	float: right
}

.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1
}

.container:before,.container:after {
	display: table;
	content: "";
	line-height: 0
}

.container:after {
	clear: both
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	*zoom: 1
}

.container-fluid:before,.container-fluid:after {
	display: table;
	content: "";
	line-height: 0
}

.container-fluid:after {
	clear: both
}

p {
	margin: 0 0 9px
}

.lead {
	/*margin-bottom: 18px;*/
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px
}

small {
	font-size: 85%
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

cite {
	font-style: normal
}

.muted {
	color: #999
}

a.muted:hover,a.muted:focus {
	color: #808080
}

.text-warning {
	color: #c09853
}

a.text-warning:hover,a.text-warning:focus {
	color: #a47e3c
}

.text-error {
	color: #b94a48
}

a.text-error:hover,a.text-error:focus {
	color: #953b39
}

.text-info {
	color: #3a87ad
}

a.text-info:hover,a.text-info:focus {
	color: #2d6987
}

.text-success {
	color: #468847
}

a.text-success:hover,a.text-success:focus {
	color: #356635
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

h1,h2,h3,h4,h5,h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}

h1,h2,h3 {
	line-height: 36px
}

h1 {
	font-size: 35.75px
}

h2 {
	font-size: 29.25px
}

h3 {
	font-size: 22.75px
}

h4 {
	font-size: 16.25px
}

h5 {
	font-size: 13px
}

h6 {
	font-size: 11.05px
}

h1 small {
	font-size: 22.75px
}

h2 small {
	font-size: 16.25px
}

h3 small {
	font-size: 13px
}

h4 small {
	font-size: 13px
}

.page-header {
	padding-bottom: 8px;
	margin: 18px 0 27px;
	border-bottom: 1px solid #eee
}

ul,ol {
	padding: 0;
	margin: 0 0 9px 25px
}

ul ul,ul ol,ol ol,ol ul {
	margin-bottom: 0
}

li {
	line-height: 18px
}

ul.unstyled,ol.unstyled {
	margin-left: 0;
	list-style: none
}

ul.inline,ol.inline {
	margin-left: 0;
	list-style: none
}

ul.inline>li,ol.inline>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-bottom: 18px
}

dt,dd {
	line-height: 18px
}

dt {
	font-weight: bold
}

dd {
	margin-left: 9px
}

.dl-horizontal {
	*zoom: 1
}

.dl-horizontal:before,.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0
}

.dl-horizontal:after {
	clear: both
}

.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
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #eee
}

blockquote p {
	margin-bottom: 0;
	font-size: 16.25px;
	font-weight: 300;
	line-height: 1.25
}

blockquote small {
	display: block;
	line-height: 18px;
	color: #999
}

blockquote small:before {
	content: '\2014 \00A0'
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right p,blockquote.pull-right small {
	text-align: right
}

blockquote.pull-right small:before {
	content: ''
}

blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

q:before,q:after,blockquote:before,blockquote:after {
	content: ""
}

address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px
}

code,pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 11px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	white-space: nowrap
}

pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

pre.prettyprint {
	margin-bottom: 18px
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

form {
	margin: 0 0 18px
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 13.5px;
	color: #999
}

label,input,button,select,textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px
}
/*Edited for no collision with client given css By Teja*/
input,button,select,textarea {
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif*/
}

label {
	display: block;
	margin-bottom: 5px
}
/*Edited for no collision with client given css By Teja*/
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
	{
	display: inline-block; 
	<!-- height: 38px; -->
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: middle
}

input,textarea,.uneditable-input {
	width: 206px
}

textarea {
	height: auto
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
	{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
	{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6)
}

input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal
}

/*commented for no collision with client given css By Teja*/
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]
	{
width: auto
}

select,input[type="file"] {
	/*height: 28px;
	*margin-top: 4px;
	line-height: 28px*/
}
select {
	width: 220px; 
	border: 1px solid #ccc;
	background-color: #fff
}

select[multiple],select[size] {
	height: auto
}

select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus
	{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.uneditable-input,.uneditable-textarea {
	color: #999;
	background-color: #fcfcfc;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed
}

.uneditable-input {
	overflow: hidden;
	white-space: nowrap
}

.uneditable-textarea {
	width: auto;
	height: auto
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #999
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #999
}

.radio,.checkbox {
	min-height: 18px;
	padding-left: 20px
}

.radio input[type="radio"],.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px
}

.controls>.radio:first-child,.controls>.checkbox:first-child {
	padding-top: 5px
}

.radio.inline,.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle
}

.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline {
	margin-left: 10px
}

.input-mini {
	width: 60px
}

.input-small {
	width: 90px
}

.input-medium {
	width: 162px
}

.input-large {
	width: 210px
}

.input-xlarge {
	width: 270px
}

.input-xxlarge {
	width: 530px
}

input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]
	{
	float: none;
	margin-left: 0
}

.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]
	{
	display: inline-block
}

input,textarea,.uneditable-input {
	margin-left: 0
}

.controls-row [class*="span"]+[class*="span"] {
	margin-left: 20px
}

input.span12,textarea.span12,.uneditable-input.span12 {
	width: 926px
}

input.span11,textarea.span11,.uneditable-input.span11 {
	width: 846px
}

input.span10,textarea.span10,.uneditable-input.span10 {
	width: 766px
}

input.span9,textarea.span9,.uneditable-input.span9 {
	width: 686px
}

input.span8,textarea.span8,.uneditable-input.span8 {
	width: 606px
}

input.span7,textarea.span7,.uneditable-input.span7 {
	width: 526px
}

input.span6,textarea.span6,.uneditable-input.span6 {
	width: 446px
}

input.span5,textarea.span5,.uneditable-input.span5 {
	width: 366px
}

input.span4,textarea.span4,.uneditable-input.span4 {
	width: 286px
}

input.span3,textarea.span3,.uneditable-input.span3 {
	width: 206px
}

input.span2,textarea.span2,.uneditable-input.span2 {
	width: 126px
}

input.span1,textarea.span1,.uneditable-input.span1 {
	width: 46px
}

.controls-row {
	*zoom: 1
}

.controls-row:before,.controls-row:after {
	display: table;
	content: "";
	line-height: 0
}

.controls-row:after {
	clear: both
}

.controls-row [class*="span"],.row-fluid .controls-row [class*="span"] {
	float: left
}

.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]
	{
	padding-top: 5px
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]
	{
	cursor: not-allowed;
	background-color: #eee
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]
	{
	background-color: transparent
}

.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline
	{
	color: #c09853
}

.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea
	{
	color: #c09853
}

.control-group.warning input,.control-group.warning select,.control-group.warning textarea
	{
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus
	{
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on
	{
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853
}

.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline
	{
	color: #b94a48
}

.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea
	{
	color: #b94a48
}

.control-group.error input,.control-group.error select,.control-group.error textarea
	{
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus
	{
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on
	{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48
}

.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline
	{
	color: #468847
}

.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea
	{
	color: #468847
}

.control-group.success input,.control-group.success select,.control-group.success textarea
	{
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus
	{
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on
	{
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847
}

.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline
	{
	color: #3a87ad
}

.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea
	{
	color: #3a87ad
}

.control-group.info input,.control-group.info select,.control-group.info textarea
	{
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus
	{
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on
	{
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad
}

input:focus:invalid,textarea:focus:invalid,select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b
}

input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus
	{
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1
}

.form-actions:before,.form-actions:after {
	display: table;
	content: "";
	line-height: 0
}

.form-actions:after {
	clear: both
}

.help-block,.help-inline {
	color: #6b6b6b
}

.help-block {
	display: block;
	margin-bottom: 9px
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px
}

.input-append,.input-prepend {
	display: block;
	text-align:center;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap
}

.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover
	{
	font-size: 13px
}

.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input
	{
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus
	{
	z-index: 2
}

.input-append .add-on,.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc
}

.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle
	{
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.input-append .active,.input-prepend .active {
	background-color: #a9dba9;
	border-color: #46a546
}

.input-prepend .add-on,.input-prepend .btn {
	margin-right: -1px
}

.input-prepend .add-on:first-child,.input-prepend .btn:first-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-append input,.input-append select,.input-append .uneditable-input
	{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child
	{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-append .add-on,.input-append .btn,.input-append .btn-group {
	margin-left: -1px
}

.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle
	{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input
	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn
	{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child
	{
	margin-right: -1px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child
	{
	margin-left: -1px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.input-prepend.input-append .btn-group:first-child {
	margin-left: 0
}

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.form-search .input-append .search-query,.form-search .input-prepend .search-query
	{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px
}

.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append
	{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle
}

.form-search .hide,.form-inline .hide,.form-horizontal .hide {
	display: none
}

.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group
	{
	display: inline-block
}

.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend
	{
	margin-bottom: 0
}

.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox
	{
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]
	{
	float: left;
	margin-right: 3px;
	margin-left: 0
}

.control-group {
	margin-bottom: 9px
}

legend+.control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1
}

.form-horizontal .control-group:before,.form-horizontal .control-group:after
	{
	display: table;
	content: "";
	line-height: 0
}

.form-horizontal .control-group:after {
	clear: both
}

.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right
}

.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0
}

.form-horizontal .controls:first-child {
	*padding-left: 180px
}

.form-horizontal .help-block {
	margin-bottom: 0
}

.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block
	{
	margin-top: 9px
}

.form-horizontal .form-actions {
	padding-left: 180px
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0
}

.table {
	width: 100%;
	margin-bottom: 18px
}

.table th,.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table th {
	font-weight: bold
}

.table thead th {
	vertical-align: bottom
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td
	{
	border-top: 0
}

.table tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed th,.table-condensed td {
	padding: 4px 5px
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.table-bordered th,.table-bordered td {
	border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td
	{
	border-top: 0
}

.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child
	{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child
	{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child
	{
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child
	{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child
	{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child
	{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}

.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9
}

.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th {
	background-color: #f5f5f5
}

table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]
	{
	display: table-cell;
	float: none;
	margin-left: 0
}

.table td.span1,.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0
}

.table td.span2,.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0
}

.table td.span3,.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0
}

.table td.span4,.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0
}

.table td.span5,.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0
}

.table td.span6,.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0
}

.table td.span7,.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0
}

.table td.span8,.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0
}

.table td.span9,.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0
}

.table td.span10,.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0
}

.table td.span11,.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0
}

.table td.span12,.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0
}

.table tbody tr.success>td {
	background-color: #dff0d8
}

.table tbody tr.error>td {
	background-color: #f2dede
}

.table tbody tr.warning>td {
	background-color: #fcf8e3
}

.table tbody tr.info>td {
	background-color: #d9edf7
}

.table-hover tbody tr.success:hover>td {
	background-color: #d0e9c6
}

.table-hover tbody tr.error:hover>td {
	background-color: #ebcccc
}

.table-hover tbody tr.warning:hover>td {
	background-color: #faf2cc
}

.table-hover tbody tr.info:hover>td {
	background-color: #c4e3f3
}

[class^="icon-"],[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../../img/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 1px
}

.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]
	{
	background-image: url("../../img/glyphicons-halflings-white.png")
}

.icon-glass {
	background-position: 0 0
}

.icon-music {
	background-position: -24px 0
}

.icon-search {
	background-position: -48px -1px
}

.icon-envelope {
	background-position: -72px 0
}

.icon-heart {
	background-position: -96px 0
}

.icon-star {
	background-position: -120px 0
}

.icon-star-empty {
	background-position: -144px 0
}

.icon-user {
	background-position: -168px 0
}

.icon-film {
	background-position: -192px 0
}

.icon-th-large {
	background-position: -216px 0
}

.icon-th {
	background-position: -240px 0
}

.icon-th-list {
	background-position: -264px 0
}

.icon-ok {
	background-position: -288px 0
}

.icon-remove {
	background-position: -312px 0
}

.icon-zoom-in {
	background-position: -336px 0
}

.icon-zoom-out {
	background-position: -360px 0
}

.icon-off {
	background-position: -384px 0
}

.icon-signal {
	background-position: -408px 0
}

.icon-cog {
	background-position: -432px 0
}

.icon-trash {
	background-position: -456px 0
}

.icon-home {
	background-position: 0 -24px
}

.icon-file {
	background-position: -24px -24px
}

.icon-time {
	background-position: -48px -24px
}

.icon-road {
	background-position: -72px -24px
}

.icon-download-alt {
	background-position: -96px -24px
}

.icon-download {
	background-position: -120px -24px
}

.icon-upload {
	background-position: -144px -24px
}

.icon-inbox {
	background-position: -168px -24px
}

.icon-play-circle {
	background-position: -192px -24px
}

.icon-repeat {
	background-position: -216px -24px
}

.icon-refresh {
	background-position: -240px -24px
}

.icon-list-alt {
	background-position: -264px -24px
}

.icon-lock {
	background-position: -287px -24px
}

.icon-flag {
	background-position: -312px -24px
}

.icon-headphones {
	background-position: -336px -24px
}

.icon-volume-off {
	background-position: -360px -24px
}

.icon-volume-down {
	background-position: -384px -24px
}

.icon-volume-up {
	background-position: -408px -24px
}

.icon-qrcode {
	background-position: -432px -24px
}

.icon-barcode {
	background-position: -456px -24px
}

.icon-tag {
	background-position: 0 -48px
}

.icon-tags {
	background-position: -25px -48px
}

.icon-book {
	background-position: -48px -48px
}

.icon-bookmark {
	background-position: -72px -48px
}

.icon-print {
	background-position: -96px -48px
}

.icon-camera {
	background-position: -120px -48px
}

.icon-font {
	background-position: -144px -48px
}

.icon-bold {
	background-position: -167px -48px
}

.icon-italic {
	background-position: -192px -48px
}

.icon-text-height {
	background-position: -216px -48px
}

.icon-text-width {
	background-position: -240px -48px
}

.icon-align-left {
	background-position: -264px -48px
}

.icon-align-center {
	background-position: -288px -48px
}

.icon-align-right {
	background-position: -312px -48px
}

.icon-align-justify {
	background-position: -336px -48px
}

.icon-list {
	background-position: -360px -48px
}

.icon-indent-left {
	background-position: -384px -48px
}

.icon-indent-right {
	background-position: -408px -48px
}

.icon-facetime-video {
	background-position: -432px -48px
}

.icon-picture {
	background-position: -456px -48px
}

.icon-pencil {
	background-position: 0 -72px
}

.icon-map-marker {
	background-position: -24px -72px
}

.icon-adjust {
	background-position: -48px -72px
}

.icon-tint {
	background-position: -72px -72px
}

.icon-edit {
	background-position: -96px -72px
}

.icon-share {
	background-position: -120px -72px
}

.icon-check {
	background-position: -144px -72px
}

.icon-move {
	background-position: -168px -72px
}

.icon-step-backward {
	background-position: -192px -72px
}

.icon-fast-backward {
	background-position: -216px -72px
}

.icon-backward {
	background-position: -240px -72px
}

.icon-play {
	background-position: -264px -72px
}

.icon-pause {
	background-position: -288px -72px
}

.icon-stop {
	background-position: -312px -72px
}

.icon-forward {
	background-position: -336px -72px
}

.icon-fast-forward {
	background-position: -360px -72px
}

.icon-step-forward {
	background-position: -384px -72px
}

.icon-eject {
	background-position: -408px -72px
}

.icon-chevron-left {
	background-position: -432px -72px
}

.icon-chevron-right {
	background-position: -456px -72px
}

.icon-plus-sign {
	background-position: 0 -96px
}

.icon-minus-sign {
	background-position: -24px -96px
}

.icon-remove-sign {
	background-position: -48px -96px
}

.icon-ok-sign {
	background-position: -72px -96px
}

.icon-question-sign {
	background-position: -96px -96px
}

.icon-info-sign {
	background-position: -120px -96px
}

.icon-screenshot {
	background-position: -144px -96px
}

.icon-remove-circle {
	background-position: -168px -96px
}

.icon-ok-circle {
	background-position: -192px -96px
}

.icon-ban-circle {
	background-position: -216px -96px
}

.icon-arrow-left {
	background-position: -240px -96px
}

.icon-arrow-right {
	background-position: -264px -96px
}

.icon-arrow-up {
	background-position: -289px -96px
}

.icon-arrow-down {
	background-position: -312px -96px
}

.icon-share-alt {
	background-position: -336px -96px
}

.icon-resize-full {
	background-position: -360px -96px
}

.icon-resize-small {
	background-position: -384px -96px
}

.icon-plus {
	background-position: -408px -96px
}

.icon-minus {
	background-position: -433px -96px
}

.icon-asterisk {
	background-position: -456px -96px
}

.icon-exclamation-sign {
	background-position: 0 -120px
}

.icon-gift {
	background-position: -24px -120px
}

.icon-leaf {
	background-position: -48px -120px
}

.icon-fire {
	background-position: -72px -120px
}

.icon-eye-open {
	background-position: -96px -120px
}

.icon-eye-close {
	background-position: -120px -120px
}

.icon-warning-sign {
	background-position: -144px -120px
}

.icon-plane {
	background-position: -168px -120px
}

.icon-calendar {
	background-position: -192px -120px
}

.icon-random {
	background-position: -216px -120px;
	width: 16px
}

.icon-comment {
	background-position: -240px -120px
}

.icon-magnet {
	background-position: -264px -120px
}

.icon-chevron-up {
	background-position: -288px -120px
}

.icon-chevron-down {
	background-position: -313px -119px
}

.icon-retweet {
	background-position: -336px -120px
}

.icon-shopping-cart {
	background-position: -360px -120px
}

.icon-folder-close {
	background-position: -384px -120px;
	width: 16px
}

.icon-folder-open {
	background-position: -408px -120px;
	width: 16px
}

.icon-resize-vertical {
	background-position: -432px -119px
}

.icon-resize-horizontal {
	background-position: -456px -118px
}

.icon-hdd {
	background-position: 0 -144px
}

.icon-bullhorn {
	background-position: -24px -144px
}

.icon-bell {
	background-position: -48px -144px
}

.icon-certificate {
	background-position: -72px -144px
}

.icon-thumbs-up {
	background-position: -96px -144px
}

.icon-thumbs-down {
	background-position: -120px -144px
}

.icon-hand-right {
	background-position: -144px -144px
}

.icon-hand-left {
	background-position: -168px -144px
}

.icon-hand-up {
	background-position: -192px -144px
}

.icon-hand-down {
	background-position: -216px -144px
}

.icon-circle-arrow-right {
	background-position: -240px -144px
}

.icon-circle-arrow-left {
	background-position: -264px -144px
}

.icon-circle-arrow-up {
	background-position: -288px -144px
}

.icon-circle-arrow-down {
	background-position: -312px -144px
}

.icon-globe {
	background-position: -336px -144px
}

.icon-wrench {
	background-position: -360px -144px
}

.icon-tasks {
	background-position: -384px -144px
}

.icon-filter {
	background-position: -408px -144px
}

.icon-briefcase {
	background-position: -432px -144px
}

.icon-fullscreen {
	background-position: -456px -144px
}

.dropup,.dropdown {
	position: relative
}

.dropdown-toggle {
	*margin-bottom: -3px
}

.dropdown-toggle:active,.open .dropdown-toggle {
	outline: 0
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}

.dropdown .caret {
	margin-top: 0;
	margin-left: 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;
	background-color: #454545;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a
	{
	text-decoration: none;
	color: #fff;
	background-color: #ed1c24;
	background-image: -moz-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24),
		to(#ed1c24) );
	background-image: -webkit-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -o-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: linear-gradient(to bottom, #ed1c24, #ed1c24);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe6b38',
		endColorstr='#fffe581f', GradientType=0 )
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
	{
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #ed1c24;
	background-image: -moz-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24),
		to(#ed1c24) );
	background-image: -webkit-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -o-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: linear-gradient(to bottom, #ed1c24, #ed1c24);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',
		endColorstr='#ed1c24', GradientType=0 )
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
	{
	color: #999
}

.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: default
}

.open {
	*z-index: 1000
}

.open>.dropdown-menu {
	display: block
}

.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 #000;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff
}

.dropdown-submenu.pull-left {
	float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px
}

.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.well {
	color: #68635d;
	background-color: #eee;
	border: 1px solid #d9d9d9
}

.well-section {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #fff;
	padding: 6px 12px
}

.well-section p {
	margin-bottom: 0
}

.well-footer {
	padding: 6px 4px 8px 12px;
	border-top: 1px solid #fff
}

.well-header {
	/*background-color: #e9e9e9;
	background-image: -moz-linear-gradient(top, #eee, #e1e1e1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee),
		to(#e1e1e1) );
	background-image: -webkit-linear-gradient(top, #eee, #e1e1e1);
	background-image: -o-linear-gradient(top, #eee, #e1e1e1);
	background-image: linear-gradient(to bottom, #eee, #e1e1e1);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',
		endColorstr='#ffe1e1e1', GradientType=0 );
	border-bottom: 1px solid #d9d9d9;*/
	font-size: 18px;
	padding: 12px;
	font-weight: normal
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.collapse.in {
	height: auto
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	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: .4;
	filter: alpha(opacity = 40)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
/*Edited for no collision with client given css By Teja*/
.btn {
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe6e6e6', GradientType=0 );
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	border: 1px solid #ccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05)*/
}

.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]
	{
	color: #333;
	/*background-color: #e6e6e6;*/
	*background-color: #d9d9d9
}

.btn:active,.btn.active {
	background-color: #ccc \9
}

.btn:first-child {
	margin-left: 0
}

.btn:hover,.btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px*/
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)*/
}

.btn.disabled,.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none*/
}

.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-large [class^="icon-"],.btn-large [class*=" icon-"] {
	margin-top: 4px
}

.btn-small {
	padding: 2px 10px;
	font-size: 11.05px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-small [class^="icon-"],.btn-small [class*=" icon-"] {
	margin-top: 0
}

.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"] {
	margin-top: -1px
}

.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
	{
	width: 100%
}

.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active
	{
	color: rgba(255, 255, 255, 0.75)*//*Edited for no collision with client given css By Teja*/
}

.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed1c24;
	background-image: -moz-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24),
		to(#ed1c24) );
	background-image: -webkit-linear-gradient(top, #ed1c24,#ed1c24);
	background-image: -o-linear-gradient(top,#ed1c24, #ed1c24);
	background-image: linear-gradient(to bottom, #ed1c24, #ed1c24);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',
		endColorstr='#ed1c24', GradientType=0 );
	border-color: #ed1c24 #ed1c24 #ed1c24;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#ed1c24;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]
	{
	color: #fff;
	background-color: #ed1c24;
	*background-color: #ed1c24
}

.btn-primary:active,.btn-primary.active {
	background-color: #ca4212 \9
}

.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450),
		to(#f89406) );
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',
		endColorstr='#fff89406', GradientType=0 );
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]
	{
	color: #fff;
	background-color: #f89406;
	*background-color: #df8505
}

.btn-warning:active,.btn-warning.active {
	background-color: #c67605 \9
}

.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24),
		to(#bd362f) );
	background-image: -webkit-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: -o-linear-gradient(top, #ed1c24, #ed1c24);
	background-image: linear-gradient(to bottom,#ed1c24, #ed1c24);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
		endColorstr='#ffbd362f', GradientType=0 );
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )*/
}
/*Edited for no collision with client given css By Teja*/
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]
	{
	color: #fff;
	background-color: #bd362f;
	*background-color: #a9302a*/
}

.btn-danger:active,.btn-danger.active {
	background-color: #942a25 \9*/
}

.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462),
		to(#51a351) );
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
		endColorstr='#ff51a351', GradientType=0 );
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]
	{
	color: #fff;
	background-color: #51a351;
	*background-color: #499249
}

.btn-success:active,.btn-success.active {
	background-color: #408140 \9
}

.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de),
		to(#2f96b4) );
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
		endColorstr='#ff2f96b4', GradientType=0 );
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]
	{
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0
}

.btn-info:active,.btn-info.active {
	background-color: #24748c \9
}

.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444),
		to(#222) );
	background-image: -webkit-linear-gradient(top, #444, #222);
	background-image: -o-linear-gradient(top, #444, #222);
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',
		endColorstr='#ff222222', GradientType=0 );
	border-color: #222 #222 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]
	{
	color: #fff;
	background-color: #222;
	*background-color: #151515
}

.btn-inverse:active,.btn-inverse.active {
	background-color: #080808 \9
}

button.btn,input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px
}

button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner
	{
	padding: 0;
	border: 0
}

button.btn.btn-large,input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px
}

button.btn.btn-small,input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px
}

button.btn.btn-mini,input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px
}

.btn-link,.btn-link:active,.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-link:hover,.btn-link:focus {
	color: #337ac1;
	text-decoration: underline;
	background-color: transparent*/
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus {
	color: #333;
	text-decoration: none
}

.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em
}

.btn-group:first-child {
	*margin-left: 0
}

.btn-group+.btn-group {
	margin-left: 5px
}

.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group
	{
	margin-left: 5px
}

.btn-group>.btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group>.btn+.btn {
	margin-left: -1px
}

.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover {
	font-size: 13px
}

.btn-group>.btn-mini {
	font-size: 9.75px
}

.btn-group>.btn-small {
	font-size: 11.05px
}

.btn-group>.btn-large {
	font-size: 16.25px
}

.btn-group>.btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn:last-child,.btn-group>.dropdown-toggle {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active
	{
	z-index: 2
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px
		0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0
		rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0
		rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	*padding-top: 5px;
	*padding-bottom: 5px
}

.btn-group>.btn-mini+.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px
}

.btn-group>.btn-small+.dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #eb5824
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222
}

.btn .caret {
	margin-top: 8px;
	margin-left: 0
}

.btn-large .caret {
	margin-top: 6px
}

.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px
}

.btn-mini .caret,.btn-small .caret {
	margin-top: 8px
}

.dropup .btn-large .caret {
	border-bottom-width: 5px
}

.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret
	{
	border-top-color: #fff;
	border-bottom-color: #fff
}

.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.btn-group-vertical>.btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group-vertical>.btn+.btn {
	margin-left: 0;
	margin-top: -1px
}

.btn-group-vertical>.btn:first-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.btn-group-vertical>.btn:last-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.btn-group-vertical>.btn-large:first-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.btn-group-vertical>.btn-large:last-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0
}

.alert {
	padding: 8px 35px 8px 14px;
	/*margin-bottom: 18px;*/
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.alert,.alert h4 {
	color: #c09853
}

.alert h4 {
	margin: 0
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

.alert-success h4 {
	color: #468847
}

.alert-danger,.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48
}

.alert-danger h4,.alert-error h4 {
	color: #b94a48
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad
}

.alert-info h4 {
	color: #3a87ad
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px
}

.alert-block>p,.alert-block>ul {
	margin-bottom: 0
}

.alert-block p+p {
	margin-top: 5px
}

.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none
}

.nav>li>a {
	display: block
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
	/*background-color: #ed1c24 */
}

.nav>li>a>img {
	max-width: none
}

.nav>.pull-right {
	float: right
}

.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase
}

.nav li+.nav-header {
	margin-top: 9px
}

.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0
}

.nav-list>li>a,.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list>li>a {
	padding: 3px 15px
}

.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus
	{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0059b2
}

.nav-list [class^="icon-"],.nav-list [class*=" icon-"] {
	margin-right: 2px
}

.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff
}

.nav-tabs,.nav-pills {
	*zoom: 1
}

.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {
	display: table;
	content: "";
	line-height: 0
}

.nav-tabs:after,.nav-pills:after {
	clear: both
}

.nav-tabs>li,.nav-pills>li {
	float: left
}

.nav-tabs>li>a,.nav-pills>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	margin-bottom: -1px
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	border-color: #eee #eee #ddd
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus
	{
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus
	{
	color: #fff;
	background-color: #0059b2
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li>a {
	margin-right: 0
}

.nav-tabs.nav-stacked {
	border-bottom: 0
}

.nav-tabs.nav-stacked>li>a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.nav-tabs.nav-stacked>li:first-child>a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus {
	border-color: #ddd;
	z-index: 2
}

.nav-pills.nav-stacked>li>a {
	margin-bottom: 3px
}

.nav-pills.nav-stacked>li:last-child>a {
	margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}

.nav .dropdown-toggle .caret {
	border-top-color: #0059b2;
	border-bottom-color: #0059b2;
	margin-top: 6px
}

.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret {
	border-top-color: #337ac1;
	border-bottom-color: #337ac1
}

.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555
}

.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus {
	cursor: pointer
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus
	{
	color: #fff;
	background-color: #999;
	border-color: #999
}

.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret
	{
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity = 100)
}

.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus {
	border-color: #999
}

.tabbable {
	*zoom: 1
}

.tabbable:before,.tabbable:after {
	display: table;
	content: "";
	line-height: 0
}

.tabbable:after {
	clear: both
}

.tab-content {
	overflow: auto
}

.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs {
	border-bottom: 0
}

.tab-content>.tab-pane,.pill-content>.pill-pane {
	display: none
}

.tab-content>.active,.pill-content>.active {
	display: block
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus
	{
	border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li {
	float: none
}

.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus {
	border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus
	{
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus {
	border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus
	{
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff
}

.nav>.disabled>a {
	color: #999
}

.nav>.disabled>a:hover,.nav>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default
}

.navbar {
	overflow: visible;
	/*margin-bottom: 18px;*/
	*position: relative;
	*z-index: 2*/
}

.navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#fff) );
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffffffff', GradientType=0 );
	/* border: 1px solid #fff; */
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	*zoom: 1
}

.navbar-inner:before,.navbar-inner:after {
	display: table;
	content: "";
	line-height: 0
}

.navbar-inner:after {
	clear: both
}

.navbar .container {
	width: auto
}

.nav-collapse.collapse {
	height: auto;
	overflow: visible
}

.navbar .brand {
	float: left;
	display: block;
	padding: 11px 20px 11px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777;
	text-shadow: 0 1px 0 #fff
}

.navbar .brand:hover,.navbar .brand:focus {
	text-decoration: none
}

.navbar-text {
	margin-bottom: 0;
	line-height: 40px;
	color: #777
}

.navbar-link {
	color: #777
}

.navbar-link:hover,.navbar-link:focus {
	color: #fe6b38
}

.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.navbar .btn,.navbar .btn-group {
	margin-top: 5px
}

.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group
	{
	margin-top: 0
}

.navbar-form {
	margin-bottom: 0;
	*zoom: 1
}

.navbar-form:before,.navbar-form:after {
	display: table;
	content: "";
	line-height: 0
}

.navbar-form:after {
	clear: both
}

.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox
	{
	margin-top: 5px
}

.navbar-form input,.navbar-form select,.navbar-form .btn {
	display: inline-block;
	margin-bottom: 0
}

.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]
	{
	margin-top: 3px
}

.navbar-form .input-append,.navbar-form .input-prepend {
	margin-top: 5px;
	white-space: nowrap
}

.navbar-form .input-append input,.navbar-form .input-prepend input {
	margin-top: 0
}

.navbar-search {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 0
}

.navbar-search .search-query {
	margin-bottom: 0;
	padding: 4px 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.navbar-static-top {
	position: static;
	margin-bottom: 0
}

.navbar-static-top .navbar-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
	border-width: 0 0 1px
}

.navbar-fixed-bottom .navbar-inner {
	border-width: 1px 0 0
}

.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container
	{
	width: 940px
}

.navbar-fixed-top {
	top: 0
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.navbar-fixed-bottom {
	bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .1)
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0
}

.navbar .nav.pull-right {
	float: right;
	margin-right: 0
}

.navbar .nav>li {
	float: left
}

.navbar .nav>li>a {
	float: none;
	padding: 11px 15px 11px;
	color: #fff;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #fff*/
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #red;
	text-decoration: none
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus
	{
	color: #555;
	text-decoration: none;
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125)
}

.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
		to(#f2f2f2) );
	background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
	background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
	background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',
		endColorstr='#fff2f2f2', GradientType=0 );
	border-color: #f2f2f2 #f2f2f2 #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f2f2f2;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075)
}

.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]
	{
	color: #fff;
	background-color: #f2f2f2;
	*background-color: #e5e5e5
}

.navbar .btn-navbar:active,.navbar .btn-navbar.active {
	background-color: #d9d9d9 \9
}

.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px
}

.navbar .nav>li>.dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px
}

.navbar .nav>li>.dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	bottom: -6px;
	top: auto
}

.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret
	{
	border-top-color: #fe6b38;
	border-bottom-color: #fe6b38
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle
	{
	background-color: #f2f2f2;
	color: #555
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #777;
	border-bottom-color: #777
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret
	{
	border-top-color: #555;
	border-bottom-color: #555
}

.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right
	{
	left: auto;
	right: 0
}

.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before
	{
	left: auto;
	right: 12px
}

.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after
	{
	left: auto;
	right: 13px
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu
	{
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}

.navbar-inverse .navbar-inner {
	background-color: #fff;
}

.navbar-inverse .brand,.navbar-inverse .nav>li>a {
	color: #454545;
}

.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus
	{
	color: red;
}

.navbar-inverse .brand {
	color: #fff
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover {
	background-color: transparent;
	color: red;
}

.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus
	{
	color: #fe6b38;
	background-color: #525252
}

.navbar-inverse .navbar-link {
	color: #fff
}

.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus {
	color: #fe6b38
}

.navbar-inverse .divider-vertical {
	border-left-color: #fff;
	border-right-color: #fff
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle
	{
	background-color: #525252;
	color: #fe6b38
}

.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret
	{
	border-top-color: #fe6b38;
	border-bottom-color: #fe6b38
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret
	{
	border-top-color: #fe6b38;
	border-bottom-color: #fe6b38
}

.navbar-inverse .navbar-search .search-query {
	color: #fff;
	background-color: #858585;
	border-color: #454545;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0
		rgba(255, 255, 255, .15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder
	{
	color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused
	{
	padding: 5px 15px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	outline: 0
}

.navbar-inverse .btn-navbar {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #383838;
	background-image: -moz-linear-gradient(top, #383838, #383838);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#383838),
		to(#383838) );
	background-image: -webkit-linear-gradient(top, #383838, #383838);
	background-image: -o-linear-gradient(top, #383838, #383838);
	background-image: linear-gradient(to bottom, #383838, #383838);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff383838',
		endColorstr='#ff383838', GradientType=0 );
	border-color: #383838 #383838 #121212;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #383838;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false )
}

.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]
	{
	color: #fff;
	background-color: #383838;
	*background-color: #2c2c2c
}

.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active {
	background-color: #1f1f1f \9
}

.breadcrumb {
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 10.8px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	text-transform: uppercase
}

.breadcrumb>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff
}

.breadcrumb>li>.divider {
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #fe6b38
}

.pagination {
	margin: 15px;
}
.bottom-pagination .pagination {
 	padding-bottom: 35px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
	display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0
}

.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span
	{
	background-color: #f5f5f5
}

.pagination ul>.active>a, .pagination ul>li>a,.pagination ul>.active>span {
	color: black;
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus
	{
	color: #999;
	background-color: transparent;
	cursor: default
}

.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.pagination-centered {
	text-align: center
}

.pagination-right {
	text-align: right
}

.pagination-large ul>li>a,.pagination-large ul>li>span {
	padding: 11px 19px;
	font-size: 16.25px
}

.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span
	{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span
	{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span
	{
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}

.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span
	{
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}

.pagination-small ul>li>a,.pagination-small ul>li>span {
	padding: 2px 10px;
	font-size: 11.05px
}

.pagination-mini ul>li>a,.pagination-mini ul>li>span {
	padding: 0 6px;
	font-size: 9.75px
}

.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1
}

.pager:before,.pager:after {
	display: table;
	content: "";
	line-height: 0
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
	text-decoration: none;
	background-color: #f5f5f5
}

.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: #999;
	background-color: #fff;
	cursor: default
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-moz-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding: 10px;
	z-index: 1050
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	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: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	*zoom: 1
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: "";
	line-height: 0
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media screen and (min-width:768px) {
	.modal-dialog {
		left: 50%;
		right: auto;
		width: 600px;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.tooltip.in {
	opacity: .8;
	filter: alpha(opacity = 80)
}

.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: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.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
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 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;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.popover-title:empty {
	display: none
}

.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, 0.25);
	bottom: -11px
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.media,.media-body {
	overflow: hidden;
	*overflow: visible;
	zoom: 1
}

.media,.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	margin-left: 0;
	list-style: none
}

.label,.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999
}

.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px
}

.label:empty,.badge:empty {
	display: none
}

a.label:hover,a.label:focus,a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-important,.badge-important {
	background-color: #b94a48
}

.label-important[href],.badge-important[href] {
	background-color: #953b39
}

.label-warning,.badge-warning {
	background-color: #f89406
}

.label-warning[href],.badge-warning[href] {
	background-color: #c67605
}

.label-success,.badge-success {
	background-color: #468847
}

.label-success[href],.badge-success[href] {
	background-color: #356635
}

.label-info,.badge-info {
	background-color: #3a87ad
}

.label-info[href],.badge-info[href] {
	background-color: #2d6987
}

.label-inverse,.badge-inverse {
	background-color: #333
}

.label-inverse[href],.badge-inverse[href] {
	background-color: #1a1a1a
}

.btn .label,.btn .badge {
	position: relative;
	top: -1px
}

.btn-mini .label,.btn-mini .badge {
	top: 0
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-moz-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-ms-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-o-keyframes progress-bar-stripes {
	from {background-position: 0 0
}

to {
	background-position: 40px 0
}

}
@
keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),
		to(#f9f9f9) );
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',
		endColorstr='#fff9f9f9', GradientType=0 );
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.progress .bar {
	width: 0;
	height: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf),
		to(#0480be) );
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',
		endColorstr='#ff0480be', GradientType=0 );
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress .bar+.bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15)
}

.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255,
		255, 0.15) ), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)
		), color-stop(.75, rgba(255, 255, 255, 0.15) ),
		color-stop(.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar,.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b),
		to(#c43c35) );
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
		endColorstr='#ffc43c35', GradientType=0 )
}

.progress-danger.progress-striped .bar,.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255,
		255, 0.15) ), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)
		), color-stop(.75, rgba(255, 255, 255, 0.15) ),
		color-stop(.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-success .bar,.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462),
		to(#57a957) );
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(to bottom, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',
		endColorstr='#ff57a957', GradientType=0 )
}

.progress-success.progress-striped .bar,.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255,
		255, 0.15) ), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)
		), color-stop(.75, rgba(255, 255, 255, 0.15) ),
		color-stop(.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-info .bar,.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de),
		to(#339bb9) );
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',
		endColorstr='#ff339bb9', GradientType=0 )
}

.progress-info.progress-striped .bar,.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255,
		255, 0.15) ), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)
		), color-stop(.75, rgba(255, 255, 255, 0.15) ),
		color-stop(.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-warning .bar,.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450),
		to(#f89406) );
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',
		endColorstr='#fff89406', GradientType=0 )
}

.progress-warning.progress-striped .bar,.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255,
		255, 0.15) ), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, 0.15)
		), color-stop(.75, rgba(255, 255, 255, 0.15) ),
		color-stop(.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.accordion {
	margin-bottom: 18px
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.accordion-heading {
	border-bottom: 0
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px
}

.accordion-toggle {
	cursor: pointer
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}

.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1
}

.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: block;
	line-height: 1
}

.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: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	filter: alpha(opacity = 50)
}

.carousel-control.right {
	left: auto;
	right: 15px
}

.carousel-control:hover,.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity = 90)
}

.carousel-indicators {
	position: absolute;
	top: 430px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #333;
	background: rgba(0, 0, 0, 0.75)
}

.carousel-caption h4,.carousel-caption p {
	color: #fff;
	line-height: 18px
}

.carousel-caption h4 {
	margin: 0 0 5px
}

.carousel-caption p {
	margin-bottom: 0
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.hide {
	display: none
}

.show {
	display: block
}

.invisible {
	visibility: hidden
}

.affix {
	position: fixed
} /*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@
-ms-viewport {
	width: device-width
}

.hidden {
	display: none;
	visibility: hidden
}

.visible-phone {
	display: none !important
}

.visible-tablet {
	display: none !important
}

.hidden-desktop {
	display: none !important
}

.visible-desktop {
	display: inherit !important
}

@media ( min-width :768px) and (max-width:979px) {
	.hidden-desktop {
		display: inherit !important
	}
	.visible-desktop {
		display: none !important
	}
	.visible-tablet {
		display: inherit !important
	}
	.hidden-tablet {
		display: none !important
	}
}

@media ( max-width :767px) {
	.hidden-desktop {
		display: inherit !important
	}
	.visible-desktop {
		display: none !important
	}
	.visible-phone {
		display: inherit !important
	}
	.hidden-phone {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: inherit !important
	}
	.hidden-print {
		display: none !important
	}
}
/*Edited for no collision with client given css By Teja*/
@media ( min-width :1200px) {
	.row {
		/*margin-left: -30px;
		*zoom: 1*/
	}
	.row:before,.row:after {
		display: table;
		content: "";
		line-height: 0
	}
	.row:after {
		clear: both
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px
	}
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container
		{
		width: 1150px
	}
	.span12 {
		width: 1170px
	}
	.span11 {
		width: 1070px
	}
	.span10 {
		width: 970px
	}
	.span9 {
		width: 870px
	}
	.span8 {
		width: 770px
	}
	.span7 {
		width: 670px
	}
	.span6 {
		width: 570px
	}
	.span5 {
		width: 470px
	}
	.span4 {
		width: 370px
	}
	.span3 {
		width: 270px
	}
	.span2 {
		width: 170px
	}
	.span1 {
		width: 70px
	}
	.offset12 {
		margin-left: 1230px
	}
	.offset11 {
		margin-left: 1130px
	}
	.offset10 {
		margin-left: 1030px
	}
	.offset9 {
		margin-left: 930px
	}
	.offset8 {
		margin-left: 830px
	}
	.offset7 {
		margin-left: 730px
	}
	.offset6 {
		margin-left: 630px
	}
	.offset5 {
		margin-left: 530px
	}
	.offset4 {
		margin-left: 430px
	}
	.offset3 {
		margin-left: 330px
	}
	.offset2 {
		margin-left: 230px
	}
	.offset1 {
		margin-left: 130px
	}
	.row-fluid {
		width: 100%;
		*zoom: 1
	}
	.row-fluid:before,.row-fluid:after {
		display: table;
		content: "";
		line-height: 0
	}
	.row-fluid:after {
		clear: both
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.56410256%;
		*margin-left: 2.51091107%
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0
	}
	.row-fluid .controls-row [class*="span"]+[class*="span"] {
		margin-left: 2.56410256%
	}
	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851%
	}
	.row-fluid .span11 {
		width: 91.45299145%;
		*width: 91.39979996%
	}
	.row-fluid .span10 {
		width: 82.90598291%;
		*width: 82.85279142%
	}
	.row-fluid .span9 {
		width: 74.35897436%;
		*width: 74.30578287%
	}
	.row-fluid .span8 {
		width: 65.81196581%;
		*width: 65.75877432%
	}
	.row-fluid .span7 {
		width: 57.26495726%;
		*width: 57.21176578%
	}
	.row-fluid .span6 {
		width: 48.71794872%;
		*width: 48.66475723%
	}
	.row-fluid .span5 {
		width: 40.17094017%;
		*width: 40.11774868%
	}
	.row-fluid .span4 {
		width: 31.62393162%;
		*width: 31.57074013%
	}
	.row-fluid .span3 {
		width: 23.07692308%;
		*width: 23.02373159%
	}
	.row-fluid .span2 {
		width: 14.52991453%;
		*width: 14.47672304%
	}
	.row-fluid .span1 {
		width: 5.98290598%;
		*width: 5.92971449%
	}
	.row-fluid .offset12 {
		margin-left: 105.12820513%;
		*margin-left: 105.02182215%
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.56410256%;
		*margin-left: 102.45771959%
	}
	.row-fluid .offset11 {
		margin-left: 96.58119658%;
		*margin-left: 96.4748136%
	}
	.row-fluid .offset11:first-child {
		margin-left: 94.01709402%;
		*margin-left: 93.91071104%
	}
	.row-fluid .offset10 {
		margin-left: 88.03418803%;
		*margin-left: 87.92780506%
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.47008547%;
		*margin-left: 85.36370249%
	}
	.row-fluid .offset9 {
		margin-left: 79.48717949%;
		*margin-left: 79.38079651%
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.92307692%;
		*margin-left: 76.81669394%
	}
	.row-fluid .offset8 {
		margin-left: 70.94017094%;
		*margin-left: 70.83378796%
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.37606838%;
		*margin-left: 68.2696854%
	}
	.row-fluid .offset7 {
		margin-left: 62.39316239%;
		*margin-left: 62.28677941%
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.82905983%;
		*margin-left: 59.72267685%
	}
	.row-fluid .offset6 {
		margin-left: 53.84615385%;
		*margin-left: 53.73977087%
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.28205128%;
		*margin-left: 51.1756683%
	}
	.row-fluid .offset5 {
		margin-left: 45.2991453%;
		*margin-left: 45.19276232%
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.73504274%;
		*margin-left: 42.62865976%
	}
	.row-fluid .offset4 {
		margin-left: 36.75213675%;
		*margin-left: 36.64575377%
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.18803419%;
		*margin-left: 34.08165121%
	}
	.row-fluid .offset3 {
		margin-left: 28.20512821%;
		*margin-left: 28.09874523%
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.64102564%;
		*margin-left: 25.53464266%
	}
	.row-fluid .offset2 {
		margin-left: 19.65811966%;
		*margin-left: 19.55173668%
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.09401709%;
		*margin-left: 16.98763412%
	}
	.row-fluid .offset1 {
		margin-left: 11.11111111%;
		*margin-left: 11.00472813%
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.54700855%;
		*margin-left: 8.44062557%
	}
	input,textarea,.uneditable-input {
		margin-left: 0
	}
	.controls-row [class*="span"]+[class*="span"] {
		margin-left: 30px
	}
	input.span12,textarea.span12,.uneditable-input.span12 {
		width: 1156px
	}
	input.span11,textarea.span11,.uneditable-input.span11 {
		width: 1056px
	}
	input.span10,textarea.span10,.uneditable-input.span10 {
		width: 956px
	}
	input.span9,textarea.span9,.uneditable-input.span9 {
		width: 856px
	}
	input.span8,textarea.span8,.uneditable-input.span8 {
		width: 756px
	}
	input.span7,textarea.span7,.uneditable-input.span7 {
		width: 656px
	}
	input.span6,textarea.span6,.uneditable-input.span6 {
		width: 556px
	}
	input.span5,textarea.span5,.uneditable-input.span5 {
		width: 456px
	}
	input.span4,textarea.span4,.uneditable-input.span4 {
		width: 356px
	}
	input.span3,textarea.span3,.uneditable-input.span3 {
		width: 256px
	}
	input.span2,textarea.span2,.uneditable-input.span2 {
		width: 156px
	}
	input.span1,textarea.span1,.uneditable-input.span1 {
		width: 56px
	}
	.thumbnails {
		margin-left: -30px
	}
	.thumbnails>li {
		margin-left: 30px
	}
	.row-fluid .thumbnails {
		margin-left: 0
	}
}

@media ( min-width :768px) and (max-width:979px) {
	.row {
		margin-left: -20px;
		*zoom: 1
	}
	.row:before,.row:after {
		display: table;
		content: "";
		line-height: 0
	}
	.row:after {
		clear: both
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px
	}
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container
		{
		width: 724px
	}
	.span12 {
		width: 724px
	}
	.span11 {
		width: 662px
	}
	.span10 {
		width: 600px
	}
	.span9 {
		width: 538px
	}
	.span8 {
		width: 476px
	}
	.span7 {
		width: 414px
	}
	.span6 {
		width: 352px
	}
	.span5 {
		width: 290px
	}
	.span4 {
		width: 228px
	}
	.span3 {
		width: 166px
	}
	.span2 {
		width: 104px
	}
	.span1 {
		width: 42px
	}
	.offset12 {
		margin-left: 764px
	}
	.offset11 {
		margin-left: 702px
	}
	.offset10 {
		margin-left: 640px
	}
	.offset9 {
		margin-left: 578px
	}
	.offset8 {
		margin-left: 516px
	}
	.offset7 {
		margin-left: 454px
	}
	.offset6 {
		margin-left: 392px
	}
	.offset5 {
		margin-left: 330px
	}
	.offset4 {
		margin-left: 268px
	}
	.offset3 {
		margin-left: 206px
	}
	.offset2 {
		margin-left: 144px
	}
	.offset1 {
		margin-left: 82px
	}
	.row-fluid {
		width: 100%;
		*zoom: 1
	}
	.row-fluid:before,.row-fluid:after {
		display: table;
		content: "";
		line-height: 0
	}
	.row-fluid:after {
		clear: both
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.76243094%;
		*margin-left: 2.70923945%
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0
	}
	.row-fluid .controls-row [class*="span"]+[class*="span"] {
		margin-left: 2.76243094%
	}
	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851%
	}
	.row-fluid .span11 {
		width: 91.43646409%;
		*width: 91.3832726%
	}
	.row-fluid .span10 {
		width: 82.87292818%;
		*width: 82.81973669%
	}
	.row-fluid .span9 {
		width: 74.30939227%;
		*width: 74.25620078%
	}
	.row-fluid .span8 {
		width: 65.74585635%;
		*width: 65.69266486%
	}
	.row-fluid .span7 {
		width: 57.18232044%;
		*width: 57.12912895%
	}
	.row-fluid .span6 {
		width: 48.61878453%;
		*width: 48.56559304%
	}
	.row-fluid .span5 {
		width: 40.05524862%;
		*width: 40.00205713%
	}
	.row-fluid .span4 {
		width: 31.49171271%;
		*width: 31.43852122%
	}
	.row-fluid .span3 {
		width: 22.9281768%;
		*width: 22.87498531%
	}
	.row-fluid .span2 {
		width: 14.36464088%;
		*width: 14.31144939%
	}
	.row-fluid .span1 {
		width: 5.80110497%;
		*width: 5.74791348%
	}
	.row-fluid .offset12 {
		margin-left: 105.52486188%;
		*margin-left: 105.4184789%
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.76243094%;
		*margin-left: 102.65604796%
	}
	.row-fluid .offset11 {
		margin-left: 96.96132597%;
		*margin-left: 96.85494299%
	}
	.row-fluid .offset11:first-child {
		margin-left: 94.19889503%;
		*margin-left: 94.09251205%
	}
	.row-fluid .offset10 {
		margin-left: 88.39779006%;
		*margin-left: 88.29140708%
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.63535912%;
		*margin-left: 85.52897614%
	}
	.row-fluid .offset9 {
		margin-left: 79.83425414%;
		*margin-left: 79.72787116%
	}
	.row-fluid .offset9:first-child {
		margin-left: 77.0718232%;
		*margin-left: 76.96544023%
	}
	.row-fluid .offset8 {
		margin-left: 71.27071823%;
		*margin-left: 71.16433525%
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.50828729%;
		*margin-left: 68.40190431%
	}
	.row-fluid .offset7 {
		margin-left: 62.70718232%;
		*margin-left: 62.60079934%
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.94475138%;
		*margin-left: 59.8383684%
	}
	.row-fluid .offset6 {
		margin-left: 54.14364641%;
		*margin-left: 54.03726343%
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.38121547%;
		*margin-left: 51.27483249%
	}
	.row-fluid .offset5 {
		margin-left: 45.5801105%;
		*margin-left: 45.47372752%
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.81767956%;
		*margin-left: 42.71129658%
	}
	.row-fluid .offset4 {
		margin-left: 37.01657459%;
		*margin-left: 36.91019161%
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.25414365%;
		*margin-left: 34.14776067%
	}
	.row-fluid .offset3 {
		margin-left: 28.45303867%;
		*margin-left: 28.3466557%
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.69060773%;
		*margin-left: 25.58422476%
	}
	.row-fluid .offset2 {
		margin-left: 19.88950276%;
		*margin-left: 19.78311978%
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.12707182%;
		*margin-left: 17.02068884%
	}
	.row-fluid .offset1 {
		margin-left: 11.32596685%;
		*margin-left: 11.21958387%
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.56353591%;
		*margin-left: 8.45715293%
	}
	input,textarea,.uneditable-input {
		margin-left: 0
	}
	.controls-row [class*="span"]+[class*="span"] {
		margin-left: 20px
	}
	input.span12,textarea.span12,.uneditable-input.span12 {
		width: 710px
	}
	input.span11,textarea.span11,.uneditable-input.span11 {
		width: 648px
	}
	input.span10,textarea.span10,.uneditable-input.span10 {
		width: 586px
	}
	input.span9,textarea.span9,.uneditable-input.span9 {
		width: 524px
	}
	input.span8,textarea.span8,.uneditable-input.span8 {
		width: 462px
	}
	input.span7,textarea.span7,.uneditable-input.span7 {
		width: 400px
	}
	input.span6,textarea.span6,.uneditable-input.span6 {
		width: 338px
	}
	input.span5,textarea.span5,.uneditable-input.span5 {
		width: 276px
	}
	input.span4,textarea.span4,.uneditable-input.span4 {
		width: 214px
	}
	input.span3,textarea.span3,.uneditable-input.span3 {
		width: 152px
	}
	input.span2,textarea.span2,.uneditable-input.span2 {
		width: 90px
	}
	input.span1,textarea.span1,.uneditable-input.span1 {
		width: 28px
	}
}

@media ( max-width :767px) {
	body {
		padding-left: 20px;
		padding-right: 20px
	}
	.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px
	}
	.container-fluid {
		padding: 0
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left
	}
	.dl-horizontal dd {
		margin-left: 0
	}
	.container {
		width: auto
	}
	.row-fluid {
		width: 100%
	}
	.row,.thumbnails {
		margin-left: 0
	}
	.thumbnails>li {
		float: none;
		margin-left: 0
	}
	[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]
		{
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.span12,.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0
	}
	.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input
		{
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]
		{
		display: inline-block;
		width: auto
	}
	.controls-row [class*="span"]+[class*="span"] {
		margin-left: 0
	}
}

@media ( max-width :480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0, 0, 0)
	}
	.page-header h1 small {
		display: block;
		line-height: 18px
	}
	input[type="checkbox"],input[type="radio"] {
		border: 1px solid #ccc
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left
	}
	.form-horizontal .controls {
		margin-left: 0
	}
	.form-horizontal .control-list {
		padding-top: 0
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px
	}
	.media .pull-left,.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px
	}
	.media-object {
		margin-right: 0;
		margin-left: 0
	}
	.carousel-caption {
		position: static
	}
}

@media ( max-width :979px) {
	body {
		padding-top: 0
	}
	.navbar-fixed-top,.navbar-fixed-bottom {
		position: static
	}
	.navbar-fixed-top {
		margin-bottom: 18px
	}
	.navbar-fixed-bottom {
		margin-top: 18px
	}
	.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
		padding: 5px
	}
	.navbar .container {
		width: auto;
		padding: 0
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px
	}
	.nav-collapse {
		clear: both
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px
	}
	.nav-collapse .nav>li {
		float: none
	}
	.nav-collapse .nav>li>a {
		margin-bottom: 2px
	}
	.nav-collapse .nav>.divider-vertical {
		display: none
	}
	.nav-collapse .nav .nav-header {
		color: #777;
		text-shadow: none
	}
	.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #777;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0
	}
	.nav-collapse .dropdown-menu li+li a {
		margin-bottom: 2px
	}
	.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus
		{
		background-color: #fff
	}
	.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a
		{
		color: #fff
	}
	.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus
		{
		background-color: #454545
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
	.nav-collapse .open>.dropdown-menu {
		display: block
	}
	.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after {
		display: none
	}
	.nav-collapse .dropdown-menu .divider {
		display: none
	}
	.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after
		{
		display: none
	}
	.nav-collapse .navbar-form,.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
			rgba(255, 255, 255, .1);
		-moz-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)
	}
	.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search
		{
		border-top-color: #454545;
		border-bottom-color: #454545
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0
	}
	.nav-collapse,.nav-collapse.collapse {
		overflow: hidden;
		height: 0
	}
	.navbar .btn-navbar {
		display: block
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media ( min-width :979px + 1) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important
	}
} /*!
 * SuiteCommerce Advanced Store Front
 * Copyright 2012 Netsuite, Inc
 */
@media ( max-width :767px) {
	body {
		padding-left: 0;
		padding-right: 0
	}
}

a>div {
	color: #454545
}

.small {
	font-size: 11px
}

.strong {
	font-weight: bold
}

.row-fluid [class*="span"] {
	min-height: 0
}

.muted {
	text-decoration: line-through
}

blockquote.unstyled {
	border: none;
	margin: 0;
	padding: 0
}

.badge {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px 5px
}

.control-group-big {
	margin-bottom: 18px
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video iframe,.video object,.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.entry-content img,.entry-content iframe,.entry-content object,.entry-content embed
	{
	max-width: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility
}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}

.h1,.h2,.h3 {
	line-height: 36px
}

.h1 {
	font-size: 35.75px
}

.h2 {
	font-size: 29.25px
}

.h3 {
	font-size: 22.75px
}

.h4 {
	font-size: 16.25px
}

.h5 {
	font-size: 13px
}

.h6 {
	font-size: 11.05px
}

.h1 small {
	font-size: 22.75px
}

.h2 small {
	font-size: 16.25px
}

.h3 small {
	font-size: 13px
}

.h4 small {
	font-size: 13px
}

.tiles {
	list-style: none;
	margin-left: 0
}

.tiles li {
	border: 1px solid transparent;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	padding: 5px
}

.tiles li:hover {
	border-color: #666
}

.tiles li .tile {
	background: #eee;
	border: 1px solid #333;
	color: #333;
	cursor: pointer;
	display: block;
	min-height: 24px;
	line-height: 24px;
	padding: 0 8px
}

.tiles li img.tile {
	background: none;
	border: none
}

.tiles li.active .tile {
	background: #333;
	color: #fff;
	font-weight: bold
}

.tiles li.muted:hover {
	border-color: #ccc
}

.tiles li.muted .tile {
	background: #ccc;
	border: 1px dotted #666;
	color: #888
}

.color-tiles {
	margin-bottom: 0
}

.color-tiles li {
	padding: 3px
}

.color-tiles li .tile {
	min-height: 20px;
	padding: 0;
	width: 25px
}

.color-tiles li.active {
	border-color: #333
}

input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]
	{
	line-height: normal
}

input[type="radio"],input[type="checkbox"] {
	margin: 2px 0 0
}

.input-prepend .add-on,.input-append .add-on {
	padding: 6px 5px 7px
}

.navbar-form .input-prepend input,.navbar-form .input-append input,.navbar-form .input-prepend select,.navbar-form .input-append select,.navbar-form .input-prepend .btn,.navbar-form .input-append .btn
	{
	margin-top: 0
}

.form-actions {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0
}

.modal form {
	margin-bottom: 0
}

@media ( max-width :767px) {
	.btn {
		height: 44px;
		line-height: 34px !important;
	}
	.btn .caret {
		margin-top: 18px
	}
	.btn-large {
		padding: 4px 12px
	}
	a.btn {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.button-group {
		line-height: 44px
	}
	.form-actions .btn,.modal-content .btn /*,.well-body .btn*/ {
		width: 100%;
		margin-bottom: 22px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.btn-expanded {
		width: 100%;
		margin-bottom: 22px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.control-group {
		margin-bottom: 22px
	}
	select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="submit"],input[type="button"],input[type="reset"],.uneditable-input
		{
		height: 28px;
		margin: 0;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	select.btn-expanded,textarea.btn-expanded,input[type="text"].btn-expanded,input[type="password"].btn-expanded,input[type="datetime"].btn-expanded,input[type="datetime-local"].btn-expanded,input[type="date"].btn-expanded,input[type="month"].btn-expanded,input[type="time"].btn-expanded,input[type="week"].btn-expanded,input[type="number"].btn-expanded,input[type="email"].btn-expanded,input[type="url"].btn-expanded,input[type="search"].btn-expanded,input[type="tel"].btn-expanded,input[type="color"].btn-expanded,input[type="submit"].btn-expanded,input[type="button"].btn-expanded,input[type="reset"].btn-expanded,.uneditable-input.btn-expanded
		{
		width: 100%;
		margin-bottom: 22px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.input-mini,.input-small,.input-medium {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.input-append .add-on,.input-prepend .add-on {
		height: 29px;
		padding: 12px 8px 1px 8px
	}
}

@media ( max-width :767px) {
	.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top {
		margin-left: 0;
		margin-right: 0
	}
}

.navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.navbar-inverse .navbar-inner {
	border-bottom: none
}

.navbar-inverse .nav>li>a {
	/* text-shadow: 0 0 0 #000 */
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle
	{
	color: #fff
}

.modal {
	-webkit-overflow-scrolling: touch
}

.modal-footer {
	margin-top: 0;
	text-align: left
}

.modal-header .close {
	margin-top: 6px
}

.modal-header {
	padding: 15px 20px
}

.modal-footer .btn+.btn {
	margin: 0
}

iframe {
	border: none;
	min-width: 100%;
	width: 100px;
	*width: 100%
}

.back-to-top {
	display: none
}

@media ( max-width :767px) {
	.back-to-top {
		background: #222;
		border-top: 1px solid #434343;
		display: block;
		padding-bottom: 18px
	}
	.back-to-top .icon-arrow-up {
		background: url('../../img/sprite.png') no-repeat 7px -287px;
		display: block;
		height: 24px;
		margin: 0 auto 4px;
		width: 58px
	}
	.back-to-top a {
		color: #fff;
		text-decoration: none
	}
	.back-to-top a:hover,.back-to-top a:focus {
		color: #fe6b38
	}
}

.item-rating {
	margin-left: -2px
}

.rating {
	margin-bottom: 5px
}

.rating .rating-area-fill {
	height: 16px;
	background-position: 0 16px
}

.rating .rating-area,.rating .rating-area-fill {
	background-image: url('../../img/star.png');
	width: 100px
}

.rating.pegs .rating-area,.rating.pegs .rating-area-fill {
	background-image: url('../../img/pegs.png')
}

.rating .rating-label,.rating .rating-area,.rating .rating-value {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-right: 10px
}

.rating .rating-area {
	position: relative
}

.rating .rating-area button {
	float: left;
	width: 20px;
	height: 16px;
	padding: 0;
	display: block;
	-webkit-appearance: none;
	border: none;
	top: -16px;
	position: relative;
	background-color: transparent
}

.rating .rating-area button[value="0"] {
	left: -20px;
	position: absolute;
	top: 0
}

.progress-rating .bar,.progress .bar-rating {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450),
		to(#f89406) );
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',
		endColorstr='#fff89406', GradientType=0 )
}

.slider {
	border: 1px solid #aaa;
	overflow: visible;
	margin: 10px;
	position: relative
}

.slider .bar {
	position: absolute;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.slider .slider-control,.slider .slider-control:active {
	background: url('../../img/sprite.png') -3px -151px no-repeat;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 20px;
	top: -7px;
	width: 18px
}

.slider .btn-small {
	margin-left: -11px
}

.slider-control {
	margin-left: -13px;
	padding: 2px 9px;
	position: absolute;
	top: -6px;
	z-index: 2
}

.slider-small {
	height: 16px;
	margin: 0 11px
}

.accordion {
	margin-top: -1px;
	margin-bottom: 0
}

.accordion .icon-plus-sign {
	display: none
}

.accordion .icon-minus-sign {
	display: block
}

.accordion .collapsed .icon-minus-sign {
	display: none
}

.accordion .collapsed .icon-plus-sign {
	display: block
}

.accordion-group {
	width: 100%
}

.collapsible .icon-minus-sign {
	display: block
}

.collapsible .icon-plus-sign {
	display: none
}

.collapsible.collapsed .icon-minus-sign {
	display: none
}

.collapsible.collapsed .icon-plus-sign {
	display: block
}

.collapser {
	cursor: pointer
}

@media ( max-width :767px) {
	.site-header {
		padding: 10px
	}
}

.site-header-top-nav {
	margin-bottom: 18px
}

@media ( max-width :767px) {
	.site-header-top-nav {
		display: none
	}
}

.site-header-top-nav .divider-vertical {
	margin: 0
}

.site-header-top-nav .divider-vertical::before {
	color: #fff;
	content: '|';
	display: block;
	margin-top: 12px;
	text-shadow: 1px 1px 1px #000
}

.site-logo span {
	line-height: 18px;
	font-size: 16.25px
}

.site-logo {
        margin: -50px 0 -10px 10px;
}

@media ( max-width :767px) {
	.site-logo {
		float: left;
		width: 140px;
        	margin: 0;
	}

/*        #site-logo {
        margin-top: 0px
} */

}

@media ( max-width :767px) {
	.alert-cookie-banner {
		margin: 18px
	}
}

.mobile-nav {
	display: none
}

@media ( max-width :767px) {
	.mobile-nav {
		display: block;
		float: right;
		margin-top: 20px
	}
	.mobile-nav .navbar-inner {
		padding: 0
	}
	.mobile-nav .btn-navbar {
		margin-bottom: 5px;
		padding-top: 12px
	}
	.mobile-nav .mini-cart-summary {
		margin: 5px;
		background-color: red;
		border-radius: 4px;
		color: white  !important;
	}
}

.site-search {
	float: right;
}

.site-search .icon-search {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

@media ( max-width :767px) {
	.site-search {
		background: #454545;
		float: none;
		margin: 0;
		padding: 4px
	}
	.icon-search {
		margin-top:-7px;
	}
}

@media ( max-width :767px) {
	.site-search .input-append {
		display: block;
		position: relative
	}
}

.site-search .input-append .search-query {
	width: 195px;
	-webkit-appearance: none;
        padding: 10px;
}

@media ( max-width :767px) {
	.site-search .input-append .search-query {
		display: block;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}
}

.site-search .input-append .btn {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}

@media ( max-width :767px) {
	.site-search .input-append .btn {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		position: absolute;
		right: 0;
		top: 0;
                bottom: 0;
		z-index: 2
	}
}

.site-header-main-nav {
	/* border-top: #eee 1px solid */
}

.site-header-main-nav .navbar-inner {
	background: #454545
}

@media ( max-width :767px) {
	.site-header-main-nav .navbar-inner {
		padding: 0
	}
}

.site-header-main-nav .dropdown:hover>.dropdown-menu {
	display: block;
	margin-top: 0
}

@media ( max-width :767px) {
	.site-header-main-nav.in .dropdown-menu {
		display: block;
		margin-top: 0;
		padding: 0
	}
	.site-header-main-nav.in .dropdown-menu a {
		padding: 6px 20px
	}
	.site-header-main-nav.in .dropdown-submenu>a:after {
		display: none
	}
	.site-header-main-nav.in .dropdown-submenu .dropdown-menu {
		padding: 0 0 0 20px
	}
}

.site-header-main-nav .nav>li>a {
	font-size: 15px;
	text-transform: uppercase
}

@media ( min-width :768px) {
	.site-header-main-nav {
		height: auto !important
	}
	.mini-cart-summary a {
		color: white !important;
       }
}

@media ( max-width :767px) {
	.site-header-main-nav {
		border: none;
		clear: both;
		overflow: hidden
	}
	.site-header-main-nav .nav {
		float: none;
		text-align:center;
	}
	.site-header-main-nav .nav>li {
		float: none
	}
	.site-header-main-nav .nav>li .dropdown-menu::before,.site-header-main-nav .nav>li .dropdown-menu::after
		{
		display: none
	}
	.site-header-main-nav .divider-vertical {
		display: none
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none !important;
	}
}

.typeahead {
	max-width: 260px;
	width: 100%
}

@media ( max-width :767px) {
	.typeahead {
		max-width: none;
		padding: 0
	}
}

.typeahead>li>a {
	padding: 3px 8px 3px 14px;
	white-space: normal
}

.typeahead-title {
	padding-top: 30px
}

.typeahead-image {
	width: 100px;
	float: left;
	margin-right: 10px
}

.typeahead-item-head {
	overflow: hidden
}

.site-header .dropdown-menu {
	min-width: 185px;
}

@media ( max-width :767px) {
	.site-header .dropdown-menu {
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		float: none;
		position: static
	}
	.open .site-header .dropdown-menu {
		display: block
	}
	.site-header .dropdown-menu>li>a:focus
		{
		background: none;
		color: #337ac1;
		text-align:center;
	}
	
}

@media ( max-width :767px) {
	.dropdown-submenu:hover>a,.dropdown-submenu:focus>a {
		background: none;
		color: #337ac1
	}
}

.site-branding {
	/* border-bottom: 1px solid #eaeaea; */
	/* padding-bottom: 10px; */
	position: relative
}

.site-branding .back-to-shopping {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-right: 16px
}

.currency-selector-container .add-on,.language-selector-container .add-on
	{
	padding: 4px
}

.currency-selector-container select,.language-selector-container select
	{
	margin-top: 0
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu {
	left: 100%
}

.site-footer {
	border-bottom: #fe6b38 4px solid;
	padding-bottom: 10px
}

@media ( max-width :767px) {
	.site-footer {
		background: #454545;
		padding-bottom: 0
	}
}

.site-footer>.container {
	border-top: #eee 1px solid
}

@media ( max-width :767px) {
	.site-footer>.container {
		border-top: none
	}
}

.site-footer .customer-site-settings {
	display: none
}

@media ( max-width :767px) {
	.site-footer .customer-site-settings {
		background: #222;
		border-bottom: #151515 1px solid;
		border-top: 1px solid #434343;
		display: block;
		padding-top: 15px;
		text-align: center
	}
}

.site-footer-main-nav {
	list-style: none;
	margin: 0;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase
}

@media ( max-width :767px) {
	.site-footer-main-nav {
		border-bottom: #151515 1px solid;
		border-top: 1px solid #434343
	}
}

.site-footer-main-nav>li {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.site-footer-main-nav a {
	border-bottom: #0059b2 1px solid
}

.site-footer-main-nav a:hover,.site-footer-main-nav a:focus {
	border-bottom: #337ac1 1px solid;
	text-decoration: none
}

@media ( max-width :767px) {
	.site-footer-main-nav a {
		border-bottom: #fff 1px solid;
		color: #fff
	}
	.site-footer-main-nav a:hover,.site-footer-main-nav a:focus {
		border-bottom: #fe6b38 1px solid;
		color: #fe6b38
	}
}

.item-detailed-reviews {
	border: 1px solid #e5e5e5;
	margin-top: 28px;
	padding: 25px
}

.item-detailed-reviews h2,.item-detailed-reviews h3,.item-detailed-reviews h4
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase
}

.item-detailed-reviews h4 {
	font-size: 18px
}

.item-detailed-reviews .product-review p.lead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px
}

.reviews-header {
	margin-bottom: 30px
}

.reviews-star-rating a:hover {
	color: #000
}

.reviews-star-filters.span3 {
	width: 28.5%
}

.rating-by-star-percentage {
	width: 42px
}

.rating-by-star-link .rating-by-star-label {
	text-decoration: underline
}

.rating-by-star-link:hover .rating-by-star-label {
	text-decoration: none
}

.write-review-container.span6 {
	float: right
}

@media ( max-width :767px) {
	.product-review-form,#product-review-form-preview {
		padding: 10px
	}
}

.product-review-form .item-cell,#product-review-form-preview .item-cell
	{
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	padding: 18px 0 25px
}

.product-review-form .item-cell h3,#product-review-form-preview .item-cell h3
	{
	font-size: 24px
}

.product-review-form hr,#product-review-form-preview hr {
	display: none
}

.product-review-form label,#product-review-form-preview label {
	font-size: 14px
}

.product-review-form .form-actions,#product-review-form-preview .form-actions
	{
	background: none;
	margin-top: 0;
	padding: 12px 20px 19px 0
}

@media ( max-width :767px) {
	.product-review-form .form-actions,#product-review-form-preview .form-actions
		{
		padding: 12px 0 19px 0
	}
}

@media ( max-width :767px) {
	.product-review-form .text,#product-review-form-preview .text {
		height: 88px
	}
}

.new-product-review h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase
}

.new-product-review .rating .control-label {
	padding-top: 0
}

.new-product-review input.span9 {
	min-height: 31px
}

.product-review-preview .rating {
	margin-top: -1px
}

.item-product-reviews .reviews-header>.row-fluid .span3 {
	width: 29%
}

.item-product-reviews .reviews-header>.row-fluid .span9 {
	width: 68%
}

.item-product-reviews .reviews-header h1 {
	font-size: 28px
}

.review-summary {
	border-right: #ccc 1px solid
}

.product-review .rating.star {
	margin: 0
}

.rating-by-star-percentage-area {
	float: left;
	margin-right: 8px;
	width: 90px
}

.rating-by-star-percentage-area .progress {
	margin: 5px 0 0
}

.review-container .alert {
	margin-top: 15px
}

.rating-by-star {
	margin-bottom: 2px
}

.rating-by-star .rating-by-star-label,.rating-by-star .rating-by-star-count,.rating-by-star .rating-by-star-percentage
	{
	display: block;
	float: left;
	margin-right: 5px
}

.rating-by-star .rating-by-star-label {
	width: 50px
}

.product-review header {
	margin-bottom: 20px
}

.product-review-content:before,.product-review-content:after {
	display: none
}

.home-page h1 {
	display: none
}

.pinterest-image {
	position: relative
height:650px !important;
}

.pin-it-link {
	position: absolute;
	z-index: 1000;
	top: 10px;
	left: 10px;
	height: 45px;
	width: 45px;
	background-image: url('../../img/pinterest-hover.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none
}

.pin-it-link-socials {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url('../../img/pinterest.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin-right: 25px
}

.pin-it-link-socials+.social-share-icons {
	margin-left: 43px
}

.pin-it-link-socials:hover {
	background-position: 0 -20px
}

.item-image-gallery:hover .pin-it-link {
	display: block
}

.bx-controls:hover .pin-it-link {
	display: none !important
}

.navbar-inverse .nav .mini-cart-container>a {
	background-color: red;
        color: white
}

.navbar-inverse .nav .mini-cart-container>a:hover,.navbar-inverse .nav .mini-cart-container>a:focus
	{
	background-color: red;
	color: #fff
}

.mini-cart-container>a>.caret {
	display: none
}

.mini-cart-container .item-count b {
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	font-weight: normal;
	padding: 1.5px;
	text-align: center;
	min-width: 15px
}

.mini-cart-container .dropdown-menu {
	<!-- border: #525252 6px solid; -->
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	min-width: 300px;
	padding: 0;
width:300px;
background-color: white;
}

.mini-cart-container .dropdown-menu::after {
	<!-- border-bottom-color: #454545 !important; -->
}

.mini-cart-container .dropdown-menu>ul {
	list-style: none;
	margin: 0
}

.mini-cart-container .mini-cart-empty {
	padding: 10px
}

.mini-cart-container .summary {
	border-top: #525252 6px solid;
	padding: 10px
}

.mini-cart-items {
	max-height: 250px;
	padding: 18px 9px
}

.navbar .nav li.dropdown.open>.dropdown-toggle {
        background-color: red !important;
}

@media ( max-width :767px) {
	.shopping-cart {
		padding: 9px
	}
}

.shopping-cart-header {
	border-bottom: #eee 1px solid;
	margin-bottom: 18px
}

.shopping-cart-heading {
	display: none
}

.cart-item-cell {
	border-bottom: #eee 1px solid;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media ( max-width :767px) {
	.cart-item-cell>.row-fluid>.details {
		float: left;
		width: 65%
	}
}

@media ( max-width :767px) {
	.cart-item-cell .cart-item-thumbnail {
		float: left;
		margin-right: 5%;
		width: 30%
	}
}

.cart-item-details>div,.cart-item-options>div {
	margin-bottom: 5px
}

.cart-item-details>div:last-child,.cart-item-options>div:last-child {
	margin-bottom: 0
}

.cart-item-details .name {
	color: #0059b2;
	font-weight: bold
}

.cart-item-details .sku {
	color: #6b6b6b
}

.cart-item-details .lead-price {
	color: #f00
}

.cart-item-actions {
	border-top: #eee 1px solid;
	margin-top: 18px;
	padding-top: 18px
}

.cart-confirmation-item-name {
	text-transform: none
}

.cart-color-tile {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 10px;
	width: 10px
}

.shopping-cart-summary .btn-proceed-checkout {
	text-transform: uppercase
}

.shopping-cart-summary .continue-shopping {
	margin-top: 8px
}

.shopping-cart-summary .shopping-cart-action-buttons {
	text-align: right
}

.cart-summary-items {
	list-style: none;
	margin: 0;
	overflow: auto
}

.cart-summary-item-cell {
	border-top: 1px solid #eaeaea;
	margin-top: 18px;
	padding-top: 18px
}

.cart-summary-item-cell:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

.cart-summary-item-cell>a {
	display: block
}

.cart-summary-item-details>div {
	margin-bottom: 5px
}

.cart-summary-item-details>div:last-child {
	margin-bottom: 0
}

.cart-color-tile {
	border: 1px solid #eaeaea
}

.item-detailed-page {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px
}

.accordion-heading>h2 {
	line-height: 18px;
	font-size: 16.25px
}

.item-detailed-info {
	margin-top: -1px;
	margin-right: -1px
}

.item-detailed-info .well-body {
	padding: 14px 12px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eaeaea
}

.item-detailed-info .page-header {
	margin: 0;
	padding: 14px
}

@media ( max-width :767px) {
	.item-detailed-info .page-header {
		padding-bottom: 30px
	}
}

.item-detailed-info .page-header h1 {
	color: #000;
	text-transform: none;
	font-size: 30px;
	padding-bottom: 16px;
	margin-top: 0
}

.item-detailed-info .page-header .lead {
	margin-bottom: 4px
}

.item-detailed-info .page-header .lead-price {
	color: #eb5824
}

.item-detailed-info .page-header .pull-right {
	font-size: 14px
}

.item-detailed-info .well-footer {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #fff
}

.item-detailed-info .add-to-cart-btn {
	text-transform: uppercase
}

.item-detailed-info .add-to-cart-btn .icon-shopping-cart {
	margin-top: 6px
}

.modal-product-detail h3 {
	text-transform: none
}

.td-product-image {
	width: 25%
}

.add-to-cart-button-container {
	clear: both
}

.add-to-cart-form {
	margin-bottom: 9px !important
}

@media ( max-width :767px) {
	.default-options-container input {
		width: 100%;
		margin-bottom: 20px
	}
}

.bxslider {
	list-style: none;
	margin: 0
}

.bxslider li {
	display: inline-block
}

html .bx-wrapper {
	margin-bottom: 0
}

html .bx-wrapper .bx-viewport {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 0
}

html .bx-wrapper .bx-pager {
	margin-bottom: 18px;
	position: static
}

.touch html .bx-wrapper .bx-pager {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap
}

html .bx-wrapper .bx-pager a {
	border: solid #ccc 1px;
	display: block;
	margin: 0 4px;
	padding: 3px
}

html .bx-wrapper .bx-pager a:hover,html .bx-wrapper .bx-pager a.active {
	border: solid #5280dd 1px
}

html .bx-wrapper img {
	margin: 0 auto
}

html .bx-pager-item img {
	max-width: 50px
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline\9
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
	float: left\9;
	max-width: 64px\9
}

.bx-wrapper .bx-controls-direction a,.bx-wrapper .bx-loading {
	z-index: inherit;
}

.facet-browse {
	position: relative
}

@media ( max-width :639px) {
	.facet-browse {
		position: static
	}
}

@media ( max-width :979px) {
	.facet-browse .item-list-container {
		margin-left: 0;
		position: relative;
		width: 100%
	}
}

@media ( max-width :639px) {
	.narrow-by .item-list-container {
		display: none
	}
}

.item-list-container .pagination {
margin: 6px 0 0
}

.item-list-container .pagination ul.pagination-links.pagination-links-compact>li a
	{
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center
}

.item-list-container .pagination .pagination-page-indicator span {
	line-height: 30px;
	padding: 0 7px
}

@media ( max-width :767px) {
	.item-list {
		padding: 0 10px
	}
}

@media ( min-width :768px) {
	.item-list>.row-fluid:first-child .item-cell-grid,.item-list>.row-fluid:first-child .item-cell-table
		{
		border-top: none;
		margin-top: 0;
		padding-top: 0
	}
}

.item-cell {
	margin-bottom: 10px;
	padding-bottom: 10px
}

.item-cell .thumbnail {
	position: relative
}

.item-cell .thumbnail img {
	width: 100%
}

.item-cell .options-container {
	clear: both;
	margin-bottom: 5px;
	word-wrap: break-word
}

.item-cell .options-container .tiles {
	margin: 0
}

.item-cell .options-container .tiles li {
	border: none;
	padding: 0
}

.item-cell .options-container .tiles.color-tiles .tile {
	min-height: 10px;
	width: 10px
}

.item-cell .options-container .tiles.color-tiles img.tile {
	height: 12px;
	width: 12px
}

.item-cell .option-label {
	display: none
}

.item-cell-grid,.item-cell-table {
	border-bottom: none;
	margin: 10px 0 0;
	padding: 10px 0 0
}

.item-cell-name {
	text-transform: none;
	font-size: 13px;
	line-height: 18px;
	text-align:center;
}
.item-cell-price{
	text-align:center;	
}
.btn-quick-view {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 20%
}

.no-touch .item-cell:hover .btn-quick-view {
	display: block
}

.color-filters li,.color-tiles li {
	padding: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.color-filters li .tile,.color-tiles li .tile {
	border-color: #ccc;
	min-height: 29px;
	width: 29px
}

@media ( max-width :639px) {
	.facet-list-header {
		text-align: center
	}
}

.facet-list-header .facet-back-btn,.facet-list-header .facet-clear-all {
	display: none
}

@media ( max-width :639px) {
	.facet-list-header .facet-back-btn,.facet-list-header .facet-clear-all {
		display: block
	}
}

@media ( max-width :639px) {
	.top-filter-reset {
		display: none
	}
}

.faceted-navigation {
	border-bottom: none
}

.faceted-navigation > .well-header {
padding: 0px !important;
}

@media ( max-width :967px) {
	.faceted-navigation {
		display: none;
		left: 0;
		position: absolute;
		top: 120px;
		z-index: 2
	}
	.narrow-by .faceted-navigation {
		display: block
	}
}

@media (min-width :768px) and (max-width: 979px) {
	.faceted-navigation {
		display: none;
		left: 0;
		position: absolute;
		top: 92px;
		z-index: 2
	}
	.narrow-by .faceted-navigation {
		display: block
	}
}

@media (max-width :330px) {
	.faceted-navigation {
		top: 300px !important;
	}
}

@media (min-width :331px) and (max-width: 639px) {
	.faceted-navigation {
		top: 225px !important;
	}
}
@media ( max-width :639px) {
	.faceted-navigation {
		left: 0;
		right: 0;
		top: 0
	}
}

.facet-well {
	padding: 4px 8px
}

.facet-well>.heading {
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	padding: 6px 0 4px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}

.facet-well>.heading[data-toggle="collapse"] {
	cursor: pointer
}

.facet-well>.heading.uncollapsible {
	cursor: default
}

.facet-well .filters.in {
	padding-bottom: 10px
}

.facet-well .filters>ul {
	margin-bottom: 10px;
	padding: 0 15px
}

.facet-well .filters>ul:first-child {
	margin-bottom: 0
}

.facet-well .filters>ul a {
	color: #575757;
	display: block;
	margin: 0 -15px;
	padding: 3px 15px;
	text-decoration: none
}

.facet-well .filters>ul a:hover span {
	text-decoration: underline
}

.facet-well .filters>ul .active a {
	background: #e0e0e0;
	font-weight: bold
}

.facet-well .filters>ul .active>.category-item-label>a {
	background: none;
	color: #000;
	text-shadow: none
}

.facet-well .filters>ul.extra {
	margin-bottom: 0
}

.facet-well i.icon-plus,.facet-well i.icon-ok {
	border: 1px solid #eaeaea;
	height: 12px;
	margin-top: 2px;
	width: 12px
}

.facet-well i.icon-plus {
	background: #fff
}

.facet-well i.icon-ok,.facet-well i.icon-chevron-down,.facet-well i.icon-chevron-right
	{
	background: transparent url('../../img/sprite.png') no-repeat
}

.facet-well i.icon-ok {
	background-position: 1px -1px
}

.facet-well i.icon-chevron-down {
	background-position: 1px -14px
}

.facet-well i.icon-chevron-right {
	background-position: 3px -29px
}

.facet-well .nav-list h4 {
	margin: 0;
	font-size: 13px
}

.facet-list-heading {
	font-size: 18px;
	line-height: 1;
	margin: 0
}

.facets-container {
	font-size: 13px
}

.category-item-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.color-filters li,.color-tiles li {
	padding: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.color-filters li .tile,.color-tiles li .tile {
	border-color: #ccc;
	min-height: 29px;
	width: 29px
}

.facet-range .filters {
	padding: 0 14px 10px
}

.facet-range .slider {
	height: 5px
}

.facet-range .bar {
	background: #cbcbcb
}

.facet-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 18px
}

.facet-header>h2 {
	border-bottom: 1px solid #eee;
	margin-top: 0;
	padding-bottom: 18px;
        font-size: 1.8em;
        font-weight: bold;
}

.facet-header>h1>b {
	color: red
}

@media ( max-width :767px) {
	.facet-header {
		background: #eee;
		border-color: #eaeaea;
		border-style: solid;
		border-width: 1px 0;
		margin-bottom: 18px;
		padding-top: 18px;
		position: relative
	}
	.facet-header .row-fluid {
		padding: 0
	}
	.facet-header .item-listing-sorting {
		border: none;
		padding: 0
	}
	.facet-header .item-listing-sorting select {
		height: 25px;
		left: 5px;
		top: -6px
	}
	.facet-header .sort-selector-label,.facet-header .display-selector-label
		{
		display: none
	}
	.facet-header .row-fluid div.span6 {
		margin-left: 0
	}
	.facet-header .pagination {
		bottom: 7px
	}
}

.item-listing-display > a {
       color: #454545
}

@media ( max-width :767px) {
	.item-listing-display {
		display: none
	}
}

.item-listing-display .btn {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 5px
}

.item-listing-display .btn i {
	background: url('../../img/sprite.png') no-repeat;
	height: 21px;
	width: 21px;
    font-size: 18px;
}
.item-listing-display .btn .icon-th-list {
	background-position: -60px -51px
}

.item-listing-display .btn .icon-th-large {
	background-position: -30px -51px
}

.item-listing-display .btn .icon-th {
	background-position: 0 -51px
}

.item-listing-display .btn.active .icon-th-list,.item-listing-display .btn:active .icon-th-list,.item-listing-display .btn:hover .icon-th-list,.item-listing-display .btn:focus .icon-th-list
	{
	background-position: -60px -79px
}

.item-listing-display .btn.active .icon-th-large,.item-listing-display .btn:active .icon-th-large,.item-listing-display .btn:hover .icon-th-large,.item-listing-display .btn:focus .icon-th-large
	{
	background-position: -30px -79px
}

.item-listing-display .btn.active .icon-th,.item-listing-display .btn:active .icon-th,.item-listing-display .btn:hover .icon-th,.item-listing-display .btn:focus .icon-th
	{
	background-position: 0 -79px
}

.narrow-by-btn {
	display: none;
	margin-right: 10px
}

@media ( max-width :979px) {
	.narrow-by-btn {
		display: block
	}
}

@media ( max-width :767px) {
	.narrow-by-btn {
		margin-left: 15px
	}
}

.narrow-by .narrow-by-btn .icon-minus-sign {
	display: inline-block
}

.narrow-by-btn .icon-minus-sign,.narrow-by .narrow-by-btn .icon-plus-sign
	{
	display: none
}

.item-listing-sorting label {
	float: left
}

.facet-selections {
	margin-bottom: 18px
}

@media ( max-width :767px) {
	.facet-selections {
		margin: 0;
		padding: 0 12px 12px
	}
}

.facet-selections-label {
	padding: 8px 8px 8px 0
}

@media ( max-width :767px) {
	.facet-selections-label {
		display: none
	}
}

.item-list-container .pagination {
	margin: 0
}

.item-list-container .facets-display {
	margin-bottom: 0
}

.category-cell-name {
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	margin: 9px 0
}

.category-cell-thumbnail img {
	width: 100%
}

.category-list-heading {
	font-size: 22.75px;
	line-height: 36px
}

.category-list-header {
	margin: 9px 0
}

.category-list-header a {
	line-height: 36px
}

.product-lists,.product-lists-single {
	display: inline-block
}

@media ( max-width :767px) {
	.product-lists,.product-lists-single {
		width: 100%
	}
}

.product-lists .control-group-name,.product-lists-single .control-group-name
	{
	display: inline-block
}

@media ( max-width :767px) {
	.product-lists .control-group-name,.product-lists-single .control-group-name
		{
		width: 100%
	}
}

.product-lists hr,.product-lists-single hr {
	margin: 0 10px
}

.product-lists .sub-menu,.product-lists-single .sub-menu {
	width: 260px;
	margin-top: 12px;
	text-overflow: ellipsis
}

@media ( max-width :767px) {
	.product-lists .sub-menu,.product-lists-single .sub-menu {
		width: 100%
	}
}

.product-lists .sub-menu h4,.product-lists-single .sub-menu h4 {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block
}

.product-lists .sub-menu li,.product-lists-single .sub-menu li {
	padding: 5px 2px
}

.product-lists form,.product-lists-single form {
	padding-top: 5px;
	margin: 0
}

.product-lists .new-product-list-btn,.product-lists-single .new-product-list-btn
	{
	vertical-align: top
}

.product-lists .nolists-msg,.product-lists-single .nolists-msg {
	text-align: center
}

.product-lists .new-product-list-container,.product-lists-single .new-product-list-container
	{
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin: 0 10px
}

.product-lists .new-product-list-container .add-new-list-input,.product-lists-single .new-product-list-container .add-new-list-input
	{
	width: 225px
}

@media ( max-width :767px) {
	.product-lists .new-product-list-container .add-new-list-input,.product-lists-single .new-product-list-container .add-new-list-input
		{
		width: 100%
	}
}

.product-lists .new-product-list-container span.controls,.product-lists-single .new-product-list-container span.controls
	{
	width: 100%
}

.product-lists .new-product-list-container .add-new-list-buttons,.product-lists-single .new-product-list-container .add-new-list-buttons
	{
	padding: 0 0 10px 0
}

.product-lists .new-product-list-container .new-product-list-btn,.product-lists-single .new-product-list-container .new-product-list-btn,.product-lists .new-product-list-container .new-product-list-cancel,.product-lists-single .new-product-list-container .new-product-list-cancel
	{
	display: inline-block
}

.ul-product-lists {
	list-style: none;
	padding: 0;
	word-wrap: break-word;
	margin: 0 10px;
	border-top: 1px solid #eee;
	max-height: 130px;
	overflow-y: auto
}

@media ( max-width :767px) {
	.ul-product-lists {
		max-height: 200px
	}
}

.product-lists [data-type="show-new-list"] {
	display: inline-block
}

.modal-body .productlist-control {
	position: static
}

@media ( max-width :767px) {
	.productlist-control {
		position: static
	}
}

.product-list-checkbox {
	margin: 0
}

div[data-type="product-lists-control"] form[data-type="add-new-list-form"]
	{
	display: none
}

.product-list-control-title {
	font-color: #afafaf
}

div[data-type^="productlist-control"] li {
	transition: .5s
}

div[data-type^="productlist-control"] li:hover {
	background-color: #f1f8ff
}

@media ( max-width :767px) {
	div[data-type^="productlist-control"] li:first-child {
		margin-top: 12px
	}
}

@media ( max-width :767px) {
	.productlist-control-move {
		width: 100%;
		margin-top: 0;
		position: relative;
		top: -44px
	}
}

.ProductListDetailsView header {
	margin-bottom: 14px
}

.ProductListDetailsView .inline {
	display: inline-block
}

.ProductListDetailsView .item-options ul {
	list-style: none;
	margin: 0
}

.ProductListDetailsView .my-lists-selector {
	font-size: 16px
}

.ProductListDetailsView.display-condensed .item-details {
	line-height: 15px
}

.ProductListDetailsView.display-condensed article {
	display: table;
	width: 100%
}

.ProductListDetailsView h3.list-header-title {
	margin-bottom: 18px
}

.list-commands-crud {
	margin-top: 5px
}

@media ( max-width :767px) {
	.list-commands-crud {
		display: inline;
		float: right;
		margin-top: 0
	}
}

.list-commands-crud .separator {
	display: block
}

@media ( max-width :767px) {
	.list-commands-crud .separator {
		display: none
	}
}

.product-list-items,.product-list-lists,.product-list-added-to-cart {
	color: #6b6b6b;
	margin-top: 14px;
	padding: 8px 0 0 0
}

.product-list-items article,.product-list-lists article,.product-list-added-to-cart article
	{
	border-top: 1px solid #eee;
	padding: 12px 0 12px 0;
	transition: 1s
}

.product-list-items article.active,.product-list-lists article.active,.product-list-added-to-cart article.active,.product-list-items article:active,.product-list-lists article:active,.product-list-added-to-cart article:active,.product-list-items article:hover,.product-list-lists article:hover,.product-list-added-to-cart article:hover,.product-list-items article:focus,.product-list-lists article:focus,.product-list-added-to-cart article:focus
	{
	background-color: #f1f8ff
}

.product-list-items article.new-list,.product-list-lists article.new-list,.product-list-added-to-cart article.new-list
	{
	background-color: #f1f8ff;
	transition: 1.5s
}

.product-list-items article .info-box,.product-list-lists article .info-box,.product-list-added-to-cart article .info-box
	{
	padding-left: 15px
}

.product-list-items article .action-box,.product-list-lists article .action-box,.product-list-added-to-cart article .action-box
	{
	padding-right: 11px
}

.product-list-items article .add-item-to-cart,.product-list-lists article .add-item-to-cart,.product-list-added-to-cart article .add-item-to-cart
	{
	margin-top: 9px;
	margin-bottom: 10px
}

.product-list-items article .item-rating,.product-list-lists article .item-rating,.product-list-added-to-cart article .item-rating
	{
	margin-top: 6px
}

.product-list-details-count {
	color: #afafaf
}

.product-list-items .item-details .item-details-options {
	font-size: 11px;
	margin-top: 10px
}

.product-list-items .item-details .item-details-options ul {
	margin: 0
}

.product-list-items .item-details .item-details-options div,.product-list-items .item-details .item-details-options li
	{
	display: inline-block
}

.product-list-items .item-details .item-details-options .options-container>div
	{
	margin-right: 8px
}

.product-list-items .item-details .item-details-options .options-container .option-value
	{
	font-weight: bold
}

.product-list-items .item-details .item-details-options .item-details-quantity,.product-list-items .item-details .item-details-options .item-details-priority
	{
	margin-right: 8px
}

.product-list-items .item-details .item-details-value {
	font-weight: bold
}

.product-list-items .item-details .item-details-name {
	color: #0059b2
}

.product-list-items .item-details .item-details-pricing {
	margin-top: 10px
}

.product-list-items .item-details .item-details-price {
	color: #454545;
	display: inline-block
}

.product-list-items .item-details .item-details-date-added {
	font-size: 11px;
	margin-top: 2px;
	color: #afafaf
}

.product-list-items .item-details .item-details-stock {
	color: #454545;
	display: inline-block
}

@media ( max-width :767px) {
	.product-list-items .item-image img {
		width: 94%
	}
}

.product-list-items .item-commands .item-commands-crud {
	font-size: 12px;
	margin-top: 10px
}

.product-list-items .item-commands .item-commands-crud>div {
	margin-bottom: 3px
}

.product-list-items .item-commands .add-to-cart {
	margin-bottom: 2px
}

@media ( max-width :767px) {
	.product-list-items .item-commands .add-to-cart {
		margin-bottom: 8px;
		margin-left: 5px
	}
}

.product-list-items .item-commands div.row-fluid {
	margin-top: 15px
}

.product-list-items .item-commands p.success-message {
	margin-top: 10px
}

.product-list-items .item-commands .product-lists {
	width: 260px
}

@media ( max-width :767px) {
	.product-list-items .item-commands .product-lists {
		width: 100%
	}
}

@media ( max-width :767px) {
	.product-list-items .item-commands .product-lists .productlist-control-move
		{
		width: 100%
	}
}

.product-list-items .item-commands .product-lists .show-wishlist-link {
	text-align: right
}

@media ( max-width :767px) {
	.product-list-items .item-commands .product-lists .show-wishlist-link {
		display: inline;
		float: right;
		position: relative;
		top: -44px
	}
}

.product-list-items .item-commands .product-lists form[data-type="add-new-list-form"]
	{
	display: none
}

.item-commands-crud {
	font-size: 12px;
	margin-top: 10px
}

.item-commands-crud>div {
	margin-bottom: 3px
}

@media ( max-width :767px) {
	.item-commands-crud>div {
		display: inline
	}
}

@media ( max-width :767px) {
	.item-commands-crud {
		display: inline;
		float: right;
		margin-top: 0
	}
	.item-commands-crud .move {
		width: 100%
	}
}

@media ( max-width :767px) {
	.item-listing-display {
		display: none
	}
}

.item-listing-display .btn {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 5px
}

.item-listing-display .btn i {
	background: url('../../img/sprite.png') no-repeat;
	height: 22px;
	width: 21px;
font-size: 18px;
}

.item-listing-display .btn .icon-th-condensed {
	background-position: -90px -51px
}

.item-listing-display .btn .icon-th-list {
	background-position: -60px -51px
}

.item-listing-display .btn .icon-th-large {
	background-position: -30px -51px
}

.item-listing-display .btn .icon-th {
	background-position: 0 -51px
}

.item-listing-display .btn.active .icon-th-condensed,.item-listing-display .btn:active .icon-th-condensed,.item-listing-display .btn:hover .icon-th-condensed,.item-listing-display .btn:focus .icon-th-condensed
	{
	background-position: -90px -79px
}

.item-listing-display .btn.active .icon-th-list,.item-listing-display .btn:active .icon-th-list,.item-listing-display .btn:hover .icon-th-list,.item-listing-display .btn:focus .icon-th-list
	{
	background-position: -60px -79px
}

.item-listing-display .btn.active .icon-th-large,.item-listing-display .btn:active .icon-th-large,.item-listing-display .btn:hover .icon-th-large,.item-listing-display .btn:focus .icon-th-large
	{
	background-position: -30px -79px
}

.item-listing-display .btn.active .icon-th,.item-listing-display .btn:active .icon-th,.item-listing-display .btn:hover .icon-th,.item-listing-display .btn:focus .icon-th
	{
	background-position: 0 -79px
}

.product-list-item-count {
	font-size: 20px
}

.item-details-notes {
	margin-top: 10px;
	font-size: 11px
}

.product-list-new {
	width: auto
}

.product-list-new div.row-fluid>div {
	width: 100%
}

.product-list-new>div {
	margin-bottom: 5px
}

.product-list-new>div div {
	margin-bottom: 5px
}

.product-list-new span,.product-list-new input,.product-list-new textarea
	{
	width: 98%
}

.product-list-new textarea {
	min-height: 120px
}

.product-list-new-notes a {
	padding: 0
}

.product-list-new-commands {
	margin-top: 10px
}

.product-list-header-no-items {
	margin-bottom: 15px;
	margin-top: 4px
}

.product-list-header {
	background-color: #eee;
	padding: 16px 10px 44px 10px;
	margin-top: 0
}

.product-list-header select {
	margin: 0;
	width: 160px
}

.product-list-header>p {
	margin: 0;
	color: #6b6b6b;
	position: relative;
	top: 12px
}

@media ( max-width :767px) {
	.product-list-header {
		padding-bottom: 62px
	}
}

@media ( max-width :767px) {
	.product-list-header .add-list {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 20px
	}
}

@media ( max-width :767px) {
	.product-list-header .sort-by {
		margin-left: 12px;
		width: 100%;
		float: right
	}
}

@media ( max-width :767px) {
	.products-not-purchasable-message {
		white-space: normal
	}
}

.product-list-lists-header {
	padding-bottom: 16px
}

@media ( max-width :767px) {
	.product-list-lists-header .actions-container {
		margin-left: 0
	}
}

@media ( max-width :767px) {
	.product-list-lists-header [data-action="sort-by"] {
		margin-top: 5px
	}
}

@media ( max-width :767px) {
	.list-details-actions {
		float: none
	}
}

.product-list-sub-header {
	padding: 0 15px
}

.list-details-add-list-to-cart {
	margin-left: 30px
}

@media ( max-width :767px) {
	.list-details-add-list-to-cart {
		margin-left: 0
	}
}

.ProductListListsView .confirm-message .alert,.ProductListDetailsView .confirm-message .alert
	{
	margin-bottom: 0;
	padding-left: 13px
}

.ProductListListsView h3 {
	margin-bottom: 18px
}

.ProductListListsView h4 {
	font-weight: bold
}

.actions-container {
	margin-left: 8px
}

.product-list-lists .date-modified {
	font-size: 11px;
	margin-top: 2px;
	color: #afafaf
}

.product-list-added-to-cart {
	margin: 0;
	padding: 0
}

.product-list-name {
	font-weight: bold
}

.added-to-cart-item-list {
	max-height: 330px;
	overflow-y: auto
}

@media ( max-width :767px) {
	.added-to-cart-item-list .item-image {
		display: none
	}
}

.added-to-cart-item-warning-message {
	font-style: italic;
	color: #ed1c24
}

[data-id="productlist_all"] {
	font-style: italic
}

/*Edited for Facets styling by malleswari*/
.facet-well {
	background-color: #d9d9d9;
}

.icon-chevron-right {
	font-weight: bold;
}

.filters {
	display:block;
	margin-top:8px;
}
.barstyle
{
/*margin-right: 51px !important;*/
margin-top: -1px !important;
float: right;
}
.overflowname
{
overflow: hidden !important;
height: 58px !important;
}
.space
{
margin-right:5px !important
}
.selectorstyle
{
margin-top:3px !important
}
.sicon {
	position: relative;
	top: -75px;
}
.div-wishlist
{
position: relative;
right: -63px;
bottom: 19px;
}
.button-wishlist
{
position: relative;
left: 1px;
top: 0px;
}
.prod-wishlist
{
margin-top: -8px;
}
.itemname
{
height: 58px;
overflow: hidden;
}
.social-align
{
float: right; 
margin: 82px -60px;
}
.alert-message
{
margin-top:-100px;
}
.selector
{
margin-top: -21px !important;
float: right;
margin-right: -460px;
}
.sort-prod
{
position: relative;
left: 11px;
margin-top: 7px;
}
.shopimg-align
{
margin-left: -92px !important;
margin-top: 0px !important;
}
.shopcart-align
{
margin-top: -38px !important;
margin-right: -48px !important;
}
.search-align
{
margin-right: -3px !important;
margin-top: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
margin-left: 13px !important;
}
.footer-font
{
font-weight: bold !important;
width: 90px !important;
}
.prodimg-height
{
height:162px !important;
}
.homepage-img
{
display: block !important;
padding: 5px !important;
line-height: 1.42857 !important;
-webkit-transition: all 0.2s ease-in-out !important;
transition: all 0.2s ease-in-out !important;
}
.addtocart-style
{
width: 95px !important;
padding: 9px 12px !important;
border-radius: 4px !important;
}
.img-div-align
{
position:relative !important;
}
.img-pos-align
{
/*position:absolute !important;
bottom:0px !important;*/
}
.ribbon-cart
{
margin-top: 27px !important;
margin-right: -8px !important;
margin-bottom: 3px !important;
}
.alert-align
{
margin-top:0px !important;
}
.label-style
{
margin-right:75px !important;
}
.quantity-align
{
margin-top:-48px !important;
height: 28px !important;
}
@media screen and (min-width:768px) {
.add-cart
{
position: relative;
top: 31px;
left: -142px;
}
}
.content-height 
{
min-height: 400px !important;
}
.a-name
{
color:black !important;
}
.a-btn-name
{
color: white !important;
}
.a-btn-color
{
background-color: #ed1c24 !important;
}
.footer-top
{
margin-top:20px !important;
}
.quick-quantity
{
margin-top: -48px !important;
margin-left: 60px !important;
height: 28px !important;
}
.update-cart
{
margin-top:-20px !important;
}

.quick-wishlist
{
margin-top: -40px;
margin-left: 125px;
}
.cart-content
{
padding-left: 24px;
padding-right: 19px;
}
.cart-breadcumb
{
margin-left: -24px;
}
.checkout-button
{
color: #fff !important;
background-color: #ed1c24 !important;
}
.cart-content
{
padding-left: 24px;
padding-right: 19px;
margin-bottom: 20px;
}
.breadcrumb-align
{
padding-left: 0px !important;
}
.list-name
{
color: #333 !important;
font-size: 14px !important;
}
.list-price
{
float: left !important;
margin-left: 14px !important;
}
.msrp-price
{
margin-right: 0px !important;
}
.list-name
{
color: #333 !important;
font-size: 14px !important;
}
.list-price
{
float: left !important;
margin-left: 15px !important;
}
.form-align
{
margin-top:84px !important;
}
.msrp-price
{
margin-right: 0px !important;
}
.page-align
{
float: right;
margin-right: 78px;
margin-top: 7px;
}
.item-block
{
margin-top: -15px !important;
}
.price-align
{
margin-right: -11px !important;
}
.quick-btn
{
margin-top: -98px;
margin-left: 46px;
position: absolute;
display: none;
}
.quick:hover .quick-btn
{
display: block !important;
}
.price-size
{
font-size:1.5em !important;
margin-top: -26px !important;
margin-left: 41px !important;
}
.content-desc
{
position: relative !important;
padding-left: 23px !important;
padding-right: 23px !important;
}
.quantity-name
{
font-weight: 200;
position: relative;
top: 10px;
}
.quantity-field
{
position: relative;
top: 12px;
left: 4px;
}
.cart-button
{
margin-left: 10px !important; 	
}
@-moz-document url-prefix() {
.carousel {
margin-top: 70px !important;
}
#featureNew, #featureSpecial, #featureBest {
padding: 1px !important;
}
.bx-wrapper .bx-controls-direction a
{
margin-top: -256px !important;
}
}
.content-all
{
margin-top: 20px !important;
}
.home-page
{
margin-top: -20px !important;
}
@-moz-document url-prefix() {
.home-page
{
margin-top: -20px !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.home-page
{
margin-top: -20px !important;
}
}
.size-width
{
width: 80px !important;
}
.resize-img
{
max-width: 100% !important;
max-height: 100% !important;
}
.searchicon
{
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../../img/glyphicons-halflings-white.png");
background-position: -48px -1px;
background-repeat: no-repeat;
margin-top: 1px;
}
.search-drop
{
width: 445px !important;
max-width: 400px !important;
left: -115px !important;
top:93px !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.search-drop
{
width: 445px !important;
max-width: 400px !important;
left: -115px !important;
top:116px !important;
}
}
@-moz-document url-prefix() {
.search-drop
{
width: 445px !important;
max-width: 400px !important;
left: -115px !important;
top:116px !important;
}
}
.name-text
{
margin: 0 15px 10px;
text-align: center;
}
.set-div
{
margin-left: 75px;
}
.price-align
{
margin-bottom: 4px !important;
}
.list-quantity-align
{
float: right !important;
margin-top: -69px !important;
margin-right: 34px !important;
}
.see-align
{
position: relative !important;
right: -67px !important;
}
.desc-view
{
padding: 3px 8px 3px 14px !important;
white-space: normal !important;
}
.typeahead-item-head:hover, typeahead-title:visited
{
color:#fff !important;
}
.shoByDriver
{
}
.shop {
height: 30px;
overflow: hidden;
}
<!-- Lionel Edits -->

#signUpLabel {
width: 25%;
float: left;
margin: -3px 15px 0 5px!important;
}

#signUpButton {
float: left;
margin-top: -22px;
background-color: #ed1c24;
border-color: #ed1c24;
}

.memberbtn {
position: relative !important;
top: 63px !important;
left: -20px !important;
}
.header-dropsub
{
margin-left: -368px !important;
border-radius: 6px 0px 6px 6px !important;
}

@media(max-width:979px){#faceted-navigation{display:none;} .narrow-by #faceted-navigation{display:block}}


.facet-list-header .facet-back-btn, .facet-list-header .facet-clear-all
{
display: none;
}

@media (max-width: 639px)
{
.facet-list-header .facet-back-btn, .facet-list-header .facet-clear-all
{
display: block !important;
margin-top: -43px;
}
}

@media (min-width:768px) {
	.item-cell-name {
		height: 55px;
                overflow: hidden;
}
}
.wishlist
{
background-color: #333;
margin-bottom: 8px !important;
margin-top: -15px;
color: #fff !important;
}
.atm-i
{
left: -139px;
position: relative;
}
@media (max-width: 767px)
{
	
													#piNotice {display: none}
	
.search
{
padding: 5px 12px;
height: 26px;
}
}
@media (min-width: 768px)
{
.productCell
{
width: 140% !important;
}
}
@media (max-width: 979px) and (min-width: 768px)
{
.row-fluid .span2 {
width: 25.364641% !important;
}
}
.btn-proceed-checkout
{
font-size: 15px !important;
font-weight: bold !important;
}

@media ( min-width: 768px ) {
	.imgthumb {
		height:188px;
	}
}
@media (max-width: 979px)
{
#leftColBanners 
{
display: none !important;
}
}
.apply
{
border: 1px solid #ccc !important;
height: 32px;
}
.apply:hover
{
color: #333 !important;
}
@media ( max-width: 767px ) {
.prod-info
{
position: relative;
top: 515px;
}
.prod-image
{
position: relative;
bottom: 370px;
}
}
@media(max-width:767px)
{
.wish-mob
{
margin-top:15px;
}
}
@media(max-width:767px)
{
.sort
{
float: right;
margin-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
	.bx-wrapper .bx-prev {
		left: 640px;
	}
}
@media(max-width:767px)
{
.prod-desc
{
position: relative;
top: 550px;
margin-bottom: 65px;
}
.prod-image
{
position: relative;
bottom: 385px;
}
}
.msgtxt {
  color: #c09853;
  background-color: #fcf8e3;
  padding: 10px 35px 10px 15px;
  border-radius: 4px;
  margin-top: 5PX;
}
#pingmsg
{
color:#c09853;
background-color:#fcf8e3;
padding: 10px 35px 10px 15px;
border-radius:4px;
margin-top: 5PX;
}
@media (max-width: 1330px) and (min-width: 768px) {
.navbar .pull-right>li>.dropdown-menu .dropdown-menu {
  left: -100% !important;
  border-radius: 6px 6px 6px 6px !important;
 }
}
@media (min-width: 1200px)
{
.total-align
{  
  width: auto !important;
  float: right !important;
  margin-right: -140px !important;
  text-align: left !important;
  margin-top: -130px;

}
}

@media ( max-width: 768px ) {
	.number {
		color: #fff;
	}
}

@media(max-width: 767px) {
.imgLogo {
max-width:125% !important;
}
}
.imgLogo {
max-width:100%;
}
@media ( min-width :980px) {
.cart-block
{
  margin-right: 20px !important;
}
}
@media ( min-width :768px) and (max-width:979px) {
.cart-block
{
  margin-right: -20px !important;
}
}
#footerNav {
  padding-top: 0px!important;
  padding-left: 20px!important;
}
#footerListTitle {
  line-height: 15px!important;
}
@media (max-width:767px){
.carousel
{
margin-left: -25px !important;
}
}
@media (min-width:768px){
.item-height{
height: 360px;
}
}
@media (min-width:768px){
.relateditem-width{
width: 175px;
}
}
@media (min-width:768px){
.relateditem-height{
height: 155px;
}
}

.madetoorder {
	color: white;
    background-color: red;
    padding: 10px 3px 10px 5px;
    border-radius: 4px;
    margin-top: 5PX;
    margin-bottom: 10px;
    text-align: left;
}
@media(max-width:767px)
{
.mobileAlign
{
    margin-top: 20px !important;
}
div#homeSlider
{
margin-bottom: 15px;
}
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary
	{
	display: block
}

audio,canvas,video {
	display: inline-block
}

audio:not ([controls] ){
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,a:hover {
	outline: 0
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

mark {
	color: #000;
	background: #ff0
}

code,kbd,pre,samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not (:root ){
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

legend {
	padding: 0;
	border: 0
}

button,input,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}

button,input {
	line-height: normal
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],html input[disabled] {
	cursor: default
}

input[type="checkbox"],input[type="radio"] {
	padding: 0;
	box-sizing: border-box
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]: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*/
	}
	@page {
		margin: 2cm .5cm
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.table td,.table th {
		background-color: #fff !important
	}
	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !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
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {/* Keep important to remove side effects from Netsuite style.css file*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-size: 14px!important;
	line-height: 1.428571429!important;
	color: #333!important;
	background-color: #fff!important
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: black;
	text-decoration: none
}

a:hover,a:focus {
	color: black;
        text-decoration: none
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

img {
	vertical-align: middle
}

.img-responsive {
	display: inline-block;
	max-width: 100%
}

.img-rounded {
	border-radius: 6px
}

.img-circle {
	border-radius: 500px
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

p {
	margin: 0 0 10px
}

.lead {
	/*margin-bottom: 20px;*/
	font-size: 16.099999999999998px;
	font-weight: 200;
	line-height: 1.4
}

@media ( min-width :768px) {
	.lead {
		font-size: 21px
	}
}

small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

.text-warning {
	color: #c09853
}

.text-danger {
	color: #b94a48
}

.text-success {
	color: #468847
}

.text-info {
	color: #3a87ad
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1
}

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: #999
}

h1,h2,h3 {
	margin-bottom: 10px
}

h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h1,.h1 {
	font-size: 38px
}

h2,.h2 {
	font-size: 32px
}

h3,.h3 {
	font-size: 24px
}

h4,.h4 {
	font-size: 18px
}

h5,.h5 {
	font-size: 14px
}

h6,.h6 {
	font-size: 12px
}

h1 small,.h1 small {
	font-size: 24px
}

h2 small,.h2 small {
	font-size: 18px
}

h3 small,.h3 small,h4 small,.h4 small {
	font-size: 14px
}

.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
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-bottom: 20px
}

dt,dd {
	line-height: 1.428571429
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dl-horizontal dd {
	margin-left: 180px
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	clear: both
}

.dl-horizontal dd:before,.dl-horizontal dd:after {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	clear: both
}

abbr[title],abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}

blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25
}

blockquote p:last-child {
	margin-bottom: 0
}

blockquote small {
	display: block;
	line-height: 1.428571429;
	color: #999
}

blockquote small:before {
	content: '\2014 \00A0'
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right p,blockquote.pull-right small {
	text-align: right
}

blockquote.pull-right small:before {
	content: ''
}

blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

q:before,q:after,blockquote:before,blockquote:after {
	content: ""
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre.prettyprint {
	margin-bottom: 20px
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto
}

.container:before,.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.container:before,.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.row:before,.row:after {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row:before,.row:after {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

@media ( min-width :768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.row .row {
	margin-right: -15px;
	margin-left: -15px
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.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,.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
	{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12
	{
	float: left
}

.col-1 {
	width: 8.333333333333332%
}

.col-2 {
	width: 16.666666666666664%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333333333333%
}

.col-5 {
	width: 41.66666666666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.333333333333336%
}

.col-8 {
	width: 66.66666666666666%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333333333334%
}

.col-11 {
	width: 91.66666666666666%
}

.col-12 {
	width: 100%
}

@media ( min-width :768px) {
	.container {
		max-width: 728px
	}
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
		{
		float: left
	}
	.col-sm-1 {
		width: 8.333333333333332%
	}
	.col-sm-2 {
		width: 16.666666666666664%
	}
	.col-sm-3 {
		width: 24%
	}
	.col-sm-4 {
		width: 33.33333333333333%
	}
	.col-sm-5 {
		width: 41.66666666666667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.333333333333336%
	}
	.col-sm-8 {
		width: 66.66666666666666%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333333333334%
	}
	.col-sm-11 {
		width: 91.66666666666666%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-push-1 {
		left: 8.333333333333332%
	}
	.col-push-2 {
		left: 16.666666666666664%
	}
	.col-push-3 {
		left: 25%
	}
	.col-push-4 {
		left: 33.33333333333333%
	}
	.col-push-5 {
		left: 41.66666666666667%
	}
	.col-push-6 {
		left: 50%
	}
	.col-push-7 {
		left: 58.333333333333336%
	}
	.col-push-8 {
		left: 66.66666666666666%
	}
	.col-push-9 {
		left: 75%
	}
	.col-push-10 {
		left: 83.33333333333334%
	}
	.col-push-11 {
		left: 91.66666666666666%
	}
	.col-pull-1 {
		right: 8.333333333333332%
	}
	.col-pull-2 {
		right: 16.666666666666664%
	}
	.col-pull-3 {
		right: 25%
	}
	.col-pull-4 {
		right: 33.33333333333333%
	}
	.col-pull-5 {
		right: 41.66666666666667%
	}
	.col-pull-6 {
		right: 50%
	}
	.col-pull-7 {
		right: 58.333333333333336%
	}
	.col-pull-8 {
		right: 66.66666666666666%
	}
	.col-pull-9 {
		right: 75%
	}
	.col-pull-10 {
		right: 83.33333333333334%
	}
	.col-pull-11 {
		right: 91.66666666666666%
	}
}

@media ( min-width :992px) {
	.container {
		max-width: 940px
	}
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
		{
		float: left
	}
	.col-lg-1 {
		width: 8.333333333333332%
	}
	.col-lg-2 {
		width: 16.666666666666664%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333333333333%;
                float: right !important;
	}
	.col-lg-5 {
		width: 41.66666666666667%
	}
	.col-lg-6 {
		width: 50%;
float:left !important;
	}
	.col-lg-7 {
		width: 58.333333333333336%
	}
	.col-lg-8 {
		width: 66.66666666666666%;
float: right !important;
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333333333334%
	}
	.col-lg-11 {
		width: 91.66666666666666%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-offset-3 {
		margin-left: 25%
	}
	.col-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-offset-6 {
		margin-left: 50%
	}
	.col-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-offset-9 {
		margin-left: 75%
	}
	.col-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-offset-11 {
		margin-left: 91.66666666666666%
	}
}

@media ( min-width :1200px) {
	.container {
		max-width: 1170px
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	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.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table thead>tr>th {
	vertical-align: bottom
}

.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-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th
	{
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class^="col-"] {
	display: table-column;
	float: none
}

table td[class^="col-"],table th[class^="col-"] {
	display: table-cell;
	float: none
}

.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>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;
	border-color: #d6e9c6
}

.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;
	border-color: #eed3d7
}

.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;
	border-color: #fbeed5
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td
	{
	background-color: #d0e9c6;
	border-color: #c9e2b3
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td
	{
	background-color: #ebcccc;
	border-color: #e6c1c7
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td
	{
	background-color: #faf2cc;
	border-color: #f8e5be
}

fieldset {
	padding: 0;
	margin: 0;
	border: 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;
	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
}

select[multiple],select[size] {
	height: auto
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus
	{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button
	{
	height: auto
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6)
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
	{
	cursor: not-allowed;
	background-color: #eee
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.radio,.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle
}

.radio label,.checkbox label {
	display: inline;
	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"]
	{
	float: left;
	margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
	margin-top: -5px
}

.radio-inline,.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

.form-control.input-large {
	height: 56px;
	padding: 14px 16px;
	font-size: 18px;
	border-radius: 6px
}

.form-control.input-small {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

select.input-large {
	height: 56px;
	line-height: 56px
}

select.input-small {
	height: 30px;
	line-height: 30px
}

.has-warning .help-block,.has-warning .control-label {
	color: #c09853
}

.has-warning .form-control {
	padding-right: 32px;
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853
}

.has-error .help-block,.has-error .control-label {
	color: #b94a48
}

.has-error .form-control {
	padding-right: 32px;
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48
}

.has-success .help-block,.has-success .control-label {
	color: #468847
}

.has-success .form-control {
	padding-right: 32px;
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px
		#7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

.btn {
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,.btn:focus {
	color: #fff;
	text-decoration: none
}

.btn:active,.btn.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: default;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default {
	color: #fff;
	background-color: #474949;
	border-color: #474949
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active
	{
	background-color: #3a3c3c;
	border-color: #2e2f2f
}

.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: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: #474949;
	border-color: #474949
}

.btn-primary {
	color: #fff;
	/*background-color: #428bca;
	border-color: #428bca*/
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active
	{
	background-color: #ed1c24;
	border-color: #ed1c24
}

.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: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: #ed1c24;
	border-color: #ed1c24
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active
	{
	background-color: #eea236;
	border-color: #ec971f
}

.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: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: #f0ad4e
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active
	{
	background-color: #ed1c24;
	border-color: #ed1c24
}

.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: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: #d9534f
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active
	{
	background-color: #4cae4c;
	border-color: #449d44
}

.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: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: #5cb85c
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
	background-color: #46b8da;
	border-color: #31b0d5
}

.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: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: #5bc0de
}

.btn-link,.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: #333;
	text-decoration: none
}

.btn-large {
	padding: 14px 16px;
	font-size: 18px;
	border-radius: 6px
}

.btn-small {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.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;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

.input-group {
	display: table;
	border-collapse: separate
}

.input-group.col {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	width: 100%;
	margin-bottom: 0
}

.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: 8px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.input-group-addon.input-small {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-large {
	padding: 14px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]
	{
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not
	(:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-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>.dropdown-toggle,.input-group-btn:first-child>.btn:not
	(:first-child ){
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -4px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:active {
	z-index: 2
}

.form-inline .form-control,.form-inline .radio,.form-inline .checkbox {
	display: inline-block
}

.form-inline .radio,.form-inline .checkbox {
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .control-label {
	padding-top: 9px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	clear: both
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	clear: both
}

@media ( min-width :768px) {
	.form-horizontal .form-group {
		margin-right: -15px;
		margin-left: -15px
	}
}

.form-horizontal .form-group .row {
	margin-right: -15px;
	margin-left: -15px
}

@media ( min-width :768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: ""
}

.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;
	background-color: #454545;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #fff;
	white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#ed1c24),
		to(#ed1c24) );
	background-image: -webkit-linear-gradient(top, #ed1c24, 0%, #ed1c24, 100%);
	background-image: -moz-linear-gradient(top, #ed1c24 0, #ed1c24 100%);
	background-image: linear-gradient(to bottom, #ed1c24 0, #ed1c24 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',
		endColorstr='#ed1c24', GradientType=0 )
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
	{
	color: #fff;
	text-decoration: none;
	background-color: #ed1c24;
	background-image: -webkit-gradient(linear, left 0, left 100%, from(#ed1c24),
		to(#ed1c24) );
	background-image: -webkit-linear-gradient(top, #ed1c24, 0%, #ed1c24, 100%);
	background-image: -moz-linear-gradient(top, #ed1c24 0, #ed1c24 100%);
	background-image: linear-gradient(to bottom, #ed1c24 0, #ed1c24 100%);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24',
		endColorstr='#ed1c24', GradientType=0 )
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
	{
	color: #999
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false )
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 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 #000;
	content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
	background-color: #fff
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 30px 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item>.badge {
	float: right;
	margin-right: -15px
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item .list-group-item-text {
	color: #555
}

a.list-group-item:hover,a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

a.list-group-item.active .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text {
	color: #e1edf7
}

.panel {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-heading {
	padding: 10px 15px;
	margin: -15px -15px 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 17.5px;
	font-weight: 500
}

.panel-footer {
	padding: 10px 15px;
	margin: 15px -15px -15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-primary {
	border-color: #428bca
}

.panel-primary .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-warning {
	border-color: #fbeed5
}

.panel-warning .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5
}

.panel-danger {
	border-color: #eed3d7
}

.panel-danger .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

.panel-info {
	border-color: #bce8f1
}

.panel-info .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.list-group-flush {
	margin: 15px -15px -15px
}

.list-group-flush .list-group-item {
	border-width: 1px 0
}

.list-group-flush .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group-flush .list-group-item:last-child {
	border-bottom: 0
}

.well {
	min-height: 20px;
	/*padding: 19px;*/
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15)
}

.well-large {
	padding: 24px;
	border-radius: 6px
}

.well-small {
	padding: 9px;
	border-radius: 3px
}

.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
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav:before,.nav:after {
	display: table;
	content: " "
}

.nav:after {
	clear: both
}

.nav:before,.nav:after {
	display: table;
	content: " "
}

.nav:after {
	clear: both
}

.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: #999
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav.open>a,.nav.open>a:hover,.nav.open>a:focus {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.nav.open>a .caret,.nav.open>a:hover .caret,.nav.open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.nav>.pull-right {
	float: right
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.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.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	display: table-cell;
	float: none;
	width: 1%
}

.nav-tabs.nav-justified>li>a {
	text-align: center
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a {
	border-bottom-color: #fff
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 5px
}

.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: #ed1c24 !important;
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li>a {
	margin-top: 0px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	display: table-cell;
	float: none;
	width: 1%
}

.nav-justified>li>a {
	text-align: center
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-bottom: 1px solid #ddd
}

.nav-tabs-justified>.active>a {
	border-bottom-color: #fff
}

.tabbable:before,.tabbable:after {
	display: table;
	content: " "
}

.tabbable:after {
	clear: both
}

.tabbable:before,.tabbable:after {
	display: table;
	content: " "
}

.tabbable:after {
	clear: both
}

.tab-content>.tab-pane,.pill-content>.pill-pane {
	display: none
}

.tab-content>.active,.pill-content>.active {
	display: block
}

.nav .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.nav a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
/*
	position: relative;
	min-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	background-color: #eee;
	border-radius: 4px
*/
}

.navbar:before,.navbar:after {
	display: table;
	content: " "
}

.navbar:after {
	clear: both
}

.navbar:before,.navbar:after {
	display: table;
	content: " "
}

.navbar:after {
	clear: both
}

.navbar-nav {
	margin-top: 10px;
	margin-bottom: 15px
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	color: #777;
	border-radius: 4px
}

.navbar-nav>li>a:hover,.navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}

.navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus
	{
	color: #555;
	background-color: #d5d5d5
}

.navbar-nav>.disabled>a,.navbar-nav>.disabled>a:hover,.navbar-nav>.disabled>a:focus
	{
	color: #ccc;
	background-color: transparent
}

.navbar-nav.pull-right {
	width: 100%
}

.navbar-static-top {
	border-radius: 0
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	border-radius: 0
}

.navbar-fixed-top {
	top: 0
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0
}

.navbar-brand {
	display: block;
	max-width: 200px;
	padding: 15px 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #777;
	text-align: center
}

.navbar-brand:hover,.navbar-brand:focus {
	color: #5e5e5e;
	text-decoration: none;
	background-color: transparent
}

.navbar-toggle {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 48px;
	height: 32px;
	padding: 8px 12px;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 4px
}

.navbar-toggle:hover,.navbar-toggle:focus {
	background-color: #ddd
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #ccc;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.navbar-form {
	margin-top: 6px;
	margin-bottom: 6px
}

.navbar-form .form-control,.navbar-form .radio,.navbar-form .checkbox {
	display: inline-block
}

.navbar-form .radio,.navbar-form .checkbox {
	margin-top: 0;
	margin-bottom: 0
}

.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-nav>.dropdown>a:hover .caret,.navbar-nav>.dropdown>a:focus .caret
	{
	border-top-color: #333;
	border-bottom-color: #333
}

.navbar-nav>.open>a,.navbar-nav>.open>a:hover,.navbar-nav>.open>a:focus
	{
	color: #555;
	background-color: #d5d5d5
}

.navbar-nav>.open>a .caret,.navbar-nav>.open>a:hover .caret,.navbar-nav>.open>a:focus .caret
	{
	border-top-color: #555;
	border-bottom-color: #555
}

.navbar-nav>.dropdown>a .caret {
	border-top-color: #777;
	border-bottom-color: #777
}

.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right
	{
	right: 0;
	left: auto
}

.navbar-inverse {
	background-color: #222
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus
	{
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav>li>a {
	color: #999
}

.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-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
	{
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret
	{
	border-top-color: #fff;
	border-bottom-color: #fff
}

@media screen and (min-width:768px) {
	.navbar-brand {
		float: left;
		margin-right: 5px;
		margin-left: -15px
	}
	.navbar-nav {
		float: left;
		margin-top: 0;
		margin-bottom: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		border-radius: 0
	}
	.navbar-nav.pull-right {
		float: right;
		width: auto
	}
	.navbar-toggle {
		position: relative;
		top: auto;
		left: auto;
		display: none
	}
	.nav-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important
	}
}

.navbar-btn {
	margin-top: 6px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

.navbar-link {
	color: #777
}

.navbar-link:hover {
	color: #333
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.btn .caret {
	border-top-color: #fff
}

.dropup .btn .caret {
	border-bottom-color: #fff
}

.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:active,.btn-group-vertical>.btn:active
	{
	z-index: 2
}

.btn-group .btn+.btn {
	margin-left: -1px
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " "
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar:before,.btn-toolbar:after {
	display: table;
	content: " "
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn-group {
	float: left
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-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-top-right-radius: 0;
	border-bottom-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-top-right-radius: 0;
	border-bottom-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-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-large+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn .caret {
	margin-left: 0
}

.btn-large .caret {
	border-width: 5px
}

.dropup .btn-large .caret {
	border-bottom-width: 5px
}

.btn-group-vertical>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn+.btn {
	margin-top: -1px
}

.btn-group-vertical .btn:not (:first-child ):not (:last-child ){
	border-radius: 0
}

.btn-group-vertical .btn:first-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical .btn:last-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%
}

.btn-group-justified .btn {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group[data-toggle="buttons"]>.btn>input[type="radio"],.btn-group[data-toggle="buttons"]>.btn>input[type="checkbox"]
	{
	display: none
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #ed1c24
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 16px 0;
	border-radius: 4px;
margin-right:20px;
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	border-left-width: 1px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>a:focus,.pagination>.active>a,.pagination>.active>span
	{
	background-color: #f5f5f5
}

.pagination>.active>a,.pagination>.active>span {
	color: #999;
	cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
	{
	color: #999;
	cursor: not-allowed;
	background-color: #fff
}

.pagination-large>li>a,.pagination-large>li>span {
	padding: 14px 16px;
	font-size: 18px
}

.pagination-large>li:first-child>a,.pagination-large>li:first-child>span
	{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-large>li:last-child>a,.pagination-large>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-small>li>a,.pagination-small>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-small>li:first-child>a,.pagination-small>li:first-child>span
	{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-small>li:last-child>a,.pagination-small>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager:before,.pager:after {
	display: table;
	content: " "
}

.pager:after {
	clear: both
}

.pager:before,.pager:after {
	display: table;
	content: " "
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
	text-decoration: none;
	background-color: #f5f5f5
}

.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: #999;
	cursor: not-allowed;
	background-color: #fff
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-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.fade.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	z-index: 1050;
	width: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.modal-backdrop.fade.in {
	opacity: .5;
	filter: alpha(opacity = 50)
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer:before,.modal-footer:after {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media screen and (min-width:768px) {
	.modal-dialog {
		right: auto;
		left: 50%;
		width: 600px;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: visible
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 4px
}

.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-top-color: rgba(0, 0, 0, 0.9);
	border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-top-color: rgba(0, 0, 0, 0.9);
	border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.9);
	border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: rgba(0, 0, 0, 0.9);
	border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: rgba(0, 0, 0, 0.9);
	border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
	border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
	border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
	border-width: 0 5px 5px
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	-webkit-bg-clip: padding-box;
	-moz-bg-clip: padding
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover .arrow {
	border-width: 11px
}

.popover .arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
	content: " "
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0;
	content: " "
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " "
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #fff;
	border-right-width: 0;
	content: " "
}

.alert {
	padding: 10px 35px 10px 15px;
	margin-bottom: 20px;
	color: #c09853;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert hr {
	border-top-color: #f8e5be
}

.alert .alert-link {
	font-weight: 500;
	color: #a47e3c
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #356635
}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

.alert-danger hr {
	border-top-color: #e6c1c7
}

.alert-danger .alert-link {
	color: #953b39
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #2d6987
}

.alert-block {
	padding-top: 15px;
	padding-bottom: 15px
}

.alert-block>p,.alert-block>ul {
	margin-bottom: 0
}

.alert-block p+p {
	margin-top: 5px
}

.thumbnail,.img-thumbnail {
	line-height: 1.428571429;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.thumbnail {
	display: block
}

.thumbnail>img,.img-thumbnail {
	display: inline-block;
	height: auto;
	max-width: 100%
}

a.thumbnail:hover,a.thumbnail:focus {
	border-color: #428bca
}

.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.media,.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.label {
	display: inline;
	padding: .25em .6em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #999;
	border-radius: .25em
}

.label[href]:hover,.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #808080
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
	background-color:#ed1c24
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
	background-color: #449d44
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
	background-color: #ec971f
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
	background-color: #31b0d5
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.btn .badge {
	position: relative;
	top: -1px
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-moz-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-ms-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-o-keyframes progress-bar-stripes {
	from {background-position: 0 0
}

to {
	background-position: 40px 0
}

}
@
keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-color: #428bca;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-color: #d9534f;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-color: #5cb85c;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-color: #f0ad4e;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent )
}

.accordion {
	margin-bottom: 20px
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	border-radius: 4px
}

.accordion-heading {
	border-bottom: 0
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	cursor: pointer
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}

.carousel {
	position: relative
}

.carousel-inner {
        width:750px;
       height:505px;
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	line-height: 1
}

.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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: .5;
	filter: alpha(opacity = 50)
}

.carousel-control.left {
	background-color: rgba(0, 0, 0, 0.0001);
	background-color: transparent;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)
		), to(rgba(0, 0, 0, 0.0001) ) );
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5)
		0 ), color-stop(rgba(0, 0, 0, 0.0001) 100% ) );
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100% );
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0,
		rgba(0, 0, 0, 0.0001) 100% );
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
		endColorstr='#00000000', GradientType=1 )
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: transparent;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)
		), to(rgba(0, 0, 0, 0.5) ) );
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001)
		0 ), color-stop(rgba(0, 0, 0, 0.5) 100% ) );
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100% );
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0,
		rgba(0, 0, 0, 0.5) 100% );
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#80000000', GradientType=1 )
}

.carousel-control:hover,.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity = 90)
}

.carousel-control .glyphicon,.carousel-control .icon-prev,.carousel-control .icon-next
	{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 120px;
	padding-left: 0;
	margin-left: -60px;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon,.carousel-control .icon-prev,.carousel-control .icon-next
		{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eee
}

.jumbotron h1 {
	line-height: 1;
	color: inherit
}

.jumbotron p {
	line-height: 1.4
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding: 50px 60px;
		border-radius: 6px
	}
	.jumbotron h1 {
		font-size: 63px
	}
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.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
}

.affix {
	position: fixed
}

@
-ms-viewport {
	width: device-width
}

@media screen and (max-width:400px) { @
	-ms-viewport {
		width: 320px
	}
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.visible-sm {
	display: block !important
}

tr.visible-sm {
	display: table-row !important
}

th.visible-sm,td.visible-sm {
	display: table-cell !important
}

.visible-md {
	display: none !important
}

tr.visible-md {
	display: none !important
}

th.visible-md,td.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

tr.visible-lg {
	display: none !important
}

th.visible-lg,td.visible-lg {
	display: none !important
}

.hidden-sm {
	display: none !important
}

tr.hidden-sm {
	display: none !important
}

th.hidden-sm,td.hidden-sm {
	display: none !important
}

.hidden-md {
	display: block !important
}

tr.hidden-md {
	display: table-row !important
}

th.hidden-md,td.hidden-md {
	display: table-cell !important
}

.hidden-lg {
	display: block !important
}

tr.hidden-lg {
	display: table-row !important
}

th.hidden-lg,td.hidden-lg {
	display: table-cell !important
}

@media ( min-width :768px) and (max-width:991px) {
	.visible-sm {
		display: none !important
	}
	tr.visible-sm {
		display: none !important
	}
	th.visible-sm,td.visible-sm {
		display: none !important
	}
	.visible-md {
		display: block !important
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md,td.visible-md {
		display: table-cell !important
	}
	.visible-lg {
		display: none !important
	}
	tr.visible-lg {
		display: none !important
	}
	th.visible-lg,td.visible-lg {
		display: none !important
	}
	.hidden-sm {
		display: block !important
	}
	tr.hidden-sm {
		display: table-row !important
	}
	th.hidden-sm,td.hidden-sm {
		display: table-cell !important
	}
	.hidden-md {
		display: none !important
	}
	tr.hidden-md {
		display: none !important
	}
	th.hidden-md,td.hidden-md {
		display: none !important
	}
	.hidden-lg {
		display: block !important
	}
	tr.hidden-lg {
		display: table-row !important
	}
	th.hidden-lg,td.hidden-lg {
		display: table-cell !important
	}
}

@media ( min-width :992px) {
	.visible-sm {
		display: none !important
	}
	tr.visible-sm {
		display: none !important
	}
	th.visible-sm,td.visible-sm {
		display: none !important
	}
	.visible-md {
		display: none !important
	}
	tr.visible-md {
		display: none !important
	}
	th.visible-md,td.visible-md {
		display: none !important
	}
	.visible-lg {
		display: block !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
	.hidden-sm {
		display: block !important
	}
	tr.hidden-sm {
		display: table-row !important
	}
	th.hidden-sm,td.hidden-sm {
		display: table-cell !important
	}
	.hidden-md {
		display: block !important
	}
	tr.hidden-md {
		display: table-row !important
	}
	th.hidden-md,td.hidden-md {
		display: table-cell !important
	}
	.hidden-lg {
		display: none !important
	}
	tr.hidden-lg {
		display: none !important
	}
	th.hidden-lg,td.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

tr.visible-print {
	display: none !important
}

th.visible-print,td.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print,td.visible-print {
		display: table-cell !important
	}
	.hidden-print {
		display: none !important
	}
	tr.hidden-print {
		display: none !important
	}
	th.hidden-print,td.hidden-print {
		display: none !important
	}
}
.barstyle
{
/*margin-right: 52px !important;*/
/*margin-top: 0px !important;*/
float: right;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('sitecss/glyphiconshalflings-regular.eot');
	src: url('sitecss/glyphiconshalflings-regular.eot?#iefix')
		format('embedded-opentype'),
		url('sitecss/glyphiconshalflings-regular.woff') format('woff'),
		url('sitecss/glyphiconshalflings-regular.ttf') format('truetype'),
		url('sitecss/glyphiconshalflings-regular.svg#glyphicons_halflingsregular')
		format('svg')
}

.glyphicon:before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse:before {
	content: "\e159"
}

.glyphicon-collapse-top:before {
	content: "\e160"
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.banner-rotator {
	position: relative;
	overflow: hidden !important
}

.banner-rotator img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	max-width: none !important
}

.banner-rotator a {
	text-decoration: none
}

.banner-rotator ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.banner-rotator>ul>li {
	position: absolute;
	list-style: none;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	visibility: hidden
}

.banner-rotator .banner-clone {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none
}

.banner-rotator .banner-clone img {
	position: absolute;
	top: 0;
	left: 0
}

.banner-rotator-shadow {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

.banner-rotator-shadow1 {
	
	background-size: 100%;
	width: 890px;
	height: 60px;
	bottom: -60px
}

.banner-rotator-shadow2 {
	
	background-size: 100%;
	width: 890px;
	height: 60px;
	bottom: -60px
}

.banner-rotator-shadow3 {
	
	background-size: 100%;
	width: 890px;
	height: 60px;
	bottom: -60px
}

.banner-rotator .preloader {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px -20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}

.banner-rotator .timer {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 4px;
	background-color: #fff;
	-moz-opacity: .5;
	filter: alpha(opacity = 50);
	opacity: 0.5
}

.banner-rotator .timer-bottom {
	bottom: 0px !important
}

.buttons div.clock-timer-holder {
	position: relative;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px
}

.buttons canvas.clock-timer {
	overflow: hidden
}

.buttons {
	position: absolute;
	z-index: 6;
	visibility: visible;
	right: 10px;
	bottom: 10px;
}

@media (max-width: 768px) {
	.buttons {
		visibility: hidden !important;
	}
}

.buttons .bullet,.buttons .play-btn,.buttons .previous-btn,.buttons .next-btn
	{
	position: relative;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	-webkit-transition: background linear 0.3s, color linear 0.3s;
	-moz-transition: background linear 0.3s, color linear 0.3s;
	transition: background linear 0.3s, color linear 0.3s
}

.buttons .vertical {
	display: block;
	clear: both;
	float: none
}

.buttons .play-btn,.buttons .previous-btn,.buttons .next-btn,.banner-rotator .s-prev,.banner-rotator .s-next
	{
	
	background-repeat: no-repeat
}

.buttons .bullet:hover,.buttons .play-btn:hover,.buttons .previous-btn:hover,.buttons .next-btn:hover
	{
	background-color: #000;
	-webkit-transition: background linear 0.3s, color linear 0.3s;
	-moz-transition: background linear 0.3s, color linear 0.3s;
	transition: background linear 0.3s, color linear 0.3s
}

.buttons .play-btn {
	background-position: -20px 0px
}

.buttons .pause {
	background-position: 0px 0px
}

.buttons .previous-btn {
	background-position: -40px 0px
}

.buttons .next-btn {
	background-position: 0px -20px
}

.buttons .up {
	background-position: -20px -20px
}

.buttons .down {
	background-position: -40px -20px
}

.banner-rotator .s-prev,.banner-rotator .s-next {
	position: absolute;
	z-index: 7;
	top: 50%;
	margin-top: -20px;
	width: 30px;
	height: 40px;
	cursor: pointer;
	-moz-opacity: .3;
	filter: alpha(opacity = 30);
	opacity: .3;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.banner-rotator .s-prev {
	left: 7px;
	background-position: 0px -40px
}

.banner-rotator .s-next {
	left: 100%;
	margin-left: -37px;
	background-position: -30px -40px
}

.banner-rotator .s-prev:hover,.banner-rotator .s-next:hover {
	-moz-opacity: 1 !important;
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.buttons .curr-thumb,.buttons .curr-thumb:hover {
	color: #000;
	background-color: #FFF;
	cursor: default;
	-webkit-transition: background linear 0.3s, color linear 0.3s;
	-moz-transition: background linear 0.3s, color linear 0.3s;
	transition: background linear 0.3s, color linear 0.3s
}

.buttons .thumb {
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	width: 72px;
	height: 54px;
	margin-right: 1px;
	border-radius: 2px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

.buttons .thumb img {
	display: block;
	border: 0;
	position: absolute;
	-moz-opacity: .3;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.buttons .thumb:hover img {
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	opacity: 1;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.buttons .thumb.curr-thumb img,.buttons .thumb.curr-thumb:hover img {
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	opacity: 1;
	cursor: default;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#rotator-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none
}

#rotator-tooltip img {
	display: block;
	float: left;
	background-color: #FFF;
	padding: 3px;
	margin: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

#rotator-tooltip .arrow {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0
}

#rotator-tooltip.img-up .arrow {
	bottom: 3px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF
}

#rotator-tooltip.img-down .arrow {
	top: 3px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF
}

#rotator-tooltip.img-right .arrow {
	left: 3px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #FFF
}

#rotator-tooltip.img-left .arrow {
	right: 3px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF
}

#rotator-tooltip .tt-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	max-width: 300px;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 8px 0
}

#rotator-tooltip.txt-up .arrow {
	bottom: 3px;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF
}

#rotator-tooltip.txt-down .arrow {
	top: 3px;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF
}

.banner-rotator .border-white iframe {
	border: 5px solid #fff
}

.banner-rotator .border-black iframe {
	border: 5px solid #000
}

.banner-rotator .video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 43px;
	height: 43px;
	margin-left: -21px;
	margin-top: -21px;
	
	cursor: pointer;
	z-index: 9
}

.banner-rotator .video-play:hover {
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	opacity: 1
}

.banner-rotator .video-frame {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block
}

.banner-rotator .video-close {
	position: absolute;
	width: 21px;
	height: 21px;
	
	cursor: pointer;
	right: 6px;
	top: 6px;
	border: 1px solid #5E5C5C
}

.banner-rotator .caption.fullscreenvideo {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%
}

.banner-rotator .caption.fullscreenvideo iframe,.banner-rotator .caption.fullscreenvideo video
	{
	width: 100% !important;
	height: 100% !important
}

.banner-rotator .caption.fullscreenvideo .vjs-loading-spinner {
	visibility: none;
	display: none !important;
	width: 0px;
	height: 0px
}

.banner-rotator .caption.fullscreenvideo .vjs-control-bar.vjs-fade-out,.banner-rotator .caption.fullscreenvideo .vjs-control-bar.vjs-fade-in,.banner-rotator .caption.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,.banner-rotator .caption.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing
	{
	visibility: hidden !important;
	opacity: 0 !important;
	display: none !important;
	width: 0px;
	height: 0px;
	overflow: hidden
}

.banner-rotator .caption.fullcoveredvideo.video-js,.banner-rotator .caption.fullcoveredvideo video
	{
	background: transparent !important
}

.banner-rotator .caption.fullcoveredvideo .vjs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px
}

.vjs-tech {
	margin-top: 1px
}

.banner-rotator .caption .vjs-default-skin .vjs-big-play-button {
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	line-height: 30px;
	vertical-align: top;
	padding: 0px
}

.banner-rotator .caption .vjs-default-skin .vjs-big-play-button:before {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 40px;
	text-shadow: none !important;
	color: #fff;
	font-size: 18px
}

.banner-rotator .caption .vjs-default-skin:hover .vjs-big-play-button,.banner-rotator .caption .vjs-default-skin .vjs-big-play-button:focus
	{
	box-shadow: none;
	-webkit-box-shadow: none
}

.banner-rotator .caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden
}

.banner-rotator .caption.hidden-caption {
	visibility: hidden !important;
	display: none !important
}

.banner-rotator .caption.slidelink a div {
	width: 10000px;
	height: 10000px;
	
}

.banner-rotator .caption .frontcorner {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px
}

.banner-rotator .caption .backcorner {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px
}

.banner-rotator .caption .frontcornertop {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;
	left: -40px;
	top: 0px
}

.banner-rotator .caption .backcornertop {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;
	right: 0px;
	top: 0px
}
@font-face {
	font-family: "BebasNeueRegular";
	src: url("sitecss/BebasNeuewebfont.eot");
	src: url("sitecss/BebasNeuewebfont.eot?#iefix") format("eot"),
		url("sitecss/BebasNeuewebfont.woff") format("woff"),
		url("sitecss/BebasNeuewebfont.ttf") format("truetype"),
		url("sitecss/BebasNeue-webfont.svg#webfontfuvdSzbb") format("svg");
	font-weight: normal;
	font-style: normal
}

.banner-rotator a {
	color: #0CF;
	text-decoration: none;
	outline: none
}

.banner-rotator a:hover {
	color: #CD0000;
	text-decoration: none
} /* Big */
.banner-rotator .caption.big_blue {
	background-color: #009bcd;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c6e4),
		color-stop(100%, #0063a8) );
	background-image: -webkit-linear-gradient(#00c6e4, #0063a8);
	background-image: -moz-linear-gradient(#00c6e4, #0063a8);
	background-image: -o-linear-gradient(#00c6e4, #0063a8);
	background-image: linear-gradient(#00c6e4, #0063a8);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px
		5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	padding: 8px 15px 3px;
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 50px;
	line-height: 50px;
	-moz-text-shadow: 0px -1px rgba(10, 60, 109, 0.8);
	text-shadow: 0px -1px rgba(10, 60, 109, 0.8)
}

.banner-rotator .caption.big_orange {
	background-color: #ffad22;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc53e),
		color-stop(100%, #f38a02) );
	background-image: -webkit-linear-gradient(#ffc53e, #f38a02);
	background-image: -moz-linear-gradient(#ffc53e, #f38a02);
	background-image: -o-linear-gradient(#ffc53e, #f38a02);
	background-image: linear-gradient(#ffc53e, #f38a02);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px
		5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	padding: 8px 15px 3px;
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 50px;
	line-height: 50px;
	-moz-text-shadow: 0px -1px rgba(223, 127, 3, 0.8);
	text-shadow: 0px -1px rgba(223, 127, 3, 0.8)
}

.banner-rotator .caption.big_green {
	background-color: #8fd400;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abf70e),
		color-stop(100%, #8fd400) );
	background-image: -webkit-linear-gradient(#abf70e, #8fd400);
	background-image: -moz-linear-gradient(#abf70e, #8fd400);
	background-image: -o-linear-gradient(#abf70e, #8fd400);
	background-image: linear-gradient(#abf70e, #8fd400);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px
		5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 3px 3px 5px
		rgba(0, 0, 0, 0.3);
	padding: 8px 15px 3px;
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 50px;
	line-height: 50px;
	-moz-text-shadow: 0px -1px rgba(132, 196, 0, 0.8);
	text-shadow: 0px -1px rgba(132, 196, 0, 0.8)
}

.banner-rotator .caption.big_navy {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 10px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #4e5b6c;
	letter-spacing: 0
}

.banner-rotator .caption.big_red {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 10px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #de543e;
	letter-spacing: 0
}

.banner-rotator .caption.big_fern_green {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 10px;
	padding-top: 1px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	background-color: #8fd400;
	letter-spacing: 0
}

.banner-rotator .caption.big_fat {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.big_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.big_white_text {
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 48px;
	line-height: 48px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
}

.banner-rotator .caption.big_black_text {
	color: #6b2c47;
	font-family: 'BebasNeueRegular', sans;
	font-size: 50px;
	line-height: 50px
}

.banner-rotator .caption.large_white_text {
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 60px;
	line-height: 60px
}

.banner-rotator .caption.larger_white_text {
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 54px;
	line-height: 54px;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2)
}

.banner-rotator .caption.very_big_grey {
	font-family: 'BebasNeueRegular', sans;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	background-color: #7e8e96;
	padding: 3px 4px 0px 4px
}

.banner-rotator .caption.medium_black {
	background-color: #000;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	padding: 8px 12px 3px;
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 28px;
	line-height: 28px
}

.banner-rotator .caption.medium_white {
	background-color: #FFF;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	padding: 8px 12px 3px;
	color: #000;
	font-family: 'BebasNeueRegular', sans;
	font-size: 28px;
	line-height: 28px
}

.banner-rotator .caption.medium_white2 {
	background-color: #FFF;
	padding: 2px 1px 0px 1px;
	color: #000;
	font-family: 'BebasNeueRegular', sans;
	font-size: 28px;
	line-height: 22px
}

.banner-rotator .caption.medium_red_radius {
	padding: 8px 15px 4px;
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 28px;
	line-height: 28px;
	background-color: #900;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.banner-rotator .caption.medium_white_text {
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 20px;
	line-height: 20px
}

.banner-rotator .caption.medium_black_smaller {
	font-family: 'BebasNeueRegular', sans;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	background-color: #000;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	padding: 3px 4px 1px 4px
}

.banner-rotator .caption.medium_fat {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.medium_fat_white {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.medium_light {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.small_black {
	padding: 10px 15px;
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6)
}

.banner-rotator .caption.small_white {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	white-space: nowrap;
	color: #000;
	background-color: #fff;
	padding: 4px 8px
}

.banner-rotator .caption.small_white_radius {
	padding: 6px 15px 5px;
	color: #354160;
	font-family: 'BebasNeueRegular', sans;
	font-size: 18px;
	line-height: 18px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.banner-rotator .caption.small_dark_text {
	position: absolute;
	color: #555;
	text-shadow: none;
	font-size: 14px;
	line-height: 22px;
	font-family: Arial;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap
}

.banner-rotator .caption.bottom_black {
	width: 100%;
	bottom: 0;
/* 	background: rgba(0, 0, 0, 0.6) url(banner-rotator/caption-border.gif)
		repeat-x top left; */
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px
}

.banner-rotator .caption.bottom_black .inner {
	padding: 15px 20px
}

.banner-rotator .caption.bottom_black h3 {
	color: #FFF;
	font-family: 'BebasNeueRegular', sans;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal
}

.banner-rotator .caption.left_black {
	width: 220px;
	height: 100%;
	padding: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	-moz-text-shadow: 0px 1px #000;
	text-shadow: 0px 1px #000;
	white-space: normal !important
}

.banner-rotator .caption.left_black h3 {
	color: #DDD;
	font-size: 24px;
	font-family: 'BebasNeueRegular', sans;
	line-height: 30px;
	font-weight: normal;
	-moz-text-shadow: 0px 1px #000;
	text-shadow: 0px 1px #000
}

.banner-rotator .button {
	display: inline-block;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	-moz-text-shadow: 0px 1px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 1px rgba(0, 0, 0, 0.6);
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.banner-rotator .button:hover {
	color: #fff;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box;
	text-decoration: none;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
} /* Red */
.banner-rotator .button.red {
	background-color: #d23d3d;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #db4f4f),
		color-stop(100%, #ba2121) );
	background-image: -webkit-linear-gradient(#db4f4f, #ba2121);
	background-image: -moz-linear-gradient(#db4f4f, #ba2121);
	background-image: -o-linear-gradient(#db4f4f, #ba2121);
	background-image: linear-gradient(#db4f4f, #ba2121);
	border: 1px solid #821818
}

.banner-rotator .button.red:hover {
	background-color: #d25858;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef6060),
		color-stop(100%, #d13434) );
	background-image: -webkit-linear-gradient(#ef6060, #d13434);
	background-image: -moz-linear-gradient(#ef6060, #d13434);
	background-image: -o-linear-gradient(#ef6060, #d13434);
	background-image: linear-gradient(#ef6060, #d13434);
	border: 1px solid #9e3737
}

.banner-rotator .button.green {
	background-color: #65a15f;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7db478),
		color-stop(100%, #4a8c42) );
	background-image: -webkit-linear-gradient(#7db478, #4a8c42);
	background-image: -moz-linear-gradient(#7db478, #4a8c42);
	background-image: -o-linear-gradient(#7db478, #4a8c42);
	background-image: linear-gradient(#7db478, #4a8c42);
	border: 1px solid #345025
}

.banner-rotator .button.green:hover {
	background-color: #77bd6f;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #94d08f),
		color-stop(100%, #59a74f) );
	background-image: -webkit-linear-gradient(#94d08f, #59a74f);
	background-image: -moz-linear-gradient(#94d08f, #59a74f);
	background-image: -o-linear-gradient(#94d08f, #59a74f);
	background-image: linear-gradient(#94d08f, #59a74f);
	border: 1px solid #40632e
}

.banner-rotator .button.blue {
	background-color: #1a72bc;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2583d3),
		color-stop(100%, #0f5ea2) );
	background-image: -webkit-linear-gradient(#2583d3, #0f5ea2);
	background-image: -moz-linear-gradient(#2583d3, #0f5ea2);
	background-image: -o-linear-gradient(#2583d3, #0f5ea2);
	background-image: linear-gradient(#2583d3, #0f5ea2);
	border: 1px solid #093051
}

.banner-rotator .button.blue:hover {
	background-color: #1d7ed0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2b90e7),
		color-stop(100%, #146ebb) );
	background-image: -webkit-linear-gradient(#2b90e7, #146ebb);
	background-image: -moz-linear-gradient(#2b90e7, #146ebb);
	background-image: -o-linear-gradient(#2b90e7, #146ebb);
	background-image: linear-gradient(#2b90e7, #146ebb);
	border: 1px solid #0f4c7f
}

.banner-rotator .button.orange {
	background-color: #f4801b;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc8d2c),
		color-stop(100%, #f70) );
	background-image: -webkit-linear-gradient(#fc8d2c, #f70);
	background-image: -moz-linear-gradient(#fc8d2c, #f70);
	background-image: -o-linear-gradient(#fc8d2c, #f70);
	background-image: linear-gradient(#fc8d2c, #f70);
	border: 1px solid #a34c00
}

.banner-rotator .button.orange:hover {
	background-color: #f8a136;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcb743),
		color-stop(100%, #f58c2a) );
	background-image: -webkit-linear-gradient(#fcb743, #f58c2a);
	background-image: -moz-linear-gradient(#fcb743, #f58c2a);
	background-image: -o-linear-gradient(#fcb743, #f58c2a);
	background-image: linear-gradient(#fcb743, #f58c2a);
	border: 1px solid #cc731e
}

.banner-rotator .button.black {
	background-color: #2c2c2c;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c2c2c),
		color-stop(100%, #0d0d0d) );
	background-image: -webkit-linear-gradient(#2c2c2c, #0d0d0d);
	background-image: -moz-linear-gradient(#2c2c2c, #0d0d0d);
	background-image: -o-linear-gradient(#2c2c2c, #0d0d0d);
	background-image: linear-gradient(#2c2c2c, #0d0d0d);
	border: 1px solid #131313
}

.banner-rotator .button.black:hover {
	background-color: #545454;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454),
		color-stop(100%, #131313) );
	background-image: -webkit-linear-gradient(#545454, #131313);
	background-image: -moz-linear-gradient(#545454, #131313);
	background-image: -o-linear-gradient(#545454, #131313);
	background-image: linear-gradient(#545454, #131313);
	border: 1px solid #1f1f1f
}

@media only screen and (min-width:768px) and (max-width:959px) {
	.banner-rotator .caption.bottom_black h3 {
		font-size: 24px;
		line-height: 24px
	}
	.banner-rotator .caption.left_black {
		width: 180px
	}
	.banner-rotator .caption.left_black h3 {
		font-size: 22px;
		line-height: 22px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.banner-rotator .caption.bottom_black h3 {
		font-size: 20px;
		line-height: 20px
	}
	.banner-rotator .caption.left_black {
		width: 150px
	}
	.banner-rotator .caption.left_black h3 {
		font-size: 18px;
		line-height: 18px
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.banner-rotator .caption.bottom_black h3 {
		font-size: 16px;
		line-height: 16px
	}
	.banner-rotator .caption.left_black {
		width: 120px
	}
	.banner-rotator .caption.left_black h3 {
		font-size: 14px;
		line-height: 14px
	}
	.banner-rotator a[class="button black"] {
		padding: 2px 3px
	}
}
@font-face {
    font-family: 'helvetica_neueregular';
    src: url('sitecss/helvetica-neue-condensed-webfont.eot');
    src: url('sitecss/helvetica-neue-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('sitecss/helvetica-neue-condensed-webfont.woff') format('woff'),
         url('sitecss/helvetica-neue-condensed-webfont.ttf') format('truetype'),
         url('sitecss/helvetica-neue-condensed-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	/*

Lionel Racing Custom CSS
=============

Author:  Ari Miller
Updated: July 2014

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

 .container{
	   max-width: 1150px!important;
   }
   
   #contentContainer {
	   margin: 230px 0 20px 0;
   } 

/* --------------------------------------
   Header
   -------------------------------------- */
   
   #header {
	   max-height: 160px;
  margin: 0 auto;
  position: fixed;
  max-width: 1150px;
  z-index: 100;
  background-color: white;
  width:1150px;
   }
   
   #headerElements {
	   z-index: 2;
	   position: relative;
	   margin: 20px 0 -15px 0;
   }
   
   #logo {
	   
   }
   
   #odon {
	   margin: 10px auto;
	   width: 370px;
   }
   
   #odon img {
	   float: left;
   }

.mini-cart-actions > .btn-checkout {
        display: none;
}
   

.btn-view-cart {
background-color: red;
color: white;
}
   

/* --------------------------------------
   Typography
   -------------------------------------- */

	body {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizelegibility;
	}

/* --------------------------------------
   Navbar
   -------------------------------------- */

   .navbar {
/*
		min-height: 50px;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0;
		background-color: transparent;
		border-radius: 0px;
		margin-top:148px;
*/
	}   
   
   #topNav {
	   height: 65px;
	   background: url('../../img/siteimages/navBack.png');
	   background-repeat: repeat-x;
	   font-size: 16px;
	   font-weight: bold;
	   padding: 7px 0 0 10px;
	   position: relative;
   }
   
   #topNav a, 
   #topNav a:visited {
	   color: white;
	   text-decoration: none;
	   position: relative;
   } 
   
   #topNav a:hover {
	   color: red;
   }

.navbar-inverse .brand, .navbar-inverse .nav>li>a: hover {
	   color: red;
}
   
   .navbar-nav > .dropdown > a .caret,
   .navbar-nav > .dropdown > a:visited .caret ,.nav .dropdown-toggle .caret{
	   border-top-color: #fff!important;
	   border-bottom-color: #fff!important;
	   margin-left: 4px;
	   margin-top: 0px!important;
   }
   
   .navbar-nav > .dropdown > a:hover .caret {
	   border-top-color: white;
	   border-bottom-color: white;	   
   }
   
   .navbar-nav > .open > a, 
   .navbar-nav > .open > a:hover, 
   .navbar-nav > .open > a:focus {
	   background-color: transparent;
   }
   
   .navbar-nav > li > .dropdown-menu {
	    background: url('../../img/siteimages/subNavBack.png');
	    z-index: 0;
		border: 0;
		border-radius: 0;
		margin-top: 14px;
	}
	
   .navbar-nav > li > .dropdown-menu a:hover{
	    background: url('../../img/siteimages/subNavBack.png');
   }
	
   .dropdown-menu li a,
   .dropdown-menu li a:hover {
	}
	
/*
	#subProducts {
		margin: 7px 0 0 -10px;
	}
	
	#subResources {
		margin: 7px 0 0 -426px;
		text-align: center;
	}
	
	.dropdown-menu li a,
	.dropdown-menu li a:hover {
		background: transparent;
	}
	
	.dropdown-menu li a:hover {
		color: red;
	}
   
	.dropdown-menu > li {	
		display: inline-block;
		padding-left: 5px;
	}
	
	li.open {
		text-decoration: underline;
	}
		
   #topNav li {
	   margin-right: 10px;
   }
*/
   
   #ribbon {
	   width: 185px;
	   background: url("../../img/siteimages/ribbon.png") center top no-repeat;
	   text-align: center;
	   margin: -213px 20px 0 0;
	   color: white;
	   min-height: 235px;
	   position: relative;
	   z-index: 2;
   }
   
   #ribbon p {
	   margin: 5px 0 5px;
   }
   
   #ribbon a {
	   text-decoration: none;
   }
   

   #ribbon hr {
	   width: 75%;
	   margin: 0 auto;
   }
   
   #ribbon #cart {
	   margin-top: 0px;
   }
   
   #ribbon #cart img {
	   margin-top: 0px;
   }
   
   #ribbon #wish {
	   margin: -60px 0 0 60px;
	   text-align: right;
   }  
   
   #ribbonSearch {
	   margin: 8px 0 10px -15px !important;
   }
   
   #ribbon #site-search-container #searchInput {
	  width: 131px;
	   height: 24px;
margin-left:0px !important;
   }
   
   #ribbonButton {
	   height: 24px;
	   width: 24px;
	   padding: 3px;
           margin-left: -1px !important;
   }
   
   .ribbonPhone {
	   font-weight: bold;
	   font-size: 1.4em;
	   margin: 5px 0 5px;
   }

   
/* --------------------------------------
   Product Slider
   -------------------------------------- */
   
   #productSlider {
	   margin-bottom: 30px;
   }
   
   .carousel-indicators {
	   margin-top: 60px;
   }

/* --------------------------------------
   Home/Page Slider
   -------------------------------------- */

   #homeSlider {
/* 		margin-top: 212px; */
		position: relative;
	}
	
   #pageSlider {
	   margin-top: 0px; /*Changed to 230px to 0px*/
	   position: relative
   }

	.carousel-caption {
		font-size: 24px;
	}
	
	.carousel-caption h4 {
		font-size: 32px;
	}
	
	#homeSlider .item { 
		height: 432px;
	}
	
	#pageSlider .item { 
		height: 250px;
	}
	
	#pageSlider {
		max-width: 1150px;
	}
	
	#pageHeaderRow {
		margin: 0;
	}
	
	#slide1 {
		background: url('../../img/siteimages/carousel_medium_01.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../img/siteimages/carousel_medium_02.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../img/siteimages/carousel_medium_03.jpg') top center no-repeat;
	}
	
	.page-header {
		margin: 0 0 20px;
	}
	

/* --------------------------------------
   Home Page Sign Up
   -------------------------------------- */

   #signUpForm {
	   height: 60px;
	   background: url('../../img/siteimages/signUpBackTile.png') repeat-x;
	   border: none;
	   border-radius: 0;
   }
   
  #signUpLabel {
width: 25%;
float: left;
margin: -3px 15px 0 5px;
}

   
   #signUpFirst,
   #signUpLast,
   #signUpEmail {
	   width: 20%;
	   height: 30px;
	   float: left;
	   margin: -18px 20px 0 0;
   }
   
   
#signUpButton {
float: left;
margin-top: -22px;
background-color: #ed1c24;
border-color: #ed1c24;
}

/* --------------------------------------
   Feature Boxes
   -------------------------------------- */

   #featureNew,
   #featureSpecial,
   #featureBest {
	   padding: 0;
	   background-color: white;
	   border: none;
	   box-shadow: none;
	   margin-bottom: 20px;
   }
   
   .featureTitleGraphic {
	   margin-bottom: 20px;
   }
	
	.product .productTitle,
	.product .msrpPrice,
	.product .memberPrice,
	.product .productButt {
	    text-align: center;
	    margin-bottom: 10px;
	}
	
	.product .productTitle {
		padding: 0 20px;
	}
	
	.msrpPrice strong,
	.memberPrice strong {
		font-size: 1.5em;
	}

	.memberPrice {
		color: #aaaaaa;
		font-size: 0.8em;
		margin-top: -10px;
	}
	
	.col-item .photo img {
	    margin: 0 auto;
	    width: 100%;
	}
	
	.col-item .info {
	    padding: 10px;
	    border-radius: 0 0 5px 5px;
	    margin-top: 1px;
	}
	
	.clear-left {
	    clear: left;
	}
	
	.controls {
	    margin-top: 5px;
	}
	
	#featureControls .btn {
		padding: 8px 12px;
	}
	
	#featureSpecial #featureControls .btn {
		background-color: #3a3a39;
		border-color: #3a3a39;
	}

	
	[data-slide="prev"] {
	    margin-right: 10px;
	}

/* --------------------------------------
   Banner Ads
   -------------------------------------- */
   
   #bannerAds {
	   background: url(../../img/siteimages/bannerAdsBack.png);
	   border-radius: 0;
	   border: none;
	   padding: 10px 20px;
	   -webkit-box-shadow: inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
	   -moz-box-shadow:    inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
	   box-shadow:         inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
   }
   
   .feature {
	   text-align: center;
	   margin: 15px 0;
   }
   
   .feature img {
   	   -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	   box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);

   }
   
   #leftColBanners img {
	   margin-bottom: 20px;
   }
   

/* --------------------------------------
   Social Media
   -------------------------------------- */

   #socialMedia {
	   height: 133px;
	   margin: -20px 0;
	   background: url(../../img/siteimages/socialMediaBack.png) repeat-x;
	   border-radius: 0;
	   border: none;
	   -webkit-box-shadow: inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
	   -moz-box-shadow:    inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
	   box-shadow:         inset 0px 10px 8px 0px rgba(80, 80, 80, 0.5);
   }
   
   #socialMediaIcons {
	   text-align: center;
	   margin-top: 25px;
   }
   
   #socialMediaIcons ul {
	   list-style: none;
	   display: inline;
	   padding: 0;
           margin: 0;
   }
   
   #socialMediaIcons li {
	   display: inline;
	   padding: 0 5px;
   }
   
   .socialMedia {
/* 	   width: 300px; */
	   margin: 10px 5px;
   }
   
   .socialMediaContainer {
		margin: 0px 0px 40px 0px;
		text-align: center;
   }
   
   .feedTitle {
	   text-align: right;
	   margin: 0 15px 0 15px;
	   padding: 0 5px 3px 0;
   }
   
   .feedTitle img {
	   margin: -15px 0 0 10px;
   }

   .feedTitle h3 {
	   margin: 20px 0 0 0;
   }
   
   .feed {
	   border: solid #969696 1px;
	   display: inline-block;
	   margin: 0 25px;
	   text-align: left;
	   width: 28%
   }
   
   #feed_wrapper ul {
	   padding: 0 0 10px !important;
   }
   
   .facebookTitle {
	   color: #3b5998;
	   border-bottom: #3b5998 solid 1px;
   }
   
   .facebookFeed {
	   border-color: #3b5998;
   }

   .twitterTitle {
	   color: #00aced;
	   border-bottom: #00aced solid 1px;
   }
   
   .twitterFeed {
	   border-color: #00aced;
   }

   .youtubeTitle {
	   color: #bb0000;
	   border-bottom: #bb0000 solid 1px;
   }
   
   .youtubeFeed {
	   border-color: #bb0000;
   }

   .blogTitle {
	   color: #ff6600;
	   border-bottom: #ff6600 solid 1px;
   }
   
   .blogFeed {
	   border-color: #ff6600;
	   margin-top: 30px;
   }

   .pintrestTitle {
	   color: #cb2027;
	   border-bottom: #cb2027 solid 1px;
   }
   
   .pintrestFeed {
	   border-color: #cb2027;
	   margin-top: 30px;
   }   

   .googleTitle {
	   color: #dd4b39;
	   border-bottom: #dd4b39 solid 1px;
   }
   
   .googleFeed {
	   border-color: #dd4b39;
	   margin-top: 30px;
   }   

   .instagramTitle {
	   color: #517fa4;
	   border-bottom: #517fa4 solid 1px;
   }
   
   .instagramFeed {
	   border-color: #517fa4;
	   margin-top: 30px;
   }   

   .pressTitle {
	   color: #000;
	   border-bottom: #000 solid 1px;
   }
   
   .pressFeed {
	   border-color: #000;
	   margin-top: 30px;
	   width: 60.6%;
   }  
   
   .press {
	   padding: 0 15px;
   } 

 
/* --------------------------------------
   Footer
   -------------------------------------- */

@media(max-width:400px)
{
.footAlign
{
text-align: center !important;
}
}

   #footer {
	   /* min-height: 225px; */
	   background-color: #191919;
	   -moz-box-shadow: inset 0 0 5px 5px #000;
	   -webkit-box-shadow: inset 0 0 5px 5px#000;
	   box-shadow: inset 0 0 15px 5px #000;
	   border: none;
	   border-radius: 0;
	   color: white;
	   font-size: 0.8em;
	   margin-top: -20px;
   }
   
   #footer a,
   #footer a:visited {
	   color: white;
	   text-decoration: none;
   }
   
   #footerLeft {
	  /* margin: 20px 0 0 0; */
   }
   
   #footerLeft,
   #footerLeft2 {
	  /* float: left; */
   }
   
   #footerLeft ul {
	   list-style: none;
	   margin: 0;
   }
   
   #shopByDriver,
   #contact,
   #legal {
	   float: left;
   }
   
   #legal {
	   /* clear: left; */
	   margin-top: 15px;
   }
   
   .footerListTitle {
	   font-weight: 700;
   }
   
/*   #footerCenter {
	   float: left;
	   margin: 20px 0 0 50px;
	   width: 33%;
	   text-align: center;
} */

.footerCenter {
	   text-align: center;
}
   
   #footerRight {
		float: right;
		width: 350px;
		margin: 20px 20px 0 0;   
   }
   
@media(min-width:700px)
{
   #phone {
	   float: right;
	   text-align: right;
   }
}
   
   #phoneTitle {
	   font-size: 1.8em;
	   font-weight: bold;
   }
   
   #phoneNumber {
	   font-size: 1.8em;
	   font-weight: 300;
   }
   
   #phoneHr {
	   background-color: #ed1c24;
	   border-color: #ed1c24;
	   margin: 5px 0;
   }
   
   #copyright {
	   float: right;
	   margin: 30px 0 20px 0;
	   text-align: right;
	 /* width: 370px; */
   }
   
   #footerLogo {
	   float: right;
	   margin: -5px 0 0 10px;
   }

.footerCol {
	   margin: 20px 0 0 0;
           float: left;
}

/* --------------------------------------
   Breadcrumb
   -------------------------------------- */

   .breadcrumb {
		padding: 0px 25px;
		margin-bottom: 20px;
		list-style: none;
		border-radius: 0px;
		background-color: white;
		font-size: none!important;
	}
	
	#breadcrumbContainer {
		margin: 230px 0 0 0; /*Changed to 0px to 230px*/
		background-color: white;
	}
	
	ol.breadcrumb a {
		color: #454545;
		text-decoration: none;
	}
	
	ol.breadcrumb a:hover {
		color: #454545;
		text-decoration: underline;
	}
	
	ol.breadcrumb a:visted,
	ol.breadcrumb a:focus {
		color: grey;
		text-decoration: none;		
	}
	
	ol.breadcrumb li.active {
		color: #ed1c24;
	}
	
	.breadcrumb>li+li:before {
		color: grey;		
	}


/* --------------------------------------
   Global Styles
   -------------------------------------- */

   #ribbon > .btn {
	   padding: 4px 12px!important;
	   background-image:none!important;
       text-shadow:none!important;
       border-radius: 0;
   }
   
   .btn-danger {
	   background-color: #ed1c24!important;
   }
   
   .btn-sm {
	   font-size: .8em;
	   border-radius: 4px;
	   border: none;
   }
   


/* --------------------------------------
   Category
   -------------------------------------- */

   #pagination {
	   margin: 0 0 20px 0;
	   height: 60px;
	   background: url(../../img/siteimages/signUpBackTile.png) repeat-x;
	   color: white;
	   font-weight: bold;
	   padding: 10px;
   }
   
   #perPage {
	   float: right;
	   margin-right: 85px;
   }
   
   #itemsOnPage {
	   font-size: 10px;
	   padding: 0 4px;
   }
   
   #paginationSlash {
	   color: grey;
	   margin-right: 3px;
   }
   
   .glyphicon-th-large,
   .glyphicon-th-list {
	   margin-left: 0;
	   font-size: 1.2em;
   }
   
   #countView > a,
   #countView > a:hover,
   #countView > a:visited,
   #countView > a:focus {
	   color: white;
	   text-decoration: none;
   }
   
   #itemDropdown {
	   margin-left: 5px;
   }
   
   #pageFieldGroup {
	   width: 174px;
	   margin: 3px 0;
	   float: right;
   }
   
   #pageField {
	   height: 15px;
	   width: 30px;
   }
   
   #pageButton {
	   height: 15px;
   }
   
   #pageButton {
	   font-size: 12px;
	   padding: 0px 8px 16px;
   }
   
   #paginationRight {
	   text-align: right;
   }
   
   #categoryContainer,
   #cmsContainer {
	   position: relative;
	   margin-bottom: 20px;
   }
   
   #productContainer {
	   margin: 268px 0 20px 0;
   }
   
   #accordion > .panel {
	   border-radius: 0px;
	   background-color: #d5d7d9;
	   border-bottom: solid #aaa 1px;
	   margin: 0px;
	   padding: 15px 0 5px 15px;
   }
   
   #stockFilter.panel {
	   border-bottom: none;
   }

   #accordion > .panel > .panel-heading {
	   background-color: transparent;
	   border: 0px;
	   margin: -15px -15px -10px;
   }
   
   #accordion > .panel > .panel-heading > h4 {
	   font-weight: bold;
	   font-size: 1em;
	   padding-bottom: 5px;
   }   

   #accordion > .panel > .panel-heading a {
	   color: black;
   }


   #filterPanel > .checkbox > label {
	   font-size: 1em;
   }
   
   #accordion > hr {
	   margin: 5px;
   }
   
   #accordion {
	   margin-bottom: 20px;
   }
   
   .filterCaret {
	   margin-left: 5px;
   }

h5 a {
	   font-size: 12px;
}

	.categoryText > h1 {
		font-size: 28px;
		font-weight: bold;
		margin-top: 0;
	}
      
   
/* --------------------------------------
   CMS
   -------------------------------------- */
   
   #contentBody > h1,
   #catalogBody > h1 {
	   font-size: 1.8em;
	   color: #ed1c24;
   }
   
   #contentBody {
	   margin-bottom: 20px;
   }
   
   .imageWrapper {
	   width: 19%;
	   border: 1px solid #ddd;
	   border-radius: 4px;
	   padding: 10px;
	   text-align: center;
	   font-size: .8em;
	   float: left;
	   margin: 0 15px 10px 0;
   }
   
/*
  .imageWrapper img {
	  margin-bottom: 5px;
  }
*/
  
  .pageTitle {
	  margin: 0 0 20px 0;
	  font-weight: bolder;
  }
  
  .driverCell {
	  margin: 0 0 15px 0;
  }
  
  .sprintNumber {
	  width: 40px;
	  position: relative;
	  top: -140px;
	  left: -65px;
  }
  
  .sprintNumber2 {
	  width: 40px;
	  margin: -15px 0 0 0;
  }
  
  .nwNumber {
	  width: 40px;
	  position: relative;
	  top: -140px;
	  left: 40px;
  }
  
  .driverCaption {
	  margin-top: -30px;
  }
  
  .driverCaption2 {
	  margin-top: 0px;
  }
  
  .driverName {
	  margin: 0;
	  font-size: 1.8em;
  }
  
  .driverMake {
	  width: 90px;
	  margin-top: -20px;
          height:90px;
  }
  
  .otherDriver {
	  height: 78px;
  }
  
  .teamNameGanassi {
	  font-size: .8em;
	  line-height: 1.7em;
  }
  
  .driverCell img {
	  margin-bottom: 4px;
  }

  
  #typeContainer,
  #driverContainer,
  #catalogContainer {
	  margin: 0px 20px 20px 20px;
  }
  
  
  .typeHeading {
	  margin-bottom: -15px;
	  background-color: #ed1c24 !important;
	  border-color: #ed1c24 !important;
  }
  
  .typeHeading2 {
	  padding: 0px;
	  margin-bottom: -15px;
	  background-color: #ed1c24 !important;
	  border-color: #ed1c24 !important;
  }
  
  .collapse.in {
	  margin-top: 25px;
  }

  .typeCell {
	  padding: 0px 20px 0 0;
	  margin: 0px;
  }
  
  .typeLogo {
	  width: 80px;
	  margin: 5px;
  }
  
  #logoARCP {
	  margin-right: 0px;
  }
  
  #logoARCG {
	  margin-left: 0px;
  }
    

/* --------------------------------------
   FAQ Page
   -------------------------------------- */
   
   .faqButton {
	   text-align: left; 
	   margin-left: 10px
   }
   
   .collapse.in {
		margin-top: 0px;
		overflow: visible;
		position: static;
		padding: 20px 20px 0px 20px;
		height: auto !important;
   }

   .well.faq {
	   padding: 25px 10px 10px 10px;
	   height: auto !important;
   }


/* --------------------------------------
   Types/About Page
   -------------------------------------- */
   
   #typeContent {
	   margin: 0;
   }
   
   #typeTabs {
	   background: white;
	   margin: 0 0 10px 0;
	   padding: 0 0 10px 0;
   }
   
   .tabType > #leftCol,
   .tabType > #rtCol {
	   position: inherit;
	   padding-left: 0px;
	   
   }
   
   .typeThumb {
	   margin: 10px;
	   position: inherit !important;
   }
   
   .typeThumbRight {
	   width: 20%;
	   float: right;
	   margin: 0 10px 10px 10px;
   }
   
   .typeThumbLeft {
	   width: 20%;
	   float: left;
	   margin: 0 10px 10px 0;
   }
   
   .typeImage {
	   position: inherit !important;
   }
   
   .typeImage160 {
	   max-width: 160px !important;
	   float: left;
	   margin: 0 10px 10px 0;
   }
   
   .typeImage300 {
	   max-width: 300px !important;
	   float: left;
	   margin: 0 10px 10px 0;
   }

   .typeImage500 {
	   max-width: 500px !important;
	   float: left;
	   margin: 0 10px 10px 0;
   }

   .typeImageFull {
	   width: 100%;
	   float: left;
	   margin: 20px 0;
   }
   
   .tabIcon {
	   width: 50%;
   }

   .tabIconARC {
	   width: 30%;
   }
   
/*
   .typeTab {
	   margin-right: -50px;
   }
*/

	.typeTab a {
		position: relative;
		display: inherit;
		padding: 5px 20px !important;
	}
	
	.typeTab h4 {
		margin: 0px;
		font-size: 1em;
	}
	
	#typeList li {
		margin: 0 0 0 20px;
		float: left;
	}
	
	.tabType {
		margin-top: 50px;
	}
	
	.typePanel {
	  border-color: #ed1c24;
	  float: left;
	  padding-bottom: 5px;
	}
	
	.typePanel2 {
	  border-color: #ed1c24;
	}
	
	.typePanelBody {
	  margin-bottom: 10px;
	}
	
	.typePanelBody > .imageWrapper {
	  width: 100%;
	}
	
	.typePanelBody > .typeImage2 {
	  width: 30%;
	}
	
	a.typeLink {
	  color: #ed1c24;
	  text-decoration: none;
	}
	
	.typeTitle {
	  color: #ed1c24;
	  font-weight: bolder;
	  font-size: 24px;
	}
	
	h3.typeTitle {
		margin-top: 0px;
	}
	
	#typeTabs>li>a {
	  background-color: #333;
	  color: white;
	}
		
	#typeTabs>li.active>a {
	  background-color: #ed1c24;
	}
	
	#typeTabs>li>a:hover {
	  background-color: transparent;
	  color: #333;
	}	
	
	.typesCaption {
		font-size: .8em;
		font-style: italic;
		margin: 5px;
		padding: 0 9px !important;
	}
	
	.typeButton {
		float: left;
		clear: both;
		margin: 20px 0;
	}

	.finishesButton {
		clear: both;
		margin: 10px 0;
	}

	.finishImage {
		padding: 10px 0;
	}
	
	.typeTab .finishTitle {
		margin: 0 0 5px 0;
	}
	
	.finishBody {
		min-height: 230px;
	}
	
	.typeModalLink {
		position: inherit !important;
		cursor: pointer !important;
	}
	
	.typeModalWindow {
		width: 1100px;
	}
	
	.typeModalClose {
		font-size: .8em;
	}
	
	.octaneModalImage > img,
	.eliteModalImage > img 
	.nhraModalImage > img {
		width: 1000px;
		margin: 0 auto;
	}
	
	#trade {
		font-size: .6em;
		vertical-align: super;
	}
	
	.classicSlide,
	.octaneSlide {
		margin: 0 0 20px 0;
		min-height: 300px;
	}


/* --------------------------------------
   Product Details
   -------------------------------------- */
   
   #productDetailContainer {
	   margin: 0 0 20px 0;
   }
   
   #productTop {
	   margin-bottom: 20px;
   }
   
   #productTopLeft {
/* 	   margin: 0 10px 0 0; */
	   text-align: right;
   }
   
   #productTopLeft h1 {
	   font-size: 1.8em;
	   font-weight: bold;
   }
   
/*
   .productTitle {
	   width: 95%;
	   float: right;
	   margin-right: 10px;
   }
*/
   .productTitle a{
   	color: #68635d!important;
    text-decoration: none!important;
   }
   
   .productSKU {
	   font-size: 1.2em;
	   font-weight: bold;
	   font-style: italic;
	   color: grey;
	   margin-right: 10px;
   }
   
   .msrpPrice {
	   margin: 0 0 10px 0;
   }
   
   .memberPrice {
	   margin: 0 0 0 0;
   }
   
   #quantityField {
	   width: 50%;
	   float: right;
	   margin: 10px;
   }
   
   #productDetailButtons,
   .socialShare {
	   float: right;
	   margin: 65px -67px;
   }
   
   .carousel-indicators .active {
	   background-color: #666;
   }
   
   .carousel-indicators li {
	   border: 1px solid #666;
   }
   
   #productCenter {
	   background: url(../../img/siteimages/greyTexture.png);
	   padding: 20px;
	   margin: 20px 15px 0;
	   float: left;
	   color: white;
           width:100%;
           background-color:black;
           margin-left:0px;
           position: relative;
           top: -60px;
   }
   
   .urge {
	   color: red;
	   font-weight: bold;
	   font-style: italic;
   }
   
   #productDescription {
	   padding-right: 50px;
   }
   
   #quickFacts > h2 {
	   font-size: 1.8em;
	   color: red;
	   font-weight: bold;
	   font-style: italic;
	   margin: 0 0 10px 0;
   }
   
   #productIcons > img {
	   width: 65px;
	   height: 65px;
	   margin-right: 15px;
   }
   
   #productDetailList ul {
	   list-style: none;
	   margin: 10px 0 0 0px;
   }
   
   #upsell {
	   margin: 0 15px;
	   background-color: grey;
	   float: left;
           margin-left: 0px;
            width: 100%;
            position: relative;
            top: -60px;
   }
   
   #upsellProduct {
	   margin: 0 15px;
   }
   
   #upsellTitle {
	   margin: 15px;
   }
   
   #upsellTitle > h2 {
	   font-size: 1.4em;
	   font-weight: bold;
	   font-style: italic;
	   margin: 0 0 10px 0;	   
   }
/* --------------------------------------
   Custom Css By Teja 
   -------------------------------------- */

.footerNav  {
         padding-top: 0px!important;
         padding-left: 20px!important;
}
.footerListTitle1 {
           line-height:15px!important;
   }
}
.navbar .nav>li>a
{
	padding:17px 15px 11px!important;
	text-shadow: 0 0px 0 #000000!important;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle
{
	/*background-color: red !important;*/
background-color: #fff !important;
color:#fe6b38 !important;

}
.navbar-form input, .navbar-form select, .navbar-form .btn {
margin-top: 0px!important;
}
.container-fluid {
padding-right:0px!important;
padding-left:0px!important;
}
	
	
.mobile-profile{
	margin-bottom: 0px !important;
}
.mobile-profile>li>a:hover{
	background-color: transparent !important;
}
#category-cms-image img {
	   width: 1280px;
	   height:491px;
 }
 
.navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown {
        border-top-color: white !important;
        border-bottom-color: white !important;
} 

@media (max-width: 1024px) {
       #signUp {
                display: none;
        }
}

.item-listing-items-limit {
        margin-right: 10px;
}

.item-listing-items-limit > label > select {
        width: inherit;
}


/* --------------------------------------
   Drawer Menu Css for Mobile Formats
   -------------------------------------- */
@media (min-width:600px) {
#hamburgermenu{display:none !important}
	}
@media (max-width:599px) {
.container .myStandardNavBar{display:none !important}
.myCustomNavBar{display:block !important;float:left !important}
body{overflow-x:hidden !important}
body.openmenu {
  overflow: scroll;
}
.menubtn {
  /* needs positioning for z-index http://stackoverflow.com/a/10600930/477958 */
  position: relative; 
  z-index: 101;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: 2px;
  padding: 15px;
  background-image: url('hamburger.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}
#hamburgermenu {
  width: 0;
  position: absolute;
  top: -10px;
  left: -250px;
  z-index: 101;
background: #454545;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
    overflow-y: auto;
  overflow-x: hidden;
  margin: 0 10px 0 0;
}

#hamburgermenu li {
  display: block;
  text-align: right !important;
}
#hamburgermenu li a {
	  float: none;
  padding: 11px 15px 11px;
	  font-size: 14px;
  text-transform: uppercase;
	color: #fff;
  display: block;
  text-decoration: none;
}
#hamburgermenu li a:hover {
background: none;
}
.dropdown .dropdown-menu{display:none;background-color: #454545;}
.my-account-item-cell .dropdown-menu{display:none;}
.dropdown .dropdown-menu li a {text-transform: none !important;}

@media(min-width:401px)
{
.imagecenter{
position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 500px;
 margin-top: -42px;
margin-left: -62px;
}
}

@media(max-width:400px)
{
.imagecenter{
position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
 margin-top: 18px;
margin-left: -62px;
}
}

.custom-item-text{display:none !important;}
.mini-cart-summary{padding: 15px 15px 11px !important;}
.icon-shopping-cart{margin-top: -2px !important;}
.item-count{position: relative;top: -3px !important;}


}

#hamburgermenu > .nav > li > ul > li > a {
	text-align: right !important;
}

#retailTitle {
	margin: 20px 0 0 0;
	font-size: 1.8em;
	font-weight: bold;
}

#retailAddress {
	font-size: 1.2em;
}

/* Countdown Clock */

#countdown {
	margin: -35px 0;
}

#countdownTitle {
	font-family: Impact;
	font-size: 2.4em;
	color: #666;
	margin: 20px auto -35px auto; 
	width: 325px;
}

@media (max-width:400px) {

	#countdownTitle {
		font-family: Impact;
		font-size: 2.4em;
		color: #666;
		margin: 40px auto -35px auto; 
		width: 325px;
	}
	
	.imgLogo {
		margin-top: -70px;
	}

}

/* Related Items */

.shopping-cart-related-items > .row-fluid {
	width: 95%;
	margin: 0 auto;
	max-height: 420px;
	overflow: hidden;
}

.shopping-cart-related-items > h3 {
    margin: 20px 0 0 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.shopping-cart-related-items > .row-fluid > .row-fluid > .span2 {
	margin: 0px 64px 0 -5px;
}

.shopping-cart-related-items > .row-fluid > .row-fluid > .span2 > .productCell > .product > .info {
	margin-left: -8px;
	color: white;
}

.shopping-cart-related-items > .row-fluid > .row-fluid > .span2 > .productCell > .product > .item-cell > .item-cell-thumbnail > a > img {
	box-shadow: #666 4px 4px 4px;
}


