/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

	audio:not([controls]) {
		display: none;
		height: 0
	}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

	a:active, a:hover {
		outline: 0
	}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

	button[disabled], html input[disabled] {
		cursor: default
	}

	button::-moz-focus-inner, input::-moz-focus-inner {
		padding: 0;
		border: 0
	}

input {
	line-height: normal
}

	input[type=checkbox], input[type=radio] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0
	}

	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	input[type=search] {
		-webkit-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
		}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td, th {
	padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

		a[href]:after {
			content: " (" attr(href) ")"
		}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""
	}

	blockquote, pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img, tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

		.table td, .table th {
			background-color: #fff !important
		}

	.table-bordered td, .table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.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-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-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-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-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

	a:focus, a:hover {
		color: #23527c;
		text-decoration: underline
	}

	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
		font-weight: 400;
		line-height: 1;
		color: #777
	}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
		font-size: 65%
	}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

	.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
		font-size: 75%
	}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

	ol ol, ol ul, ul ol, ul ul {
		margin-bottom: 0
	}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

	.list-inline > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px
	}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

	blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
		margin-bottom: 0
	}

	blockquote .small, blockquote footer, blockquote small {
		display: block;
		font-size: 80%;
		line-height: 1.42857143;
		color: #777
	}

		blockquote .small:before, blockquote footer:before, blockquote small:before {
			content: '\2014 \00A0'
		}

	.blockquote-reverse, blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		text-align: right;
		border-right: 5px solid #eee;
		border-left: 0
	}

		.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
			content: ''
		}

		.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
			content: '\00A0 \2014'
		}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code, kbd, pre, samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700;
		-webkit-box-shadow: none;
		box-shadow: none
	}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

	pre code {
		padding: 0;
		font-size: inherit;
		color: inherit;
		white-space: pre-wrap;
		background-color: transparent;
		border-radius: 0
	}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #ddd
	}

	.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
		border-top: 0
	}

	.table > tbody + tbody {
		border-top: 2px solid #ddd
	}

	.table .table {
		background-color: #fff
	}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

	.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
		border: 1px solid #ddd
	}

	.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
		border-bottom-width: 2px
	}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

		.table-responsive > .table {
			margin-bottom: 0
		}

			.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
				white-space: nowrap
			}

		.table-responsive > .table-bordered {
			border: 0
		}

			.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
				border-left: 0
			}

			.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
				border-right: 0
			}

			.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
				border-bottom: 0
			}
}

fieldset {
	min-width: 0;
	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;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
	}

	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1
	}

	.form-control:-ms-input-placeholder {
		color: #999
	}

	.form-control::-webkit-input-placeholder {
		color: #999
	}

	.form-control::-ms-expand {
		background-color: transparent;
		border: 0
	}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		background-color: #eee;
		opacity: 1
	}

	.form-control[disabled], fieldset[disabled] .form-control {
		cursor: not-allowed
	}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

	.checkbox label, .radio label {
		min-height: 20px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer
	}

	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
		position: absolute;
		margin-top: 4px\9;
		margin-left: -20px
	}

	.checkbox + .checkbox, .radio + .radio {
		margin-top: -5px
	}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

	.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
		margin-top: 0;
		margin-left: 10px
	}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

	.form-control-static.input-lg, .form-control-static.input-sm {
		padding-right: 0;
		padding-left: 0
	}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

	.has-feedback .form-control {
		padding-right: 42.5px
	}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
	}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-warning .form-control:focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
	}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.has-error .form-control:focus {
		border-color: #843534;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
	}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label ~ .form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
			width: auto
		}

		.form-inline .input-group > .form-control {
			width: 100%
		}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.form-inline .checkbox label, .form-inline .radio label {
			padding-left: 0
		}

		.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

	.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	.btn.focus, .btn:focus, .btn:hover {
		color: #333;
		text-decoration: none
	}

	.btn.active, .btn:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
	}

	.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
		cursor: not-allowed;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .65
	}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

	.btn-default.focus, .btn-default:focus {
		color: #333;
		background-color: #e6e6e6;
		border-color: #8c8c8c
	}

	.btn-default:hover {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad
	}

	.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad
	}

		.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
			color: #333;
			background-color: #d4d4d4;
			border-color: #8c8c8c
		}

	.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
		background-image: none
	}

	.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
		background-color: #fff;
		border-color: #ccc
	}

	.btn-default .badge {
		color: #fff;
		background-color: #333
	}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

	.btn-primary.focus, .btn-primary:focus {
		color: #fff;
		background-color: #286090;
		border-color: #122b40
	}

	.btn-primary:hover {
		color: #fff;
		background-color: #286090;
		border-color: #204d74
	}

	.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #286090;
		border-color: #204d74
	}

		.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
			color: #fff;
			background-color: #204d74;
			border-color: #122b40
		}

	.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
		background-image: none
	}

	.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
		background-color: #337ab7;
		border-color: #2e6da4
	}

	.btn-primary .badge {
		color: #337ab7;
		background-color: #fff
	}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

	.btn-success.focus, .btn-success:focus {
		color: #fff;
		background-color: #449d44;
		border-color: #255625
	}

	.btn-success:hover {
		color: #fff;
		background-color: #449d44;
		border-color: #398439
	}

	.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
		color: #fff;
		background-color: #449d44;
		border-color: #398439
	}

		.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
			color: #fff;
			background-color: #398439;
			border-color: #255625
		}

	.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
		background-image: none
	}

	.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
		background-color: #5cb85c;
		border-color: #4cae4c
	}

	.btn-success .badge {
		color: #5cb85c;
		background-color: #fff
	}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

	.btn-info.focus, .btn-info:focus {
		color: #fff;
		background-color: #31b0d5;
		border-color: #1b6d85
	}

	.btn-info:hover {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc
	}

	.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc
	}

		.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
			color: #fff;
			background-color: #269abc;
			border-color: #1b6d85
		}

	.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
		background-image: none
	}

	.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
		background-color: #5bc0de;
		border-color: #46b8da
	}

	.btn-info .badge {
		color: #5bc0de;
		background-color: #fff
	}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

	.btn-warning.focus, .btn-warning:focus {
		color: #fff;
		background-color: #ec971f;
		border-color: #985f0d
	}

	.btn-warning:hover {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512
	}

	.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512
	}

		.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
			color: #fff;
			background-color: #d58512;
			border-color: #985f0d
		}

	.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
		background-image: none
	}

	.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
		background-color: #f0ad4e;
		border-color: #eea236
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: #fff
	}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

	.btn-danger.focus, .btn-danger:focus {
		color: #fff;
		background-color: #c9302c;
		border-color: #761c19
	}

	.btn-danger:hover {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925
	}

	.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925
	}

		.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
			color: #fff;
			background-color: #ac2925;
			border-color: #761c19
		}

	.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
		background-image: none
	}

	.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
		background-color: #d9534f;
		border-color: #d43f3a
	}

	.btn-danger .badge {
		color: #d9534f;
		background-color: #fff
	}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

	.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none
	}

		.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
			border-color: transparent
		}

			.btn-link:focus, .btn-link:hover {
				color: #23527c;
				text-decoration: underline;
				background-color: transparent
			}

			.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
				color: #777;
				text-decoration: none
			}

.btn-group-lg > .btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

	.btn-block + .btn-block {
		margin-top: 5px
	}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

	.fade.in {
		opacity: 1
	}

.collapse {
	display: none
}

	.collapse.in {
		display: block
	}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

	.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: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap
	}

		.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
			color: #262626;
			text-decoration: none;
			background-color: #f5f5f5
		}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #337ab7;
		outline: 0
	}

	.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
		color: #777
	}

		.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
			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-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.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 {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.btn-group-vertical > .btn, .btn-group > .btn {
		position: relative;
		float: left
	}

		.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
			z-index: 2
		}

	.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
		margin-left: -1px
	}

.btn-toolbar {
	margin-left: -5px
}

	.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
		float: left
	}

	.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
		margin-left: 5px
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group > .btn:first-child {
	margin-left: 0
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-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-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group > .btn-group {
	float: left
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-left-radius: 0;
		border-bottom-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-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

	.btn-group.open .dropdown-toggle.btn-link {
		-webkit-box-shadow: none;
		box-shadow: none
	}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

	.btn-group-vertical > .btn-group > .btn {
		float: none
	}

	.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

	.btn-group-vertical > .btn:first-child:not(:last-child) {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

	.btn-group-justified > .btn, .btn-group-justified > .btn-group {
		display: table-cell;
		float: none;
		width: 1%
	}

		.btn-group-justified > .btn-group .btn {
			width: 100%
		}

		.btn-group-justified > .btn-group .dropdown-menu {
			left: auto
		}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

	.input-group[class*=col-] {
		float: none;
		padding-right: 0;
		padding-left: 0
	}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0
	}

		.input-group .form-control:focus {
			z-index: 3
		}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
	height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
	height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

	.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

	.input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px
	}

	.input-group-addon.input-lg {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px
	}

	.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
		margin-top: 0
	}

	.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.input-group-addon:last-child {
		border-left: 0
	}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

	.input-group-btn > .btn {
		position: relative
	}

		.input-group-btn > .btn + .btn {
			margin-left: -1px
		}

		.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
			z-index: 2
		}

	.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
		margin-right: -1px
	}

	.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
		z-index: 2;
		margin-left: -1px
	}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

	.nav > li {
		position: relative;
		display: block
	}

		.nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px
		}

			.nav > li > a:focus, .nav > li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

		.nav > li.disabled > a {
			color: #777
		}

			.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
				color: #777;
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent
			}

	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
		background-color: #eee;
		border-color: #337ab7
	}

	.nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.nav > li > a > img {
		max-width: none
	}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px
	}

		.nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857143;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0
		}

			.nav-tabs > li > a:hover {
				border-color: #eee #eee #ddd
			}

		.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
			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 {
			float: none
		}

			.nav-tabs.nav-justified > li > a {
				margin-bottom: 5px;
				text-align: center
			}

		.nav-tabs.nav-justified > .dropdown .dropdown-menu {
			top: auto;
			left: auto
		}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.nav-tabs.nav-justified > li > a {
			margin-bottom: 0
		}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills > li {
	float: left
}

	.nav-pills > li > a {
		border-radius: 4px
	}

	.nav-pills > li + li {
		margin-left: 2px
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
		color: #fff;
		background-color: #337ab7
	}

.nav-stacked > li {
	float: none
}

	.nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0
	}

.nav-justified {
	width: 100%
}

	.nav-justified > li {
		float: none
	}

		.nav-justified > li > a {
			margin-bottom: 5px;
			text-align: center
		}

	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto
	}

@media (min-width:768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.nav-justified > li > a {
			margin-bottom: 0
		}
}

.nav-tabs-justified {
	border-bottom: 0
}

	.nav-tabs-justified > li > a {
		margin-right: 0;
		border-radius: 4px
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
		border: 1px solid #ddd
	}

@media (min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

	.navbar-collapse.in {
		overflow-y: auto
	}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
		/*.navbar-collapse.collapse{display:block;height:auto;padding-bottom:0;overflow:visible}*/

		.navbar-collapse.in {
			overflow-y: visible
		}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

	.navbar-brand:focus, .navbar-brand:hover {
		text-decoration: none
	}

	.navbar-brand > img {
		display: block
	}

@media (min-width:768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

	.navbar-toggle:focus {
		outline: 0
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px
		}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px
	}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

		.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 15px 5px 25px
		}

		.navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px
		}

			.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
				background-image: none
			}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

		.navbar-nav > li {
			float: left
		}

			.navbar-nav > li > a {
				padding-top: 15px;
				padding-bottom: 15px
			}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
			width: auto
		}

		.navbar-form .input-group > .form-control {
			width: 100%
		}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.navbar-form .checkbox label, .navbar-form .radio label {
			padding-left: 0
		}

		.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

		.navbar-form .form-group:last-child {
			margin-bottom: 0
		}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

	.navbar-btn.btn-sm {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.navbar-btn.btn-xs {
		margin-top: 14px;
		margin-bottom: 14px
	}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

		.navbar-right ~ .navbar-right {
			margin-right: 0
		}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

	.navbar-default .navbar-brand {
		color: #777
	}

		.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
			color: #5e5e5e;
			background-color: transparent
		}

	.navbar-default .navbar-text {
		color: #777
	}

	.navbar-default .navbar-nav > li > a {
		color: #777
	}

		.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd
	}

		.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
			background-color: #ddd
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #888
		}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #e7e7e7
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

	.navbar-default .navbar-link:hover {
		color: #333
	}

.navbar-default .btn-link {
	color: #777
}

	.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
		color: #333
	}

	.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
		color: #ccc
	}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

	.navbar-inverse .navbar-brand {
		color: #9d9d9d
	}

		.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-text {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #9d9d9d
	}

		.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333
	}

		.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
			background-color: #333
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: #fff
		}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border-color: #101010
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
		color: #fff;
		background-color: #080808
	}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

	.navbar-inverse .navbar-link:hover {
		color: #fff
	}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

	.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
		color: #fff
	}

	.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
		color: #444
	}

.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: #777
	}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

	.pagination > li {
		display: inline
	}

		.pagination > li > a, .pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.42857143;
			color: #337ab7;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd
		}

		.pagination > li:first-child > a, .pagination > li:first-child > span {
			margin-left: 0;
			border-top-left-radius: 4px;
			border-bottom-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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
			z-index: 2;
			color: #23527c;
			background-color: #eee;
			border-color: #ddd
		}

	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		z-index: 3;
		color: #fff;
		cursor: default;
		background-color: #337ab7;
		border-color: #337ab7
	}

	.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd
	}

.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > 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 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:focus, .pager li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

	.pager .next > a, .pager .next > span {
		float: right
	}

	.pager .previous > a, .pager .previous > span {
		float: left
	}

	.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
		color: #777;
		cursor: not-allowed;
		background-color: #fff
	}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

	.label-default[href]:focus, .label-default[href]:hover {
		background-color: #5e5e5e
	}

.label-primary {
	background-color: #337ab7
}

	.label-primary[href]:focus, .label-primary[href]:hover {
		background-color: #286090
	}

.label-success {
	background-color: #5cb85c
}

	.label-success[href]:focus, .label-success[href]:hover {
		background-color: #449d44
	}

.label-info {
	background-color: #5bc0de
}

	.label-info[href]:focus, .label-info[href]:hover {
		background-color: #31b0d5
	}

.label-warning {
	background-color: #f0ad4e
}

	.label-warning[href]:focus, .label-warning[href]:hover {
		background-color: #ec971f
	}

.label-danger {
	background-color: #d9534f
}

	.label-danger[href]:focus, .label-danger[href]:hover {
		background-color: #c9302c
	}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

	.badge:empty {
		display: none
	}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item > .badge {
	float: right
}

	.list-group-item > .badge + .badge {
		margin-right: 5px
	}

.nav-pills > li > a > .badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

	.jumbotron .h1, .jumbotron h1 {
		color: inherit
	}

	.jumbotron p {
		margin-bottom: 15px;
		font-size: 21px;
		font-weight: 200
	}

	.jumbotron > hr {
		border-top-color: #d5d5d5
	}

.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

	.thumbnail a > img, .thumbnail > img {
		margin-right: auto;
		margin-left: auto
	}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.alert h4 {
		margin-top: 0;
		color: inherit
	}

	.alert .alert-link {
		font-weight: 700
	}

	.alert > p, .alert > ul {
		margin-bottom: 0
	}

		.alert > p + p {
			margin-top: 5px
		}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

	.alert-dismissable .close, .alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit
	}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

	.alert-success hr {
		border-top-color: #c9e2b3
	}

	.alert-success .alert-link {
		color: #2b542c
	}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

	.alert-info hr {
		border-top-color: #a6e1ec
	}

	.alert-info .alert-link {
		color: #245269
	}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

	.alert-warning hr {
		border-top-color: #f7e1b5
	}

	.alert-warning .alert-link {
		color: #66512c
	}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

	.alert-danger hr {
		border-top-color: #e4b9c0
	}

	.alert-danger .alert-link {
		color: #843534
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
	margin-top: 15px
}

	.media:first-child {
		margin-top: 0
	}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

	.media-object.img-thumbnail {
		max-width: none
	}

.media-right, .media > .pull-right {
	padding-left: 10px
}

.media-left, .media > .pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

	.list-group-item:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px
	}

a.list-group-item, button.list-group-item {
	color: #555
}

	a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
		color: #333
	}

	a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5
	}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

	.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
		color: inherit
	}

	.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
		color: #777
	}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

	.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
		color: inherit
	}

	.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
		color: #c7ddef
	}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}

	a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
		color: #3c763d;
		background-color: #d0e9c6
	}

	a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}

	a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
		color: #31708f;
		background-color: #c4e3f3
	}

	a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}

	a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
		color: #8a6d3b;
		background-color: #faf2cc
	}

	a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b
	}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}

	a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
		color: #a94442;
		background-color: #ebcccc
	}

	a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
		color: #fff;
		background-color: #a94442;
		border-color: #a94442
	}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

	.panel-heading > .dropdown .dropdown-toggle {
		color: inherit
	}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

	.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
		color: inherit
	}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0
}

	.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0
	}

	.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

	.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group + .panel-footer {
	border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
	margin-bottom: 0
}

	.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
		padding-right: 15px;
		padding-left: 15px
	}

	.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px
		}

			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
				border-top-left-radius: 3px
			}

			.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
				border-top-right-radius: 3px
			}

	.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px
		}

			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
				border-bottom-left-radius: 3px
			}

			.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
				border-bottom-right-radius: 3px
			}

	.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
		border-top: 1px solid #ddd
	}

	.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
		border-top: 0
	}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0
}

	.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0
	}

	.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0
	}

	.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
		border-bottom: 0
	}

	.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0
	}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 4px
	}

		.panel-group .panel + .panel {
			margin-top: 5px
		}

	.panel-group .panel-heading {
		border-bottom: 0
	}

		.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
			border-top: 1px solid #ddd
		}

	.panel-group .panel-footer {
		border-top: 0
	}

		.panel-group .panel-footer + .panel-collapse .panel-body {
			border-bottom: 1px solid #ddd
		}

.panel-default {
	border-color: #ddd
}

	.panel-default > .panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ddd
		}

		.panel-default > .panel-heading .badge {
			color: #f5f5f5;
			background-color: #333
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd
	}

.panel-primary {
	border-color: #337ab7
}

	.panel-primary > .panel-heading {
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7
	}

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #337ab7
		}

		.panel-primary > .panel-heading .badge {
			color: #337ab7;
			background-color: #fff
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #337ab7
	}

.panel-success {
	border-color: #d6e9c6
}

	.panel-success > .panel-heading {
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6
		}

		.panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #3c763d
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6
	}

.panel-info {
	border-color: #bce8f1
}

	.panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1
	}

.panel-warning {
	border-color: #faebcc
}

	.panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc
	}

.panel-danger {
	border-color: #ebccd1
}

	.panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #a94442
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1
	}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0,0,0,.15)
	}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

	.close:focus, .close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: .5
	}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0,-25%);
		-ms-transform: translate(0,-25%);
		-o-transform: translate(0,-25%);
		transform: translate(0,-25%)
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0)
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

	.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0
	}

	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

	.modal-header .close {
		margin-top: -2px
	}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

	.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
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

	.tooltip.in {
		filter: alpha(opacity=90);
		opacity: .9
	}

	.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;
	background-color: #000;
	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-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	line-break: auto
}

	.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;
	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 {
		content: "";
		border-width: 10px
	}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

	.popover.top > .arrow:after {
		bottom: 1px;
		margin-left: -10px;
		content: " ";
		border-top-color: #fff;
		border-bottom-width: 0
	}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

	.popover.right > .arrow:after {
		bottom: -10px;
		left: 1px;
		content: " ";
		border-right-color: #fff;
		border-left-width: 0
	}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

	.popover.bottom > .arrow:after {
		top: 1px;
		margin-left: -10px;
		content: " ";
		border-top-width: 0;
		border-bottom-color: #fff
	}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

	.popover.left > .arrow:after {
		right: 1px;
		bottom: -10px;
		content: " ";
		border-right-width: 0;
		border-left-color: #fff
	}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

	.carousel-inner > .item {
		position: relative;
		display: none;
		-webkit-transition: .6s ease-in-out left;
		-o-transition: .6s ease-in-out left;
		transition: .6s ease-in-out left
	}

		.carousel-inner > .item > a > img, .carousel-inner > .item > img {
			line-height: 1
		}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

		.carousel-inner > .item.active.right, .carousel-inner > .item.next {
			left: 0;
			-webkit-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0)
		}

		.carousel-inner > .item.active.left, .carousel-inner > .item.prev {
			left: 0;
			-webkit-transform: translate3d(-100%,0,0);
			transform: translate3d(-100%,0,0)
		}

			.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
				left: 0;
				-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0)
			}
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block
}

.carousel-inner > .active {
	left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner > .next {
	left: 100%
}

.carousel-inner > .prev {
	left: -100%
}

	.carousel-inner > .next.left, .carousel-inner > .prev.right {
		left: 0
	}

.carousel-inner > .active.left {
	left: -100%
}

.carousel-inner > .active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5
}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
		background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
		background-repeat: repeat-x
	}

	.carousel-control.right {
		right: 0;
		left: auto;
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		background-repeat: repeat-x
	}

	.carousel-control:focus, .carousel-control:hover {
		color: #fff;
		text-decoration: none;
		filter: alpha(opacity=90);
		outline: 0;
		opacity: .9
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		left: 50%;
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		right: 50%;
		margin-right: -10px
	}

	.carousel-control .icon-next, .carousel-control .icon-prev {
		width: 20px;
		height: 20px;
		font-family: serif;
		line-height: 1
	}

		.carousel-control .icon-prev:before {
			content: '\2039'
		}

		.carousel-control .icon-next:before {
			content: '\203a'
		}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #000\9;
		background-color: rgba(0,0,0,0);
		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,.6)
}

	.carousel-caption .btn {
		text-shadow: none
	}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}
/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
body, html {
	overflow-x: hidden;
	background: #fff;
	height: 100%;
	position: relative;
}

* {
	outline: none !important;
}

hr, img {
	border: 0;
}

#container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

#trustedsite-image, img#trustedsite-image-bg {
	margin: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, main, nav, section, summary {
	display: block;
}

.text-red {
	color: #e51319 !important;
}

#trustedsite-image-bg, img#trustedsite-image-bg {
	position: fixed !important;
	z-index: 1000002 !important;
	bottom: 0 !important;
	display: none;
}

#trustedsite-image, #trustedsite-image-bg, img#trustedsite-image-bg {
	right: -56px;
	width: 100px;
	max-width: none !important;
	height: 40px !important;
	max-height: none !important;
	padding: 0 !important;
	border: 0 !important;
	background: 0 0 !important;
}

hr, legend {
	padding: 0;
}

.group:after, .ir:before {
	content: '';
}

#container, body {
	min-width: 320px;
}

table, table.table2 {
	border-collapse: collapse;
}

label {
	font-weight: 400;
	margin-bottom: 0;
}

audio, canvas, video {
	display: inline-block;
}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	color: #000;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background: #fff;
	overflow-x: hidden;
	margin: 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	margin-top: 0;
}

p {
	margin-top: 0;
}

a {
	color: #e51319;
	text-decoration: none;
	line-height: inherit;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

	a:hover {
		text-decoration: none;
		color: #cd1116;
	}

	a:focus, a:visited {
		text-decoration: none;
		color: #cd1116;
		outline: 0;
	}

p a, p a:visited {
	line-height: inherit;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	margin: 1em 0;
	border-top: 1px solid #ccc;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

	img#dhl-image {
		width: 58px;
		height: 18px;
	}


/* BOOTSRTAP ADDITIONS */
@media screen and (min-width: 1200px) {
	.col-lg-2-4 {
		width: 20%;
	}
}
/* END bootstrap additions */

p span:not(.itemsqty), .category p span strong {
	color: #e51319;
}

#currentnodeid, #showontabletportrait {
	display: none;
}

#pnlPrice {
	max-height: 1014px;
}

	#pnlPrice p {
		float: left;
		width: 100%;
	}

#spinner {
	top: 300px;
}

#trustedsite-image {
	position: fixed;
	z-index: 1000003 !important;
	bottom: 0;
	overflow: hidden;
	cursor: pointer !important;
}

div.select_part h1 {
	font-size: 24px;
}

a.brandTitle {
	color: #fff;
}

a.login, a.my-account {
	margin-right: 3px;
}

#trustpilot-review-list {
	position: relative;
	overflow: hidden;
	height: 100%;
}

	#trustpilot-review-list li {
		position: absolute;
		z-index: 11;
		top: 0;
		left: 0;
		display: block;
		opacity: 1;
	}

#trustedsite-image-bg {
	margin: 0 !important;
}

.lang-switch {
	display: inline-block;
}

	.lang-switch .flag-icon {
		font-size: 20px;
	}

	.lang-switch span {
		float: right;
		margin-left: 5px;
		margin-top: -2px;
	}

.header-top-row .lang-switch:not(:first-child) {
	margin-left: 15px;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

.ir, svg:not(:root) {
	overflow: hidden;
}

a:active, a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #ff0;
}

.ir, .text-hide {
	border: 0;
	background-color: transparent;
}

code, kbd, pre, samp {
	font-family: monospace,serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: '“' '”' '‘' '’';
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

figure {
	margin: 0;
}

legend {
	border: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
}

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=radio], input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=search] {
	-webkit-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;
}

table {
	border-spacing: 0;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
}

.affix {
	position: fixed;
}

.post .image, .post ul li {
	position: relative;
}

.ir:before {
	display: block;
	width: 0;
	height: 150%;
}

.group:after {
	display: table;
	clear: both;
}

.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
}

#content {
	padding: 25px 0 53px;
	position: relative;
}

	#content.product {
		padding-top: 57px;
	}

#main {
	float: left;
	width: 740px;
}

#sidebar {
	float: right;
	width: 240px;
}

#content.product #sidebar {
	margin-top: -57px;
}

#footer {
	background: #fff;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

	#footer .copy {
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

.post blockquote, .post dd, .post dl, .post dt, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post li, .post ol, .post p, .post pre, .post td, .post th, .post ul {
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	color: #414140;
	direction: ltr;
}

blockquote {
	border: none;
}

.post p, p {
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #222;
	margin-bottom: 20px;
}

	.post p.lead {
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
	}

	.category p span strong, p span:not(.itemsqty) {
		color: #e51319;
	}

	.post p a, p a {
		color: #e51319;
		font-weight: 600;
	}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, h2 {
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
	margin-bottom: 20px;
	color: #414140;
	text-rendering: optimizeLegibility;
}

	.post h1 small, .post h2 small, .post h3 small, .post h4 small, .post h5 small, .post h6 small {
		font-size: 60%;
		line-height: 0;
		color: #6f6f6f;
	}

.post h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

.post h2, h2 {
	font-size: 24px;
}

.post h3, h3 {
	font-size: 18px;
}

.post h4 {
	font-size: 16px;
}

.post h5 {
	font-size: 14px;
}

.post td {
	padding: 5px;
}

.post h6 {
	font-size: 12px;
}

.post code {
	font-weight: 700;
	background: #ff9;
}

.post dl, .post ol, .post ul {
	margin-bottom: 17px;
	margin-left: 26px;
	list-style-position: outside;
}

	.post ul li {
		margin-bottom: 8px;
		padding-left: 4px;
	}

		.post ol li ol, .post ol li ul, .post ul li ol, .post ul li ul {
			margin-bottom: 0;
			margin-left: 20px;
		}

		.post ul li a {
			color: #e51319;
		}

.post ol {
	margin-left: 20px;
}

.post blockquote, .post blockquote p {
	line-height: 1.5;
	color: #6f6f6f;
}

.post blockquote {
	margin: 0 0 17px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

	.post blockquote cite {
		font-size: 13px;
		display: block;
		color: #555;
	}

		.post blockquote cite:before {
			content: '—\20';
		}

#banner:after, #search-form .box5:after, #search-form div.tab-content .select:after, #why-choose-us .content:before, #why-choose-us header h3:after, .form .select:after, .product-detail h4:hover:after, .safari .select:after, .safari td.quantity .select::after, .save:before, div.breadcrumbs:before, td.quantity .select::after {
	content: '';
}

.post blockquote cite a, .post blockquote cite a:visited {
	color: #555;
}

.post .image figcaption {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 15px;
	color: #fff;
	background: #414140;
}

.post .image.left {
	margin: 0 40px 40px 0;
}

.post .image.right {
	margin: 0 0 40px 40px;
}

#divSubscribed {
	margin-top: 30%;
}

	#divSubscribed button {
		font: 17.33px Arial;
		margin: 3% 0;
		padding: 15px;
		color: #fff;
		border: 0;
		background-color: #e95e22;
	}

	#divSubscribed #text {
		font-size: 17px !important;
		color: #fff;
	}

.progress-loader {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #505050;
}

	.progress-loader.progress-loader-opacity {
		background-color: rgba(42, 117, 169, 0.5);
	}

	.progress-loader img {
		position: absolute;
		top: -webkit-calc(50% - 16px);
		top: calc(50% - 16px);
		left: -webkit-calc(50% - 16px);
		left: calc(50% - 16px);
	}

.ship-now-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

	.ship-now-container input[type=submit] {
		margin-right: 20px;
	}

	/*.ship-now-container span {
		line-height: 34px;
	}*/

	.ship-now-container form > div {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

.mobilebanner {
	display: none;
	width: auto;
	margin: 20px 15px 16px;
	padding: 10px;
	background: #f3f3f3;
}

	.mobilebanner .caption, .mobilebanner h1 {
		font-size: 17px;
		font-weight: 700;
		line-height: 36px;
		margin: 0;
		padding-left: 70px;
		color: #e51319;
	}

	.mobilebanner p {
		font-size: 13px;
		margin-bottom: 0;
		padding-left: 70px;
		text-align: left;
		text-transform: uppercase;
	}

	.mobilebanner .amp-banner, .mobilebanner .img {
		width: 100%;
		min-height: 40px;
	}

.shopping-cart-list .mobilebanner {
	display: block !important;
	margin-right: 0;
	margin-left: 0;
	padding: 15px;
	text-transform: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f5e0d6;
}

	.shopping-cart-list .mobilebanner .img {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.shopping-cart-list .mobilebanner p {
		font-size: 16px;
		line-height: 24px;
		padding-left: 50px;
		text-transform: none;
		color: #222;
	}

#brand-page #search-form {
	display: block;
}

.content-page-search #search-form {
	padding: 0 0 10px;
}

#search-form {
	display: none;
	padding: 20px 0;
}

	#search-form span.ex-vat {
		color: #e51319;
		font-size: 14px;
	}

#content #search-form .tabs {
	margin-right: 0;
	margin-left: 0;
}

#search-form .tabs {
	position: relative;
	margin: 0 0 22px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
}

#search-form .tab-strips {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#search-form .tab-strips li {
		line-height: 54px;
		float: left;
		width: 50%;
		height: 54px;
		margin-top: 20px;
		-webkit-transition: All .2s ease;
		-o-transition: All .2s ease;
		transition: All .2s ease;
		vertical-align: bottom;
		background: #2A75A9;
	}

		#search-form .tab-strips li:hover {
			line-height: 74px;
			height: 74px;
			margin-top: 0;
			vertical-align: bottom;
		}

		#search-form .tab-strips li a {
			display: block;
			padding: 0 30px;
			font-size: 14px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			background: #2A75A9;
			-webkit-transition: font-size .2s ease;
			-o-transition: font-size .2s ease;
			transition: font-size .2s ease;
		}

		#search-form .tab-strips li.part-number-search a,
		#search-form .tab-strips li.part-advanced-search a {
			font-size: 13px;
			font-weight: 600;
		}

		#search-form .tab-strips li.part-advanced-search a {
			background: #357eb1;
		}

		#search-form .tab-strips li.active {
			line-height: 74px !important;
			height: 74px !important;
			margin-top: 0 !important;
			vertical-align: bottom !important;
		}

			#search-form .tab-strips li.active a {
				background: #0a64a1;
			}

#search-form .tab-content {
	display: none;
	padding: 38px 30px;
	background: #2A75A9;
}

	#search-form .tab-content.active, div#search-form.battery .tab-content {
		display: block;
		background: #0a64a1;
	}

#search-form div.tab-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#search-form div.tab-content ul li {
		float: left;
		margin-right: 14px;
	}

		#search-form div.tab-content ul li:last-child {
			margin-right: 0;
		}

#search-form div.tab-content .select {
	position: relative;
	display: block;
	width: 185px;
	height: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

	#search-form div.tab-content .select:after {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		pointer-events: none;
		-webkit-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		background: url(../images/sprites/icons.png) -189px -6px no-repeat #ededed;
	}

	#search-form div.tab-content .select select {
		font-size: 18px;
		line-height: 26px;
		width: 100%;
		height: 40px;
		padding: 0 40px 0 8px;
		text-transform: capitalize;
		color: #5b5e65;
		border: 0;
		outline: none;
		background: none;
	}

#search-form div.tab-content li.brand .select select, #search-form div.tab-content li.type .select select {
	font-weight: bold;
	color: #5b5e65;
}

#search-form div.tab-content input[type=submit] {
	background: #e51319;
	cursor: pointer;
	display: block;
	border: 0;
	height: 40px;
	width: 145px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

#search-form div.tab-content input[type=text] {
	font-size: 16px;
	font-weight: 800;
	position: relative;
	/*width: 200px;*/
	height: 40px;
	padding: 8px 20px;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

#search-form.basket-search-form div.tab-content input[type=text] {
	width: 100%;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: normal;
}

#search-form.basket-search-form .tab-content {
	padding: 26px 30px;
}

	#search-form.basket-search-form .tab-content input[type=text].comment {
		padding-top: 2px;
		padding-bottom: 2px;
		height: auto;
		font-size: 13px;
	}

	#search-form.basket-search-form .tab-content select,
	#search-form.basket-search-form .tab-content .jq-combo-container input[type=text],
	#search-form.basket-search-form .tab-content .jq-combo-container .jq-combo-items a {
		text-align: center;
	}

.amp-notification p {
	font-weight: 700 !important;
	line-height: 40px !important;
	margin: 0;
	color: #ccc !important;
}

#search-form p {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	padding-left: 30px;
	color: #414140;
}

	#search-form p a {
		font-weight: 700;
		color: #e51319;
	}

	#search-form p span {
		font-size: 14px;
	}

#defaultSearchBlock {
	background: #2A75A9;
}

#partNumberSearchBlock .select, #partNumberSearchBlock div.tab-content input[type=text] {
	width: 225px;
	background: #fff;
}

	#partNumberSearchBlock .select:after {
		background-color: #fff;
	}

#search-form .tab-strips li.akr {
	background: #414140 !important;
}

	#search-form .tab-strips li.akr a, #search-form .tab-strips li.amp a {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

#search-form .tab-strips li .icon.akr {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin: 0 6px 0 0;
	background: url(../images/sprites/icons.png) -58px -91px no-repeat;
}

#search-form .tab-strips li .icon.amp {
	display: inline-block;
	width: 50px;
	height: 28px;
	margin: 0 6px 0 0;
	background: url(../images/sprites/icons.png) -58px -117px no-repeat;
}

#search-form .tab-strips li.akr a {
	font-size: 14px;
	font-weight: 500;
	background: #414140 !important;
}

#search-form ul.tab-strips li.akr ul {
	position: absolute;
	z-index: 999;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #535353;
}

#search-form ul.tab-strips li.akr:hover ul {
	display: block;
}

#search-form ul.tab-strips li.akr ul li {
	float: none;
	margin: 0;
}

.offers .timer ul, .search-result .selected-product .buy-now {
	float: right;
}

#search-form ul.tab-strips li.akr ul li a {
	display: block;
	padding: 9px 20px 10px;
}

	#search-form ul.tab-strips li.akr ul li a:hover {
		background: #e51319 !important;
	}

#search-form .tab-strips li.amp {
	background: #323232 !important;
}

	#search-form .tab-strips li.amp a {
		font-size: 14px;
		font-weight: 500;
		background: #323232 !important;
	}

#search-form .box5 {
	position: relative;
	padding: 44px 30px 41px;
}

	#search-form .box5:after {
		position: absolute;
		top: 100%;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		margin-left: -15px;
		pointer-events: none;
		border: solid transparent;
		border-width: 15px;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #292929;
	}

	#search-form .box5 .image1 {
		position: absolute;
		top: -93px;
		left: 60px;
	}

	#search-form .box5 p {
		font-size: 18px;
		font-weight: 400;
		line-height: 21px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	#search-form .box5 form li.type .select select {
		font-weight: 700;
	}

#search-form.battery {
	padding: 81px 0 15px;
}

	#search-form.battery h2 {
		margin-bottom: 28px;
		text-transform: uppercase;
		color: #5b5e65;
	}

div.battery {
	min-height: 300px;
}

#search-form div.ex-vat {
	font-size: 14px;
	color: #e51319;
}

#search-form.basket-search-form div.tab-content .jq-combo-container {
	width: 100%;
}

	#search-form.basket-search-form div.tab-content .jq-combo-container .jq-combo-autocomplete {
		height: 40px;
	}

		#search-form.basket-search-form div.tab-content .jq-combo-container .jq-combo-autocomplete input {
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			line-height: 38px;
			height: 38px !important;
			width: calc(100% - 22px) !important;
		}

		#search-form.basket-search-form div.tab-content .jq-combo-container .jq-combo-autocomplete .jq-combo-arrow {
			height: 38px !important;
			background-position-y: -95px;
			background-color: #FFFFFF;
		}

		#search-form.basket-search-form div.tab-content .jq-combo-container .jq-combo-autocomplete .jq-combo-items {
			top: 38px;
			text-align: left;
		}

input.masked-qty {
	width: 64px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	border: solid 1px #9e9e9e;
	padding: 0 6px;
	margin-bottom: 4px;
	border-radius: 2px;
	color: #4E4E4E;
}

#search-form.basket-search-form div.tab-content .cart-btn {
	display: block;
	height: 40px;
	width: 100%;
	background: #e51319;
	color: #FFF;
	line-height: 28px;
	font-size: 20px;
}

#search-form.basket-search-form div.tab-content .radio label {
	color: #FFF;
}

#search-form.basket-search-form div.tab-content .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.search-result {
	padding: 47px 0 105px;
}

	.search-result .selected-product {
		margin-bottom: 20px;
		padding-left: 62px;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

		.search-result .selected-product .alignleft {
			margin: 17px 0 0;
		}

		.search-result .selected-product h3 {
			font-size: 24px;
			line-height: 27px;
			margin-bottom: 26px;
		}

		.search-result .selected-product .quantity {
			margin-bottom: 17px;
		}

		.search-result .selected-product .button2 {
			font-size: 16px;
			line-height: 45px;
			height: 45px;
			padding: 0 12px;
		}

	.search-result .product-info {
		padding: 12px 45px 0 20px;
	}

		.search-result .product-info p {
			color: #414140;
		}

			.search-result .product-info p strong {
				font-size: 18px;
				font-weight: 600;
			}

		.search-result .product-info .view {
			font-size: 12px;
			font-weight: 700;
			color: #e51319;
		}

	.search-result .selected-product .more-btn {
		display: none;
	}


div.breadcrumbs {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

	div.breadcrumbs:before {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin: 0 12px 0 0;
		background: url(../images/sprites/icons.png) -9px -92px no-repeat;
	}

	div.breadcrumbs + .generic-part-page {
		margin-top: 32px;
	}

	div.breadcrumbs a, div.breadcrumbs span, div.breadcrumbs span.divider {
		font-size: 14px;
		color: #e51319;
		line-height: normal;
	}

	.widget h2, .widget ul li, .widget ul li a, div.breadcrumbs span {
		color: #414140;
	}

		div.breadcrumbs span.divider {
			margin: 0 4px;
		}

.tabs .tab-strips {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile_page .tabs .tab-strips {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

	.profile_page .tabs .tab-strips li {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}

.profile_landing_page .profile_link {
	height: 200px;
	margin-bottom: 30px;
}

	.profile_landing_page .profile_link a {
		display: block;
		height: 100%;
		width: 100%;
		background: #F9F9F9;
		border: solid 2px #0a64a1;
		padding: 15px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}

		.profile_landing_page .profile_link a:hover {
			background-color: #E7F5FF;
		}

		.profile_landing_page .profile_link a h3 {
			color: #2A75A9;
		}

		.profile_landing_page .profile_link a p {
			color: #000000;
		}

.widget {
	margin-bottom: 30px;
}

	.widget h2 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
	}

	.offers h2, .widget ul li strong {
		font-weight: 600;
	}

	.widget ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.offers h2, .offers h3, .widget ul li {
			margin-bottom: 10px;
		}

		.widget ul li {
			font-size: 14px;
		}

.need-help:not(.noaccordeon) li > a {
	padding-right: 15px;
	background: url(/Content/images/arrow4.png) right 9px no-repeat;
}

.need-help:not(.noaccordeon) li .content {
	display: none;
}

.offers {
	padding: 10px 20px;
	background: #e51319;
}

	.offers h2 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		color: #fff;
		border: 0;
	}

	.offers h3 {
		font-size: 20px;
		font-weight: 400;
		color: #fff;
	}

	.offers .timer {
		position: relative;
		margin: 0 -20px -10px;
		padding: 10px 20px 6px;
		background: #e51319;
	}

		.offers .timer p {
			font-size: 12px;
			line-height: 14px;
			text-transform: uppercase;
			color: #fff;
		}

		.offers .timer ul li {
			font-size: 11px;
			float: left;
			margin-bottom: 0;
			margin-left: 6px;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
		}

			.offers .timer ul li span.count {
				font-size: 24px;
				font-weight: 700;
				line-height: 42px;
				position: relative;
				display: block;
				width: 40px;
				height: 46px;
				margin-bottom: 4px;
				color: #fff;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				background: url(/Content/images/count-bg.gif) left center repeat-x #414140;
			}

.widget.dashboard-widget h2, .widget.dashboard-widget strong {
	color: #e51319;
}

.trustpilot-strip {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 68px;
	margin: 0 auto 40px;
}

	.trustpilot-strip a.reviews {
		font: 14px/72px Verdana,sans-serif;
		margin-top: 27px;
		margin-left: 35px;
	}

	.trustpilot-strip figure {
		float: left;
		width: auto;
		height: 100%;
	}

	.trustpilot-strip img {
		display: inline-block;
		width: auto;
		height: auto;
		border: none;
	}

	.trustpilot-strip .stars {
		line-height: 68px;
		float: left;
		height: 100%;
		padding: 0 13px 0 10px;
	}

		.trustpilot-strip .stars span {
			line-height: normal;
			display: inline-block;
			width: 25px;
			height: 25px;
			vertical-align: middle;
			background: url(/Content/images/sprites/icons.png) -334px -169px no-repeat #007f4e;
		}

	.trustpilot-strip p {
		font: 22px/72px Verdana,sans-serif;
		font-weight: 700;
		color: #000;
		background: #f3f3f3;
	}

		.trustpilot-strip p em, .trustpilot-strip p em span {
			font: 16px Verdana,sans-serif;
			color: #aca79b;
		}

.trustpilot-slider .rating {
	margin: 22px;
}

div.breadcrumbs + .trustpilot-strip {
	margin-top: 32px;
}

#footer .trustpilot-strip {
	width: 75% !important;
	margin-bottom: 0;
}

	#footer .trustpilot-strip > * {
		float: right;
	}

	#footer .trustpilot-strip figure {
		line-height: 68px;
		margin-left: 10px;
	}

.tooltip {
	position: absolute;
	padding-bottom: 9px;
}

	.tooltip .tooltip-inner {
		font-size: 10px;
		line-height: 12px;
		display: block;
		padding: 3px 8px;
		text-transform: uppercase;
		color: #292929;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #616160;
	}

	.tooltip.top .tooltip-arrow {
		position: absolute;
		bottom: 1px;
		left: 50%;
		width: 13px;
		height: 8px;
		margin-left: -6px;
		background: url(/Content/images/arrow.png) left top no-repeat;
	}

#sociable, .visual-sharecontainer {
	position: relative;
	z-index: 5;
	float: right;
	width: 180px;
}

	#sociable ul li {
		float: left;
		margin-left: 4px;
	}

.accordion h4 {
	margin-bottom: 40px;
	padding-right: 22px;
	padding-bottom: 12px;
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	background: url(/Content/images/arrow9.png) right 8px no-repeat;
}

	.accordion h4.ui-state-active {
		background: url(/Content/images/arrow10.png) right 5px no-repeat;
	}

.form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.form ul li {
		position: relative;
		clear: both;
		margin-bottom: 18px;
	}

		.form ul li.half {
			float: left;
			clear: none;
			width: 50%;
		}

		.form ul li .rq {
			color: #e51319;
		}

.form input[type=text], .form input[type=password], .form input[type=email] {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 6px 10px;
	color: #414140;
	border: 1px solid #d5d5d5;
	outline: 0;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.lblemail2-warning {
	font-size: 12px;
	margin-bottom: 0;
}

	.lblemail2-warning span {
		color: #414140 !important;
	}

.form input.input-width-20 {
	width: 50px;
}

.form input.input-width-60 {
	width: 168px;
	margin-right: 0;
}

.form button[type=submit] {
	float: right;
}

.form .select, td.quantity .select {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 33px;
	background: #fff;
}

	.form select::-ms-expand, td.quantity .select::-ms-expand {
		display: none;
	}

select::-ms-expand {
	display: none;
}

.form .select:after, td.quantity .select::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 25px;
	height: 33px;
	pointer-events: none;
	background: url(../images/sprites/icons.png) -334px -62px no-repeat #fff;
}

.form .select select, td.quantity .select select {
	font-size: 14px;
	font-weight: inherit;
	line-height: inherit;
	width: 100%;
	height: 26px;
	padding: 3px 25px 4px 10px;
	color: #414140;
	border: 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	outline: 0;
	background: #fff;
}

.safari .form .select, .safari td.quantity .select {
	padding-top: 0;
}

	.safari .form .select:after, .safari td.quantity .select {
		height: 26px;
	}

.safari .select, .safari td.quantity .select {
	position: relative;
	display: block;
	height: 26px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background: #fff;
}

.safari .select {
	display: inline-block;
}

.safari tr.select {
	display: table-row;
}

.safari .select:after, .safari td.quantity .select::after {
	position: absolute;
	top: 0;
	right: -1px;
	display: block;
	width: 25px;
	height: 26px;
	pointer-events: none;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: url(/Content/images/arrow6.png) 4px center no-repeat #fff;
}

.safari .select select, .safari td.quantity .select select {
	font-size: 14px;
	height: 26px;
	padding: 3px 25px 4px 6px;
	color: #414140;
	border: 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	outline: 0;
	background: 0 0;
}

td.quantity .select {
	width: 70px;
	height: 26px;
	border: 0;
}

	td.quantity .select::after {
		height: 26px;
	}

.form textarea {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	height: 140px;
	padding: 6px 10px;
	resize: none;
	color: #414140;
	border: 0;
	outline: 0;
	background: #fff;
}

.form .newsletter .checkbox {
	float: none;
}

.radio label {
	line-height: 17px;
	position: relative;
	cursor: pointer;
	margin: 0px;
	padding: 0 0 0 18px;
	font-size: 14px;
}

	.radio label:before {
		position: absolute;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: 10px;
		content: '';
		background: url(/Content/images/radio-bg.png) left bottom no-repeat;
		margin-right: 0px;
		top: 1px;
	}

.radio input[type=radio],
.popup {
	display: none;
}

	.radio input[type=radio]:checked + label:before {
		background: url(/Content/images/radio-bg.png) left top no-repeat;
	}

#checkout-panel .radio * {
	font-size: 14px;
}

.form .required {
	font-size: 14px;
	position: absolute;
	top: 8px;
	left: -10px;
	color: #e51319;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
}

.popup {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}

	.popup a.close-btn {
		position: absolute;
		top: 4px;
		right: 10px;
		display: block;
		width: 24px;
		height: 32px;
		background: url(/Content/images/icons.png) left -48px;
	}

.popup1, .popup2 {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	max-width: 335px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 2px #dedede;
	box-shadow: 2px 2px 2px #dedede;
}

	.popup1 a.close-btn, .popup2 a.close-btn {
		position: absolute;
		top: 6px;
		right: 12px;
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/sprites/icons.png) -76px -28px no-repeat;
	}

	.popup1 header, .popup2 header {
		min-height: 35px;
		padding: 8px 32px 8px 10px;
		background: #d0d0d0;
	}

	.popup1 .content, .popup2 .content {
		padding: 20px;
	}

	.popup1 h4, .popup2 h4 {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 20px;
		color: #414140;
	}

	.popup1 p, .popup2 p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
		color: #414140;
	}

#newsletter-form ul, .sitemap ul {
	margin: 0;
	list-style: none;
}

.popup1 .button3, .popup2 .button3 {
	font-size: 16px;
	font-weight: 700;
	width: 67px;
}

#discountPopup {
	position: fixed;
	z-index: 999999;
	top: 190px;
	left: 50%;
	width: 100%;
	max-width: 580px;
	margin-left: -290px;
	padding: 24px;
	text-align: center;
	border: 10px solid #d44300;
	background: #f5ddd0;
	background: -webkit-gradient(left top, right top, color-stop(0, #f5ddd0), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(100%, #f5ddd0));
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #f5ddd0), color-stop(40%, #fff), color-stop(60%, #fff), to(#f5ddd0));
	background: -webkit-linear-gradient(left, #f5ddd0 0, #fff 40%, #fff 60%, #f5ddd0 100%);
	background: -o-linear-gradient(left, #f5ddd0 0, #fff 40%, #fff 60%, #f5ddd0 100%);
	background: linear-gradient(to right, #f5ddd0 0, #fff 40%, #fff 60%, #f5ddd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ddd0', endColorstr='#f5ddd0', GradientType=1);
}

	#discountPopup h2 {
		font-weight: 700;
		margin-top: 20px;
	}

	#discountPopup h3 {
		font-size: 17px;
		font-weight: 700;
		margin-top: 10px;
		color: #000;
	}

	#discountPopup .button1 {
		font-size: 18px;
		font-weight: 700;
		padding: 10px 25px;
	}

	#discountPopup .fa-motorcycle {
		font-size: 25px;
	}

.sitemap ul li {
	padding: 0;
}

#newsletter-form {
	padding: 42px 0 45px;
	background: #3b3b3b;
	border-bottom: 5px solid #696a69;
	text-align: center;
	display: none;
}

	#newsletter-form div.form {
		min-height: 500px;
		padding: 60px;
		background: #505050;
	}

	#newsletter-form h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#newsletter-form h4 {
		font-size: 24px;
		font-weight: 400;
		clear: both;
		margin-bottom: 50px;
		color: #fff;
	}

	#newsletter-form ul {
		padding: 0;
	}

	#newsletter-form input[type=text] {
		font-size: 16px;
		font-weight: 200;
		font-style: italic;
		height: 36px;
		padding: 4px 10px;
		color: #878787;
		border: 0;
		border-bottom: 1px solid #6f6f6f;
		background: #fff;
	}

	#newsletter-form input[type=submit] {
		font-size: 18px;
		font-style: italic;
		line-height: 30px;
		clear: both;
		height: 36px;
		padding: 3px 14px 5px;
		text-transform: uppercase;
		color: #fff;
		border: 0;
		border-bottom: 1px solid #694434;
		background: #e95e22;
	}

.box1, .box2 {
	padding: 30px;
}

.box1 {
	border: 1px solid #aeaeae;
	background: #fff;
}

.box2 {
	background: url(/Content/images/box2-bg.gif) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.box3 {
	padding: 25px;
	border: 1px solid #c1c1c1;
	background: #f7f7f7;
}

.box4 {
	position: relative;
	margin-bottom: 16px;
	padding: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.box4 h3, .box4 p {
		margin-bottom: 10px;
		color: #fff;
	}

	.box4 p {
		font-size: 14px;
		line-height: 18px;
	}

		.box4 p:last-child {
			margin-bottom: 0;
		}

		.box4 p a {
			text-decoration: underline;
			color: #fff;
		}

	.box4 .button1, .product-detail .click-to-view:hover, a.morelink {
		text-decoration: none;
	}

	.box4 .button1 {
		font-size: 14px;
		font-weight: 700;
		margin-right: 18px;
		text-transform: none;
		color: #fff;
		background: #e51319;
	}

	.box4 .close-btn {
		position: absolute;
		z-index: 10;
		top: 10px;
		right: 10px;
		width: 11px;
		height: 10px;
		background-image: url(/Content/images/icons.png);
		background-repeat: no-repeat;
	}

.box5 {
	padding: 42px 45px;
	background: #292929;
}

	.box5 .tab-content {
		padding: 0 !important;
	}

.box6 {
	padding: 28px 0 60px;
	border-top: 1px solid #8f8f8e;
	border-bottom: 1px solid #747474;
	background: url(/Content/images/box6-bg.jpg) center center no-repeat #414140;
}

	.box6 .container {
		max-width: 740px;
	}

	.box6 .image {
		display: block;
		margin: 0 auto 46px;
	}

	.box6 ul {
		margin: 0 0 0 27px;
		padding: 0;
	}

	.box6 li {
		font-size: 24px;
		font-weight: 700;
		line-height: 27px;
		margin-bottom: 30px;
		color: #fff;
	}

.warning {
	background: #f1e38d;
}

	.warning h3, .warning p, .warning p a {
		color: #6a6a69;
	}

	.warning .button1 {
		background: #e0c831;
	}

	.warning .close-btn {
		background-position: -29px -56px;
	}

.notice {
	background: #414140;
}

	.notice .close-btn {
		background-position: -46px -56px;
	}

.notice1 {
	background: #f7f7f7;
}

	.notice1 h3, .notice1 p, .notice1 p a {
		color: #73787f;
	}

	.notice1 .button1 {
		background: #e95e22;
	}

	.notice1 .close-btn {
		background-position: -29px -70px;
	}

.helpline {
	display: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel .list1 li {
	width: 210px;
	margin-bottom: 0;
}

.list1 li figure img {
	max-height: 131px;
	vertical-align: middle;
}

#carousel-wrapper1, #carousel-wrapper2 {
	z-index: auto;
	float: none;
	width: 1110px;
	height: 207px;
	margin: 0;
	display: block;
	overflow: hidden;
}

#carousel-wrapper1 {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	text-align: start;
}

#carousel-wrapper2 {
	position: absolute;
	top: 0;
	right: -27972px;
	bottom: 0;
	left: 0;
	text-align: left;
}

.list1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
}

	.list1 li {
		position: relative;
		width: 100%;
		max-width: -webkit-calc(20% - 16px);
		max-width: calc(20% - 30px);
		margin: 0 20px 20px 0;
		border: 1px solid #b3b3b3;
	}

.search-results .search-item {
	position: relative;
}

.search-results .search-item {
	margin: 0 0 15px;
	/*width: 100%;
        max-width: -webkit-calc(20% - 16px);
        max-width: calc(20% - 30px);*/
}

.list .list1 li:nth-child(5n) {
	margin-right: 0;
}

.list1 li a,
.search-results .search-item a {
	display: block;
}

.search-results .search-item a {
	border: 1px solid #b3b3b3;
}

.list1 li figure,
.search-results .search-item figure {
	line-height: 170px;
	display: block;
	text-align: center;
	background: #fff;
}

	.list1 li figure img,
	.search-results .search-item figure img {
		max-height: 131px;
		vertical-align: middle;
	}

.list1 li h6,
.search-results .search-item h6 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: 600;
	padding: 0 7px;
	line-height: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	background: #2A75A9;
	text-align: center;
}

.list1 li a:hover h6,
.search-results .search-item a:hover h6 {
	color: #fff;
	background: #e51319;
}

.list1 li .product-detail,
.search-results .search-item .product-detail {
	top: 224px;
	left: -1px;
	width: 584px;
}

.list1 li:hover .product-detail,
.search-results .search-item:hover .product-detail {
	display: block;
}

.list1 li .product-detail.center,
.search-results .search-item .product-detail.center {
	left: -200px;
}

.list1 li .product-detail.right,
.search-results .search-item .product-detail.right {
	right: -1px;
	left: auto;
}

.list1 li h6 span,
.search-results .search-item h6 span {
	display: table-cell;
	vertical-align: middle;
}

.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.list2 li {
		font-size: 22px;
		font-weight: 600;
		line-height: 24px;
		margin-bottom: 13px;
		padding-left: 35px;
		color: #fff;
		background: url(/Content/images/list2-li-bg.png) left 5px no-repeat;
	}

.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.list3 li {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 22px;
		padding-left: 20px;
		color: #fff;
		background: url(/Content/images/bullet.png) left 8px no-repeat;
	}

.part-details .checkout .checkout-btn {
	font-weight: 700;
	color: #fff;
}

.button1, .button1:active, .button1:visited {
	color: #e7e6e2;
}

.button1 {
	background: #e51319;
	border: 0;
	height: 35px;
	padding: 10px 15px;
	line-height: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
	color: #e7e6e2;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
}

.button2, span.button2 input[type=submit] {
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	position: relative;
	display: inline-block;
	height: 35px;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e51319;
}

.akrapovic .button4, .akrapovic-search-result .button4, .button3 {
	font-weight: 600;
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.button2:active, .button2:visited, span.button2 input[type=submit]:active, span.button2 input[type=submit]:visited {
	color: #fff;
}

.button3 {
	font-size: 14px;
	line-height: 33px;
	height: 33px;
	padding: 0 10px;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #9e9e9e;
}

	.button3:active, .button3:visited {
		color: #fff;
	}

.akrapovic .button4, .akrapovic-search-result .button4 {
	font-size: 12px;
	line-height: 1;
	min-width: 35px;
	margin: 0 5px;
	padding: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #c6c6c6;
}

	.akrapovic .button4:focus, .akrapovic .button4:hover, .akrapovic-search-result .button4:focus, .akrapovic-search-result .button4:hover {
		color: #fff;
	}

#banner {
	position: relative;
	padding: 45px 0 20px;
	background: url(/Content/images/banner-bg.gif) bottom center no-repeat #eee;
	-webkit-background-size: 504px 100%;
	background-size: 504px 100%;
}

	#banner:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 11px;
		background: url(/Content/images/arrow2.png) top center no-repeat;
	}

	#banner .image, #testimonials, #testimonials .inner-wrap {
		position: relative;
	}

	#banner .image {
		float: right;
		margin-right: 0;
	}

	#banner h2 {
		font-size: 52px;
		font-weight: 700;
		line-height: 52px;
		margin-bottom: 30px;
		color: #363635;
	}

	#banner h3 {
		font-size: 44px;
		font-weight: 400;
		line-height: 44px;
		margin-bottom: 60px;
		color: #363635;
	}

	#banner ul {
		margin: 0 0 0 21px;
		padding: 0;
	}

		#banner ul li {
			font-size: 20px;
			color: #363635;
		}

#testimonials {
	padding: 20px 0 30px;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	background: #e51319;
}

	#testimonials ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#testimonials ul li {
			width: 100%;
		}

	#testimonials a.next-btn, #testimonials a.previous-btn {
		z-index: 80;
		top: 50%;
		width: 22px;
		height: 49px;
		margin-top: -24px;
		display: block;
	}

	#testimonials blockquote p {
		font-size: 30px;
		font-weight: 500;
		font-style: italic;
		line-height: 40px;
		margin-bottom: 0;
		color: #fff;
	}

		#testimonials blockquote p.cite, #testimonials blockquote p.cite cite {
			font-size: 18px;
			font-weight: 400;
			font-style: normal;
			color: #fff;
		}

		#testimonials blockquote p.cite {
			margin-bottom: 30px;
		}

	#testimonials a.previous-btn {
		position: absolute;
		left: 0;
		background: url(/Content/images/next-previous-btn.png) left top no-repeat;
	}

	#testimonials a.next-btn {
		position: absolute;
		right: 0;
		background: url(/Content/images/next-previous-btn.png) right top no-repeat;
	}

	#testimonials .more-btn {
		display: block;
		width: 100%;
		max-width: 265px;
		margin: 0 auto;
	}

	#testimonials img.logo {
		margin-bottom: 25px;
	}

.rating {
	display: block;
	width: 129px;
	height: 24px;
	margin: 0 auto 25px;
}

	.rating span {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../images/sprites/icons.png) -191px -226px no-repeat;
	}

	.rating .inner {
		background: url(../images/sprites/icons.png) -191px -202px no-repeat;
	}

#why-choose-us header {
	padding: 42px 0;
	text-align: center;
	background: #2A75A9;
}

	#why-choose-us header h3 {
		font-size: 40px;
		font-weight: 700;
		position: relative;
		margin-bottom: 38px;
		color: #fff;
	}

		#why-choose-us header h3:after {
			position: absolute;
			bottom: -15px;
			left: 50%;
			display: block;
			width: 64px;
			height: 3px;
			margin-left: -32px;
			background: #fff;
		}

	#why-choose-us header h2 {
		font-size: 36px;
		font-weight: 600;
		line-height: 60px;
		margin-bottom: 20px;
		color: #fff;
	}

	#why-choose-us header p {
		font-size: 18px;
		font-style: italic;
		margin-bottom: 0;
		color: #fff;
	}

#why-choose-us .content {
	position: relative;
	padding: 38px 0;
}

	#why-choose-us .content:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 49%;
		height: 100%;
		background: #f6f6f6;
	}

#why-choose-us .video {
	display: table;
}

	#why-choose-us .video .inner-wrap {
		display: table-cell;
		vertical-align: middle;
	}

#why-choose-us h5 {
	margin-bottom: 25px;
	color: #d94b1e;
}

#why-choose-us .instant-part-search {
	display: none;
	padding: 40px 0 72px;
	text-align: center;
	background: url(/Content/images/instant-part-search-bg.png) center center no-repeat #ff7438;
}

	#why-choose-us .instant-part-search h3 {
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 65px;
		color: #fff;
	}

	#why-choose-us .instant-part-search ul {
		width: 100%;
		max-width: 415px;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}

		#why-choose-us .instant-part-search ul li {
			float: left;
			width: 48%;
			margin-bottom: 14px;
		}

.my-account {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

	.my-account .orders-list {
		padding-left: 15px;
	}

	.my-account .tabs h2, .my-account .tabs h3 {
		margin-bottom: 20px;
		font-weight: 400;
	}

	.my-account .orders-list .row > div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.my-account .pg-loader-pager .pagination .page-item .page-link {
		margin-bottom: 5px;
	}

.order-history-list {
}

	.order-history-list .row {
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.order-history-list .row:nth-child(2n+1) {
			background-color: #F3F3F3;
		}

		.order-history-list .row > div {
			line-height: 20px;
		}

	.order-history-list .sub-items-container {
		margin-top: 10px;
		margin-bottom: -10px;
	}

		.order-history-list .sub-items-container,
		.order-history-list .sub-items-container .subrow,
		.order-history-list .sub-items-container .subrow > div {
			background-color: #D1D1D1;
			cursor: default;
		}

.quotes-list .sub-items-container,
.quotes-list .sub-items-container .subrow,
.quotes-list .sub-items-container .subrow > div {
	background-color: #D1D1D1 !important;
	cursor: default;
}

#why-choose-us .instant-part-search ul li:nth-child(2n) {
	float: right;
}

#why-choose-us .instant-part-search ul li a {
	font-size: 14px;
	line-height: 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	padding: 0 8px;
	text-align: center;
	color: #e51319;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}

.my-account .tabs {
	margin-top: 20px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f7f7f7;
}

	.my-account .tabs .tab-strips li {
		float: left;
		width: 33.333%;
	}

		.my-account .tabs .tab-strips li a {
			font-size: 18px;
			line-height: 18px;
			position: relative;
			display: block;
			height: 69px;
			padding: 24px 10px;
			color: #2A75A9;
			background: #fff;
			font-weight: 600;
			text-align: center;
			border: 1px solid #2A75A9;
			border-right: 0;
			border-bottom-width: 2px;
			-webkit-transition: color .2s ease;
			-o-transition: color .2s ease;
			transition: color .2s ease;
		}

		.my-account .tabs .tab-strips li:first-child a {
			border-right: 0;
			border-top-left-radius: 5px;
		}

		.my-account .tabs .tab-strips li:last-child a {
			border-right: 1px solid #2A75A9;
			border-top-right-radius: 5px;
		}

		.my-account .tabs .tab-strips li.ui-state-active a {
			padding-top: 24px;
			border-top: 5px solid #e51319;
			border-bottom: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
			border-left: 1px solid #2A75A9;
			color: #e51319;
		}

#my-profile .section, #my-vehicle ul li, .cart-table td.content, .table1 td.content {
	border-bottom: 1px solid #d5d5d5;
}

.my-account .tabs .tab-content {
	min-height: 498px;
	border-top: 0;
	background-color: #fff;
	border-color: #2A75A9;
	border-width: 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.my-account .tabs h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #414140;
}

#my-vehicle ul li, .my-account .tabs h3, .table1 th {
	font-size: 18px;
	color: #414140;
}

.my-account .need-help ul {
	display: none;
}

	.my-account .need-help ul.orders {
		display: block;
	}

#my-vehicle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#my-vehicle ul li {
		line-height: 18px;
		position: relative;
		margin-bottom: 18px;
		padding: 15px 40px 12px 16px;
		background: #fff;
	}

		#my-vehicle ul li:last-child {
			margin-bottom: 0;
		}

		#my-vehicle ul li a {
			color: #414140;
		}

			#my-vehicle ul li a.custom-close-btn {
				position: absolute;
				top: 50%;
				right: 12px;
				display: block;
				width: 20px;
				height: 20px;
				margin-top: -10px;
				background: url(../images/sprites/icons.png) -30px -28px no-repeat;
			}

.my-account .discounts-list,
.my-account .surcharges-list {
	margin-bottom: 40px;
}

	.my-account .invoices-list > .row,
	.my-account .discounts-list > .row,
	.my-account .surcharges-list > .row,
	.my-account .orders-list > .row,
	.my-account .regular-list > .row {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}

		.my-account .invoices-list > .row:nth-child(2n+1),
		.my-account .discounts-list > .row:nth-child(2n+1),
		.my-account .surcharges-list > .row:nth-child(2n+1),
		.my-account .orders-list > .row:nth-child(2n+1),
		.my-account .regular-list > .row:nth-child(2n+1) {
			background-color: #F3F3F3;
		}

		.my-account .invoices-list > .row > div,
		.my-account .discounts-list > .row > div,
		.my-account .surcharges-list > .row > div,
		.my-account .orders-list > .row > div,
		.my-account .regular-list > .row > div {
			line-height: 20px;
		}

		.my-account .orders-list > .row:not(:first-child) > div {
			word-break: break-word;
		}

.my-account .pg-loader-items-container .fa-file-pdf {
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	cursor: pointer;
	color: grey;
	font-size: 18px;
	color: #333;
}

	.my-account .pg-loader-items-container .fa-file-pdf:hover {
		color: #e51319;
	}

.infinite-loader-button {
	padding-top: 15px;
}

	.infinite-loader-button a {
		background: #e51319;
		cursor: pointer;
		display: inline-block;
		border: 0;
		line-height: 40px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		padding: 0 25px;
	}

.pg-loader-pager {
	margin-top: 15px;
}

.iloader-click,
.pgitem-click {
	cursor: pointer;
}

	.iloader-click:hover,
	.pgitem-click:hover {
		background-color: #DDD !important;
	}

.cart-table .help, .table1 .help, .table1 .help2 {
	top: -1px;
	vertical-align: middle;
	position: relative;
}

.table1 {
	width: 100%;
}

	.table1 th {
		font-weight: 400;
		padding: 0 10px 25px;
		text-align: left;
	}

	.table1 td {
		font-size: 14px;
		padding: 4px 10px 10px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		color: #414140;
	}

		.table1 td span {
			color: #e51319;
		}

		.table1 td a.more-btn {
			display: block;
			float: right;
			width: 18px;
			height: 10px;
			background: url(/Content/images/arrow1.png) left top no-repeat;
		}

			.table1 td a.more-btn.active {
				-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				transform: rotate(180deg);
			}

		.table1 td.content {
			padding: 15px 0 10px;
			background: #fff;
		}

			.table1 td.content th {
				font-size: 14px;
				font-weight: 600;
				padding-bottom: 20px;
			}

	.table1 .help, .table1 .help2 {
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-left: 5px;
		background: url(../images/sprites/icons.png) -54px -28px no-repeat;
	}

	.table1 tr.boo {
		background: #e2e2e2;
	}

.cart-table {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	padding: 0 10px 25px;
	text-align: left;
	color: #414140;
}

	.cart-table td {
		font-size: 14px;
		padding: 0 10px 10px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		color: #414140;
	}

		.cart-table td span {
			color: #e51319;
		}

		.cart-table td a.more-btn {
			display: block;
			float: right;
			width: 18px;
			height: 10px;
			background: url(/Content/images/arrow1.png) left top no-repeat;
		}

			.cart-table td a.more-btn.active {
				-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				transform: rotate(180deg);
			}

		.cart-table td.content {
			padding: 15px 0 10px;
			background: #fff;
		}

			.cart-table td.content th {
				font-size: 14px;
				font-weight: 600;
				padding-bottom: 20px;
			}

	.cart-table .help {
		display: inline-block;
		width: 17px;
		height: 17px;
		margin-left: 8px;
		background: url(/Content/images/icons.png) -24px -28px no-repeat;
	}

#my-profile .section {
	margin-bottom: 16px;
	padding: 0 0 17px;
}

#my-profile .address-field input[type=text]:last-child {
	display: block;
	margin: 18px 0 0 90px;
}

#my-profile .primary-address-field label {
	line-height: 16px;
	position: relative;
	top: 7px;
}

#my-profile label.checkbox1 {
	font-size: 13px;
	line-height: 17px;
	position: relative;
	display: inline-block !important;
	min-width: 23px;
	max-width: 230px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
}

#my-profile button[type=submit], #my-profile input[type=submit] {
	min-width: 108px;
	padding: 0 25px;
}

.view {
	float: right;
	margin-left: 15px;
}

	.view h6 {
		font-size: 14px;
		font-weight: 400;
		line-height: 36px;
		float: left;
		margin-right: 14px;
		margin-bottom: 0;
		color: #464645;
	}

	.save, .view .inner, .view ul li img {
		float: right;
	}

	.view .view-holder, .view ul li a {
		font-size: 12px;
		color: #a6a6a6;
		line-height: 17px;
		text-transform: uppercase;
	}

	.view .inner {
		position: relative;
	}

	.view .view-holder {
		position: relative;
		display: block;
		min-width: 130px;
		height: 36px;
		padding: 9px 26px 7px 12px;
		border: 1px solid #dcdcdc;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: url(/Content/images/view-holder-bg.gif) right center no-repeat #fff;
		-webkit-box-shadow: 0 -1px 1px #efefef;
		box-shadow: 0 -1px 1px #efefef;
	}

		.view .view-holder img {
			float: right;
			margin-left: 8px;
		}

	.view ul {
		position: absolute;
		top: 37px;
		left: 0;
		display: none;
		width: 100%;
		margin: 0;
		padding: 5px;
		list-style: none;
		border: 1px solid #dcdcdc;
		background: #fff;
		-webkit-box-shadow: 0 -1px 1px #ebebeb;
		box-shadow: 0 -1px 1px #ebebeb;
	}

		.view ul li {
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #dcdcdc;
		}

			.view ul li:last-child {
				margin-bottom: 0;
				padding-bottom: 0;
				border: 0;
			}

			.view ul li a {
				display: block;
			}

.save {
	line-height: 17px;
	position: relative;
	min-width: 180px;
	height: 36px;
	margin-bottom: 20px;
	padding: 4px 10px 4px 40px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -1px 1px #efefef;
	box-shadow: 0 -1px 1px #efefef;
}

	.save p {
		font-size: 14px;
		margin: 0;
		color: #464645;
	}

		.save p a {
			color: #e51319;
		}

	.save:before {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 40px;
		height: 36px;
		margin: 0;
		background: url(../images/sprites/icons.png) 1px -170px no-repeat;
	}

	.save.saved:before {
		background-position: 1px -217px;
	}

.trust-pilot {
	padding: 45px 0;
	text-align: center;
	background: #ededed;
}

	.trust-pilot h2 {
		font-weight: 600;
		text-transform: uppercase;
	}

	.trust-pilot .image {
		position: relative;
		border: 1px solid #d1cfcf;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.trust-pilot .tp-box {
		font-family: sans-serif;
		font-size: 11px;
		position: relative;
		display: block;
		float: left;
		border: 1px solid #444;
		background: #fff;
	}

.product-detail {
	max-width: 584px;
	text-align: center;
	border: 3px solid #464645;
	background: #fff;
}

	.product-detail h4 {
		font-size: 18px;
		font-weight: 700;
		position: relative;
		display: block;
		margin: 0;
		padding: 8px 0;
		text-transform: uppercase;
		color: #fff;
		background: #464645;
	}

		.product-detail h4:hover {
			background: #e51319;
		}

			.product-detail h4:hover:after {
				position: absolute;
				top: 50%;
				right: 12px;
				width: 6px;
				height: 11px;
				margin-top: -6px;
			}

	.product-detail .close-btn {
		position: absolute;
		top: -25px;
		right: -3px;
		width: 25px;
		height: 25px;
		border: 0;
		background: url(/Content/images/icons.png) 2px -57px no-repeat;
	}

	.product-detail .click-to-view {
		background: #e51319;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
	}

.part-detail p, .quantity .select select, .quantity label {
	font-size: 18px;
	font-weight: 600;
}

#products {
	position: relative;
}

	#products a.next-btn, #products a.previous-btn {
		position: absolute;
		top: 50%;
		display: none;
		width: 19px;
		height: 44px;
		margin-top: -22px;
	}

	#products a.previous-btn {
		left: -24px;
		background: url(/Content/images/arrows1.png) left top no-repeat;
	}

	#products a.next-btn {
		right: -24px;
		background: url(/Content/images/arrows1.png) right top no-repeat;
	}

.part-detail .quantity .select:after, .quantity .select:after {
	top: 0;
	right: 0;
	content: '';
	pointer-events: none;
}

#products.carousel a.next-btn, #products.carousel a.previous-btn {
	display: block;
}

#products.thumbnails ul li {
	float: none;
	width: auto;
	margin-right: 0;
}

	#products.thumbnails ul li figure {
		float: left;
		border-right: 1px solid #b3b3b3;
	}

	#products.thumbnails ul li h6 {
		display: block;
		float: left;
		width: auto;
		height: auto;
		padding: 15px;
		background: 0 0;
	}

.quantity label {
	line-height: 28px;
	float: left;
	margin-right: 22px;
	color: #464645;
}

.quantity .select,
.price .select {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
	border: 1px solid #a1a1a1;
	background: #f8f8f8;
}

	.quantity .select:after,
	.price .select:after {
		position: absolute;
		display: block;
		width: 22px;
		height: 26px;
		background: url(../images/sprites/icons.png) -334px -101px no-repeat;
	}

	.quantity .select select,
	.price .select select {
		line-height: 25px;
		width: 100%;
		height: 26px;
		padding: 0 10px 2px 4px;
		color: #464645;
		border: 0;
		outline: 0;
		background: #f8f8f8;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		.quantity .select select::-ms-expand,
		.price .select select::-ms-expand {
			display: none;
		}

	.price .select select {
		padding-right: 20px;
	}

.part-detail {
	clear: both;
}

	.part-detail .box2 img {
		margin-bottom: 30px;
	}

	.part-detail p {
		line-height: 30px;
		margin-bottom: 25px;
		color: #464645;
	}

		.part-detail p small {
			font-size: 14px;
			font-weight: 400;
		}

		.part-detail p.reference-number {
			display: none;
			padding-top: 30px;
		}

			.part-detail p.reference-number small {
				font-size: 18px;
				font-weight: 400;
			}

	.part-detail .quantity {
		float: left;
		margin-right: 14px;
	}

		.part-detail .quantity label {
			font-size: 18px;
			font-weight: 600;
			line-height: 28px;
			float: left;
			margin-right: 22px;
			color: #464645;
		}

	.part-detail div.part-image span.number {
		position: absolute;
		opacity: .6;
		border: 2px solid #f3a887;
		background: #f3a887;
	}

	.part-detail .part-detail-info {
		float: right;
		padding-left: 0;
	}

		.part-detail .part-detail-info.part-image {
			float: left;
			padding-right: 0;
			padding-left: 15px;
		}

			.part-detail .part-detail-info.part-image img {
				max-width: none;
			}

	.part-detail .quantity .select {
		position: relative;
		display: inline-block;
		height: 28px;
		border: 1px solid #a1a1a1;
		background: #fff;
	}

		.part-detail .quantity .select:after {
			position: absolute;
			display: block;
			width: 22px;
			height: 26px;
			background: url(../images/sprites/icons.png) -334px -101px no-repeat;
		}

		.part-detail .quantity .select select {
			font-size: 18px;
			font-weight: 600;
			line-height: 25px;
			width: 100%;
			height: 26px;
			padding: 0 25px 2px 4px;
			color: #464645;
			border: 0;
			outline: 0;
		}

	.part-detail .quantity input[type=text] {
		height: 28px;
		text-align: center;
		margin: 0px;
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.part-detail .quantity .dropdown {
		display: inline-block;
	}

	.part-detail .buy-now-btn {
		font-size: 18px;
		font-weight: 600;
		min-width: 95px;
		height: auto;
		padding: 6px 10px;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

		.part-detail .buy-now-btn span {
			padding-left: 10px;
			font-family: 'Montserrat', sans-serif;
		}

		.part-detail .buy-now-btn .caret {
			top: 50%;
			transform: translateY(-50%);
			margin-left: 10px;
		}

		.part-detail .buy-now-btn.disabled {
			background: grey;
			cursor: default;
		}

	.part-detail .cart-btn-menu {
		margin-top: -2px;
		width: 100%;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

		.part-detail .cart-btn-menu li a {
			display: block;
			cursor: pointer;
		}

	.part-detail .device-part-description p, .part-detail footer p {
		font-weight: 400;
		line-height: 18px;
		margin-bottom: 17px;
		font-size: 14px;
	}

	.part-detail .buy-now-btn .icon {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 20px;
		height: 18px;
		margin-right: 12px;
		vertical-align: top;
		background: url(/Content/images/icons.png) -88px 0 no-repeat;
	}

	.part-detail .notification {
		font-size: 14px;
		display: block;
		padding-top: 25px;
		text-transform: uppercase;
		color: #e51319;
	}

	.part-detail .device-part-description {
		padding: 42px 0 0;
	}

	.part-detail footer {
		margin-top: 42px;
		padding: 27px 0 15px;
		border-top: 1px solid #a8aaad;
		background: #fff;
	}

		.part-detail footer p {
			padding: 0;
			color: #464645;
		}

		.part-detail footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			.part-detail footer ul li {
				font-size: 14px;
				text-transform: uppercase;
				color: #e51319;
			}

				.part-detail footer ul li a {
					color: #e51319;
				}

	.part-detail dl {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
		margin: 0 0 25px;
		color: #464645;
	}

		.part-detail dl dt {
			font-weight: 400;
			float: left;
			margin-right: 3px;
		}

		.part-detail dl dd {
			min-height: 30px;
			color: #414140;
		}

			.part-detail dl dd span {
				color: #464645;
			}

		.part-detail dl span.number {
			font-size: 14px;
			line-height: 20px;
			position: relative;
			display: inline-block;
			height: 20px;
			padding: 0 3px;
			text-align: center;
			vertical-align: text-bottom;
			background: #f3a887;
		}

.category h1, .category h2, .category strong {
	color: #414140;
}

.order {
	position: relative;
	z-index: 10;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

	.order h6 {
		font-size: 14px;
		font-weight: 400;
		line-height: 36px;
		float: left;
		margin-right: 14px;
		margin-bottom: 0;
		color: #464645;
	}

	.order .order-holder, .order ul li a {
		font-size: 14px;
		line-height: 20px;
		color: #414140;
		font-weight: 600;
		text-transform: uppercase;
	}

	.order .inner {
		position: relative;
		float: right;
	}

	.order .order-holder {
		position: relative;
		display: block;
		min-width: 130px;
		height: 37px;
		padding: 9px 42px 7px 9px;
		text-align: center;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: url(/Content/images/order-bg.gif) right center no-repeat #ededed;
	}

	.order ul {
		position: absolute;
		top: 38px;
		left: 0;
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		border: 1px solid #dcdcdc;
		background: #fff;
	}

		.order ul li {
			border-bottom: 1px solid #dcdcdc;
		}

			.order ul li:last-child {
				border: 0;
			}

			.order ul li a {
				display: block;
				padding: 5px;
			}

				.order ul li a:hover {
					background: #ededed;
				}

			.order ul li img {
				float: right;
			}

.product-list {
	position: relative;
	clear: both;
	margin: 0 -25px;
	padding: 0;
	list-style: none;
	text-align: center;
}

	.product-list li {
		float: left;
		width: 33.333%;
		margin-bottom: 50px;
		padding: 0 25px;
	}

	.product-list header {
		padding: 15px 10px;
		background: #b6b6b6;
	}

	.product-list h2 {
		font-size: 36px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #fff;
	}

		.product-list h2 a {
			color: #fff;
		}

	.product-list h3 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 0;
		color: #fff;
	}

	.product-list .content {
		padding: 15px 12px 12px;
		border: 1px solid #b6b6b6;
	}

	.product-list p {
		font-size: 14px;
		font-weight: 600;
		line-height: 32px;
		text-transform: uppercase;
	}

	.product-list .button2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 15px;
		float: left;
		height: 30px;
		padding: 6px 10px;
		cursor: pointer;
	}

		.product-list .button2.disabled {
			cursor: default;
			color: #5f6269;
			background: #ededed;
		}

	.product-list .aspNetDisabled, .product-list .details-btn {
		width: 48%;
		color: #5f6269;
		background: #ededed;
	}

	.product-list .buy-now-btn {
		float: right;
		padding: 4px 10px;
	}

		.product-list .buy-now-btn .icon {
			position: relative;
			top: 1px;
			display: inline-block;
			width: 20px;
			height: 17px;
			margin-right: 12px;
			background: url(/Content/images/icons.png) -88px 0 no-repeat;
		}

.pagination {
	clear: both;
	margin: 0 20px;
	padding-top: 25px;
	text-align: center;
	border-top: 1px solid #ededed;
}

	.pagination a {
		font-size: 18px;
		font-weight: 600;
		display: inline-block;
		margin: 0 7px;
		text-transform: uppercase;
		color: #363636;
	}

		.pagination a span {
			font-size: 16px;
			vertical-align: text-top;
		}

		.pagination a.active, .pagination a:hover {
			color: #e51319;
		}

		.pagination a.previous-btn {
			float: left;
		}

		.pagination a.next-btn {
			float: right;
		}

	.pagination strong {
		font-size: 18px;
		margin: 0 7px;
		color: #e51319;
	}

#add-to-cart-error, #added-to-cart, #common-popup, #apply-coupon-error {
	width: 277px;
	margin-top: -8px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

	#add-to-cart-error h2, #added-to-cart h2, #common-popup h2, #apply-coupon-error h2 {
		font-size: 16px;
		font-weight: 600;
		line-height: 32px;
		position: relative;
		height: 34px;
		margin-bottom: 8px;
		padding: 0 18px;
		text-transform: uppercase;
		color: #fff;
		background: #e51319;
	}

	#add-to-cart-error a.close-btn, #added-to-cart a.close-btn, #common-popup a.close-btn, #apply-coupon-error a.close-btn {
		position: absolute;
		z-index: 10;
		top: 6px;
		right: 7px;
		display: block;
		width: 20px;
		height: 20px;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background: url(../images/sprites/icons.png) -76px -28px no-repeat;
	}

	#add-to-cart-error .content, #added-to-cart .content, #common-popup .content, #apply-coupon-error .content {
		padding: 15px;
	}

		#add-to-cart-error .content .inner, #added-to-cart .content .inner, #common-popup .content .inner, #apply-coupon-error inner {
			margin-bottom: 25px;
			padding: 3px 0;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
		}

		#add-to-cart-error .content .inner, #apply-coupon-error .inner {
			margin-bottom: 10px;
		}

		#common-popup .content .inner {
			max-height: 210px;
			overflow-y: auto;
		}

	#add-to-cart-error p, #added-to-cart p, #common-popup p, #apply-coupon-error p {
		font-size: 14px;
		line-height: 32px;
		margin: 0;
		color: #414140;
	}

		#add-to-cart-error p span, #added-to-cart p span, #common-popup p span {
			font-weight: 600;
			color: #414140;
		}

	#add-to-cart-error a.continue-shopping, #added-to-cart a.continue-shopping {
		font-size: 14px;
		line-height: 30px;
		float: left;
		color: #e51319;
	}

		#add-to-cart-error a.continue-shopping:before, #added-to-cart a.continue-shopping:before {
			width: 0;
			height: 0;
			display: inline-block;
			float: left;
			content: '';
			border-top: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-right: 4px solid #e51319;
			margin-top: 11px;
			margin-right: 6px;
		}

	#add-to-cart-error .go-to-cart-btn, #added-to-cart .go-to-cart-btn, #common-popup .button2 {
		font-size: 16px;
		line-height: 32px;
		float: right;
		height: 32px;
		padding: 0 12px;
	}

body.akrapovic-section #add-to-cart-error, body.akrapovic-section #added-to-cart {
	background: #fff;
}

	body.akrapovic-section #add-to-cart-error h2, body.akrapovic-section #added-to-cart h2 {
		color: #fff;
		background: #e30613;
	}

	body.akrapovic-section #add-to-cart-error a.close-btn, body.akrapovic-section #added-to-cart a.close-btn {
		background: url(/Content/images/icons.png) -46px -28px no-repeat;
	}

	body.akrapovic-section #add-to-cart-error p, body.akrapovic-section #add-to-cart-error p span, body.akrapovic-section #added-to-cart p, body.akrapovic-section #added-to-cart p span {
		color: #414140;
	}

	body.akrapovic-section #add-to-cart-error a.continue-shopping, body.akrapovic-section #added-to-cart a.continue-shopping {
		color: #e30613;
	}

	body.akrapovic-section #add-to-cart-error .go-to-cart-btn, body.akrapovic-section #added-to-cart .go-to-cart-btn {
		background-color: #e30613;
	}

		body.akrapovic-section #add-to-cart-error .go-to-cart-btn:hover, body.akrapovic-section #added-to-cart .go-to-cart-btn:hover {
			color: #fff;
		}

.shopping-cart h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #414140;
}

.shopping-cart h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #414140;
}

#offer-form h3, .shopping-cart .cart-table td.total {
	font-weight: 600;
}

.shopping-cart .cart-table .discount-code {
	padding: 20px 0 0;
}

	.shopping-cart .cart-table .discount-code span {
		color: #414140;
	}

	.shopping-cart .cart-table .discount-code input[type=text] {
		font-size: 14px;
		position: relative;
		width: 210px;
		height: 34px;
		margin: 0 17px;
		padding: 4px 10px;
		text-align: left;
		color: #414140;
		border: 0;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
	}

	.shopping-cart .cart-table .discount-code button[type=submit], .shopping-cart .cart-table .discount-code input[type=submit] {
		width: 110px;
	}

.shopping-cart .cart-table {
	clear: both;
}

	.shopping-cart .cart-table .table-head {
		font-weight: 700;
	}

		.shopping-cart .cart-table .table-head div {
			padding: 2px 5px 12px;
		}

	.shopping-cart .cart-table .table-body .item {
		border: 1px solid #dadada;
		border-top: none;
		margin-bottom: 16px;
	}

		.shopping-cart .cart-table .table-body .item:last-child {
			margin-bottom: 0;
		}

	.shopping-cart .cart-table .table-body .cell {
		padding: 10px 15px;
		border-top: 1px solid #dadada;
		font-size: 14px;
	}

		.shopping-cart .cart-table .table-body .cell strong {
			margin-right: 10px;
		}

	.shopping-cart .cart-table .table-body .radio {
		margin: 0;
	}

	.shopping-cart .cart-table .description {
		text-align: left;
	}

@media screen and (min-width: 768px) {
	.shopping-cart .cart-table {
		text-align: center;
	}

		.shopping-cart .cart-table .table-body .item {
			border-top: 1px solid #dadada;
			border-left: none;
			border-right: none;
			border-bottom: none;
			margin-bottom: 0;
		}

		.shopping-cart .cart-table .table-body .cell {
			padding: 10px 5px;
			border: none;
		}

			.shopping-cart .cart-table .table-body .cell strong {
				display: none;
			}

		.shopping-cart .cart-table .table-body .item > .cell:not(.comment) {
			padding-bottom: 0px;
		}

		.shopping-cart .cart-table .table-body .item > .cell.comment {
			padding-top: 4px;
		}

			.shopping-cart .cart-table .table-body .item > .cell.comment input {
				padding-top: 2px;
				padding-bottom: 2px;
				height: auto;
			}
}

.shopping-cart .cart-table tr th {
	padding: 2px 5px 12px;
}

.shopping-cart .cart-table tr td {
	padding: 10px 5px;
	border-top: 1px solid #dadada;
}

.shopping-cart .cart-table tr .description {
	width: 420px;
}


.shopping-cart .cart-table .quantity input[type=text] {
	font-size: 14px;
	height: 24px;
	text-align: center;
	margin: 0px;
}

.shopping-cart .cart-table tfoot td {
	padding: 0;
	text-align: right;
	border: 0;
}

.shopping-cart .cart-table .fa-retweet {
	border: none;
	background: transparent;
	color: gray;
}

	.shopping-cart .cart-table .fa-retweet:hover {
		color: #e51319;
	}

	.shopping-cart .cart-table .fa-retweet:disabled {
		color: #BABABA;
	}

.shopping-cart .select-country {
	float: right;
	padding-top: 83px;
}

	.shopping-cart .select-country .select {
		position: relative;
		display: inline-block;
		width: 200px !important;
		height: 26px;
		-webkit-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
		background: #fff;
	}

		.shopping-cart .select-country .select:after {
			position: absolute;
			top: 0;
			right: -1px;
			display: block;
			width: 25px;
			height: 26px;
			content: '';
			pointer-events: none;
			-webkit-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
			background: url(/Content/images/arrow6.png) 4px center no-repeat #fff;
		}

		.shopping-cart .select-country .select select {
			font-size: 14px;
			width: 100%;
			height: 26px;
			padding: 3px 25px 4px 6px;
			color: #414140;
			border: 0;
			-webkit-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
			outline: 0;
			background: 0 0;
		}

.profile_page {
	position: relative;
	margin-top: 20px;
}

.shopping-cart .order-summary {
	clear: both;
	margin-bottom: 25px;
	padding: 20px 18px;
	background: #fff;
	max-width: 400px;
	width: 100%;
	display: inline-block;
}

	.shopping-cart .order-summary h4 {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 20px;
		color: #414140;
	}

	.shopping-cart .order-summary ul {
		margin: 0 0 13px;
		padding: 0 0 2px;
		list-style: none;
		border-bottom: 1px solid #e7e7e7;
	}

		.shopping-cart .order-summary ul li {
			font-size: 14px;
			margin-bottom: 13px;
			color: #414140;
		}

			.shopping-cart .order-summary ul li span.price {
				float: right;
			}

	.shopping-cart .order-summary .total {
		font-size: 18px;
		margin-bottom: 0;
		color: #414140;
	}

		.shopping-cart .order-summary .total span {
			color: #414140;
		}

			.shopping-cart .order-summary .total span.price {
				display: inline-block;
				float: right;
				margin-left: 15px;
			}

.shopping-cart a.continue-shopping {
	font-size: 14px;
	line-height: 32px;
	float: left;
	margin-bottom: 15px;
	color: #e51319;
}

	.shopping-cart a.continue-shopping:before {
		width: 0;
		height: 0;
		display: inline-block;
		float: left;
		content: '';
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-right: 4px solid #e51319;
		margin-top: 12px;
		margin-right: 6px;
	}

.shopping-cart footer, .shopping-cart footer p.group {
	float: right;
}

.shopping-cart button[type=submit], .shopping-cart input[type=submit] {
	float: right;
	margin-left: 25px;
	padding: 0 20px;
}

.shopping-cart footer.group {
	width: 100%;
}

.shopping-cart .section {
	margin-bottom: 16px;
	padding: 0 0 16px;
	border-bottom: 1px solid #d5d5d5;
}

	.shopping-cart .section:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

.shopping-cart .primary-address-field label {
	line-height: 16px;
	position: relative;
	top: 7px;
}

.loader, .loader-invisible {
	position: fixed;
	z-index: 9999;
	left: 0;
	height: 100%;
	width: 100%;
}

.shopping-cart .send-email-field {
	padding-left: 90px;
}

.shopping-cart .address-field input[type=text]:last-child {
	display: block;
	margin: 18px 0 0 90px;
}

.shopping-cart .shipping-address li:first-child, .shopping-cart .shipping-address li:last-child {
	margin-bottom: 35px;
}

.shopping-cart .shipping-address .checkbox label {
	font-size: 13px;
	white-space: nowrap;
}

.shopping-cart .checkbox label,
.shopping-cart label.checkbox {
	font-size: 14px;
}

.shopping-cart .order-confirmation {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

	.shopping-cart .order-confirmation h2 {
		margin: -26px -31px 25px;
		padding: 20px 30px;
		color: #fff;
		border: 1px solid #c1c1c1;
		border-bottom: 0;
		background: #e51319;
	}

	.shopping-cart .order-confirmation p {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.shopping-cart .order-confirmation .order-summary {
		margin-bottom: 23px;
		border: 1px solid #c5c5c5;
	}

		.shopping-cart .order-confirmation .order-summary .inner {
			padding-bottom: 25px;
		}

.shopping-cart header.group a.login {
	cursor: pointer;
}

.shopping-cart .order-creation-result {
	font-size: 16px;
	font-weight: bold;
}

.loader {
	top: 0;
	background: url(/Content/images/page-loader.gif) 50% 50% no-repeat rgba(249, 249, 249, 0.8);
}

.loader-invisible {
	top: 0;
}

.abtesting {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	width: 100%;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

	.abtesting .address-field input[type=text]:last-child {
		margin: 18px 0 0;
	}

	.abtesting .heading {
		padding: 22px 100px 22px 30px;
	}

		.abtesting .heading span {
			margin-left: 0;
		}

	.abtesting ul.group2 {
		width: 100%;
	}

	.abtesting .select-country {
		float: left;
		margin: 0 0 16px;
		padding-top: 0;
	}

	.abtesting .order-summary img.dhl {
		margin-left: 10px;
	}

	.abtesting .safe2 {
		width: 100% !important;
	}

.discount-code .form-group {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

	.discount-code .form-group input.button3 {
		margin: 0 3px !important;
	}

.abtesting .cart-table .discount-code input[type=text] {
	margin: 13px 0 !important;
}

.abtesting .cart-table .discount-code input[type=submit] {
	float: none;
}

.shopping-cart .box3 {
	padding: 25px 30px;
}

#vehicles-list {
	list-style-position: inside;
	padding-left: 0px;
}

	#vehicles-list a.fa-times {
		margin-left: 5px;
	}

#loginForm, #reset-password-form {
	padding: 24px;
	border: 1px solid #cbcbcb;
	background: #fff;
}

#create-account-form {
	padding: 18px 24px;
	background: #fff;
}

	#create-account-form h3 {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #414140;
	}

	#create-account-form p {
		line-height: 18px;
		margin-bottom: 20px;
	}

	#create-account-form ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#create-account-form ul li {
			position: relative;
			margin-bottom: 17px;
		}

			#create-account-form ul li .notification {
				font-size: 14px;
				position: absolute;
				right: 0;
				bottom: -18px;
				color: #e51319;
			}

			#create-account-form ul li:last-child {
				margin-bottom: 0;
				padding-top: 25px;
			}

	#create-account-form input[type=text], #create-account-form input[type=password] {
		font-size: 14px;
		font-style: italic;
		width: 100%;
		height: 33px;
		padding: 5px 10px;
		color: #888887;
		border: 0;
		background: #f7f7f7;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-appearance: none;
	}

	#create-account-form input[type=submit] {
		font-size: 18px;
		font-weight: 700;
		float: right;
	}

#payment-options {
	padding-bottom: 5px;
}

	#payment-options ul {
		margin-bottom: 40px;
	}

	#payment-options .radio {
		display: block;
		float: left;
		width: 25%;
		height: 76px;
		margin-bottom: 18px;
	}

		#payment-options .radio label img {
			display: block;
			margin-bottom: 6px;
		}

#loginForm h3, #reset-password-form h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#loginForm ul li, #reset-password-form ul li {
	margin-bottom: 17px;
}

	#loginForm ul li:last-child, #reset-password-form ul li:last-child {
		margin-bottom: 0;
	}

#payment-options .radio label {
	text-transform: uppercase;
}

#payment-options .card-number-field input[type=text] {
	width: 400px;
}

#payment-options .expiraion-field .month {
	width: 148px;
	margin-right: 8px;
}

#payment-options .expiraion-field .year {
	width: 106px;
}

#payment-options .verification-number-field input[type=text] {
	width: 75px;
	margin-right: 15px;
}

#loginForm ul, #reset-password-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#payment-options .verification-number-field a {
	font-size: 14px;
	color: #e51319;
}

#payment-options footer a {
	margin-right: 10px;
}

#loginForm h3 {
	font-size: 14px;
	font-weight: 400;
	color: #414140;
}

#loginForm input[type=text], #loginForm input[type=password], #reset-password-form input[type=text] {
	font-size: 14px;
	font-style: italic;
	width: 100%;
	height: 33px;
	padding: 5px 10px;
	color: #888887;
	border: 0;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

#loginForm .back-to-login, #loginForm .forgot-password {
	font-size: 12px;
	line-height: 34px;
	color: #414140;
}

#loginForm input[type=submit] {
	font-size: 18px;
	font-weight: 700;
	float: right;
	width: 110px;
}

#reset-password-form {
	width: 100%;
	max-width: 345px;
}

	#reset-password-form h3 {
		font-size: 14px;
		font-weight: 400;
		color: #414140;
	}

.reset-pswrd-strength-text {
	font-size: 14px;
}

#reset-password-form input [type=password], #reset-password-form input[type=text] {
	font-size: 14px;
	font-style: italic;
	width: 100%;
	height: 33px;
	padding: 5px 10px;
	color: #888887;
	border: 0;
	background: #f7f7f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}

#reset-password-form .forgot-password {
	font-size: 12px;
	line-height: 34px;
	color: #414140;
}

#reset-password-form input[type=submit] {
	font-size: 18px;
	font-weight: 700;
	float: right;
	width: 110px;
}

header .bottom-bar .dropdown-menu > li > a:hover {
	color: #292929;
	background-color: white;
}

header .bottom-bar .dropdown-menu > li > a:focus {
	color: #292929;
	background-color: #f5f5f5;
}

.shopping-cart .safe {
	font-size: 14px;
	display: block;
	float: left;
	width: 100%;
	padding: 8px 12px 2px;
	background: #fff;
}

	.shopping-cart .safe .docdata {
		display: inline-block;
		width: 46px;
		height: 25px;
		background: url(../images/sprites/icons.png) -285px -168px no-repeat;
	}

.shopping-cart .safe2 {
	display: inline-block;
	width: 40%;
	margin-top: 10px;
}

#ideal-reveal {
	margin-bottom: 30px;
}

	#ideal-reveal .select {
		clear: both;
		width: 100% !important;
	}

.shipping-address .checkbox2 {
	margin-bottom: 12px;
}

.product-details .canvas-wrap .notification {
	width: 100%;
	text-align: center;
}

.products-list {
	clear: both;
	padding-top: 50px;
}

	.products-list header {
		margin-bottom: 13px;
	}

		.products-list header h3 {
			font-size: 18px;
			font-weight: 700;
			float: left;
			margin: 0;
			text-transform: uppercase;
			color: #464645;
		}

	.products-list .checkout {
		float: right;
	}

		.products-list .checkout p {
			font-size: 14px;
			font-weight: 700;
			line-height: 26px;
			float: left;
			margin-bottom: 0;
			color: #414140;
		}

		.products-list .checkout span.items {
			color: #414140;
		}

		.products-list .checkout .checkout-btn {
			font-weight: 700;
			line-height: 31px;
			float: right;
			width: 115px;
			height: 31px;
			margin-top: -3px;
			margin-left: 20px;
			padding: 0;
			text-align: center;
			color: #fff;
		}

	.products-list footer {
		margin-top: 25px;
	}

		.products-list footer .note {
			font-size: 14px;
			float: right;
			clear: right;
			padding-top: 15px;
			color: #414140;
		}

table.table2 {
	border-width: 0;
}

.table2 {
	width: 100%;
}

	.table2 th span {
		font-size: 12px;
		display: block;
	}

	.table2 td.remarks {
		font-size: 12px;
		overflow: hidden;
		width: 170px;
		max-width: 500px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

a.morelink {
	outline: 0;
}

.morecontent span {
	display: none;
}

.device-part-row {
	font-size: 12px;
	padding: 7px 0;
}

	.table2 td.add-to-cart a,
	.device-part-row .add-to-cart a,
	.btn-cart-big,
	.part-info .add-to-sc {
		cursor: pointer;
	}

	.device-part-row:nth-child(2n) {
		background: #F3F3F3;
	}

.table2 tr:last-child td {
	border-bottom: 0;
}

.table3 td, .table3 th {
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #b6b6b6;
}

.hotspoted .table2 tr:hover td,
.table2 tr.select td,
.hotspoted .device-part-row:hover,
.device-part-row.select {
	color: #464645;
	background: rgba(10, 100, 161, 0.1);
}

	.hotspoted .table2 tr:hover td.reference-number,
	.table2 tr.select td.reference-number {
		color: #464645;
	}

.table3 td, .table3 th {
	line-height: 18px;
	color: #414140;
	font-size: 14px;
}

.table3 {
	width: 100%;
}

	.table3 th {
		font-weight: 700;
		width: 115px;
		border-right: 1px solid #b6b6b6;
	}

	.table3 td span.number, div.part-image span.number, div.product-details span.number {
		font-size: 14px;
		line-height: 18px;
		position: relative;
		display: block;
		float: left;
		height: 20px;
		padding: 0 3px;
		text-align: center;
		color: #414140;
		background: #f3a887;
	}

		div.product-details span.number.areamark {
			position: absolute;
			display: none;
			opacity: .6;
			border: 2px solid #f3a887;
		}

	.table3 td small {
		font-size: 12px;
	}

	.table3 tr:last-child td, .table3 tr:last-child th {
		border-bottom: 0;
	}

	.table3 input[type=text] {
		width: 38px;
		height: 21px;
		text-align: center;
		border: 1px solid #b6b6b6;
	}

.part-info {
	display: none;
	max-width: 356px;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 18px;
	color: #414140;
	font-size: 14px;
}

	.part-info .row > div {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.part-info .row:not(:last-child) {
		border-bottom: solid 1px #BABABA;
	}

	.part-info .row:not(.price-row) > div:last-child {
		border-left: solid 1px #BABABA;
		word-break: break-word;
	}

	.part-info .row > div:first-child {
		text-align: right;
	}

	.part-info .row:first-child > div {
		padding-top: 15px;
	}

	.part-info a.close {
		position: absolute;
		right: 3px;
		top: 0px;
		font-size: 18px;
	}

	.part-info .dropdown {
		display: inline-block;
		float: right;
		margin-left: 10px;
	}

	.part-info .jq-combo-container .jq-combo-autocomplete,
	.part-info .jq-combo-container select {
		height: 32px;
	}

		.part-info .jq-combo-container .jq-combo-autocomplete input[type=text] {
			line-height: 29px;
			height: 30px !important;
		}

		.part-info .jq-combo-container .jq-combo-autocomplete .jq-combo-arrow {
			height: 30px;
			background-position: -334px -99px;
		}

		.part-info .jq-combo-container .jq-combo-autocomplete .jq-combo-items a {
			text-align: center;
		}

div.ui-dialog.ui-widget {
	background-color: transparent;
}

#checkout {
	max-width: 380px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

	#checkout header {
		font-size: 14px;
		height: 23px;
		min-height: 5px;
		padding: 0;
		text-align: center;
		color: #e51319;
		background: #f0f0f0;
	}

	#checkout .close-btn {
		z-index: 10;
		top: 0;
		right: 0;
		width: 23px;
		height: 23px;
		background: url(/Content/images/icons.png) 0 -56px no-repeat;
	}

	#checkout .add-to-cart-btn {
		font-size: 14px;
		font-weight: 600;
		line-height: 25px;
		float: right;
		height: 27px;
		padding: 0 6px;
	}

		#checkout .add-to-cart-btn .icon {
			display: inline-block;
			width: 20px;
			height: 16px;
			margin-left: 4px;
			vertical-align: text-top;
			background: url(/Content/images/icons.png) -88px 0 no-repeat;
		}

#dialog table tr.dialogitem {
	display: none;
}

#dialog div.scolled {
	overflow: auto;
	height: 330px;
}

#offer-form {
	position: relative;
	padding: 30px 15px;
	background: #fff;
	border: 2px solid #0a64a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	#offer-form h3 {
		font-size: 20px;
		margin-bottom: 15px;
		color: #0a64a1;
	}

	#offer-form ul li {
		margin-bottom: 13px;
	}

	#offer-form input[type=text] {
		font-size: 16px;
		font-weight: 200;
		width: 100%;
		height: 36px;
		padding: 5px 10px;
		color: #878787;
		border: 1px solid #0a64a1;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
	}

	#offer-form input[type=submit] {
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		min-width: 145px;
		max-width: 100%;
		height: auto;
		min-height: 40px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		white-space: normal;
		text-transform: none;
		word-wrap: break-word;
	}

.contact address, i.no-style {
	font-style: normal;
}

.akrapovic-landing h2, .categories .category h3, .categories .category li, .contact h2, .contact h3, .csoon, .product .product-details2 .heading, .product .product-details2 .price {
	text-transform: uppercase;
}

#offer-form .text-success {
	font-weight: 700;
}

.contact h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 35px;
	color: #414140;
}

.contact h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #414140;
}

.contact p {
	font-size: 14px;
	margin-bottom: 38px;
}

	.contact p small {
		font-size: 12px;
	}

#contact-form label {
	float: left;
	min-width: 105px;
}

#contact-form span.form-control-text {
	float: left;
}

#contact-form .telephone-field input[type=text] {
	width: 65px;
	margin-right: 8px;
}

#contact-form .telephone-field input.input-width-60 {
	width: 185px;
	margin-right: 0;
}

#contact-form .country-field .select {
	width: 200px;
}

#contact-form span.button2 {
	float: right;
	background: #e51319;
}

#contact-form input[type=submit] {
	padding: 0 15px;
	border: 0;
	background: #e51319;
}

#contact-form span.required {
	font-size: 12px;
	position: static;
	display: inline-block;
	color: #414140;
}

#login .forgot-password, .csoon {
	font-size: 12px;
	color: #e51319;
}

.csoon {
	line-height: 1;
	display: block;
	text-align: left;
}

.arrow {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 14px;
	vertical-align: middle;
	background-image: url(/Content/images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.icon.mobile {
	padding-right: 10px;
}

#login input[type=submit] {
	width: 108px;
	margin-bottom: 10px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

	#login input[type=submit]:hover,
	#login input[type=submit]:focus,
	#login input[type=submit]:active {
		background: #cd1116;
	}

#forgot-form input[type=submit] {
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
}

#main.login-wrapper {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	float: none;
}

	#main.login-wrapper .text-success {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
	}

.login-wrapper {
	position: relative;
}

#login-form .field-validation-error {
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#create-an-account .editing-form-label-cell label {
	min-width: 0;
	padding: 0;
}

#create-an-account .editing-form-label-cell {
	font-size: 14px;
}

.categories {
	padding: 64px 0 30px;
	background: #f6f6f6;
}

	.categories .category h3 {
		display: inline-block;
		margin-bottom: 30px;
		padding-right: 32px;
		cursor: pointer;
		color: #414140;
		background: url(/Content/images/arrow4.png) right center no-repeat;
	}

	.categories .category .content {
		display: none;
		padding-bottom: 20px;
	}

	.categories .category ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.categories .category li {
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		margin-bottom: 8px;
		color: #414140;
	}

		.categories .category li a {
			color: inherit;
		}

	.categories.widget {
		padding: 42px 25px 33px;
	}

		.categories.widget .category:first-child {
			padding-top: 0;
			border-top: 0;
		}

		.categories.widget .category {
			margin: 0;
			padding: 25px 5px 20px;
			border-top: 1px dotted #414140;
		}

			.categories.widget .category h3 {
				margin: 0;
			}

				.categories.widget .category h3.active {
					background: url(/Content/images/arrow13.png) right center no-repeat;
				}

			.categories.widget .category .content {
				padding: 25px 0 0;
			}

.product-preview .preview {
	width: 100%;
	margin-bottom: 10px;
	padding: 73px 0 60px;
	text-align: center;
	border: 1px solid #b0b0b0;
}

	.product-preview .preview .product {
		display: block;
		margin: 0 auto;
	}

.product-preview #thumbs {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

	.product-preview #thumbs li {
		float: left;
		width: 85px;
		margin: 0 11px 5px 0;
	}

		.product-preview #thumbs li figure {
			max-height: 85px;
			text-align: center;
			border: 1px solid silver;
		}

			.product-preview #thumbs li figure a {
				display: block;
			}

.product .product-details2 {
	padding-top: 12px;
}

	.product .product-details2 h2 {
		font-size: 30px;
		font-weight: 600;
		line-height: 33px;
		margin-bottom: 40px;
	}

	.product .product-details2 .price {
		font-size: 18px;
		font-weight: 600;
		color: #e51319;
	}

		.product .product-details2 .price small {
			font-size: 12px;
			color: #414140;
		}

	.product .product-details2 .button2, .product .product-details2 .quantity {
		float: right;
		clear: right;
	}

	.product .product-details2 .quantity {
		margin-bottom: 9px;
	}

	.product .product-details2 .button2 {
		line-height: 45px;
		height: 45px;
		padding: 0 25px;
	}

	.product .product-details2 .heading {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 26px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #b8b8b8;
	}

	.product .product-details2 p {
		color: #414140;
	}

#search-form form .select select::-ms-expand {
	display: none;
}

#search-form form .select select {
	position: relative;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	-ms-text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div#fade, div#spinner {
	position: absolute;
	display: none;
}

#search-form .select select, .cd-cart select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

div#spinner {
	z-index: 1020;
	top: 300px;
	left: 300px;
}

div#fade {
	z-index: 1010;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	background-color: #ababab;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

#_atssh {
	display: none;
}

div.akrapovic#content {
	padding: 0;
	background-color: #c4c4c4;
}

.akrapovic-search {
	position: relative;
	padding: 25px 0 0;
	background: url(/Content/images/akrapovic-bg.jpg) bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

	.akrapovic .search-head #search-form div.tab-content, .akrapovic-search #search-form .tab-content {
		padding: 0;
	}

#content #search-form .ak-tabs {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container #search-form .ak-tabs {
	position: relative;
	margin: 0 -30px 22px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
}

.akrapovic #container #search-form .tab-strips {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.akrapovic #container #search-form .tab-strips li {
		width: 100%;
	}

.akrapovic #container #search-form .tabs {
	margin: 0;
}

#container #search-form .ak-tab-strips li {
	float: left;
	width: 100%;
	height: 54px;
}

	#container #search-form .ak-tab-strips li a {
		font-size: 18px;
		font-weight: 700;
		line-height: 54px;
		display: block;
		padding: 0 5px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

#container #search-form .tab-strips.ak-tab li a {
	font-weight: 700;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(/Content/images/arrows.png) right -110px no-repeat #e30613;
}

.akrapovic-landing h2 {
	font-size: 32px;
}

.akrapovic-landing p {
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	color: #292929;
}

span.ak-footer-line {
	display: inline-block;
	width: 100%;
	height: 1px;
	margin: 0;
	border-top: 1px solid #444;
}

.ak-footer {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

	[data-tooltip]:after, [data-tooltip]:before {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
		filter: 'DXImageTransform.Microsoft.Alpha(Opacity=0)';
	}

	[data-tooltip]:before {
		font-size: 11px;
		line-height: 1.2;
		position: absolute;
		bottom: 150%;
		left: 50%;
		width: 150px;
		margin-bottom: 5px;
		margin-left: -80px;
		padding: 7px;
		content: attr(data-tooltip);
		text-align: center;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #000;
		background-color: rgba(51, 51, 51, 0.9);
	}

.akrapovic-search-result .buttons [data-tooltip]:before {
	margin-left: -70px;
}

.akrapovic-search-result .buttons [data-tooltip]:first-child:before {
	margin-left: -30px;
}

[data-tooltip]:after {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 150%;
	left: 50%;
	width: 0;
	margin-left: -5px;
	content: ' ';
	border-top: 5px solid #000;
	border-top: 5px solid rgba(51, 51, 51, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
	visibility: visible;
	opacity: 1;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: 'DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.akrapovic-search:after {
	position: absolute;
	z-index: 100;
	bottom: -10px;
	left: 50%;
	width: 30px;
	height: 10px;
	margin-left: -15px;
	content: '';
	background: url(/Content/images/arrow13.png) no-repeat;
}

.akrapovic-search .title .logo {
	float: left;
}

.akrapovic-search .title h3 {
	font-size: 24px;
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #aeaeae;
	-moz-text-shadow: 1px 1px 1px #aeaeae;
	-webkit-text-shadow: 1px 1px 1px #aeaeae;
}

.akrapovic-search-result:after, .product-section:after {
	bottom: -10px;
	left: 50%;
	height: 10px;
	margin-left: -15px;
	content: '';
}

.akrapovic-search .exhaust-search {
	padding: 25px 20px 25px 33px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #414140;
}

.akrapovic .search-head #search-form input[type=submit], .akrapovic-search #search-form div.tab-content input[type=submit] {
	background: #e30613;
}

.akrapovic-search .two-column-layout {
	padding: 65px 0 145px;
}

	.akrapovic-search .two-column-layout .column {
		float: left;
		width: 44%;
	}

		.akrapovic-search .two-column-layout .column:last-child {
			float: right;
			width: 54%;
		}

		.akrapovic-search .two-column-layout .column p {
			font-size: 18px;
			font-weight: 600;
			line-height: 1.2;
			text-transform: uppercase;
			color: #292929;
		}

			.akrapovic-search .two-column-layout .column p span {
				font-size: 24px;
				display: block;
				padding-top: 10px;
				color: #292929;
			}

				.akrapovic-search .two-column-layout .column p span.performance {
					font-size: 60px;
					font-weight: 700;
					padding-top: 10px;
					color: #292929;
				}

.promotion {
	padding: 65px 0 45px;
	background: #31312f;
}

	.promotion .container {
		width: 100%;
		max-width: 885px;
		background-image: url(/Content/images/logo4.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	.promotion h3 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #fff;
	}

.product-section {
	position: relative;
	padding: 35px 0 75px;
	background: url(/Content/images/image5.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

	.product-section p {
		font-size: 18px;
		line-height: 24px;
		color: #5b5e65;
	}

	.product-section .under-line {
		display: inline-block;
		color: #5b5e65;
		border-bottom: 1px solid #e30613;
	}

	.product-section .warning {
		font-size: 14px;
		padding-top: 20px;
		background: 0 0;
	}

		.product-section .warning span {
			color: #e30613;
		}

		.product-section .warning a {
			color: #5b5e65;
		}

.view-details, .view-details:focus, .view-details:hover, .view-details:visited {
	color: #414140;
}

.product-section:after {
	position: absolute;
	z-index: 100;
	width: 30px;
	background: url(/Content/images/arrow13.png) no-repeat;
}

.search-head {
	padding: 42px 0 35px;
	background: #b6b6b6;
}

	.search-head .logo {
		float: left;
		margin-right: 25px;
		padding: 20px 0;
	}

	.search-head #search-form div.tab-content .select select {
		font-size: 16px;
		padding: 0 40px 0 5px;
	}

	.search-head #search-form div.tab-content .select {
		width: 150px;
	}

.product-section .product-section-inner {
	padding: 50px 70px 70px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px #e5e5e5;
	box-shadow: 0 0 3px #e5e5e5;
}

.view-details {
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #e8e8e8;
}

.akrapovic-search-result {
	position: relative;
	padding: 25px 0 20px;
	background: url(/Content/images/image5.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

	.akrapovic-search-result:after {
		position: absolute;
		z-index: 95;
		width: 30px;
		background: url(/Content/images/arrow13.png) no-repeat;
	}

	.akrapovic-search-result .search-result-inner h6 {
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.akrapovic-search-result .search-result-inner .row {
		margin-right: 10px;
		margin-left: -10px;
	}

	.akrapovic-search-result .search-result-inner .col-md-3 {
		margin-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.akrapovic-search-result .search-result-inner .box5 {
		padding: 10px;
		background: #fff;
		-webkit-box-shadow: 0 0 3px #e5e5e5;
		box-shadow: 0 0 3px #e5e5e5;
	}

		.akrapovic-search-result .search-result-inner .box5 figure {
			margin-bottom: 12px;
			padding: 10px 0;
			text-align: center;
			border-bottom: 1px solid #c6c6c6;
		}

		.akrapovic-search-result .search-result-inner .box5 h6 {
			font-size: 14px;
			font-weight: 700;
			line-height: 16px;
			margin-bottom: 5px;
			color: #5b5e65;
		}

		.akrapovic-search-result .search-result-inner .box5 p {
			font-size: 12px;
			font-weight: 700;
			line-height: 14px;
			margin-bottom: 5px;
			color: #5b5e65;
		}

		.akrapovic-search-result .search-result-inner .box5 .vat {
			font-size: 10px;
			font-weight: 700;
			line-height: 15px;
			display: block;
			text-align: right;
			color: #414140;
		}

		.akrapovic-search-result .search-result-inner .box5 .button4 {
			margin: 0 3px;
		}

		.akrapovic-search-result .search-result-inner .box5 .button1 {
			font-size: 14px;
			font-weight: 700;
			line-height: 1;
			float: right;
			height: auto;
			padding: 6px;
			color: #fff;
			background: #e30613;
		}

			.akrapovic-search-result .search-result-inner .box5 .button1:hover, search-result .search-result-inner .box5 .button1:focus {
				color: #fff;
			}

		.akrapovic-search-result .search-result-inner .box5 figure img {
			height: 87px;
		}

.product-detail-slideshow {
	position: relative;
	margin-bottom: 120px;
}

	.product-detail-slideshow .next-btn, .product-detail-slideshow .previous-btn {
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 36px;
		margin-top: -18px;
	}

	.product-detail-slideshow .previous-btn {
		z-index: 1000;
		left: -35px;
		background: url(/Content/images/previous-btn.png) no-repeat;
	}

	.product-detail-slideshow .next-btn {
		z-index: 1000;
		right: -35px;
		background: url(/Content/images/next-btn.png) no-repeat;
	}

	.product-detail-slideshow .controls {
		position: relative;
		top: 20px;
		text-align: center;
	}

		.product-detail-slideshow .controls a {
			position: relative;
			display: inline-block;
			width: 9px;
			height: 9px;
			margin: 0 6px;
			text-indent: -20000px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: #d1d1d1;
		}

			.product-detail-slideshow .controls a.activeSlide, .product-detail-slideshow .controls a:hover {
				background: #e30613;
			}

	.product-detail-slideshow .product-detail-slide {
		position: absolute;
		top: 0;
		left: 0;
		display: block !important;
		width: 100% !important;
		opacity: 0;
	}

		.product-detail-slideshow .product-detail-slide:first-child {
			opacity: 1;
		}

.product-description {
	margin-bottom: 25px;
	border-bottom: 1px solid #c6c6c6;
}

	.product-description .product-info {
		float: left;
		width: 70%;
		padding-top: 13px;
		padding-bottom: 20px;
	}

	.product-description .buy-now {
		float: left;
		width: 30%;
		border-left: 1px solid #c6c6c6;
	}

		.product-description .buy-now .part-detail {
			padding: 20px;
		}

			.product-description .buy-now .part-detail .quantity {
				margin-right: 10px;
			}

				.product-description .buy-now .part-detail .quantity label {
					font-size: 14px;
					font-weight: 400;
					line-height: 28px;
					margin-right: 6px;
					color: #414140;
				}

				.product-description .buy-now .part-detail .quantity input[type=text] {
					float: left;
					width: 32px;
					color: #464645;
					border: 1px solid #9a9a9a;
				}

			.product-description .buy-now .part-detail .buy-now-btn {
				font-size: 14px;
				min-width: 95px;
				background: #e30613;
			}

		.product-description .buy-now .price {
			font-size: 25px;
			font-weight: 700;
			line-height: 1.2;
			display: block;
			padding: 10px 20px;
			color: #e30613;
			border-bottom: 1px solid #c6c6c6;
		}

			.product-description .buy-now .price sup {
				font-weight: 400;
			}

	.product-description .product-info h5 {
		font-size: 24px;
		font-weight: 700;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.product-description .product-info p {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
		color: #5b5e65;
	}

		.product-description .product-info p span {
			font-size: 14px;
			line-height: 25px;
			display: block;
			color: #5b5e65;
		}

	.product-description .product-info .buttons {
		float: right;
		margin-top: -25px;
		margin-right: 20px;
	}

.login-create-account.tabs .tab-strips li {
	width: 50%;
}

.login-create-account.tabs .tab-content, .orders-profile-vehicles.tabs .tab-content {
	display: none;
}

.tabs .tab-content.current {
	display: block;
}

.login-create-account.tabs h2 {
	margin-bottom: 65px;
}

#main #login {
	min-height: 450px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 35px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #0a64a1;
	background-color: #fff;
}

	#main #login h2 {
		text-align: center;
	}

#login .form {
	margin-top: 59px;
	margin: 40px auto;
	max-width: 400px;
	width: 100%;
}

#login button[type=submit] {
	width: 108px;
	margin-bottom: 10px;
}

#login input[type=text], #login input[type=password] {
	font-size: 14px;
	font-style: italic;
	width: 100%;
	color: #8c8c8c;
	border: 1px solid #0a64a1;
}

#login .checkbox label {
	font-size: 14px;
	color: #414140;
}

	#login .checkbox label:before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

#create-an-account .form {
	max-width: 415px;
	margin: 0 auto;
}

	#create-an-account .form p {
		margin-bottom: 0;
	}

#registration-form .validation-summary-errors {
	font-size: 15px;
	color: #e51319;
}

#search-form .select select::-ms-expand {
	display: none;
}

#search-form .select select {
	position: relative;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#main-navigation .col-sm-offset-3 {
	margin-left: 25%;
}

.table-condensed {
	margin-bottom: 20px;
}

.msg {
	display: none;
}

.form.box3 {
	background-color: transparent;
	border: 2px solid #0a64a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button-email {
	font-size: 22px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	min-height: 50px;
	height: auto;
	margin-top: 0;
	padding: 10px 35px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e51319;
}

	.button-email:focus, .button-email:hover {
		color: #fff;
	}

#discountPopup h2 {
	font-size: 36px;
	color: #cf4302 !important;
}

.cd-cart-container::before {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	content: '';
	-webkit-transition: opacity .4s,visibility .4s;
	-o-transition: opacity .4s,visibility .4s;
	transition: opacity .4s,visibility .4s;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
}

.cd-cart-container.cart-open::before {
	visibility: visible;
	opacity: 1;
}

.cd-cart-container .progress-loader {
	position: fixed;
	top: 0;
}

.cd-cart, .cd-cart-trigger {
	position: fixed;
	right: 20px;
	bottom: 20px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: transform;
	backface-visibility: hidden;
}

.cd-cart-trigger {
	z-index: 999;
	width: 46px;
	height: 50px;
	white-space: nowrap;
	text-indent: 100%;
	color: transparent;
}

.cart-open .cd-cart-trigger {
	z-index: 9999;
	bottom: 15px;
	width: 72px;
	height: 72px;
	background: 0 0;
}

.cd-cart-trigger::after {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity .2s,-webkit-transform .2s;
	transition: opacity .2s,-webkit-transform .2s;
	-o-transition: opacity .2s,transform .2s;
	transition: opacity .2s,transform .2s;
	transition: opacity .2s,transform .2s,-webkit-transform .2s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(/Content/images/icons/cart-xs.png) no-repeat;
}

.cart-open .cd-cart-trigger {
	display: none;
}

.cd-cart-trigger .count {
	font-size: 1.5rem;
	font-weight: 700;
	position: absolute;
	top: -18px;
	right: -10px;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: transform .2s .5s,-webkit-transform .2s .5s;
	text-indent: 0;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e51319;
}

.cd-cart-trigger.btn-close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url(/Content/images/icons/cart-close.png) center center no-repeat;
	background-color: #ededed;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
}

	.cd-cart-trigger.btn-close::before,
	.cd-cart-trigger.btn-close::after {
		display: none;
	}

.cd-cart-trigger .count li {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count.update-count li:last-of-type {
	-webkit-animation: cd-qty-enter .15s;
	animation: cd-qty-enter .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}

.cd-cart-trigger .count.update-count li:first-of-type {
	-webkit-animation: cd-qty-leave .15s;
	animation: cd-qty-leave .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}

.cart-open .cd-cart-trigger .count {
	-webkit-transition: -webkit-transform .2s 0s;
	transition: -webkit-transform .2s 0s;
	-o-transition: transform .2s 0s;
	transition: transform .2s 0s;
	transition: transform .2s 0s, -webkit-transform .2s 0s;
	transition: transform .2s 0s,-webkit-transform .2s 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cd-cart {
	z-index: -1;
	bottom: 15px;
	width: 90%;
	max-width: 440px;
	height: auto;
	max-height: 90%;
	pointer-events: none;
}

	.cd-cart .wrapper {
		background: 0 0;
		position: static;
		pointer-events: auto;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		width: 0;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
	}

.cart-open .cd-cart .wrapper {
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.cd-cart footer, .cd-cart header {
	position: static;
	z-index: 2;
	left: 0;
	width: 100%;
}

.cd-cart .body, .cd-cart header {
	opacity: 0;
}

.cd-cart header {
	line-height: 50px;
	top: 0;
	height: 50px;
	padding: 0 1.4em;
	-webkit-transition: opacity .2s 0s;
	-o-transition: opacity .2s 0s;
	transition: opacity .2s 0s;
	border-bottom: 1px solid #e6e6e6;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-color: #fff;
}

	.cd-cart header::after {
		display: block;
		clear: both;
		content: '';
	}

.cd-cart footer {
	background: 0 0;
}

.cart-open .cd-cart footer {
	bottom: 0;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

	.cart-open .cd-cart footer .checkout-holder {
		padding: 15px;
		background: #ededed;
		-webkit-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

.cd-cart h2 {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.cd-cart .undo {
	font-size: 1.2rem;
	visibility: hidden;
	float: right;
	-webkit-transition: opacity .2s,visibility .2s;
	-o-transition: opacity .2s,visibility .2s;
	transition: opacity .2s,visibility .2s;
	opacity: 0;
	color: #808b97;
}

	.cd-cart .undo a {
		text-decoration: underline;
		color: #2a2a2a;
	}

		.cd-cart .undo a:hover {
			color: #2c97de;
		}

	.cd-cart .undo.visible {
		visibility: visible;
		opacity: 1;
	}

.cd-cart .checkout {
	font-size: 18px;
	font-weight: 600;
	line-height: 72px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .2s 0s;
	-o-transition: all .2s 0s;
	transition: all .2s 0s;
	text-align: center;
	color: rgba(255, 255, 255, 0);
	background: #e51319;
	text-transform: uppercase;
}

.cd-cart .price, .cd-cart h3, .text-bold {
	font-weight: 700;
}

.cd-cart .checkout:hover {
	background: rgba(233, 85, 0, 0.85);
}

.cd-cart .checkout em {
	position: relative;
	top: -15px;
	display: inline-block;
	-webkit-transition: -webkit-transform 0s .2s;
	transition: -webkit-transform 0s .2s;
	-o-transition: transform 0s .2s;
	transition: transform 0s .2s;
	transition: transform 0s .2s, -webkit-transform 0s .2s;
	transition: transform 0s .2s,-webkit-transform 0s .2s;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}

	.cd-cart .checkout em::after, .cd-cart .select::after {
		top: 50%;
		right: 4px;
		content: '';
	}

	.cd-cart .checkout em::after {
		position: absolute;
		bottom: auto;
		width: 24px;
		height: 24px;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0;
		background: url(/Content/images/icons/cd-icon-arrow-next.svg) center center no-repeat;
	}

.cd-cart .body {
	position: relative;
	z-index: 1;
	overflow: auto;
	padding: 0 0 10px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	height: auto;
	max-height: 285px;
	overflow-y: scroll;
	border-bottom: 1px solid #e6e6e6;
}

	.cd-cart .body ul {
		padding: 0;
		margin: 0;
	}

	.cd-cart .body li {
		position: relative;
		-webkit-transition: opacity 0s .2s,-webkit-transform 0s .2s;
		transition: opacity 0s .2s,-webkit-transform 0s .2s;
		-o-transition: opacity 0s .2s,transform 0s .2s;
		transition: opacity 0s .2s,transform 0s .2s;
		transition: opacity 0s .2s,transform 0s .2s,-webkit-transform 0s .2s;
		-webkit-transform: translateX(80px);
		-ms-transform: translateX(80px);
		transform: translateX(80px);
		opacity: 0;
	}

		.cd-cart .body li::after {
			display: block;
			clear: both;
			content: '';
		}

		.cd-cart .body li.deleted {
			position: absolute;
			left: 1.4em;
			width: -webkit-calc(100% - 2.8em);
			width: calc(100% - 2.8em);
			-webkit-animation: cd-item-slide-out .3s forwards;
			animation: cd-item-slide-out .3s forwards;
			opacity: 0;
		}

.cart-open .cd-cart .body, .cart-open .cd-cart .checkout:hover em::after, .cart-open .cd-cart header {
	opacity: 1;
}

.cd-cart .body li.deleted.undo-deleted {
	-webkit-animation: cd-item-slide-in .3s forwards;
	animation: cd-item-slide-in .3s forwards;
}

.cd-cart .body li.deleted + li {
	-webkit-animation: cd-item-move-up-mobile .3s;
	animation: cd-item-move-up-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted + li {
	-webkit-animation: cd-item-move-down-mobile .3s;
	animation: cd-item-move-down-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.cd-cart .product-image {
	display: inline-block;
	float: left;
	width: 50px;
}

	.cd-cart .product-image img {
		display: block;
	}

.cd-cart .product-details {
	position: relative;
	width: 100% !important;
	padding: 0;
	margin: 0;
}

.cd-cart .port, .cd-cart h3 {
	overflow: hidden;
	width: 70%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.cd-cart .product-details::after {
	display: block;
	clear: both;
	content: '';
}

.cd-cart h3 {
	float: left;
	margin-bottom: 0;
}

	.cd-cart h3 a {
		font-size: 16px;
		color: #2a2a2a;
	}

		.cd-cart h3 a:hover {
			color: rgba(43, 62, 81, 0.82);
		}

.cd-cart .port p {
	margin: 0;
}

	.cd-cart .port p span {
		font-size: 12px;
		font-style: italic;
		margin-bottom: 0;
		padding: 0;
		color: #2a2a2a;
	}

.cd-cart .price {
	font-size: 16px;
	float: right;
	text-align: right;
}

.cd-cart .actions::after {
	display: block;
	clear: both;
	content: '';
}

.cd-cart .delete-item,
.cd-cart .price,
.cd-cart .quantity {
	color: #808b97;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-cart .quantity,
.cd-cart .price {
	margin: 0 0 10px;
}

.cd-cart .price {
	margin-right: 15px;
}

.cd-cart .delete-item {
	font-size: 14px;
	line-height: 28px;
	margin-left: 1em;
	background-image: url(../images/sprites/icons.png);
	background-position: -29px -55px;
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.price .select {
	width: 100%;
}

.cd-cart .quantity label,
.cd-cart .price label {
	font-size: 14px;
	display: inline-block;
	margin-right: .3em;
}

.cd-cart .select {
	position: relative;
}

	.cd-cart .select::after {
		position: absolute;
		z-index: 1;
		display: block;
		width: 12px;
		height: 12px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
		background: url(/Content/images/icons/cd-icon-select.svg) center center no-repeat;
	}

.cd-cart select {
	font-size: 14px;
	position: relative;
	margin: 0;
	padding: 0 1em 0 0;
	cursor: pointer;
	color: #808b97;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	.cd-cart select:focus {
		color: #2a2a2a;
		outline: 0;
		-webkit-box-shadow: 0 1px 0 currentColor;
		box-shadow: 0 1px 0 currentColor;
	}

	.cd-cart select::-ms-expand {
		display: none;
	}

.cart-open .cd-cart header {
	-webkit-transition: opacity .2s .2s;
	-o-transition: opacity .2s .2s;
	transition: opacity .2s .2s;
}

.cart-open .cd-cart .body {
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
}

	.cart-open .cd-cart .body li {
		list-style-type: none;
		-webkit-transition: opacity .3s .2s,-webkit-transform .3s .2s;
		transition: opacity .3s .2s,-webkit-transform .3s .2s;
		-o-transition: transform .3s .2s,opacity .3s .2s;
		transition: transform .3s .2s,opacity .3s .2s;
		transition: transform .3s .2s,opacity .3s .2s,-webkit-transform .3s .2s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		padding: 10px 10px 0;
	}

		.cart-open .cd-cart .body li:nth-child(odd) {
			background-color: #ededed;
		}

		.cart-open .cd-cart .body li:nth-of-type(2) {
			-webkit-transition-duration: .4s;
			-o-transition-duration: .4s;
			transition-duration: .4s;
		}

		.cart-open .cd-cart .body li:nth-of-type(3) {
			-webkit-transition-duration: .5s;
			-o-transition-duration: .5s;
			transition-duration: .5s;
		}

		.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
			-webkit-transition-duration: .55s;
			-o-transition-duration: .55s;
			transition-duration: .55s;
		}

.cart-open .cd-cart {
	z-index: 100;
}

	.cart-open .cd-cart .checkout {
		-webkit-transition: color .2s .3s;
		-o-transition: color .2s .3s;
		transition: color .2s .3s;
		color: #fff;
	}

		.cart-open .cd-cart .checkout em {
			-webkit-transition: padding .2s 0s,-webkit-transform .2s .3s;
			transition: padding .2s 0s,-webkit-transform .2s .3s;
			-o-transition: transform .2s .3s,padding .2s 0s;
			transition: transform .2s .3s,padding .2s 0s;
			transition: transform .2s .3s,padding .2s 0s,-webkit-transform .2s .3s;
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			text-transform: uppercase;
		}

		.cart-open .cd-cart .checkout:hover em {
			padding-right: 30px;
		}

.total-price-holder {
	padding: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
}

.cart-open .cd-cart .total-title,
.cart-open .cd-cart span.total-price {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.cart-open .cd-cart em.total {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	text-align: right;
}

.accordion > .content {
	display: none;
}

.accordion > h4 {
	margin-bottom: 10px;
}

	.accordion > h4:focus {
		outline: 0;
	}

.faq-list > strong {
	font-size: 25px;
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
}

	.faq-list > strong:first-child {
		margin-top: 0;
	}

.partsearch-wrapper #breadcrumbs {
	margin-bottom: 0;
}

.partsearch-wrapper .breadcrumbs {
	line-height: 34px;
	float: left;
	background: url(/Content/images/arrow3.png) left 12px no-repeat;
}

.text-left-not-lg, .text-left-not-md, .text-left-not-sm, .text-left-not-xs {
	text-align: left;
}

.text-center-not-lg, .text-center-not-md, .text-center-not-sm, .text-center-not-xs {
	text-align: center;
}

.text-right-not-lg, .text-right-not-md, .text-right-not-sm, .text-right-not-xs {
	text-align: right;
}

.text-justify-not-lg, .text-justify-not-md, .text-justify-not-sm, .text-justify-not-xs {
	text-align: justify;
}

.abtesting .shopping-cart-list .form .select {
	float: none;
	width: 227px !important;
}

.form .select, .select {
	border: none;
}

	.form .select select, .select select {
		line-height: 28px;
		height: 33px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

a {
	line-height: inherit;
	text-decoration: none;
	color: #e51319;
}

.input-validation-error {
	color: #a94442 !important;
	border-color: #a94442 !important;
	background-color: #efdcdd !important;
}

#header, header .navbar, header .navbar-header {
	background: #2A75A9;
}

#header {
	position: fixed;
	z-index: 101; /*100*/
	top: 0;
	left: 0;
	width: 100%;
}

header .mobile-holder .top-bar .col-xs-12 {
	padding: 0;
}

header .navbar {
	margin: 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

header .navbar-nav {
	overflow-y: auto;
	max-height: -webkit-calc(100vh - 91px);
	max-height: calc(100vh - 91px);
	margin-bottom: 0;
	margin-top: 0;
}

header .navbar-brand {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 130px;
	height: 70px;
	margin-left: 15px;
	padding: 0;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	header .navbar-brand .logo {
		display: block;
		width: 100%;
	}

header .navbar-nav .subUl {
	padding: 0 40px;
	list-style-type: none;
}

header .navbar-nav .subCat {
	line-height: 24px;
	margin: 0 0 12px;
	border: none;
}

	header .navbar-nav .subCat:first-child {
		margin-top: 20px;
	}

	header .navbar-nav .subCat:last-child {
		margin-bottom: 30px;
	}

header .navbar-nav .subUl .subCat a {
	font-weight: 400;
	padding: 0;
	color: #fff;
}

header .navbar-default .navbar-nav .submenu-toggler {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .navbar-nav .submenu-toggler:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	content: '';
	background: url(../images/sprites/icons.png) -139px -216px no-repeat;
}

.search-form .navbar-nav .submenu-toggle {
	position: relative;
}

.search-form .navbar-nav .submenu-toggler:after {
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../images/sprites/icons.png) -125px -203px no-repeat;
}

header .navbar-nav .mainCat {
	position: relative;
}

	header .navbar-nav .mainCat:after {
		position: absolute;
		top: 50%;
		right: 16px;
		display: inline-block;
		width: 17px;
		height: 17px;
		content: '';
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../images/sprites/icons.png) -344px -217px no-repeat;
	}

header .navbar-nav .submenu-toggler.active::after,
header .navbar-nav .submenu-toggler[aria-expanded=true]::after {
	background-position: -130px -138px;
}

header .navbar-nav .submenu-toggler[aria-expanded=false]:after {
	background-position: -130px -203px;
}

header .mobile-holder .navbar.navbar-default li a {
	padding: 13px 20px 13px;
}

header .navbar-nav li {
	display: block;
	border-bottom: 1px solid #fff;
}

	header .navbar-nav li:last-child {
		border: none;
	}

header .navbar-nav form li {
	border-bottom: none;
}

header .navbar-default .navbar-toggle {
	line-height: 54px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 54px;
	margin: 0;
	padding: 0 25px;
	border: none;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	header .navbar-default .navbar-toggle .icon.toggle-menu {
		font-style: normal;
		position: relative;
		display: inline-block;
		width: 37px;
		height: 36px;
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: url(../images/sprites/icons.png) -132px -107px no-repeat;
	}

		header .navbar-default .navbar-toggle .icon.toggle-menu .btn-content {
			font-size: 14px;
			font-weight: 600;
			margin-top: 7px;
			display: block;
		}

.brand-dropdown-nav p.genuine, .brand-dropdown-nav ul li a, header .navbar.navbar-default li a {
	font-size: 18px;
	color: #0a64a1;
	text-transform: uppercase;
}

header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
	background: 0 0;
}

header .navbar-default .navbar-collapse, header .navbar-default .navbar-default .navbar-form {
	border: none;
}

header .navbar.navbar-default li a {
	font-weight: 600;
	display: block;
	padding: 10px 20px 15px;
}

	header .navbar.navbar-default li a:active, header .navbar.navbar-default li a:hover {
		text-decoration: none;
		color: #fff;
		outline: 0;
	}

.brand-dropdown-nav {
	background: #2A75A9;
	padding: 0;
}

	.brand-dropdown-nav ul {
		margin: 0;
		list-style: none;
		padding: 0;
	}

		.brand-dropdown-nav ul li {
			line-height: 18px;
			position: relative;
			margin-right: 17px;
			padding-right: 17px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}

			.brand-dropdown-nav ul li a {
				font-size: 17px;
				color: #fff;
				text-transform: capitalize;
				font-family: 'Fira Sans', sans-serif;
				font-weight: 400;
				padding: 15px 0;
				width: 100%;
			}

				.brand-dropdown-nav ul li a strong {
					text-transform: uppercase;
				}

	.brand-dropdown-nav .group {
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
	}

	.brand-dropdown-nav ul.group > li:before {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		height: 45px;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.brand-dropdown-nav ul.group li:last-child:before {
		content: none;
	}

	.brand-dropdown-nav ul li:last-child {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}

	.brand-dropdown-nav ul li img {
		margin-right: 4px;
	}

		.brand-dropdown-nav ul li img.amp {
			width: 50px;
		}

	.brand-dropdown-nav ul li ul {
		position: absolute;
		width: 270px;
		left: -19px;
		top: 48px;
		padding: 0;
		display: none;
		z-index: 999;
		border: 1px solid #fff;
		background-color: #2A75A9;
	}

	.brand-dropdown-nav ul li:hover ul {
		display: block;
	}

	.brand-dropdown-nav ul li ul li {
		float: none;
		margin: 0;
		padding: 0;
		background: #2A75A9;
		border: 0 !important;
	}

		.brand-dropdown-nav ul li ul li a {
			display: block;
			padding: 9px 20px 10px;
			background: #2A75A9;
			color: #fff;
		}

			.brand-dropdown-nav ul li ul li a:hover {
				background: #0a64a1;
				color: #fff;
			}

	.brand-dropdown-nav p.genuine {
		float: left;
		margin-top: 12px;
	}

		.brand-dropdown-nav p.genuine a {
			color: #fff;
		}

.mainMenuItem {
	font-weight: 600;
}

header .mobile-holder .navbar {
	z-index: 3;
	background-color: #2A75A9;
}

header .mobile-holder .bottom-row {
	display: none;
	position: fixed;
	z-index: 2;
	top: 71px;
	left: 15px;
	width: 100%;
	background: #0a64a1;
}

	header .mobile-holder .bottom-row .btn-holder {
		position: static;
		border-right: 1px solid #fff;
		border-bottom: none;
		padding: 0;
	}

header .mobile-holder .phone-dropdown li a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

header .mobile-holder .bottom-row .btn-holder .flag .icon {
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

header .mobile-holder .bottom-row .btn-holder .icon {
	display: inline-block;
	width: 24px;
	height: 25px;
	margin: 0 10px 0 0;
}

header .mobile-holder .bottom-row .phone-dropdown .icon {
	width: 30px;
	height: 30px;
}

	header .mobile-holder .bottom-row .phone-dropdown .icon.GLOBAL {
		width: 24px;
		height: 25px;
		margin: 0 16px 0 0;
		background: url(../images/sprites/icons.png) -28px 2px no-repeat;
	}

header .mobile-holder .bottom-row .btn-holder .icon.email {
	background: url(../images/sprites/icons.png) -131px -49px no-repeat;
}

header .mobile-holder .bottom-row .btn-holder .icon.phone {
	background: url(../images/sprites/icons.png) -131px -77px no-repeat;
}

header .mobile-holder .bottom-row .btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 46px;
	padding: 0 15px;
	color: #fff;
	border: none;
	background-color: #0a64a1;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	header .mobile-holder .bottom-row .btn:focus, header .mobile-holder .bottom-row .btn:hover {
		color: #fff;
		border: none;
		outline: 0;
		background: 0 0;
	}

	header .mobile-holder .bottom-row .btn .caret {
		color: #fff;
		border-width: 6px;
	}

header .mobile-holder .bottom-row .dropdown-menu {
	font-size: 16px;
	top: -webkit-calc(100% - 2px);
	top: calc(100% - 2px);
	right: -15px;
	left: auto;
	overflow: auto;
	min-width: 288px;
	max-height: -webkit-calc(100vh - 180px);
	max-height: calc(100vh - 180px);
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #0a64a1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

header .mobile-holder .bottom-row .phone-dropdown {
	min-width: 313px;
	margin: 0;
	padding: 0;
	right: 0;
	width: 100%;
}

header .mobile-holder .bottom-row .dropdown-menu .country {
	margin: 0 6px 0 0;
	text-transform: uppercase;
}

header .mobile-holder .bottom-row .sign {
	font-size: 14px;
}

header .mobile-holder .btn-group {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

	header .mobile-holder .btn-group img {
		margin: 0 4px 0 0;
	}

header .mobile-holder .dropdown-menu li a {
	line-height: 61px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	color: #fff;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 3px 10px;
}

	header .mobile-holder .dropdown-menu li a:active,
	header .mobile-holder .dropdown-menu li a:focus,
	header .mobile-holder .dropdown-menu li a:visited,
	header .mobile-holder .dropdown-menu li a:hover {
		background-color: #2A75A9;
	}

	header .mobile-holder .dropdown-menu li a img {
		margin: 0 12px 0 0;
	}

header .mobile-holder .currency-dropdown .country {
	font-size: 16px;
}

header .mobile-holder .phone-dropdown .number {
	font-weight: 200;
}

header .mobile-holder .search-form {
	position: absolute;
	z-index: 1;
	top: 91px;
	left: 15px;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 45px;
	min-height: 0;
}

	header .mobile-holder .search-form .navbar-nav {
		margin-top: 0;
		background: #0a64a1;
		overflow: auto;
	}

header .navbar-default .navbar-nav .submenu-toggler,
header .navbar-default .navbar-nav .submenu-toggler:focus {
	color: #fff;
}

#brand-page header .mobile-holder .search-form .navbar-nav {
	display: none;
}

/*Styles for mobile dropdown last option*/
header .mobile-holder .navbar.navbar-default li.lang-logout-line > a {
	display: inline-block;
	padding: 10px 15px;
}

header .mobile-holder .navbar.navbar-default li.lang-logout-line > .signoutLink {
	float: right;
}

header .mobile-holder .navbar.navbar-default li.lang-logout-line a {
	color: #fff;
	font-weight: 500;
}

	header .mobile-holder .navbar.navbar-default li.lang-logout-line a.signoutLink i:before {
		color: #ff6a6b;
		margin-right: 10px;
		line-height: 21px;
	}

header .mobile-holder .navbar.navbar-default li.lang-logout-line .lang-switch span {
	margin-top: 0;
}
/*end*/

.search-form {
	padding: 0;
}

	.search-form .inner-wrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		padding: 38px 30px;
	}

	.search-form form {
		width: 100%;
	}

	.search-form #instant-part {
		overflow: hidden;
		background: #f37238;
	}

	.search-form #part-number {
		overflow: hidden;
		background: #555;
	}

	.search-form div.inner-wrap ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.search-form div.inner-wrap ul li {
			width: 100%;
			margin: 0 0 22px;
		}

			.search-form div.inner-wrap ul li:last-child {
				margin-right: 0;
			}

	.search-form div.inner-wrap .select {
		position: relative;
		display: block;
		height: 40px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
	}

		.search-form div.inner-wrap .select:after {
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 40px;
			height: 40px;
			content: '';
			pointer-events: none;
			-webkit-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
			background: url(../images/sprites/icons.png) -189px -6px no-repeat #ededed;
		}

		.search-form div.inner-wrap .select select {
			font-size: 18px;
			width: 100%;
			height: 40px;
			padding: 0 40px 0 8px;
			text-transform: uppercase;
			color: #5b5e65;
			border: 0;
			outline: 0;
			background: 0 0;
		}

	#search-form div.tab-content li.type .select select, .search-form div.inner-wrap li.brand .select select {
		font-weight: 700;
		color: #5b5e65;
	}

footer, footer a, footer a:visited, footer a:hover, footer a:focus {
	color: #fff;
}

.search-form div.inner-wrap input[type=submit] {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	max-width: 282px;
	height: 40px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #e51319;
}

.search-form div.inner-wrap input[type=text] {
	font-size: 16px;
	font-weight: 800;
	position: relative;
	height: 40px;
	padding: 8px 20px;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

footer {
	background: #292929;
}

	footer .box1 {
		margin: 0;
		padding: 15px 0 30px;
		text-align: center;
		border-bottom: 1px solid #444;
		background: #121212;
	}

		footer .box1 li:first-child:after {
			display: block;
			width: 100%;
			height: 1px;
			margin: 0;
			content: '';
			border-top: 1px solid #444;
		}

		footer .box1 a {
			display: inline-block;
		}

		footer .box1 .ak-footer {
			padding: 20px 0;
		}

	footer .navbar-nav {
		margin: 0;
	}

	footer .links {
		font-size: 24px;
		background: #656665;
	}

		footer .links .submenu-toggler {
			font-weight: 600;
			width: 100%;
			padding: 40px;
			text-align: left;
			text-transform: uppercase;
			border-top: none;
			border-right: none;
			border-bottom: 1px solid #444;
			border-left: none;
			outline: 0;
		}

	.helpline, footer .copy {
		text-align: center;
	}

	footer .links .submenu-toggler.active {
		background-position: right 51px;
	}

	footer .links .submenu-toggler:focus, footer .links .submenu-toggler:hover {
		color: #fff;
		background-color: #000;
	}

	footer .links .dropdwn-menu li {
		width: 100%;
	}

	footer .dropdwn-menu {
		border-bottom: 1px solid #444;
		background: #000;
	}

		footer .dropdwn-menu .navbar-collapse {
			padding: 0 40px;
			list-style-type: none;
			border-bottom: 1px solid #444;
		}

		footer .dropdwn-menu li:last-child li:not(.CMSListMenuLI) {
			margin: 0 -40px 40px;
			padding: 40px;
			border-bottom: 1px solid #444;
		}

		footer .dropdwn-menu .navbar-collapse li {
			margin: 0 0 7px;
		}

			footer .dropdwn-menu .navbar-collapse li:first-child {
				margin-top: 30px;
			}

			footer .dropdwn-menu .navbar-collapse li:last-child {
				margin-bottom: 30px;
			}

		footer .dropdwn-menu .navbar-collapse a {
			font-weight: 600;
		}

.c-social-icons {
	position: relative;
	padding: 20px 0 25px;
	background: #121212;
	display: none;
}

	.c-social-icons ul {
		max-width: 70%;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2);
	}

		.c-social-icons ul li {
			float: left;
			width: 50%;
		}

	.c-social-icons h6 {
		font-size: 14px;
		font-weight: 400;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		color: #949494;
	}

	.c-social-icons ul li a {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		width: auto;
		height: 70px;
		-webkit-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
		background: #000;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

		.c-social-icons ul li a.c-facebook {
			background: #3c5a98;
		}

		.c-social-icons ul li a .icon {
			display: inline-block;
			width: 20px;
			height: 20px;
		}

.part-details, .trustedsite-floating-element {
	display: none;
}

.c-social-icons ul li a .icon.facebook {
	background: url(../images/sprites/icons.png) -258px -8px no-repeat;
}

.c-social-icons ul li a.c-twitter {
	background: #01aced;
}

.c-social-icons ul li a .icon.twitter {
	background: url(../images/sprites/icons.png) -256px -42px no-repeat;
}

.c-social-icons ul li a.c-instagram {
	background: #fff;
}

.c-social-icons ul li a .icon.instagram {
	background: url(../images/sprites/icons.png) -257px -72px no-repeat;
}

.c-social-icons ul li a.c-facebook:hover {
	background-color: #244a98;
}

.c-social-icons ul li a.c-twitter:hover {
	background-color: #0199e0;
}

.c-social-icons ul li a.c-instagram:hover {
	background-color: #f2f2f2;
}

.helpline {
	padding: 20px 10px;
	border: none;
	background: #2A75A9;
}

	.helpline h2 {
		font-size: 32px;
		font-weight: 400;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #fff;
	}

	.helpline p {
		font-size: 24px;
		font-weight: 400;
		margin: 0;
		color: #fff !important;
	}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

#breadcrumbs {
	margin-bottom: 20px;
}

.slider-container {
	position: relative;
	padding: 15px 50px;
	border: 1px solid #414140;
}

	.slider-container .slider-control {
		position: absolute;
		top: 50%;
		width: 0;
		height: 0;
		cursor: pointer;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

	.slider-container .previous-btn {
		left: 30px;
		border-right: 16px solid #414140;
	}

	.slider-container .next-btn {
		right: 30px;
		border-left: 16px solid #414140;
	}

	.slider-container #dots {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		padding: 10px 0;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

		.slider-container #dots a {
			display: block;
			width: 10px;
			height: 10px;
			margin: 5px 7px;
			-webkit-transition: opacity .2s ease;
			-o-transition: opacity .2s ease;
			transition: opacity .2s ease;
			text-indent: -9999px;
			-webkit-border-radius: 30px;
			border-radius: 30px;
			background: #d6d6d6;
			-webkit-backface-visibility: visible;
		}

			.slider-container #dots a.activeSlide {
				background: #869791;
			}

	.slider-container #part-details-slider,
	.slider-container #part-details-slider > div {
		max-width: 514px;
		max-height: 514px;
	}

.product-details {
	position: relative;
	float: left;
	padding-top: 20px;
}

	.product-details .notification {
		font-size: 14px;
		display: inline-block;
		padding-top: 25px;
		text-transform: uppercase;
		color: #333;
	}

.parttabs-content1 .product-details,
.parttabs .product-details {
	position: sticky;
	top: 0px;
	padding-top: 0px;
	width: 100%;
}

	.parttabs-content1 .product-details .map-container,
	.parttabs .product-details .map-container {
		overflow: hidden;
		border: solid 1px #D6D6D6;
	}

	.parttabs-content1 .product-details .zoom-controls,
	.parttabs .product-details .zoom-controls {
		position: absolute;
		left: 5px;
		z-index: 100;
		-webkit-user-select: none; /* webkit (safari, chrome) browsers */
		-moz-user-select: none; /* mozilla browsers */
		-khtml-user-select: none; /* webkit (konqueror) browsers */
		-ms-user-select: none; /* IE10+ */
	}

		.parttabs-content1 .product-details .zoom-controls a,
		.parttabs .product-details .zoom-controls a {
			color: #808080;
			font-size: 22px;
			margin: 10px 5px;
			cursor: pointer;
		}

			.parttabs-content1 .product-details .zoom-controls a:hover,
			.parttabs .product-details .zoom-controls a:hover {
				color: #0A64A1;
			}

@media screen and (min-width: 992px) {
	.parttabs-content1 .product-details,
	.parttabs .product-details {
		width: 578px;
	}
}

.view-all-drawings {
	line-height: 33px;
	display: inline-block;
	font-size: 13px;
	color: #e51319;
	text-transform: uppercase;
	margin: 17px 0 0 0;
	font-family: 'Fira Sans', sans-serif;
}

.table2 td, .table2 th {
	line-height: 18px;
	font-size: 14px;
}

.view-all-drawings:before {
	display: inline-block;
	float: left;
	width: 40px;
	height: 33px;
	content: '';
	background: url(../images/sprites/icons.png) -293px -133px no-repeat;
}

.table2 th,
.table2 th.add-to-cart,
.device-part-row .add-to-cart {
	background: #fff;
	text-align: center;
}

p.drawing-instructions {
	font-size: 14px;
	clear: both;
	padding-top: 20px;
}

#sociable {
	position: relative;
	z-index: 5;
	float: left;
	clear: both;
	width: 95%;
	margin-top: 0;
	border-top: 1px solid #dbdbdb;
}

	#sociable ul {
		margin: 20px 0 0;
		padding: 0;
		list-style: none;
	}

	#sociable p {
		font-size: 12px;
		padding-right: 10px;
	}

.product-details p.description {
	font-size: 14px;
	font-style: inherit;
	clear: both;
	padding: 20px 0;
	text-align: left;
}

.table-responsive {
	overflow-x: visible;
}

.table2 th {
	font-size: 12px;
	color: #666;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	line-height: 18px;
	background: #fff;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #f5f5f5;
	padding: 12px;
}

.table2 tr .reference-number {
	display: none;
}

.table2 td {
	font-size: 12px;
	color: #464645;
	min-width: 30px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 6px;
	border-bottom: 1px solid #c7c7c7;
}

.table-responsive > table.table2 > tbody > tr > td, .table-responsive > table.table2 > thead > tr > th {
	white-space: unset;
}

.table2 input[type=text], .table2 input[type=number] {
	width: 56px;
	height: 21px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #cfcfcf;
}

.table2 td.description {
	font-weight: 700;
}

	.table2 td.description + td {
		max-width: 80px;
	}

	.table2 td.description .content.more {
		font-weight: 400;
	}

.device-part-row .add-to-cart .stock-button {
	line-height: 28px;
	font-size: 12px;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	padding: 0px 10px;
	background-color: #2A75A9;
	cursor: pointer;
	border-style: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

	.device-part-row .add-to-cart .stock-button:hover {
		background-color: #e51319;
	}

	.device-part-row .add-to-cart .stock-button[disabled],
	.device-part-row .add-to-cart .stock-button[disabled]:hover {
		background-color: #5f6269;
		cursor: default;
	}

.table2 td.add-to-cart,
.device-part-row .add-to-cart {
	background: transparent;
	min-width: 15px;
	text-align: left;
}

.table2 .cart-btn,
.device-part-row .cart-btn,
.part-info .cart-btn {
	line-height: 27px;
	position: relative;
	width: 42px;
	height: 27px;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	background: #e51319;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

	.table2 .cart-btn span,
	.device-part-row .cart-btn span {
		display: inline-block;
		vertical-align: text-bottom;
		background: url(../images/icons/shopping-cart.png) center no-repeat;
		-webkit-background-size: 19px 19px;
		background-size: 19px;
		width: 100%;
		height: 27px;
	}

	.table2 .cart-btn .caret,
	.device-part-row .cart-btn .caret,
	.part-info .cart-btn .caret {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}

.device-part-row .cart-btn,
.part-info .cart-btn {
	line-height: 32px;
	font-size: 20px;
	color: #FFF;
	width: 64px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: auto;
	text-align: left;
	padding-left: 10px;
}

	.device-part-row .cart-btn.disabled,
	.part-info .cart-btn.disabled {
		color: #5f6269;
		background: #ededed;
		cursor: default;
	}

.parttabs {
	position: relative;
	float: none;
	width: 100%;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

.parttabs-content2 .group {
	font-size: 16px;
	margin: 20px 0;
}

	.parttabs-content2 .group span {
		margin: 0 6px;
	}

.parttabs .group {
	font-size: 16px;
	margin: 20px 0 40px;
}

	.parttabs .group span {
		margin: 0 6px;
	}

.acttab {
	font-weight: 400 !important;
	padding: 7px 9px;
	color: #fff !important;
	border: 1px solid #e51319 !important;
	background: #e51319 !important;
}

.w3-bar button {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 7px 9px;
	border: 1px solid #ddd;
}

.mobile-holder .currency-dropdown a:active, .mobile-holder .currency-dropdown a:focus, .mobile-holder .currency-dropdown a:hover, .mobile-holder .currency-dropdown a:visited {
	background: 0 0;
}

.shopping-cart .form .form-group {
	font-size: 14px;
	position: relative;
	clear: both;
}

	.shopping-cart .form .form-group:after {
		display: block;
		clear: both;
		content: '';
	}

.shopping-cart .select-holder label {
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	color: #414140;
}

.shopping-cart .btn-group {
	width: 100%;
	margin: 0 0 20px;
}

.shopping-cart .shipping-address {
	width: 100%;
	padding-top: 0;
}

.shopping-cart .box3 {
	height: 100%;
	margin-bottom: 38px;
	background-color: #fff;
	border: 2px solid #0a64a1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.shopping-cart .heading {
	position: relative;
	min-height: 100px;
	margin: -25px -30px 25px;
	padding: 22px 30px;
	border-bottom: 1px solid #c1c1c1;
	background: #fff;
	-webkit-box-shadow: 0 -2px 4px #edeeee inset;
	box-shadow: 0 -2px 4px #edeeee inset;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

	.shopping-cart .heading h2 {
		margin-bottom: 0;
	}

	.shopping-cart .heading span {
		font-size: 14px;
		font-style: italic;
		text-transform: none;
	}

	.shopping-cart .heading p {
		font-size: 14px;
		margin: 0;
		color: #414140;
	}

		.shopping-cart .heading p a {
			color: #e51319;
		}

.shopping-cart .content {
	border-top: 0;
}

.form label.cb-inline-label {
	display: inline;
}

.form label {
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 5px;
	color: #414140;
}

.checkbox {
	font-size: 14px;
	line-height: 17px;
	position: relative;
	display: block;
	min-width: 23px;
	padding: 0 0 0 25px;
	cursor: pointer;
}

	label.checkbox:before,
	.checkbox label:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		display: inline-block;
		width: 17px;
		height: 17px;
		content: '';
		background: url(../images/sprites/icons.png) -339px -5px no-repeat;
		z-index: 1;
	}

	.checkbox label {
		padding-left: 0px;
	}

#reset-password-panel, .map-container, .shopping-cart-list .box3, .tabs {
	position: relative;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox input[type=checkbox] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 0px;
	margin: 0px;
	opacity: 0;
	z-index: 0;
}

	.checkbox.checked label:before,
	label.checkbox.checked:before,
	.checkbox input[type=checkbox]:checked + label:before {
		background: url(../images/sprites/icons.png) -339px -31px no-repeat;
	}

.discount-code-button {
	color: #e51319 !important;
}

.quantity.prod-sc-info .jq-combo-container {
	float: left;
	margin-right: 10px;
}

.device-part-row .jq-combo-container {
	float: none !important;
}

article.post {
	font-size: 16px;
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.p-0 {
	padding: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.mt-15 {
	margin-top: 15px;
}

.lh-20 {
	line-height: 20px !important;
}

.display-flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

p.price {
	font-size: 14px;
	line-height: 16px;
	margin-top: -5px;
	color: #666;
}

header .top-bar .group li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

header .top-bar .icon {
	display: inline-block;
	width: 27px;
	height: 26px;
	margin: 0 14px 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

	header .top-bar .icon.email {
		width: 19px;
		height: 12px;
		margin: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: url(../images/sprites/icons.png) -109px -122px no-repeat;
	}

.middle-bar .currency .icon, header .mobile-holder .bottom-row #currency-dropdown .icon, header .mobile-holder .bottom-row .currency-dropdown .icon {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

header .top-bar .icon.global {
	background: url(../images/sprites/icons.png) -28px -124px no-repeat;
}

header .top-bar .icon.gbp {
	background: url(../images/sprites/flags.png) -106px -59px no-repeat;
}

header .top-bar .icon.ger {
	background: url(../images/sprites/flags.png) -103px -11px no-repeat;
}

header .top-bar .icon.dkk {
	background: url(../images/sprites/flags.png) -150px -10px no-repeat;
}

header .top-bar .icon.fin {
	background: url(../images/sprites/flags.png) -55px -58px no-repeat;
}

header .top-bar .icon.nor {
	background: url(../images/sprites/flags.png) -6px -107px no-repeat;
}

header .top-bar .icon.sek {
	background: url(../images/sprites/flags.png) -55px -107px no-repeat;
}

.middle-bar .header-top-row {
	line-height: 58px;
	font-size: 13px;
}

.middle-bar .currency .icon {
	display: inline-block;
	margin-right: 16px;
}

header .mobile-holder .bottom-row .currency-dropdown .icon {
	margin: 0 12px 0 0;
}

.icon.GLOBAL {
	background: url(../images/sprites/icons.png) -25px 9px no-repeat;
}

.icon.EUR {
	background: url(../images/sprites/flags.png) -9px -57px no-repeat;
}

.icon.GBP {
	background: url(../images/sprites/flags.png) -105px -57px no-repeat;
}

.icon.GER {
	background: url(../images/sprites/flags.png) -103px -10px no-repeat;
}

.icon.AUD {
	background: url(../images/sprites/flags.png) -2px -8px no-repeat;
}

.icon.CHF {
	background: url(../images/sprites/flags.png) -57px -9px no-repeat;
}

.icon.DKK {
	background: url(../images/sprites/flags.png) -150px -9px no-repeat;
}

.icon.JPY {
	background: url(../images/sprites/flags.png) -153px -57px no-repeat;
}

.icon.NOK {
	background: url(../images/sprites/flags.png) -5px -104px no-repeat;
}

.icon.SEK {
	background: url(../images/sprites/flags.png) -53px -104px no-repeat;
}

.icon.USD {
	background: url(../images/sprites/flags.png) -97px -104px no-repeat;
}

.middle-bar button .caret {
	margin-left: 16px;
}

.cd-cart-trigger {
	background: 0 0;
}

	.cd-cart-trigger:before {
		background: url(../images/sprites/icons.png) -178px -82px no-repeat;
	}

.trustpilot-wrap {
	margin: 15px 0 0;
	padding: 12px 0;
	border-top: 2px solid #ccc;
}

	.trustpilot-wrap .holder-top {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-align: baseline;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		align-items: baseline;
	}

		.trustpilot-wrap .holder-top .inner-content {
			font-size: 16px;
			font-weight: 600;
			color: #3b3b3b;
			text-shadow: 0 0 1px #737373;
		}

		.trustpilot-wrap .holder-top .rating-wrap .star {
			display: inline-block;
			width: 16px;
			height: 16px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			background: url(/Content/images/sprites/icons.png) -338px -142px no-repeat #21824d;
		}

		.trustpilot-wrap .holder-top .rating-wrap span:not(.star) {
			font-size: 14px;
			display: block;
			color: #8d8d8b;
		}

	.trustpilot-wrap .holder-bottom {
		text-align: center;
	}

.users-table td p {
	margin: 0;
}

.users-table td a.fa {
	font-size: 24px;
	cursor: pointer;
}

.select.fake span {
	line-height: 33px;
	padding: 0 25px 0 10px;
	cursor: default;
}

#edit-profile-form .select.fake span {
	font-size: 14px;
}

#edit-profile-form .success-message {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}

#my-profile {
	position: relative;
}

.abtesting .shopping-cart-list .form .select.main-country-selector, .select.main-country-selector {
	width: 100% !important;
	height: 38px;
	border: 2px solid #af7b66;
}

	#my-profile #edit-profile-form .select.main-country-selector, .select.main-country-selector select {
		height: 34px;
	}

		#my-profile #edit-profile-form .select.main-country-selector select {
			line-height: 26px;
			height: 30px;
		}

		#my-profile #edit-profile-form .select.main-country-selector:after {
			height: 30px;
			background-position: -334px -64px;
		}

#quick-order-form textarea {
	min-height: 220px;
	font-family: Verdana,Tahoma,Arial;
}

.cart-btn-big {
	text-align: center;
	display: inline-block;
	background: #e51319;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	width: 54px;
	height: 54px;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.select.disabled {
	color: gray;
	background-color: rgba(255, 255, 255, 0.65);
}

	.select.disabled:after {
		background-color: transparent;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

.hotspoted .maphilighted, img.hotspoted {
	max-width: none;
}

.map-container .hotspot {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

	.map-container .hotspot.highlighted, .map-container .hotspot:hover {
		opacity: .5;
		background: #2A75A9;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

.floating-labels :focus {
	outline: 0;
}

.floating-labels .form-group {
	position: relative;
	width: 100%;
	margin: 0 0 24px;
}

.floating-labels .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

.floating-labels input[type=text], .floating-labels input[type=password], .floating-labels input[type=email], .floating-labels input[type=phone] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	letter-spacing: 1px;
}

.floating-labels textarea {
	padding: 20px;
	resize: vertical;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form .select select, .select select,
.form .select:after {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.form .select:after {
	border-left: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.floating-labels .select + label, .floating-labels input[type=text] + label, .floating-labels input[type=password] + label, .floating-labels input[type=email] + label, .floating-labels input[type=phone] + label, .floating-labels select + label, .floating-labels textarea + label {
	font-size: 14px;
	line-height: 32px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0 10px;
	cursor: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	letter-spacing: .5px;
	color: #414140;
}

.floating-labels .select + label, .floating-labels input[type=text]:focus + label, .floating-labels input[type=text][value]:not([value='']) + label, .floating-labels input[type=password]:focus + label, .floating-labels input[type=password][value]:not([value='']) + label, .floating-labels input[type=email]:focus + label, .floating-labels input[type=email][value]:not([value='']) + label, .floating-labels input[type=phone]:focus + label, .floating-labels input[type=phone][value]:not([value='']) + label, .floating-labels select + label, .floating-labels textarea:focus + label {
	font-size: 12px;
	line-height: 1;
	z-index: 100;
	top: -16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.floating-labels textarea:-webkit-autofill + label,
.floating-labels input[type=text]:-webkit-autofill + label,
.floating-labels input[type=password]:-webkit-autofill + label,
.floating-labels input[type=email]:-webkit-autofill + label,
.floating-labels input[type=phone]:-webkit-autofill + label {
	font-size: 12px;
	line-height: 1;
	z-index: 100;
	top: -16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.floating-labels .input-validation-error + label, .floating-labels .input-validation-error:focus + label {
	background: 0 0;
}

.floating-labels.white-labels input[type=text] + label, .floating-labels.white-labels input[type=email] + label {
	font-size: 16px;
	font-weight: 200;
	line-height: 36px;
	color: #878787;
}

.floating-labels.white-labels input[type=text]:focus + label, .floating-labels.white-labels input[type=text][value]:not([value='']) + label, .floating-labels.white-labels input[type=email]:focus + label, .floating-labels.white-labels input[type=email][value]:not([value='']) + label {
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	color: #0a64a1;
}


.parts-fields-warning {
	background: #ffdf0d;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px 10px 35px;
}

	.parts-fields-warning > i {
		width: 32px;
		height: 32px;
		display: inline-block;
		margin-right: 15px;
		background: url(/Content/images/sprites/icons.png) no-repeat;
		background-position: -240px -162px;
		float: left;
	}

.cart-btn-menu {
	background: #e51319;
	border: none;
	margin-top: -2px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFF;
	width: 64px;
	width: auto;
	min-width: 80px;
	padding: 0px;
}

	.cart-btn-menu a {
		color: #FFF !important;
		font-size: 14px;
		font-weight: bold !important;
		padding: 5px 10px !important;
	}

	.cart-btn-menu li:hover,
	.cart-btn-menu li:hover a,
	.cart-btn-menu li a:hover {
		background: #CD1116 !important;
	}

.pager {
}

	.pager .page {
		margin: 3px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		display: inline-block;
		background: #0A64A1;
		color: #FFFFFF;
		line-height: 40px;
		width: 40px;
		text-align: center;
		cursor: pointer;
	}

		.pager .page:hover,
		.pager .page.active {
			background: #E51319;
		}

		.pager .page.active {
			cursor: default;
		}

#unishop-data-form .uni-data:nth-child(2n+1) {
	background-color: #F7F7F7;
}

.advanced-search-wrapper .device-part-row > div:last-child > * {
	float: left;
	margin-bottom: 0px;
	height: 32px;
}

.advanced-search-wrapper .device-part-row > div:last-child > :first-child {
	margin-right: 10px;
}

.advanced-search-wrapper .device-part-row > div {
	line-height: 32px;
}

	.advanced-search-wrapper .device-part-row > div > span {
		line-height: normal;
	}

.advanced-search-wrapper .device-part-row .cart-btn-menu {
	margin-top: 0px;
}

	.advanced-search-wrapper .device-part-row .cart-btn-menu a {
		cursor: pointer;
	}

	.advanced-search-wrapper .device-part-row .cart-btn-menu a {
		cursor: pointer;
	}

.advanced-search-wrapper .pagination {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.shopping-cart-preview {
	font-size: 18px;
	position: relative;
}

	.shopping-cart-preview .table-head {
		font-weight: 700;
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.shopping-cart-preview .cart-preview-item {
		font-size: 14px;
		border-top: 1px solid #dadada;
		padding-top: 10px;
		padding-bottom: 10px;
	}

		.shopping-cart-preview .cart-preview-item > div:last-child {
			padding-top: 10px;
		}

	.shopping-cart-preview input[type=button],
	.shopping-cart-preview input[type=submit],
	.shopping-cart input[type=button],
	.shopping-cart input[type=submit] {
		padding-left: 25px;
		padding-right: 25px;
	}

	.shopping-cart-preview input[type=submit] {
		margin-left: 25px;
	}

	.shopping-cart-preview .order-comment {
		font-size: 16px;
	}

	.shopping-cart-preview .coupon-block #coupon-form {
		max-width: 350px;
	}

		.shopping-cart-preview .coupon-block #coupon-form .apply-coupon-btn {
			height: 34px;
		}

			.shopping-cart-preview .coupon-block #coupon-form .apply-coupon-btn:hover,
			.shopping-cart-preview .coupon-block #coupon-form .apply-coupon-btn:focus {
				color: rgb(231, 230, 226);
			}

	.shopping-cart-preview .coupon-block .coupon-success-message i {
		font-size: 16px;
	}

		.shopping-cart-preview .coupon-block .coupon-success-message i:hover {
			cursor: pointer;
		}

	.shopping-cart-preview .coupon-block .coupon-success-message p span {
		color: #333;
		font-weight: 700;
	}

.my-account .pagination {
	border-top: none;
	padding-top: 0;
}

	.my-account .pagination span {
		font-size: 18px;
		font-weight: 600;
		display: inline-block;
		margin-right: 7px;
		text-transform: uppercase;
		color: #363636;
		background: #eee !important;
		border-color: #ddd !important;
	}

.quotes-list a {
	font-size: 20px;
}

	.quotes-list a:disabled,
	.quotes-list a[disabled] {
		color: gray;
		cursor: default;
	}

#partNumberSearchBlock.spinner:before,
#basketNumberSearchBlock .spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	width: 22px;
	height: 22px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #000;
	animation: spinner .6s linear infinite;
	z-index: 1;
}

#search-form #partNumberSearchBlock.spinner:before {
	top: 130px;
	right: 45px;
}

#accordion #partNumberSearchBlock {
	position: relative;
}

	#accordion #partNumberSearchBlock.spinner:before {
		top: 45px;
		right: 45px;
	}

#basketNumberSearchBlock .spinner:before {
	top: 20px;
	right: 25px;
}

.bottom-bar .log-out .logout .dropdown-menu > li, hr {
	margin-bottom: 5px !important;
}

.bottom-bar .log-out .logout .dropdown-menu {
	padding: 5px;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 600px) and (max-width: 767px) {
	.generic-part-page {
		width: 95%;
	}
}

@media (min-width: 600px) {
	h3.invoiceheader {
		margin-bottom: 70px !important;
	}

	.abtesting h3.invoiceheader {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 601px) and (max-width: 992px) {
	.list1 li .product-detail {
		left: -1px !important;
	}

	.list1 li:nth-child(4n) .product-detail, .list1 li:nth-child(4n-1) .product-detail {
		right: -1px !important;
		left: auto !important;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.shopping-cart .cart-table .discount-code button[type=submit], .shopping-cart .cart-table .discount-code input[type=submit] {
		margin-top: 15px;
	}

	.shopping-cart .cart-table .discount-code input[type=text] {
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	#search-form {
		padding: 28px 0 !important;
	}

	.quantity-corrector {
		width: 60px;
		margin-bottom: 10px;
	}

	.product-description .product-info {
		width: 66%;
	}

	.product-description .buy-now {
		width: 34%;
	}
}

@media (min-width: 768px) {
	#my-profile .form-group label {
		min-width: 100px;
	}

	.helpline-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.akrapovic-search-result:after {
		background: 0 0;
	}

	.text-center-not-sm, .text-justify-not-sm, .text-left-not-sm, .text-right-not-sm {
		text-align: inherit;
	}

	.text-left-sm {
		text-align: left;
	}

	.text-center-sm {
		text-align: center;
	}

	.text-right-sm {
		text-align: right;
	}

	.text-justify-sm {
		text-align: justify;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.product-section:after {
		background: 0 0;
	}

	.cart-open .cd-cart-trigger, .cd-cart, .cd-cart-trigger {
		bottom: 80px;
	}
}

@media screen and (min-width: 768px) {
	header .navbar-nav .subCat:first-child {
		margin-top: 0;
	}

	header .navbar {
		background: #292929;
	}

	header .navbar-header {
		float: none;
	}

	header .navbar-nav {
		max-height: -webkit-calc(100vh - 162px);
		max-height: calc(100vh - 162px);
		margin: 0 -15px;
		border-top: none;
	}

		header .navbar-nav, header .navbar-nav li {
			display: block;
			float: none;
		}

	header .secondary-nav {
		float: left;
	}

		header .secondary-nav a {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

		header .secondary-nav .home {
			font-size: 14px;
			line-height: 24px;
			display: block;
			float: left;
			height: 22px;
			margin-right: 35px;
			padding-left: 30px;
			text-transform: uppercase;
			color: #323232;
		}

		header .secondary-nav .shipping {
			font-size: 14px;
			text-transform: uppercase;
			color: #e51319;
		}

	header .shipping .icon {
		display: inline-block;
		width: 21px;
		height: 14px;
		margin-right: 10px;
		vertical-align: middle;
		background: url(../images/sprites/icons.png) -107px -80px no-repeat;
	}

	header .desktop-holder .top-bar {
		display: none;
		padding: 16px 0;
		background: url(../images/top-bar-bg.gif) left top repeat-x;
	}

		header .desktop-holder .top-bar a:hover {
			text-decoration: none;
		}

		header .desktop-holder .top-bar .mobile-switch-info {
			float: right;
			overflow: hidden;
			height: 24px;
			text-align: center;
		}

			header .desktop-holder .top-bar .mobile-switch-info p {
				font-size: 18px;
				line-height: 18px;
				display: block;
				margin-bottom: 0;
				color: #414140;
			}

			header .desktop-holder .top-bar .mobile-switch-info .number, header .desktop-holder .top-bar .mobile-switch-info a {
				font-weight: 700;
				color: #e51319;
			}

			header .desktop-holder .top-bar .mobile-switch-info p:first-child {
				margin-bottom: 6px;
				-webkit-animation: moveUp 8s ease infinite 1s;
				animation: moveUp 8s ease infinite 1s;
			}

	.middle-bar {
		background: #efefef;
	}

		.middle-bar .logo {
			padding: 0;
			max-width: 138px;
			background: #ffffff;
			margin: 0;
			display: block;
		}

			.middle-bar .logo a {
				position: relative;
				z-index: 10;
				display: block;
				height: 106px;
				padding: 14px 20px;
			}

			.middle-bar .logo img {
				width: 85%;
				position: relative;
				left: 12px;
			}

		.middle-bar .brand-accordion-nav {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			height: 58px;
			margin: 0;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: justify;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}

		.bottom-bar .dropdown-menu, .middle-bar .dropdown-menu {
			min-width: 220px;
			-webkit-border-radius: 0;
			border-radius: 0;
			background: #292929;
		}

		.middle-bar .currency-dropdown {
			right: 0;
			left: auto;
		}

		.bottom-bar .dropdown-menu a, .middle-bar .dropdown-menu a {
			font-size: 12px;
			color: #fff;
		}

		.middle-bar button {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			border: none !important;
			outline: 0 !important;
			background-color: transparent !important;
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: start;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}

	.bottom-bar .quickorder-link {
		text-transform: uppercase;
		font-weight: bold;
	}

	.bottom-bar .logout li a, .middle-bar .languages li a {
		line-height: 25px;
		padding: 0 10px;
		text-transform: uppercase;
	}

	.bottom-bar .logout, .middle-bar .currency, .middle-bar .languages {
		float: left;
	}

		.middle-bar .languages .icon.language {
			width: 17px;
			height: 17px;
			margin-right: 16px;
			background: url(../images/sprites/icons.png) -109px -104px no-repeat;
		}

		.middle-bar .currency a, .middle-bar .currency button {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			text-transform: uppercase;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: start;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}

		.middle-bar .currency a {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			padding: 15px 20px;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

	.middle-bar .dropdown-menu li img {
		display: inline-block;
		margin-right: 10px;
	}

	.middle-bar .contact-dropdown .icon {
		float: left;
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.middle-bar .contact-dropdown .country {
		margin: 0 4px 0 0;
	}

	.middle-bar .contact-dropdown .icon.mail-white {
		display: inline-block;
		width: 24px;
		height: 25px;
		margin: 0 16px 0 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: url(../images/sprites/icons.png) -131px -50px no-repeat;
	}

	.bottom-bar {
		margin-top: -48px;
		background: #0a64a1;
	}

		.bottom-bar .genuine {
			text-transform: capitalize;
			color: #fff;
			font-size: 16px;
			font-family: 'Fira Sans', sans-serif;
			margin: 0;
		}

			.bottom-bar .genuine span {
				font-weight: bold;
				color: white;
				text-transform: uppercase;
			}

		.bottom-bar .holder {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			float: right;
			height: 48px;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: end;
			-webkit-box-pack: end;
			-webkit-justify-content: flex-end;
			justify-content: flex-end;
		}

		.bottom-bar .group {
			font-size: 14px;
			float: right;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			.bottom-bar .group hr {
				margin: 0 5px;
				border-top: 1px solid grey;
			}

			.bottom-bar .group li {
				display: -ms-flexbox;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				color: #fff;
			}

				.bottom-bar .group li:first-child {
					padding: 0;
				}

			.bottom-bar .group.logged-on > li:first-child {
				padding: 0;
			}

			.bottom-bar .group li a {
				color: #fff;
				font-family: 'Fira Sans', sans-serif;
			}

		.bottom-bar .login {
			line-height: 35px;
			padding: 0 15px;
		}

			.bottom-bar .login .icon {
				width: 16px;
				height: 20px;
				background: url(../images/icons/user.png) center no-repeat;
				display: inline-block;
				margin-right: 5px;
				-webkit-background-size: 100% 100%;
				background-size: 100%;
				position: relative;
				top: 3px;
			}

		.bottom-bar .logged-on li:first-child .icon {
			position: relative;
			top: 0;
			display: inline-block;
			width: 15px;
			height: 15px;
			margin-right: 5px;
			background: url(../images/icons/user.png) center no-repeat;
			-webkit-background-size: contain;
			background-size: contain;
		}

		.bottom-bar .logged-on .log-out {
			margin-left: 5px;
		}

			.bottom-bar .logged-on .log-out a {
				font-size: 14px;
				color: #fff;
				font-weight: 600;
				width: 100%;
			}

		.bottom-bar .cart {
			font-size: 12px;
			line-height: 35px;
			display: inline-block;
			margin-top: -7px;
			padding: 0 10px 0 0;
			text-transform: uppercase;
			background: #e51319;
			-webkit-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
		}

		.bottom-bar .logged-on .cart {
			margin-top: -14px;
		}

		.bottom-bar .cart .icon {
			width: 43px;
			height: 35px;
			display: block;
			margin-right: 10px;
			float: left;
			background: #cd1116 url(../images/icons/shopping-cart.png) center no-repeat;
			-webkit-background-size: 21px 21px;
			background-size: 21px;
			position: relative;
			-webkit-border-radius: 0 0 0 4px;
			border-radius: 0 0 0 4px;
		}

	.c-social-icons {
		position: fixed;
		z-index: 110;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}

		.c-social-icons h6 {
			display: none;
		}

		.c-social-icons ul {
			max-width: 100%;
		}

			.c-social-icons ul li a {
				height: 50px;
			}

	footer {
		margin-top: 50px;
	}

	#my-profile #edit-profile-form .half input[type=text] {
		width: 100%;
	}

	.bottom-bar .group {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.bottom-bar .logged-on .cart {
		margin-top: 0;
	}

	.cart-item {
		align-self: flex-start;
	}

	.bottom-bar .cart .price {
		width: 100%;
	}

	.bottom-bar .cart .count {
		margin-right: 3px;
	}

	.bottom-bar .cart .icon {
		height: 100%;
	}

	.bottom-bar .cart {
		display: flex;
		line-height: 19px;
		max-width: 180px;
		align-items: center;
	}

	.bottom-bar .cart-text {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 992px) {
	header .navbar-nav .submenu-toggler.active:focus, header .parts-trigger .submenu-toggler:focus, header a:hover {
		text-decoration: none;
	}

	#search-form .tab-strips li {
		width: auto;
	}

	.cd-cart-container {
		display: none;
	}

	.shopping-cart .cart-table .discount-code {
		margin: 20px 0 0;
		padding: 10px 20px 18px !important;
		background: #d0d0d0;
	}

	.col-md-2_4 {
		position: relative;
		float: left;
		width: 20%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	#brand-page {
		padding-top: 0;
	}

		#brand-page #header {
			position: static;
		}

		#brand-page .desktop-holder .top-bar {
			display: block;
		}

		#brand-page .desktop-holder .middle-bar .navbar {
			display: none;
		}

		#brand-page .middle-bar .brand-accordion-nav {
			padding-left: 0;
		}

			#brand-page .middle-bar .brand-accordion-nav > li:first-child {
				display: -ms-flexbox;
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				-ms-flex-align: center;
				-webkit-box-align: center;
				-webkit-align-items: center;
				align-items: center;
			}

		#brand-page .desktop-holder .middle-bar .home-link {
			font-size: 12px;
			line-height: 16px;
			display: block;
			height: 16px;
			padding-left: 30px;
			text-transform: uppercase;
			color: #323232;
			background: 0 0;
		}

			#brand-page .desktop-holder .middle-bar .home-link .icon.home {
				display: inline-block;
				float: left;
				width: 20px;
				height: 16px;
				margin: 0 10px 0 0;
				background: url(../images/sprites/icons.png) -151px -26px no-repeat;
			}

		#brand-page .middle-bar .bordered:after, #brand-page .parts-trigger {
			display: none;
		}

		#brand-page .bottom-bar .genuine, #brand-page .brand-dropdown-nav {
			display: block;
		}

	header .bottom-bar .logout .dropdown-toggle {
		padding: 15px;
		cursor: pointer;
	}

	body {
		padding-top: 106px;
	}

	#header {
		background: 0 0;
	}

	header .navbar-default .navbar-toggle {
		display: none;
	}

	header .navbar-collapse {
		padding: 0;
		background: #292929;
	}

	header .desktop-holder .top-bar {
		padding: 22px 0;
		-webkit-background-size: contain;
		background-size: contain;
	}

	header .top-bar .group {
		font-size: 14px;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin: 0;
		padding: 0;
		list-style-type: none;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

		header .top-bar .group li:first-child {
			font-size: 18px;
		}

	header .middle-bar button, header .shipping {
		font-size: 12px;
	}

	header .top-bar .group li img {
		margin: 0 14px 0 0;
	}

	header .middle-bar .logo {
		max-width: 100%;
		height: 106px;
	}

	header .middle-bar .brand-accordion-nav {
		padding-left: 118px;
		list-style-type: none;
	}

		header .middle-bar .brand-accordion-nav > li {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			height: 58px;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

		header .middle-bar .brand-accordion-nav .bordered {
			position: relative;
		}

		header .middle-bar .brand-accordion-nav > li:first-child {
			position: static;
			display: block;
		}

		header .middle-bar .brand-accordion-nav .brand-nav-homepage-link {
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
		}

	header .bottom-bar .logout, header .middle-bar .contact, header .middle-bar .currency, header .middle-bar .languages, header .middle-bar .shipping {
		position: relative;
		z-index: 2;
	}

		header .middle-bar .languages .icon.language {
			display: inline-block;
			width: 17px;
			height: 17px;
			margin: 0 10px 0 0;
			background: url(../images/sprites/icons.png) -109px -104px no-repeat;
		}

		header .middle-bar .contact .btn .icon {
			display: inline-block;
			width: 26px;
			height: 26px;
		}

			header .middle-bar .contact .btn .icon.phone-black {
				margin: 0;
				background: url(../images/sprites/icons.png) 1px 0 no-repeat;
			}

			header .middle-bar .contact .btn .icon.mail-black {
				background: url(../images/sprites/icons.png) 1px -25px no-repeat;
			}

	header .bottom-bar .logout {
		z-index: 1;
		min-width: 60px;
	}

	header .contact .contact-dropdown {
		min-width: 260px;
		margin-top: 0;
	}

		header .contact .contact-dropdown li a {
			font-weight: 400;
			line-height: 1.42857143;
			display: -ms-flexbox;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			clear: both;
			padding: 15px 20px;
			white-space: nowrap;
			text-transform: uppercase;
			color: #fff;
			-ms-flex-align: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			align-items: center;
			-ms-flex-pack: start;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}

	header .shipping:hover {
		color: #e51319;
	}

	header .navbar {
		position: static;
	}

	header .navbar-nav {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 15px;
		overflow: visible;
		width: 70%;
		border-top: none;
	}

		header .navbar-nav .navbar-collapse {
			overflow: hidden;
			margin-left: -15px;
			list-style-type: none;
		}

	header .navbar .submenu-toggler.main-toggler {
		font-size: 18px;
		font-weight: 700;
		line-height: 58px;
		position: relative;
		max-width: 130px;
		margin-left: -15px;
		padding: 0 25px;
		color: #414140;
		border: none;
		background: #f0f0f0;
	}

		header .navbar .submenu-toggler.main-toggler:after {
			display: none;
		}

		header .navbar .submenu-toggler.main-toggler .caret {
			margin-bottom: 1px;
			margin-left: 10px;
		}

		header .navbar .submenu-toggler.main-toggler:hover {
			line-height: 58px;
			padding: 0 25px;
			color: #414140;
			border: none;
			background-color: #f0f0f0;
		}

	header .bottom-bar .row {
		position: relative;
	}

	header .bottom-bar .holder {
		position: static;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	header .search-form {
		border-top: 1px solid #fff;
	}

		header .search-form .inner-wrap {
			padding: 25px 30px;
		}

	header .parts-trigger {
		margin: 0 0 0 -25px;
		padding: 0;
		list-style-type: none;
	}

		header .parts-trigger li {
			float: left;
			height: 48px;
			padding: 0 6px 0 0;
		}

			header .parts-trigger li:last-child {
				padding: 0;
			}

		header .parts-trigger a {
			font-size: 10px;
			line-height: 35px;
			display: block;
			margin-top: 12px;
			padding: 0 8px; /*padding: 0 25px;*/
			text-align: center;
			text-transform: uppercase;
			color: #fff;
		}

		header .parts-trigger a {
			background: #2A75A9;
			border: 1px solid #fff;
			border-bottom: 0;
			-webkit-transform: translateY(1px);
			-ms-transform: translateY(1px);
			transform: translateY(1px);
		}

			header .parts-trigger a.collapsed {
				background: #0a64a1;
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				-webkit-transition: -webkit-transform .3s ease;
				transition: -webkit-transform .3s ease;
				-o-transition: transform .3s ease;
				transition: transform .3s ease;
				transition: transform .3s ease, -webkit-transform .3s ease;
			}

	header #partNumberSearchBlock {
		background: #2A75A9;
	}

	header .parts-trigger .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 15px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		color: #fff;
	}

	.search-form div.inner-wrap ul li {
		float: left;
		width: auto;
		margin: 0 14px 0 0;
	}

	.search-form div.inner-wrap .select {
		max-width: 185px;
	}

	.search-form div.inner-wrap input[type=submit] {
		width: 145px;
		margin: 0;
	}

	#newsletter-form {
		padding: 42px 0 45px;
		text-align: center;
		border-bottom: 5px solid #696a69;
		background: #3b3b3b;
	}

		#newsletter-form div.form {
			min-height: 500px;
			padding: 60px;
			background: #505050;
		}

		#newsletter-form ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#newsletter-form ul li {
				margin-bottom: 0;
				text-align: left;
			}

		#newsletter-form input[type=submit] {
			font-size: 18px;
			font-style: italic;
			line-height: 30px;
			clear: both;
			height: 36px;
			padding: 3px 14px 5px;
			text-transform: uppercase;
			color: #fff;
			border: 0;
			border-bottom: 1px solid #694434;
			background: #e95e22;
		}

	#newsletter-form-2 {
		padding: 42px 0 65px;
		text-align: left;
		border-bottom: 5px solid #696a69;
		background: #3b3b3b;
	}

		#newsletter-form-2 h3 {
			font-size: 18px;
			float: left;
			margin-bottom: 0;
		}

		#newsletter-form-2 ul {
			float: right;
			margin: 20px 0 0 20px;
			padding: 0;
			list-style: none;
		}

			#newsletter-form-2 ul li {
				float: left;
				margin-right: 16px;
				margin-bottom: 0;
				text-align: left;
			}

		#newsletter-form-2 input[type=text] {
			font-size: 16px;
			font-weight: 200;
			font-style: italic;
			width: 200px;
			height: 28px;
			padding: 4px 18px;
			color: #878787;
			border: 0;
			border-bottom: 1px solid #6f6f6f;
			background: #fff;
		}

		#newsletter-form-2 ul li.email-field input[type=text] {
			width: 240px;
		}

		#newsletter-form-2 input[type=submit] {
			font-size: 18px;
			font-style: italic;
			line-height: 20px;
			height: 28px;
			padding: 3px 14px 5px;
			text-transform: uppercase;
			color: #fff;
			border: 0;
			border-bottom: 1px solid #694434;
			background: #e95e22;
		}

	#sociable {
		margin-top: 40px;
	}

	footer {
		margin-top: 0;
		background: #ededed;
	}

		footer .brands {
			padding: 42px 0 22px;
			background: #0a64a1;
		}

		footer h3 {
			font-size: 18px;
			font-weight: 600;
			color: #fff;
		}

		footer p {
			font-size: 12px;
			font-weight: 400;
			margin-bottom: 0;
			padding: 25px 0 0;
			color: #35373b;
		}

			footer p a {
				color: #35373b !important;
			}

		footer .brands h3 {
			font-weight: bold;
			font-family: 'Fira Sans', sans-serif;
		}

		footer .brands ul li {
			font-weight: 400;
			margin-bottom: 5px;
		}

		footer ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			footer ul li:not(.c-social-iconsul li) {
				font-size: 14px;
				font-weight: 600;
				margin-bottom: 7px;
				color: #fff;
			}

			footer ul li a {
				font-size: 14px;
				color: #fff;
			}

		footer .column {
			min-height: 176px;
			border-left: 1px solid #fff;
		}

			footer .column:first-child {
				border: 0;
			}

		footer .links {
			font-size: 16px;
			padding: 30px 0;
			background: #2A75A9;
		}

		footer .inner-footer {
			margin-bottom: 22px;
			padding: 15px 0 0;
			background: #fff;
		}

		footer .section {
			padding-top: 14px;
			padding-bottom: 14px;
		}

			footer .section.ebay .inner {
				margin: 0 30px;
				padding: 0 50px;
				text-align: center;
				border-right: 1px solid #ededed;
				border-left: 1px solid #ededed;
			}

	#footer .ebay, #footer .payment-methods {
		padding-bottom: 0;
	}

	footer .section.ebay .inner .icon.ebay {
		display: inline-block;
		width: 100px;
		height: 48px;
		background: url(../images/sprites/icons.png) -231px -201px no-repeat;
	}

	footer h6 {
		margin-bottom: 18px;
		color: #35373b;
	}

	footer .copy {
		padding: 0;
	}

	#footer .ebay {
		padding-top: 0;
	}

	#footer .payment-methods .icon.cards {
		display: inline-block;
		width: 360px;
		height: 32px;
		background: url(../images/sprites/icons.png) 0 -267px no-repeat;
	}

	#footer .independent-supplier-wrapper {
		padding: 0px;
		background: #EFEFEF;
		line-height: 40px;
		font-size: 15px;
		color: #4E4E4E;
	}

	.part-details {
		display: block;
	}

	.parttabs {
		display: none;
	}

	.table2 tr .reference-number {
		display: table-cell;
		min-width: 40px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}

	#my-profile #edit-profile-form .half input[type=text], #my-profile #edit-profile-form .half input[type=password] {
		width: -webkit-calc(100% - 105px);
		width: calc(100% - 105px);
	}

	#my-profile #edit-profile-form .half.pull-right input {
		float: right;
	}

	.bottom-bar .group li.cart-item {
		max-width: 150px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#search-form {
		padding-top: 44px !important;
	}

	header .desktop-holder .top-bar ul.group li {
		font-size: 12px;
	}

		header .desktop-holder .top-bar ul.group li a {
			font-size: 14px;
		}

	#top-bar h5, #top-bar ul li {
		font-size: 11px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.text-center-not-md, .text-justify-not-md, .text-left-not-md, .text-right-not-md {
		text-align: inherit;
	}

	.text-left-md {
		text-align: left;
	}

	.text-center-md {
		text-align: center;
	}

	.text-right-md {
		text-align: right;
	}

	.text-justify-md {
		text-align: justify;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .container {
		width: 100%;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-cart, .cd-cart-trigger {
		bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.lblemail2 {
		line-height: 15px;
		display: inline-block;
	}

	.lblemail3 {
		display: none !important;
	}

	#my-profile .confirm-password-field input[type=password] {
		width: 220px;
	}

	.text-center-not-lg, .text-justify-not-lg, .text-left-not-lg, .text-right-not-lg {
		text-align: inherit;
	}

	.text-left-lg {
		text-align: left;
	}

	.text-center-lg {
		text-align: center;
	}

	.text-right-lg {
		text-align: right;
	}

	.text-justify-lg {
		text-align: justify;
	}
}

@media screen and (min-width: 1200px) {
	header .logo img {
		max-width: 206px;
	}

	header .middle-bar .brand-accordion-nav {
		padding-left: 106px;
	}

	header .bottom-bar .logout .dropdown-menu a {
		cursor: pointer;
	}

	header .bottom-bar .logout .dropdown-toggle + .dropdown-menu, header .middle-bar .currency .dropdown-toggle + .dropdown-menu, header .middle-bar .languages .dropdown-toggle + .dropdown-menu {
		margin: 0;
	}

		header .bottom-bar .logout .dropdown-toggle + .dropdown-menu:hover, header .bottom-bar .logout .dropdown-toggle:hover + .dropdown-menu, header .middle-bar .contact .dropdown-toggle + .dropdown-menu:hover, header .middle-bar .contact .dropdown-toggle:hover + .dropdown-menu, header .middle-bar .currency .dropdown-toggle + .dropdown-menu:hover, header .middle-bar .currency .dropdown-toggle:hover + .dropdown-menu, header .middle-bar .languages .dropdown-toggle + .dropdown-menu:hover, header .middle-bar .languages .dropdown-toggle:hover + .dropdown-menu {
			display: block;
		}

	.search-form div.inner-wrap .select {
		width: 185px;
	}

	.c-social-icons {
		top: 25%;
		bottom: auto;
		left: 0;
		width: auto;
	}

		.c-social-icons ul li {
			float: none;
		}

			.c-social-icons ul li a {
				width: 55px;
				height: 55px;
			}

				.c-social-icons ul li a .icon {
					width: 25px;
					height: 25px;
				}

					.c-social-icons ul li a .icon.facebook {
						background: url(../images/sprites/icons.png) -293px -5px no-repeat;
					}

					.c-social-icons ul li a .icon.twitter {
						background: url(../images/sprites/icons.png) -291px -39px no-repeat;
					}

					.c-social-icons ul li a .icon.instagram {
						background: url(../images/sprites/icons.png) -293px -70px no-repeat;
					}

	.table1 {
		width: 50%;
	}

	#orders .table1 {
		width: 100%;
	}

	.parttabs-content2 {
		float: right;
		width: calc(100% - 600px);
		margin-top: 10px;
		background: transparent;
		padding: 20px 20px 0 20px;
		border: 2px solid #0a64a1;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	.parttabs-content1 .map-container {
		width: 578px;
	}

	.product-details {
		max-width: 100%;
		padding-top: 60px;
	}

	.abtesting .column:not(.box3) {
		padding-right: 0;
	}

	.shopping-cart .eq-height-holder {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 38px;
	}

	.shopping-cart .height-watcher {
		height: 100%;
	}

	.shopping-cart .box3 {
		display: block;
	}

	.shopping-cart .payment-options .select-holder .select {
		float: left;
	}
}

@media (min-width: 1201px) {
	.mobilebanner {
		display: none !important;
	}

	.abtesting .cart-table td, .abtesting .cart-table th {
		width: 65px !important;
		max-width: 100px;
	}

	.abtesting .address-field input[type=text]:last-child {
		margin: 18px 0 20px;
	}
}

@media (max-width: 1200px) {
	#main {
		width: 670px;
	}

	#footer .copy {
		margin-bottom: 30px;
	}

	.mobilebanner {
		display: block;
	}

	#discountPopup {
		display: none !important;
	}

	#search-form span.ex-vat, #shopping-cart-page .mobilebanner {
		display: none;
	}

	#search-form div.tab-content ul li {
		margin-right: 13px;
	}

	#content #search-form div.tab-content ul li, #search-form .box5 div.tab-content li {
		margin-right: 10px;
	}

		#content #search-form div.tab-content ul li:last-child, #search-form .box5 div.tab-content li:last-child {
			margin-right: 0;
		}

	#content #search-form div.tab-content input[type=submit], #search-form .box5 .tab-content input[type=submit] {
		width: 120px;
	}

	#search-form.battery h2 {
		font-size: 20px;
	}

	#search-form .box5 .image1 {
		left: 40px;
	}

	#search-form .tabs {
		margin: 0;
	}

	#search-form div.tab-content .select {
		width: 170px;
	}

	.lblemail2 {
		display: none !important;
	}

	.lblemail3 {
		display: inline-block;
	}

	.form ul li.half {
		padding-right: 15px;
	}

		.form ul li.half:nth-child(2n) {
			padding-right: 0;
			padding-left: 15px;
		}

	.form .select, .form input[type=text], .form input[type=password], .form input[type=email], .form textarea {
		width: 100%;
	}

	.form div.control-group-inline input.input-width-20 {
		width: 50px;
	}

	.form div.control-group-inline input.input-width-60 {
		width: 168px;
	}

	.list1 li {
		max-width: -webkit-calc(25% - 16px);
		max-width: calc(25% - 16px);
		width: 100%;
	}

	.list .list1 li:nth-child(4n) {
		margin-right: 0;
	}

	.list .list1 li:nth-child(5n) {
		margin-right: 20px;
	}

	.list1 li .product-detail {
		top: 188px;
	}

	#banner h2 {
		font-size: 51px;
	}

	#banner .image {
		margin-right: -56px;
	}

	.shopping-cart .cart-table tr .description, .shopping-cart .table1 tr .description {
		width: auto;
	}

	.shopping-cart .send-email-field {
		padding-left: 0;
	}

	.shopping-cart .shipping-address .checkbox label {
		font-size: 14px;
		white-space: normal;
	}

	.abtesting .address-field input[type=text]:last-child {
		margin: 18px 0 0 90px;
	}

	/*.product-details#map, .product-details#map img {
		max-width: 100% !important;
	}*/

	#contact-form label {
		min-width: 95px;
	}

	#contact-form .telephone-field input[type=text] {
		width: 60px;
	}

	#contact-form .telephone-field input.input-width-60 {
		width: 156px;
	}

	.search-head {
		padding: 25px 0 35px;
	}

		.search-head .logo {
			padding: 40px 0;
		}
}

@media (max-width: 1024px) {
	.list1 li .product-detail {
		display: none !important;
	}
}

@media (max-width: 992px) {

	#sidebar-form {
		margin-top: 15px;
	}

	#brand-page #search-form:not(.basket-search-form) {
		margin-top: 100px;
	}

	#brand-page #search-form.basket-search-form .comment {
		margin-top: 5px;
	}

	#brand-page #content #search-form:not(.basket-search-form) {
		margin-top: 0;
	}

	.post p.lead {
		font-size: 18px;
		line-height: 24px;
	}

	.navbar-default .navbar-brand {
		background-color: #fff;
		margin-left: 0;
		padding: 10px;
		max-width: 150px;
		height: 91px;
	}

		.navbar-default .navbar-brand:hover {
			background-color: #fff;
		}

	header .mobile-holder .bottom-row {
		top: 91px;
	}

	.post p {
		font-size: 14px;
		line-height: 20px;
	}

	.post .image.left, .post .image.right {
		float: none;
		margin: 0 0 40px;
	}

	.post .image img {
		width: 100%;
	}

	#about-msp-page .trustpilot-strip + #main, #breadcrumbs + #main, #search-form + #main, #search-form + .trustpilot-strip + #main {
		margin-top: 0;
	}

	#main-navigation ul li {
		line-height: 19px;
		margin-right: 40px;
		padding-bottom: 13px;
		text-align: center;
	}

		#main-navigation ul li img, #main-navigation ul li strong {
			display: block;
		}

			#main-navigation ul li img.amp {
				position: relative;
				margin: -11px 0 3px 12px;
			}

	#my-profile .address-field input[type=text]:last-child, .order, .shopping-cart .address-field input[type=text]:last-child {
		margin-left: 0;
	}

	#main-navigation ul ul {
		top: 57px;
	}

		#main-navigation ul ul li {
			min-height: 15px;
			padding-bottom: 0;
			text-align: left;
		}

			#main-navigation ul ul li strong {
				display: inline;
			}

	#main-navigation ul li ul li a {
		padding: 12px 20px 13px;
	}

	#main-navigation ul li ul {
		top: 52px;
	}

	#main-navigation {
		padding-top: 20px;
	}

	p.genuine {
		display: none;
	}

	#content:not(#shopping-cart-page#content) {
		padding: 0;
	}

	.tabs1 > .tab-strips > li a {
		padding: 0 23px;
	}

	.tabs1 > .tab-strips .dropdown-menu {
		width: 154px;
	}

	#footer .links {
		margin-bottom: 0;
	}

	.list1 li {
		max-width: -webkit-calc(33.3333% - 16px);
		max-width: calc(33.3333% - 16px);
		width: 100%;
	}

	.list .list1 li:last-child {
		margin-right: 0;
	}

	.list .list1 li:nth-child(4n) {
		margin-right: 20px;
	}

	.list .list1 li:nth-child(3n) {
		margin-right: 0;
	}

	#banner .image {
		margin-right: 0;
	}

	.list1 li h6 {
		padding: 0 5px;
	}

	#banner {
		padding-bottom: 30px;
	}

		#banner h2 {
			font-size: 36px;
			margin-bottom: 25px;
		}

		#banner .image {
			max-width: 350px;
			width: 100%;
			margin: 10px auto;
		}

		#banner h3 {
			font-size: 42px;
			margin-bottom: 40px;
		}

		#banner ul li {
			font-size: 16px;
			margin-bottom: 5px;
		}

	#why-choose-us h5 {
		font-size: 16px;
		margin-bottom: 35px;
	}

	#why-choose-us .video img {
		display: block;
		width: 330px;
	}

	#why-choose-us .video iframe {
		width: 100%;
		height: 240px;
	}

	.my-account .tabs .tab-strips li {
		text-align: center;
	}

	.shopping-cart .cart-table tfoot td, .shopping-cart .table1 tfoot td {
		text-align: left;
	}

	.table1 th {
		padding: 0 5px 25px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	.table1 td {
		padding: 0 5px 10px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	.cart-table th {
		padding: 0 5px 25px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	.cart-table td {
		padding: 0 5px 10px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	#my-profile .primary-address-field label {
		line-height: 16px;
		top: 1px;
	}

	.product-detail {
		max-width: 420px;
	}

	.order {
		float: left;
		margin-bottom: 20px;
	}

	.shopping-cart .cart-table .discount-code button[type=submit], .shopping-cart .table1 .discount-code button[type=submit] {
		float: none;
	}

	.product-list li {
		width: 50%;
	}

	.shopping-cart .table1 .discount-code input[type=text] {
		margin-top: 15px;
		margin-left: 0;
	}

	.shopping-cart .select-country {
		float: none;
		padding-top: 20px;
	}

	.shopping-cart .shipping-address {
		padding-top: 25px;
	}

	.shopping-cart .primary-address-field label {
		line-height: 32px;
		top: auto;
	}

	.shopping-cart .form .select, .shopping-cart .shipping-address input[type=text], .shopping-cart .shipping-address input[type=password] {
		width: 100%;
	}

	.shopping-cart .cart-table .discount-code input[type=text] {
		margin-top: 15px;
		width: 65%;
		margin-right: 10px;
		margin-left: 10px;
	}

	.shopping-cart .cart-table .discount-code button[type=submit], .shopping-cart .cart-table .discount-code input[type=submit] {
		width: 25%;
		margin-left: 0;
		padding: 0;
	}

	.shopping-cart .cart-table .discount-code {
		position: relative;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 20px 0 0 -2px;
		padding: 10px 20px 18px;
		background: #d0d0d0;
	}

	.abtesting #payment-options .select {
		float: left;
	}

	#create-account-form {
		margin-top: 40px;
	}

	#payment-options .expiraion-field label {
		width: 120px;
	}

	#payment-options .checkbox label {
		font-size: 13px;
	}

	#contact-form .country-field .select, #contact-form input[type=text], #contact-form input[type=password], #contact-form input[type=email], #contact-form textarea {
		display: block;
		width: 100%;
	}

	#contact-form ul li {
		margin-bottom: 5px;
	}

	#contact-form .telephone-field input[type=text] {
		display: inline-block;
		width: 45px;
	}

	#contact-form .telephone-field label {
		display: block;
	}

	#contact-form .telephone-field input[class=number] {
		width: 132px;
	}

	#contact-form textarea {
		height: 110px;
	}

	#contact-form button[type=submit] {
		margin-top: 10px;
	}

	#contact-form span.required {
		float: left;
		padding-top: 30px;
	}

	#contact-form .control-group-inline {
		float: left;
	}

	#contact-form .telephone-field input.input-width-60[type=text] {
		width: 145px;
	}

	.akrapovic-search-result .search-result-inner .row {
		margin-right: 15px;
		margin-left: -15px;
	}

	.product-description .buy-now .part-detail, .product-description .buy-now .price {
		padding: 10px;
	}

		.product-description .buy-now .part-detail .buy-now-btn {
			max-width: 75px;
		}

	.shopping-cart .heading p {
		float: left;
		clear: left;
		margin-top: 10px;
	}

	.shopping-cart .heading h2 span {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}

	.parttabs .table-responsive {
		border: none;
	}
}

@media (max-width: 991px) {
	#main {
		width: 460px;
		margin-top: 10px;
	}

	#content {
		padding: 0;
		margin-top: 115px;
	}

	header .navbar-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	header .navbar-default .navbar-toggle {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
		margin-left: auto;
	}

	#content.product #main {
		float: none;
		width: 100%;
	}

	#content.product #sidebar {
		float: none;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}

	#footer {
		background: #292929;
	}

	.akr {
		margin-top: -18px;
		margin-right: auto !important;
		margin-left: auto;
	}

	#search-form div.tab-content ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 22px;
	}

		#search-form div.tab-content ul li:last-child {
			margin-bottom: 0;
		}

	#search-form p {
		font-size: 15px;
		font-weight: 400;
		line-height: 15px;
		margin-top: 11px;
		text-align: center;
		color: #414140;
	}

	#search-form .tab-content {
		padding: 30px 18%;
	}

	#content #search-form form .select, #part-number .select, #part-number form input[type=text], #search-form div.tab-content .select {
		width: 100%;
	}

	#search-form div.tab-content input[type=submit] {
		width: 100%;
		max-width: 282px;
		height: 45px;
		margin: 0 auto;
	}

	#search-form div.tab-content input[type=text] {
		width: 100%;
	}

	#drawings #search-form .tab-content, #parts-overview #search-form .tab-content, #search-form .tab-content {
		display: none;
	}

		#search-form .tab-content.active {
			display: block;
		}

	div.akrapovic #search-form .tab-strips li {
		width: 100%;
	}

	#search-form .tab-strips li.active {
		width: 50% !important;
	}

	#search-form.battery {
		padding-top: 35px;
	}

	#search-form .box5 .image1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin: 0 auto 25px;
	}

	.search-result .selected-product {
		padding-left: 15px;
	}

	.search-result .product-info {
		padding: 0 15px;
	}

	.trustpilot-strip a.reviews {
		float: left;
		margin-top: 27px;
		margin-left: 480px;
		display: none;
	}

	#sociable, .visual-sharecontainer {
		float: none;
		margin-bottom: 20px;
	}

	#footer .links {
		margin-bottom: 35px;
		padding-top: 0;
		padding-bottom: 0;
		background: #121212;
	}

	#footer .column {
		height: auto !important;
		min-height: 15px;
		border: 0;
	}

	#footer .column, #footer .links .container {
		max-width: none;
		padding: 0;
	}

	#footer .links .row {
		margin: 0;
	}

	#footer .links h3 {
		font-size: 24px;
		line-height: 24px;
		height: 103px;
		margin-bottom: 0;
		cursor: pointer;
		border-top: 1px solid #444;
		background: #000;
	}

		#footer .links h3 span, #footer .links ul {
			max-width: 680px;
			margin: 0 auto;
			width: 100%;
		}

		#footer .links h3 span {
			display: block;
			padding: 39px 15px;
			background: url(/Content/images/arrows.png) right -86px no-repeat;
		}

	#secondary-navigation ul li.home, .akrapovic-search:after, .search-head .logo {
		display: none;
	}

	#footer .links h3.active span {
		background: url(/Content/images/arrows.png) right 47px no-repeat;
	}

	#footer .links h3.active {
		background: #292929;
	}

	#footer .links ul {
		display: none;
		padding: 20px 15px;
		background: #121212;
	}

		#footer .links ul li {
			font-size: 18px;
		}

	#footer p, #footer p a {
		color: #fff;
	}

	.categories {
		padding-top: 54px;
	}

		.categories .category h3 {
			margin-bottom: 20px;
			padding-right: 22px;
		}

	.akrapovic .search-head #search-form div.tab-content {
		padding: 30px 18%;
	}

	.akrapovic-search {
		position: relative;
		padding: 25px 0 0;
		background: url(/Content/images/akrapovic-bg.jpg) bottom no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}

		.akrapovic-search .two-column-layout .column, .akrapovic-search .two-column-layout .column:last-child {
			float: none;
			width: 100%;
		}

	.akrapovic .search-head {
		padding: 0;
	}

	.search-head #search-form .select {
		width: inherit !important;
	}

	#secondary-navigation {
		float: right;
	}

	.msg {
		display: block;
	}

	#parttabs-content2 .content {
		border: 2px solid #0a64a1;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 10px 15px 0 15px;
	}

	.table2 td {
		height: 60px;
	}

	.basket-search-form .row.prod-sc-info > div {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 991px) {
	#create-an-account .form-group {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

		#create-an-account .form-group .editing-form-label-cell {
			-ms-flex: 1 1 25%;
			-webkit-box-flex: 1;
			-webkit-flex: 1 1 25%;
			flex: 1 1 25%;
		}

		#create-an-account .form-group .editing-form-value-cell {
			-ms-flex: 1 1 75%;
			-webkit-box-flex: 1;
			-webkit-flex: 1 1 75%;
			flex: 1 1 75%;
		}

		#create-an-account .form-group input[type=text], #create-an-account .form-group input[type=password] {
			width: 100%;
		}
}

@media (max-width: 768px) {
	#secondary-navigation ul li {
		margin-right: 93px;
	}

	.part-detail .quantity {
		float: none;
		margin-bottom: 20px;
	}

	.product-description .part-detail .quantity, .product-description .part-detail span {
		float: left;
		width: 70px;
	}

	.list .list1 li:nth-child(3n),
	.list .list1 li:nth-child(5n) {
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	#main, #sidebar {
		float: none;
		width: 100%;
	}

		#main.login-wrapper {
			margin: 50px auto 85px;
		}

	.button4, .view {
		position: relative;
	}

	#content.product {
		padding-top: 15px;
	}

	#sidebar {
		padding-top: 30px;
	}

	#about-msp-page .trustpilot-strip + #main, #breadcrumbs + #main {
		margin-top: 120px;
	}

	#main-navigation .col-sm-9 > ul {
		margin-left: 25%;
		padding-left: 15px;
	}

	#main-navigation ul li {
		margin-right: 44px;
		padding-bottom: 13px;
		min-height: 54px;
	}

	#main-navigation {
		padding-top: 18px;
		display: none !important;
	}

	#index-page #container #search-form .tab-strips li.part-number-search, footer.sticky-tp {
		display: block;
	}

	#main-navigation ul li img.amp {
		margin-top: -9px;
	}

	#main-navigation ul li ul {
		top: 54px;
	}

	#fullwidth-navigation {
		margin-top: 0 !important;
		margin-bottom: 25px;
	}

	#search-form {
		margin: 0 -15px;
		padding: 0;
	}

		#search-form .container {
			padding: 0;
		}

	#container #search-form .tab-strips li, #drawings #search-form .tab-strips li, #parts-overview #search-form .tab-strips li {
		line-height: 74px !important;
		height: 74px !important;
		margin-top: 0 !important;
		vertical-align: bottom !important;
		overflow: hidden;
	}

	#index-page #container #search-form .tab-strips li {
		width: 50% !important;
	}

		#index-page #container #search-form .tab-strips li a {
			background: #e51319;
		}

		#index-page #container #search-form .tab-strips li.part-number-search a, #part-number {
			background: #555;
		}

	#search-form .tab-strips li.active {
		line-height: 74px;
		overflow: hidden;
		width: 50% !important;
		height: 74px;
		margin-top: 0;
		vertical-align: bottom;
	}

		#search-form .tab-strips li.active a {
			font-size: 16px;
			font-weight: bold;
			letter-spacing: 1px;
		}

	.box6 li, .list3 li {
		font-size: 18px;
	}

	.search-result {
		padding-bottom: 35px;
	}

		.search-result .selected-product .buy-now {
			margin: 0;
		}

			.search-result .selected-product .buy-now .quantity label, .view {
				margin-right: 15px;
			}

	#testimonials, #why-choose-us .content:before, .container .trustpilot-strip {
		display: none;
	}

	#discountPopup {
		top: 40px;
		left: 0;
		max-width: 100%;
		margin-left: 0;
	}

	.sitemap ul {
		margin-bottom: 20px;
	}

	#footer p {
		margin-bottom: 24px;
	}

	.box2 {
		margin-bottom: 20px;
	}

	.box3 {
		padding: 20px 15px;
	}

	.box6 {
		padding-bottom: 40px;
	}

		.box6 .image {
			margin-bottom: 16px;
		}

		.box6 li {
			line-height: 21px;
			margin-bottom: 10px;
		}

	.list1 li {
		max-width: 250px;
		width: 100%;
		margin: 0 auto 20px;
	}

	.list .list1 li:nth-child(4n) {
		margin: 0 auto 20px;
	}

	.list1 li figure {
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.list1 li .product-detail {
		top: auto;
		bottom: -260px;
	}

	.list1 li figure img {
		vertical-align: middle;
	}

	.home-page #search-form .tabs {
		margin-bottom: 15px;
	}

	#banner h2 {
		font-size: 31px;
	}

	#banner h3 {
		font-size: 36px;
	}

	#why-choose-us .video {
		display: block;
		height: auto !important;
		margin-bottom: 30px;
	}

	#why-choose-us h5 {
		margin-bottom: 20px;
	}

	#why-choose-us .video img {
		width: auto;
	}

	#why-choose-us header h2 {
		font-size: 32px;
		line-height: 42px;
	}

	#why-choose-us .video .inner-wrap {
		display: block;
	}

	#why-choose-us .video iframe {
		height: 350px;
	}

	.cart-table th, .table1 th {
		font-size: 16px;
	}

	.view {
		z-index: 100;
		float: left;
		margin-bottom: 15px;
		margin-left: 0;
	}

	.save {
		display: inline-block;
		float: none;
		width: 100%;
	}

	.part-detail .part-image {
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.part-detail.box1 {
		padding-top: 0;
		border: 0;
	}

	.part-detail p.reference-number {
		display: block;
	}

	.part-detail .quantity label {
		margin-right: 8px;
	}

	/*.part-detail .quantity input[type=text] {
		display: none;
	}*/

	.part-detail .quantity .select {
		display: inline-block;
	}

	.product-list .details-btn {
		width: 48%;
	}

	.product-list .buy-now-btn {
		width: 48%;
		padding: 6px 5px;
	}

	.product-list {
		margin: 0 -15px;
	}

		.product-list li {
			margin-bottom: 35px;
			padding: 0 15px;
			width: 100%;
		}

	.shopping-cart .table1 .discount-code .label {
		display: block;
	}

	.shopping-cart .cart-table .discount-code input[type=text] {
		width: 70%;
	}

	.shopping-cart .box3 {
		padding: 20px;
	}

		.shopping-cart .box3 .group.heading {
			margin: -20px -20px 25px;
		}

	.shopping-cart .cart-table .quantity input[type=text] {
		width: 50px;
	}

	.shopping-cart h3 {
		margin-bottom: 20px;
	}

	.shopping-cart .primary-address-field label {
		line-height: 16px;
		top: 1px;
	}

	.shopping-cart .address-field input[type=text]:last-child {
		margin-bottom: 18px;
	}

	.shopping-cart .order-confirmation h2 {
		font-size: 19px;
		padding: 15px 20px;
	}

	.shopping-cart .order-summary h4 {
		font-size: 16px;
	}

	.shopping-cart input[type=submit] {
		float: right;
		margin: 0;
		padding: 0 20px;
	}

	.shopping-cart-preview #coupon-form .apply-coupon-btn {
		margin: 0 !important;
	}

	#payment-options .card-number-field input[type=text] {
		width: 344px;
	}

	#payment-options .checkbox label {
		font-size: 14px;
	}

	.product-details {
		margin-bottom: 15px;
	}

	#contact-form .telephone-field label, #contact-form label {
		display: inline-block;
		float: left;
		min-width: 15px;
	}

	#contact-form ul li {
		margin-bottom: 18px;
	}

	#contact-form .country-field .select, #contact-form input[type=text], #contact-form input[type=password], #contact-form textarea {
		display: inline-block;
		float: left;
		width: 100%;
	}

	#contact-form .telephone-field input[type=text] {
		width: 20%;
		margin-right: 10px;
	}

	#contact-form .telephone-field input[class=number] {
		float: right;
		width: 45%;
	}

	#contact-form .telephone-field input.input-width-60[type=text] {
		width: 75%;
		margin-right: 0;
	}

	#contact-form span.select {
		width: 100%;
	}

	.product-preview .preview {
		padding: 55px 50px 45px;
	}

	.product .product-details2 {
		padding-top: 0;
	}

		.product .product-details2 h2 {
			margin-bottom: 10px;
		}

		.product .product-details2 .button2, .product .product-details2 .quantity {
			float: left;
			margin-bottom: 36px;
		}

	#create-an-account .select, #create-an-account input[type=text], #create-an-account input[type=password], #login input[type=text], #login input[type=password], .akrapovic-search .title .logo {
		float: none;
	}

	.product .product-details2 .quantity {
		margin-right: 26px;
	}

	.product .product-details2 .button2 {
		padding: 0 15px;
	}

	.product .product-details2 .heading {
		margin-bottom: 22px;
	}

	.akrapovic-search {
		background: 0 0;
	}

		.akrapovic-search .title {
			text-align: center;
		}

			.akrapovic-search .title h3 {
				padding: 0;
			}

		.akrapovic-search .two-column-layout .column p span.performance {
			font-size: 30px;
		}

		.akrapovic-search .two-column-layout .column p span {
			font-size: 20px;
		}

		.akrapovic-search .two-column-layout .column p {
			font-size: 16px;
		}

		.akrapovic-search .two-column-layout {
			padding: 30px 0 0;
		}

	.promotion .container {
		padding-bottom: 200px;
		background-image: url(/Content/images/logo5.png);
		background-position: center bottom;
	}

	.promotion h3 {
		font-size: 24px;
	}

	.product-section .product-section-inner {
		padding: 25px;
	}

	.product-detail-slideshow {
		margin-bottom: 50px;
	}

		.product-detail-slideshow .next-btn, .product-detail-slideshow .previous-btn {
			width: 10px;
			height: 18px;
		}

		.product-detail-slideshow .previous-btn {
			left: -20px;
			background: url(/Content/images/previous-btn-mobile.png) no-repeat;
		}

		.product-detail-slideshow .next-btn {
			right: -20px;
			background: url(/Content/images/next-btn-mobile.png) no-repeat;
		}

	.product-description .buy-now, .product-description .product-info {
		float: none;
		width: 100%;
	}

	.product-description .buy-now {
		border-top: 1px solid #c6c6c6;
		border-left: none;
	}

	.product-description .product-info h5 {
		font-size: 20px;
	}

	.login-create-account.tabs h2 {
		margin-bottom: 40px;
	}

	.freeshipping.mobile {
		margin-top: 65px;
		margin-bottom: -55px;
	}

	#top-bar {
		display: none;
	}

		#top-bar p, #top-bar p span.number {
			font-size: 16px;
		}

	.text-center-not-xs, .text-justify-not-xs, .text-left-not-xs, .text-right-not-xs {
		text-align: inherit;
	}

	.text-left-xs {
		text-align: left;
	}

	.text-center-xs {
		text-align: center;
	}

	.text-right-xs {
		text-align: right;
	}

	.text-justify-xs {
		text-align: justify;
	}

	#search-form.battery div.tab-content ul.group li {
		margin: 0 0 22px;
		padding: 0 15px;
	}

	.button4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 45px;
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		text-transform: uppercase;
		color: #868686;
		border: 1px solid #c5c5c5;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.cd-cart {
		max-height: 70%;
		bottom: 30px;
	}

		.cd-cart .body {
			max-height: 85px;
		}

		.cd-cart .checkout {
			height: 35px;
		}
}

@media (max-width: 767px) and (orientation: landscape) and (min-height: 320px) and (max-height: 374px) {
	.cd-cart {
		bottom: 60px;
	}
}

@media (max-width: 375px) {
	.cd-cart .body {
		max-height: 250px;
	}

	.cart-open .cd-cart footer .total-title,
	.cart-open .cd-cart footer .total-price {
		font-size: 18px;
	}

	.cd-cart .checkout {
		height: 35px;
	}
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
	.cart .table-cart thead {
		display: inline;
	}

	.my-account table, .my-account tbody, .my-account td, .my-account th, .my-account thead, .my-account tr {
		display: block;
	}

	.table1 thead {
		padding: 5px;
		background: #e2e2e2;
	}

	.table1 td.content {
		padding: 0;
		border: none;
	}

	.table4 {
		background: #fff;
	}

		.table4 td:nth-of-type(1):before {
			font-weight: 700;
			content: 'Part Number';
		}

		.table4 td:nth-of-type(2):before {
			font-weight: 700;
			content: 'Description';
		}

		.table4 td:nth-of-type(3):before {
			font-weight: 700;
			content: 'Qty';
		}

		.table4 td:nth-of-type(4):before {
			font-weight: 700;
			content: 'Qty in Stock';
		}

		.table4 td:nth-of-type(5):before {
			font-weight: 700;
			content: 'Item status';
		}

		.table4 tr:nth-of-type(odd) {
			background: #eee;
		}

		.table4 td {
			position: relative;
			padding-top: 5px;
			padding-left: 50%;
			border: none;
		}

		.table4 tr {
			border-bottom: 1px solid #ccc;
		}

		.table4 th {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

			.table4 th a.help {
				left: 0;
				position: relative;
				top: -1px;
				display: inline-block;
				width: 17px;
				height: 17px;
				margin-left: 5px;
				vertical-align: middle;
				background: url(/Content/images/icons.png) -24px -28px no-repeat;
			}

	.table1 th {
		padding: 3px;
	}

	.table1 tr.foo {
		float: left;
		width: 50%;
	}

		.table1 tr.foo th {
			font-size: 14px;
			font-weight: 700;
			padding: 0 10px 10px;
		}

	.table1 tr.boo td {
		font-size: 14px;
		font-weight: 700;
		padding: 0 10px 10px 0;
	}

	.table4 td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

@media (max-width: 760px) {
	#secondary-navigation ul li {
		margin-right: 60px;
	}

	#main-navigation ul li {
		margin-right: 35px;
	}
}

@media (max-width: 700px) {
	#secondary-navigation ul li {
		margin-right: 30px;
	}

	#main-navigation ul li {
		margin-right: 24px;
	}
}

@media (max-width: 680px) {
	.search-result .selected-product .button2, .search-result .selected-product .button4 {
		font-size: 13px;
		width: 100%;
		max-width: 137px;
		padding: 0 7px;
	}
}

@media (max-width: 660px) {
	#search-form span.ex-vat, #search-form.battery h2:first-of-type, .search-result .selected-product .quantity {
		display: none;
	}

	#content #search-form div.tab-content ul li {
		margin-right: 0;
	}

	#search-form .box5, #search-form .tab-content {
		padding: 30px 8%;
	}

	#content #search-form div.tab-content input[type=submit] {
		width: 100%;
	}

	#search-form.battery {
		padding-top: 0;
	}

	#search-form .box5 {
		margin: 0 -15px;
	}

		#search-form .box5 .image1 {
			max-width: 109px;
		}

	.search-result .selected-product {
		float: none;
		width: 100%;
	}

		.search-result .selected-product .alignleft {
			float: left;
			margin: 0;
		}

		.search-result .selected-product .button2, .search-result .selected-product h3 {
			margin-bottom: 12px;
		}

		.search-result .selected-product .buy-now {
			float: left;
			margin-left: 20px;
			padding-top: 10px;
		}

		.search-result .selected-product .more-btn {
			display: block;
		}

	.button4 {
		line-height: 45px;
		position: relative;
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		text-transform: uppercase;
		color: #868686;
		border: 1px solid #c5c5c5;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
	}

	.search-result .product-info, .trustpilot-strip a.reviews {
		display: none;
	}

	.trustpilot-strip {
		width: 100%;
		padding: 0;
	}

		.trustpilot-strip .stars {
			line-height: inherit;
			float: left;
			overflow: hidden;
			width: auto;
			height: auto;
			padding: 22px 3px 0 10px;
		}

			.trustpilot-strip .stars span {
				width: 12px;
				height: 12px;
			}

		.trustpilot-strip p {
			font: 12px/70px Verdana,sans-serif;
			display: block;
			overflow: hidden;
			padding: 0 0 0 10px;
		}

			.trustpilot-strip p em {
				font: 8px Verdana,sans-serif;
			}

	.about-amp {
		display: none;
	}

	.akrapovic #search-form, .akrapovic-search #search-form {
		padding-top: 0 !important;
	}

	.akrapovic .search-head #search-form div.tab-content {
		padding: 30px 8%;
	}
}

@media (max-width: 650px) {
	#secondary-navigation ul li {
		margin-right: 37px;
	}

	#main-navigation ul li {
		margin-right: 18px;
	}
}

@media (max-width: 610px) {
	#secondary-navigation ul li {
		margin-right: 27px;
	}

	#main-navigation ul li {
		margin-right: 18px;
	}
}

@media (max-width: 600px) {
	#content, .table-responsive {
		-webkit-overflow-scrolling: touch;
	}

	.generic-part-page {
		width: 108%;
	}

	.mobile-full-width {
		float: none;
		width: 100%;
	}

	.tabs1 > .tab-strips > li a {
		font-size: 14px;
		padding: 0 10px;
	}

	.tabs1 .tab-content {
		padding: 12px 10px;
	}

	.tabs1 > .tab-strips > li a span {
		padding-right: 16px;
	}

	.tabs1 > .tab-strips .dropdown-menu {
		width: 97px;
	}

	.form ul li.half, .form ul li.half:nth-child(2n) {
		width: 100%;
		padding: 0;
	}

	.helpline {
		display: block;
	}

	#top-bar, .trust-pilot {
		display: none;
	}

	.list1 li .product-detail {
		bottom: -194px;
		left: -1px !important;
		width: 290px;
	}

	.list1 li:nth-child(2n) .product-detail {
		right: -1px !important;
		left: auto !important;
	}

	.my-account .tabs .tab-strips li a {
		font-size: 15px;
		height: 55px;
		padding: 20px 10px 10px;
	}

	.my-account .tabs .tab-content {
		min-height: 15px;
	}

	.my-account .tabs .tab-strips li.ui-state-active a {
		padding-top: 16px;
	}

	#my-vehicle ul li, .table1 th {
		font-size: 14px;
	}

	.table1 td {
		font-size: 12px;
	}

	.cart-table th {
		font-size: 14px;
	}

	.cart-table td {
		font-size: 12px;
	}

	#my-profile .section {
		padding: 0 0 17px;
	}

	#my-profile .address-field input[type=text]:last-child {
		margin-bottom: 17px;
	}

	#my-profile .confirm-password-field input[type=password] {
		width: 100%;
	}

	#products .list1 li {
		max-width: 250px;
		width: 100%;
		margin: 0 auto 20px;
	}

	#payment-options .expiraion-field .select, #payment-options .expiraion-field label, #payment-options .verification-number-field input[type=text] {
		float: left;
	}

	.shopping-cart .cart-table .discount-code input[type=text] {
		width: 65%;
	}

	#payment-options .radio {
		width: 50%;
	}

	#payment-options .card-number-field input[type=text] {
		width: 100%;
	}

	#payment-options .expiraion-field .month {
		clear: both;
		width: 134px;
	}

	#payment-options .verification-number-field label {
		width: 100%;
	}

	#payment-options .verification-number-field a {
		position: relative;
		top: 3px;
	}

	#loginForm, #reset-password-form {
		max-width: 300px;
	}

	.table-responsive {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		margin-bottom: 15px;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

		.table-responsive > table {
			margin-bottom: 0;
		}

			.table-responsive > table > tbody > tr > td, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > td, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > thead > tr > th {
				white-space: nowrap;
			}

		.table-responsive > .table-bordered {
			border: 0;
		}

		.table-responsive > table-bordered > tbody > tr > td:first-child, .table-responsive > table-bordered > tbody > tr > th:first-child, .table-responsive > table-bordered > tfoot > tr > td:first-child, .table-responsive > table-bordered > tfoot > tr > th:first-child, .table-responsive > table-bordered > thead > tr > td:first-child, .table-responsive > table-bordered > thead > tr > th:first-child {
			border-left: 0;
		}

		.table-responsive > table-bordered > tbody > tr > td:last-child, .table-responsive > table-bordered > tbody > tr > th:last-child, .table-responsive > table-bordered > tfoot > tr > td:last-child, .table-responsive > table-bordered > tfoot > tr > th:last-child, .table-responsive > table-bordered > thead > tr > td:last-child, .table-responsive > table-bordered > thead > tr > th:last-child {
			border-right: 0;
		}

		.table-responsive > table-bordered > tbody > tr:last-child > td, .table-responsive > table-bordered > tbody > tr:last-child > th, .table-responsive > table-bordered > tfoot > tr:last-child > td, .table-responsive > table-bordered > tfoot > tr:last-child > th {
			border-bottom: 0;
		}

	.popup1 {
		margin-left: 35px;
	}

	.shopping-cart .heading {
		background-position: right -32px;
	}

		.shopping-cart .heading h2 span {
			line-height: 16px;
			margin-top: 10px;
		}

		.shopping-cart .heading.ui-state-active {
			background-position: right 44px;
		}
}

@media (max-width: 480px) {
	#payment-options .expiraion-field .select, #payment-options .expiraion-field label, #payment-options .verification-number-field input[type=text] {
		float: left;
	}

	#payment-options .radio {
		width: 50%;
	}

	#payment-options .card-number-field input[type=text] {
		width: 100%;
	}

	#payment-options .expiraion-field .month {
		clear: both;
		width: 92px;
	}

	#payment-options .verification-number-field label {
		width: 100%;
	}

	#payment-options .verification-number-field a {
		position: relative;
		top: 3px;
	}
}

@media screen and (max-width: 480px) {
	header .mobile-holder .bottom-row .dropdown {
		position: static;
	}

	header .mobile-holder .bottom-row .dropdown-menu {
		right: 0;
	}
}

@media (max-width: 479px) {
	#create-an-account .checkbox label {
		width: auto;
	}
}

@media (max-width: 400px) {
	.cart-open .cd-cart-trigger, .cd-cart {
		bottom: 15px;
	}

	#discountPopup {
		max-width: 380px;
	}

	.cd-cart {
		max-height: 75%;
	}

	.cd-cart-trigger {
		bottom: 20px;
	}
}

@media (max-width: 320px) {
	.cart-table td, .cart-table td.wrap, .table1 td, .table1 td.wrap {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
}

@-webkit-keyframes moveUp {
	0%, 100%, 42% {
		margin-top: 0;
	}

	50%, 92% {
		margin-top: -22px;
	}
}

@keyframes moveUp {
	0%, 100%, 42% {
		margin-top: 0;
	}

	50%, 92% {
		margin-top: -22px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .parts-trigger a {
		padding: 0 6px;
		margin-top: 12px;
	}

	header .middle-bar .logo {
		height: 124px;
	}

	.middle-bar .logo a {
		height: 124px;
		padding: 25px 20px;
	}

	.bottom-bar .group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		height: 100%;
	}

		.bottom-bar .group li:first-child {
			-webkit-box-ordinal-group: 3;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2;
			margin-top: 4px;
		}


	.bottom-bar .logged-on .cart {
		margin-top: 0;
	}
}

/* My account clickable headers*/
.my-account a[data-order-by] {
	cursor: pointer;
	font-weight: bold;
	color: #333;
}

	.my-account a[data-order-by]:focus,
	.my-account a[data-order-by]:visited {
		color: #333;
	}

/* My account pager */
.my-account .pg-loader-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.my-account .pg-loader-pager > div {
		padding: 0 15px;
	}

	.my-account .pg-loader-pager .items-per-page {
		display: inline-block;
		width: 75px;
		margin-right: 7px;
	}

	.my-account .pg-loader-pager input {
		width: 60px;
		border-right: none;
	}

	.my-account .pg-loader-pager .pagination {
		margin: 0;
	}

#page-input-container {
	margin-bottom: 5px;
}

	#page-input-container a {
		color: #337ab7;
		font-weight: 600;
	}

.my-account .pg-loader-pager .pagination .page-item .page-link {
	line-height: 20px;
}

@media (max-width: 767px) {
	.my-account .pg-loader-pager > div {
		position: relative;
		float: left;
	}
}

@media (max-width: 991px) {
	.my-account .pg-loader-pager {
		margin-bottom: 20px;
	}
}

.w-127 {
	width: 127px !important;
}

.quotes-list .block-toggle > div {
	line-height: 30px !important;
}

.quotes-list .block-toggle input[data-fixed-value] {
	outline: none !important;
	box-shadow: none !important;
	border: solid 1px #DDD;
	border-radius: 2px;
	padding: 0px 8px;
	height: 30px !important;
}

.quotes-list .block-toggle input.changed[data-fixed-value] {
	background-color: #f2dede;
}

.quotes-list .quote-buttons > .row > div {
	padding-left: 0px;
	padding-right: 0px;
}

.quotes-list .quote-buttons .tooltip {
	font-size: 12px;
}

	.quotes-list .quote-buttons .tooltip .tooltip-inner {
		color: white;
		font-weight: bold;
		text-transform: none;
		background-color: black;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.quotes-list .quote-buttons .tooltip.top .tooltip-arrow {
		bottom: -2px;
		border-width: 5px 5px 0;
		border-top-color: #000;
		background-image: none !important;
	}

@media (max-width: 991px) {
	#container #search-form .tab-strips li {
		width: 33.33% !important;
	}
}

/* CUSTOM WEBSITE POPUPS */
.wsp-wrapper {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
}

	.wsp-wrapper .wsp-body {
		position: absolute;
		width: 100%;
		max-width: 700px;
		max-height: 100%;
		overflow: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 12px;
		text-align: center;
		border: 10px solid #0A64A1;
		background: #e5f4ff; /* Old browsers */
		background: -moz-linear-gradient(top, #e5f4ff 0%, #ffffff 50%, #e5f4ff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #e5f4ff 0%,#ffffff 50%,#e5f4ff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #e5f4ff 0%,#ffffff 50%,#e5f4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4ff', endColorstr='#e5f4ff',GradientType=0 ); /* IE6-9 */
	}

		.wsp-wrapper .wsp-body .wsp-caption {
			color: #E33933;
			font-weight: bold;
			font-size: 18px;
			line-height: 22px;
			opacity: 0.6;
		}

			.wsp-wrapper .wsp-body .wsp-caption small {
				color: #0C64A1;
			}

		.wsp-wrapper .wsp-body .wsp-title {
			font-weight: bold;
			font-size: 26px;
			margin: 15px 0 20px 0;
			color: #0A64A1;
		}

		.wsp-wrapper .wsp-body .wsp-image {
			margin-bottom: 20px;
			max-width: 400px;
		}

		.wsp-wrapper .wsp-body .wsp-text {
			font-size: 17px;
			font-weight: bold;
			color: #4E4E4E;
			margin-bottom: 20px;
		}

		.wsp-wrapper .wsp-body .wsp-button {
			font-size: 18px;
			font-weight: bold;
			display: inline-block;
			line-height: 35px;
			height: 35px;
			padding: 0 25px;
			text-transform: uppercase;
			color: #FFFFFF;
			border: 0;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background: #e51319;
			cursor: pointer;
			margin-bottom: 10px;
		}

		.wsp-wrapper .wsp-body .wsp-close-btn {
			position: absolute;
			top: 4px;
			right: 10px;
			display: block;
			cursor: pointer;
			width: 24px;
			height: 32px;
			background: url(/Content/images/icons.png) left -48px;
		}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 991px) {
	#search-form #partNumberSearchBlock.spinner:before {
		top: 125px;
		right: 140px;
	}
}

@media (max-width: 768px) {
	#search-form #partNumberSearchBlock.spinner:before {
		right: 100px;
	}
}

@media (max-width: 660px) {
	#search-form #partNumberSearchBlock.spinner:before {
		right: 45px;
	}
}

@media (max-width: 558px) {
	.shopping-cart-preview .coupon-block {
		margin-top: 15px;
	}
}

@media (max-width: 365px) {
	.xt-mb-15 {
		margin-bottom: 15px !important;
	}

	.xt-pull-left {
		float: left !important;
	}
}


/* LEFT SIDEBAR MENU */
.left-sidebar-menu {
	margin-bottom: 30px;
}

	#my-profile .left-sidebar-menu li,
	.left-sidebar-menu li {
		margin-bottom: 10px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 13px;
	}

	.left-sidebar-menu a, .left-sidebar-menu span {
		color: #0a64a1;
		cursor: pointer;
		position: relative;
		display: inline-block;
		padding-left: 11px;
	}

		.left-sidebar-menu a:before, .left-sidebar-menu span:before {
			content: '';
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4px 0 4px 4px;
			border-color: transparent transparent transparent #0a64a1;
			position: absolute;
			left: 0;
			top: 6px;
		}

		.left-sidebar-menu a:hover, .left-sidebar-menu a:active {
			color: #e51319;
		}

			.left-sidebar-menu a:hover:before, .left-sidebar-menu a:active:before {
				border-color: transparent transparent transparent #e51319;
			}

	.left-sidebar-menu .current span {
		color: gray;
		cursor: default;
	}

	.left-sidebar-menu span:before {
		border-color: transparent transparent transparent gray;
	}

@media(max-width: 991px) {
	.left-sidebar-menu li {
		display: inline-block;
		width: 49%;
	}
}

@media(max-width: 1199px) {
	.left-sidebar-menu li {
		word-wrap: anywhere;
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
	}
}

i.in-stock {
	color: #83c24d;
}

.stock-text span {
	color: #6a6565 !important;
	font-weight: 600;
}
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	/* core styles should not be changed */
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.autocomplete-suggestions .autocomplete-suggestion,
	.autocomplete-suggestions .empty-autocomplete-suggestion {
		position: relative;
		padding: 0 .6em;
		line-height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		color: #333;
		max-width: 100%;
		overflow: auto;
		white-space: normal;
	}

		.autocomplete-suggestions .autocomplete-suggestion b,
		.autocomplete-suggestions .empty-autocomplete-suggestion b {
			font-weight: normal;
			color: #1f8dd6;
		}

		.autocomplete-suggestions .autocomplete-suggestion i {
			margin-right: 5px;
		}

		.autocomplete-suggestions .autocomplete-suggestion span,
		.autocomplete-suggestions .empty-autocomplete-suggestion span {
			color: #cd1116;
		}

		.autocomplete-suggestions .autocomplete-suggestion:nth-child(2n+1),
		.autocomplete-suggestions .empty-autocomplete-suggestion:nth-child(2n+1) {
			background-color: #F0F0F0;
		}

		.autocomplete-suggestions .autocomplete-suggestion.selected,
		.autocomplete-suggestions .empty-autocomplete-suggestion.selected {
			background: #CCC;
		}

.dynamic-form {
	position: relative;
}

.jq-combo-container {
	display: inline-block;
}

	.jq-combo-container .jq-combo-autocomplete {
		position: relative;
		border: 1px solid #A1A1A1;
		height: 28px;
		min-width: 64px;
	}

		.jq-combo-container .jq-combo-autocomplete input[type=text] {
			background: #fff !important;
			outline: none;
			border: 0 !important;
			padding: 2px 4px !important;
			height: 26px !important;
			font-size: 18px !important;
			line-height: 25px;
			font-weight: 600;
			color: #464645 !important;
			width: 40px !important;
			float: left;
			margin: 0px;
		}

		.jq-combo-container .jq-combo-autocomplete .jq-combo-arrow {
			display: inline-block;
			float: right;
			content: "";
			background: url(../images/sprites/icons.png) no-repeat -334px -101px;
			width: 22px;
			height: 26px;
			cursor: pointer;
		}

		.jq-combo-container .jq-combo-autocomplete .jq-combo-items {
			position: absolute;
			left: -1px;
			top: 26px;
			max-height: 250px;
			overflow-y: auto;
			border: 1px solid #A1A1A1;
			width: calc(100% + 2px);
			background: #F8F8F8;
			z-index: 1;
		}

			.jq-combo-container .jq-combo-autocomplete .jq-combo-items a {
				display: block;
				line-height: 28px;
				padding: 0 8px;
				cursor: pointer;
				font-size: 14px;
				color: #464645;
			}

				.jq-combo-container .jq-combo-autocomplete .jq-combo-items a.active {
					color: #000000;
					background: #D4D4D4;
				}

				.jq-combo-container .jq-combo-autocomplete .jq-combo-items a.checked {
					font-weight: bold;
				}

.loader-animation {
	position: relative;
	width: 48px;
	height: 60px;
	margin: auto;
}

.progress-loader .loader-animation {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 24px);
}

.blockG {
	position: absolute;
	background-color: rgba(229,19,26, 0);
	width: 8px;
	height: 19px;
	border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 0.992s;
	-o-animation-duration: 0.992s;
	-ms-animation-duration: 0.992s;
	-webkit-animation-duration: 0.992s;
	-moz-animation-duration: 0.992s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#rotateG_01 {
	left: 0;
	top: 22px;
	animation-delay: 0.3695s;
	-o-animation-delay: 0.3695s;
	-ms-animation-delay: 0.3695s;
	-webkit-animation-delay: 0.3695s;
	-moz-animation-delay: 0.3695s;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#rotateG_02 {
	left: 6px;
	top: 8px;
	animation-delay: 0.496s;
	-o-animation-delay: 0.496s;
	-ms-animation-delay: 0.496s;
	-webkit-animation-delay: 0.496s;
	-moz-animation-delay: 0.496s;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

#rotateG_03 {
	left: 20px;
	top: 2px;
	animation-delay: 0.6125s;
	-o-animation-delay: 0.6125s;
	-ms-animation-delay: 0.6125s;
	-webkit-animation-delay: 0.6125s;
	-moz-animation-delay: 0.6125s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

#rotateG_04 {
	right: 6px;
	top: 8px;
	animation-delay: 0.739s;
	-o-animation-delay: 0.739s;
	-ms-animation-delay: 0.739s;
	-webkit-animation-delay: 0.739s;
	-moz-animation-delay: 0.739s;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#rotateG_05 {
	right: 0;
	top: 22px;
	animation-delay: 0.8655s;
	-o-animation-delay: 0.8655s;
	-ms-animation-delay: 0.8655s;
	-webkit-animation-delay: 0.8655s;
	-moz-animation-delay: 0.8655s;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#rotateG_06 {
	right: 6px;
	bottom: 5px;
	animation-delay: 0.992s;
	-o-animation-delay: 0.992s;
	-ms-animation-delay: 0.992s;
	-webkit-animation-delay: 0.992s;
	-moz-animation-delay: 0.992s;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

#rotateG_07 {
	bottom: 0;
	left: 20px;
	animation-delay: 1.1085s;
	-o-animation-delay: 1.1085s;
	-ms-animation-delay: 1.1085s;
	-webkit-animation-delay: 1.1085s;
	-moz-animation-delay: 1.1085s;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#rotateG_08 {
	left: 6px;
	bottom: 5px;
	animation-delay: 1.235s;
	-o-animation-delay: 1.235s;
	-ms-animation-delay: 1.235s;
	-webkit-animation-delay: 1.235s;
	-moz-animation-delay: 1.235s;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}

@keyframes fadeG {
	0% {
		background-color: rgb(229,19,26);
	}

	100% {
		background-color: rgba(255,255,255,0);
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: rgb(229,19,26);
	}

	100% {
		background-color: rgba(255,255,255,0);
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: rgb(229,19,26);
	}

	100% {
		background-color: rgba(255,255,255,0);
	}
}

@-webkit-keyframes fadeG {
	0% {
		background-color: rgb(229,19,26);
	}

	100% {
		background-color: rgba(255,255,255,0);
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: rgb(229,19,26);
	}

	100% {
		background-color: rgba(255,255,255,0);
	}
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

.flag-icon-rounded {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.flag-icon-ad {
	background-image: url(/Content/images/flag-icons/4x3/ad.svg);
}

	.flag-icon-ad.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ad.svg);
	}

.flag-icon-ae {
	background-image: url(/Content/images/flag-icons/4x3/ae.svg);
}

	.flag-icon-ae.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ae.svg);
	}

.flag-icon-af {
	background-image: url(/Content/images/flag-icons/4x3/af.svg);
}

	.flag-icon-af.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/af.svg);
	}

.flag-icon-ag {
	background-image: url(/Content/images/flag-icons/4x3/ag.svg);
}

	.flag-icon-ag.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ag.svg);
	}

.flag-icon-ai {
	background-image: url(/Content/images/flag-icons/4x3/ai.svg);
}

	.flag-icon-ai.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ai.svg);
	}

.flag-icon-al {
	background-image: url(/Content/images/flag-icons/4x3/al.svg);
}

	.flag-icon-al.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/al.svg);
	}

.flag-icon-am {
	background-image: url(/Content/images/flag-icons/4x3/am.svg);
}

	.flag-icon-am.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/am.svg);
	}

.flag-icon-ao {
	background-image: url(/Content/images/flag-icons/4x3/ao.svg);
}

	.flag-icon-ao.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ao.svg);
	}

.flag-icon-aq {
	background-image: url(/Content/images/flag-icons/4x3/aq.svg);
}

	.flag-icon-aq.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/aq.svg);
	}

.flag-icon-ar {
	background-image: url(/Content/images/flag-icons/4x3/ar.svg);
}

	.flag-icon-ar.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ar.svg);
	}

.flag-icon-as {
	background-image: url(/Content/images/flag-icons/4x3/as.svg);
}

	.flag-icon-as.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/as.svg);
	}

.flag-icon-at {
	background-image: url(/Content/images/flag-icons/4x3/at.svg);
}

	.flag-icon-at.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/at.svg);
	}

.flag-icon-au {
	background-image: url(/Content/images/flag-icons/4x3/au.svg);
}

	.flag-icon-au.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/au.svg);
	}

.flag-icon-aw {
	background-image: url(/Content/images/flag-icons/4x3/aw.svg);
}

	.flag-icon-aw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/aw.svg);
	}

.flag-icon-ax {
	background-image: url(/Content/images/flag-icons/4x3/ax.svg);
}

	.flag-icon-ax.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ax.svg);
	}

.flag-icon-az {
	background-image: url(/Content/images/flag-icons/4x3/az.svg);
}

	.flag-icon-az.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/az.svg);
	}

.flag-icon-ba {
	background-image: url(/Content/images/flag-icons/4x3/ba.svg);
}

	.flag-icon-ba.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ba.svg);
	}

.flag-icon-bb {
	background-image: url(/Content/images/flag-icons/4x3/bb.svg);
}

	.flag-icon-bb.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bb.svg);
	}

.flag-icon-bd {
	background-image: url(/Content/images/flag-icons/4x3/bd.svg);
}

	.flag-icon-bd.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bd.svg);
	}

.flag-icon-be {
	background-image: url(/Content/images/flag-icons/4x3/be.svg);
}

	.flag-icon-be.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/be.svg);
	}

.flag-icon-bf {
	background-image: url(/Content/images/flag-icons/4x3/bf.svg);
}

	.flag-icon-bf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bf.svg);
	}

.flag-icon-bg {
	background-image: url(/Content/images/flag-icons/4x3/bg.svg);
}

	.flag-icon-bg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bg.svg);
	}

.flag-icon-bh {
	background-image: url(/Content/images/flag-icons/4x3/bh.svg);
}

	.flag-icon-bh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bh.svg);
	}

.flag-icon-bi {
	background-image: url(/Content/images/flag-icons/4x3/bi.svg);
}

	.flag-icon-bi.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bi.svg);
	}

.flag-icon-bj {
	background-image: url(/Content/images/flag-icons/4x3/bj.svg);
}

	.flag-icon-bj.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bj.svg);
	}

.flag-icon-bl {
	background-image: url(/Content/images/flag-icons/4x3/bl.svg);
}

	.flag-icon-bl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bl.svg);
	}

.flag-icon-bm {
	background-image: url(/Content/images/flag-icons/4x3/bm.svg);
}

	.flag-icon-bm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bm.svg);
	}

.flag-icon-bn {
	background-image: url(/Content/images/flag-icons/4x3/bn.svg);
}

	.flag-icon-bn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bn.svg);
	}

.flag-icon-bo {
	background-image: url(/Content/images/flag-icons/4x3/bo.svg);
}

	.flag-icon-bo.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bo.svg);
	}

.flag-icon-bq {
	background-image: url(/Content/images/flag-icons/4x3/bq.svg);
}

	.flag-icon-bq.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bq.svg);
	}

.flag-icon-br {
	background-image: url(/Content/images/flag-icons/4x3/br.svg);
}

	.flag-icon-br.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/br.svg);
	}

.flag-icon-bs {
	background-image: url(/Content/images/flag-icons/4x3/bs.svg);
}

	.flag-icon-bs.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bs.svg);
	}

.flag-icon-bt {
	background-image: url(/Content/images/flag-icons/4x3/bt.svg);
}

	.flag-icon-bt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bt.svg);
	}

.flag-icon-bv {
	background-image: url(/Content/images/flag-icons/4x3/bv.svg);
}

	.flag-icon-bv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bv.svg);
	}

.flag-icon-bw {
	background-image: url(/Content/images/flag-icons/4x3/bw.svg);
}

	.flag-icon-bw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bw.svg);
	}

.flag-icon-by {
	background-image: url(/Content/images/flag-icons/4x3/by.svg);
}

	.flag-icon-by.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/by.svg);
	}

.flag-icon-bz {
	background-image: url(/Content/images/flag-icons/4x3/bz.svg);
}

	.flag-icon-bz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/bz.svg);
	}

.flag-icon-ca {
	background-image: url(/Content/images/flag-icons/4x3/ca.svg);
}

	.flag-icon-ca.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ca.svg);
	}

.flag-icon-cc {
	background-image: url(/Content/images/flag-icons/4x3/cc.svg);
}

	.flag-icon-cc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cc.svg);
	}

.flag-icon-cd {
	background-image: url(/Content/images/flag-icons/4x3/cd.svg);
}

	.flag-icon-cd.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cd.svg);
	}

.flag-icon-cf {
	background-image: url(/Content/images/flag-icons/4x3/cf.svg);
}

	.flag-icon-cf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cf.svg);
	}

.flag-icon-cg {
	background-image: url(/Content/images/flag-icons/4x3/cg.svg);
}

	.flag-icon-cg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cg.svg);
	}

.flag-icon-ch {
	background-image: url(/Content/images/flag-icons/4x3/ch.svg);
}

	.flag-icon-ch.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ch.svg);
	}

.flag-icon-ci {
	background-image: url(/Content/images/flag-icons/4x3/ci.svg);
}

	.flag-icon-ci.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ci.svg);
	}

.flag-icon-ck {
	background-image: url(/Content/images/flag-icons/4x3/ck.svg);
}

	.flag-icon-ck.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ck.svg);
	}

.flag-icon-cl {
	background-image: url(/Content/images/flag-icons/4x3/cl.svg);
}

	.flag-icon-cl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cl.svg);
	}

.flag-icon-cm {
	background-image: url(/Content/images/flag-icons/4x3/cm.svg);
}

	.flag-icon-cm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cm.svg);
	}

.flag-icon-cn {
	background-image: url(/Content/images/flag-icons/4x3/cn.svg);
}

	.flag-icon-cn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cn.svg);
	}

.flag-icon-co {
	background-image: url(/Content/images/flag-icons/4x3/co.svg);
}

	.flag-icon-co.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/co.svg);
	}

.flag-icon-cr {
	background-image: url(/Content/images/flag-icons/4x3/cr.svg);
}

	.flag-icon-cr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cr.svg);
	}

.flag-icon-cu {
	background-image: url(/Content/images/flag-icons/4x3/cu.svg);
}

	.flag-icon-cu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cu.svg);
	}

.flag-icon-cv {
	background-image: url(/Content/images/flag-icons/4x3/cv.svg);
}

	.flag-icon-cv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cv.svg);
	}

.flag-icon-cw {
	background-image: url(/Content/images/flag-icons/4x3/cw.svg);
}

	.flag-icon-cw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cw.svg);
	}

.flag-icon-cx {
	background-image: url(/Content/images/flag-icons/4x3/cx.svg);
}

	.flag-icon-cx.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cx.svg);
	}

.flag-icon-cy {
	background-image: url(/Content/images/flag-icons/4x3/cy.svg);
}

	.flag-icon-cy.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cy.svg);
	}

.flag-icon-cz {
	background-image: url(/Content/images/flag-icons/4x3/cz.svg);
}

	.flag-icon-cz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/cz.svg);
	}

.flag-icon-de {
	background-image: url(/Content/images/flag-icons/4x3/de.svg);
}

	.flag-icon-de.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/de.svg);
	}

.flag-icon-dj {
	background-image: url(/Content/images/flag-icons/4x3/dj.svg);
}

	.flag-icon-dj.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/dj.svg);
	}

.flag-icon-dk {
	background-image: url(/Content/images/flag-icons/4x3/dk.svg);
}

	.flag-icon-dk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/dk.svg);
	}

.flag-icon-dm {
	background-image: url(/Content/images/flag-icons/4x3/dm.svg);
}

	.flag-icon-dm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/dm.svg);
	}

.flag-icon-do {
	background-image: url(/Content/images/flag-icons/4x3/do.svg);
}

	.flag-icon-do.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/do.svg);
	}

.flag-icon-dz {
	background-image: url(/Content/images/flag-icons/4x3/dz.svg);
}

	.flag-icon-dz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/dz.svg);
	}

.flag-icon-ec {
	background-image: url(/Content/images/flag-icons/4x3/ec.svg);
}

	.flag-icon-ec.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ec.svg);
	}

.flag-icon-ee {
	background-image: url(/Content/images/flag-icons/4x3/ee.svg);
}

	.flag-icon-ee.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ee.svg);
	}

.flag-icon-eg {
	background-image: url(/Content/images/flag-icons/4x3/eg.svg);
}

	.flag-icon-eg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/eg.svg);
	}

.flag-icon-eh {
	background-image: url(/Content/images/flag-icons/4x3/eh.svg);
}

	.flag-icon-eh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/eh.svg);
	}

.flag-icon-er {
	background-image: url(/Content/images/flag-icons/4x3/er.svg);
}

	.flag-icon-er.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/er.svg);
	}

.flag-icon-es,
.flag-icon-ea,
.flag-icon-eb,
.flag-icon-ei {
	background-image: url(/Content/images/flag-icons/4x3/es.svg);
}

	.flag-icon-es.flag-icon-squared,
	.flag-icon-ea.flag-icon-squared,
	.flag-icon-eb.flag-icon-squared,
	.flag-icon-ei.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/es.svg);
	}

.flag-icon-et {
	background-image: url(/Content/images/flag-icons/4x3/et.svg);
}

	.flag-icon-et.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/et.svg);
	}

.flag-icon-fi {
	background-image: url(/Content/images/flag-icons/4x3/fi.svg);
}

	.flag-icon-fi.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fi.svg);
	}

.flag-icon-fj {
	background-image: url(/Content/images/flag-icons/4x3/fj.svg);
}

	.flag-icon-fj.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fj.svg);
	}

.flag-icon-fk {
	background-image: url(/Content/images/flag-icons/4x3/fk.svg);
}

	.flag-icon-fk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fk.svg);
	}

.flag-icon-fm {
	background-image: url(/Content/images/flag-icons/4x3/fm.svg);
}

	.flag-icon-fm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fm.svg);
	}

.flag-icon-fo {
	background-image: url(/Content/images/flag-icons/4x3/fo.svg);
}

	.flag-icon-fo.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fo.svg);
	}

.flag-icon-fr {
	background-image: url(/Content/images/flag-icons/4x3/fr.svg);
}

	.flag-icon-fr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/fr.svg);
	}

.flag-icon-ga {
	background-image: url(/Content/images/flag-icons/4x3/ga.svg);
}

	.flag-icon-ga.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ga.svg);
	}

.flag-icon-gb {
	background-image: url(/Content/images/flag-icons/4x3/gb.svg);
}

	.flag-icon-gb.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gb.svg);
	}

.flag-icon-gd {
	background-image: url(/Content/images/flag-icons/4x3/gd.svg);
}

	.flag-icon-gd.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gd.svg);
	}

.flag-icon-ge {
	background-image: url(/Content/images/flag-icons/4x3/ge.svg);
}

	.flag-icon-ge.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ge.svg);
	}

.flag-icon-gf {
	background-image: url(/Content/images/flag-icons/4x3/gf.svg);
}

	.flag-icon-gf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gf.svg);
	}

.flag-icon-gg {
	background-image: url(/Content/images/flag-icons/4x3/gg.svg);
}

	.flag-icon-gg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gg.svg);
	}

.flag-icon-gh {
	background-image: url(/Content/images/flag-icons/4x3/gh.svg);
}

	.flag-icon-gh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gh.svg);
	}

.flag-icon-gi {
	background-image: url(/Content/images/flag-icons/4x3/gi.svg);
}

	.flag-icon-gi.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gi.svg);
	}

.flag-icon-gl {
	background-image: url(/Content/images/flag-icons/4x3/gl.svg);
}

	.flag-icon-gl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gl.svg);
	}

.flag-icon-gm {
	background-image: url(/Content/images/flag-icons/4x3/gm.svg);
}

	.flag-icon-gm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gm.svg);
	}

.flag-icon-gn {
	background-image: url(/Content/images/flag-icons/4x3/gn.svg);
}

	.flag-icon-gn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gn.svg);
	}

.flag-icon-gp {
	background-image: url(/Content/images/flag-icons/4x3/gp.svg);
}

	.flag-icon-gp.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gp.svg);
	}

.flag-icon-gq {
	background-image: url(/Content/images/flag-icons/4x3/gq.svg);
}

	.flag-icon-gq.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gq.svg);
	}

.flag-icon-gr {
	background-image: url(/Content/images/flag-icons/4x3/gr.svg);
}

	.flag-icon-gr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gr.svg);
	}

.flag-icon-gs {
	background-image: url(/Content/images/flag-icons/4x3/gs.svg);
}

	.flag-icon-gs.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gs.svg);
	}

.flag-icon-gt {
	background-image: url(/Content/images/flag-icons/4x3/gt.svg);
}

	.flag-icon-gt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gt.svg);
	}

.flag-icon-gu {
	background-image: url(/Content/images/flag-icons/4x3/gu.svg);
}

	.flag-icon-gu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gu.svg);
	}

.flag-icon-gw {
	background-image: url(/Content/images/flag-icons/4x3/gw.svg);
}

	.flag-icon-gw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gw.svg);
	}

.flag-icon-gy {
	background-image: url(/Content/images/flag-icons/4x3/gy.svg);
}

	.flag-icon-gy.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gy.svg);
	}

.flag-icon-hk {
	background-image: url(/Content/images/flag-icons/4x3/hk.svg);
}

	.flag-icon-hk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/hk.svg);
	}

.flag-icon-hm {
	background-image: url(/Content/images/flag-icons/4x3/hm.svg);
}

	.flag-icon-hm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/hm.svg);
	}

.flag-icon-hn {
	background-image: url(/Content/images/flag-icons/4x3/hn.svg);
}

	.flag-icon-hn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/hn.svg);
	}

.flag-icon-hr {
	background-image: url(/Content/images/flag-icons/4x3/hr.svg);
}

	.flag-icon-hr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/hr.svg);
	}

.flag-icon-ht {
	background-image: url(/Content/images/flag-icons/4x3/ht.svg);
}

	.flag-icon-ht.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ht.svg);
	}

.flag-icon-hu {
	background-image: url(/Content/images/flag-icons/4x3/hu.svg);
}

	.flag-icon-hu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/hu.svg);
	}

.flag-icon-id {
	background-image: url(/Content/images/flag-icons/4x3/id.svg);
}

	.flag-icon-id.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/id.svg);
	}

.flag-icon-ie {
	background-image: url(/Content/images/flag-icons/4x3/ie.svg);
}

	.flag-icon-ie.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ie.svg);
	}

.flag-icon-il {
	background-image: url(/Content/images/flag-icons/4x3/il.svg);
}

	.flag-icon-il.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/il.svg);
	}

.flag-icon-im {
	background-image: url(/Content/images/flag-icons/4x3/im.svg);
}

	.flag-icon-im.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/im.svg);
	}

.flag-icon-in {
	background-image: url(/Content/images/flag-icons/4x3/in.svg);
}

	.flag-icon-in.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/in.svg);
	}

.flag-icon-io {
	background-image: url(/Content/images/flag-icons/4x3/io.svg);
}

	.flag-icon-io.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/io.svg);
	}

.flag-icon-iq {
	background-image: url(/Content/images/flag-icons/4x3/iq.svg);
}

	.flag-icon-iq.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/iq.svg);
	}

.flag-icon-ir {
	background-image: url(/Content/images/flag-icons/4x3/ir.svg);
}

	.flag-icon-ir.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ir.svg);
	}

.flag-icon-is {
	background-image: url(/Content/images/flag-icons/4x3/is.svg);
}

	.flag-icon-is.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/is.svg);
	}

.flag-icon-it {
	background-image: url(/Content/images/flag-icons/4x3/it.svg);
}

	.flag-icon-it.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/it.svg);
	}

.flag-icon-je {
	background-image: url(/Content/images/flag-icons/4x3/je.svg);
}

	.flag-icon-je.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/je.svg);
	}

.flag-icon-jm {
	background-image: url(/Content/images/flag-icons/4x3/jm.svg);
}

	.flag-icon-jm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/jm.svg);
	}

.flag-icon-jo {
	background-image: url(/Content/images/flag-icons/4x3/jo.svg);
}

	.flag-icon-jo.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/jo.svg);
	}

.flag-icon-jp {
	background-image: url(/Content/images/flag-icons/4x3/jp.svg);
}

	.flag-icon-jp.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/jp.svg);
	}

.flag-icon-ke {
	background-image: url(/Content/images/flag-icons/4x3/ke.svg);
}

	.flag-icon-ke.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ke.svg);
	}

.flag-icon-kg {
	background-image: url(/Content/images/flag-icons/4x3/kg.svg);
}

	.flag-icon-kg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kg.svg);
	}

.flag-icon-kh {
	background-image: url(/Content/images/flag-icons/4x3/kh.svg);
}

	.flag-icon-kh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kh.svg);
	}

.flag-icon-ki {
	background-image: url(/Content/images/flag-icons/4x3/ki.svg);
}

	.flag-icon-ki.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ki.svg);
	}

.flag-icon-km {
	background-image: url(/Content/images/flag-icons/4x3/km.svg);
}

	.flag-icon-km.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/km.svg);
	}

.flag-icon-kn {
	background-image: url(/Content/images/flag-icons/4x3/kn.svg);
}

	.flag-icon-kn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kn.svg);
	}

.flag-icon-kp {
	background-image: url(/Content/images/flag-icons/4x3/kp.svg);
}

	.flag-icon-kp.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kp.svg);
	}

.flag-icon-kr {
	background-image: url(/Content/images/flag-icons/4x3/kr.svg);
}

	.flag-icon-kr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kr.svg);
	}

.flag-icon-kw {
	background-image: url(/Content/images/flag-icons/4x3/kw.svg);
}

	.flag-icon-kw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kw.svg);
	}

.flag-icon-ky {
	background-image: url(/Content/images/flag-icons/4x3/ky.svg);
}

	.flag-icon-ky.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ky.svg);
	}

.flag-icon-kv {
	background-image: url(/Content/images/flag-icons/4x3/kv.svg);
}

	.flag-icon-kv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kv.svg);
	}

.flag-icon-kz {
	background-image: url(/Content/images/flag-icons/4x3/kz.svg);
}

	.flag-icon-kz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/kz.svg);
	}

.flag-icon-la {
	background-image: url(/Content/images/flag-icons/4x3/la.svg);
}

	.flag-icon-la.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/la.svg);
	}

.flag-icon-lb {
	background-image: url(/Content/images/flag-icons/4x3/lb.svg);
}

	.flag-icon-lb.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lb.svg);
	}

.flag-icon-lc {
	background-image: url(/Content/images/flag-icons/4x3/lc.svg);
}

	.flag-icon-lc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lc.svg);
	}

.flag-icon-li {
	background-image: url(/Content/images/flag-icons/4x3/li.svg);
}

	.flag-icon-li.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/li.svg);
	}

.flag-icon-lk {
	background-image: url(/Content/images/flag-icons/4x3/lk.svg);
}

	.flag-icon-lk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lk.svg);
	}

.flag-icon-lr {
	background-image: url(/Content/images/flag-icons/4x3/lr.svg);
}

	.flag-icon-lr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lr.svg);
	}

.flag-icon-ls {
	background-image: url(/Content/images/flag-icons/4x3/ls.svg);
}

	.flag-icon-ls.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ls.svg);
	}

.flag-icon-lt {
	background-image: url(/Content/images/flag-icons/4x3/lt.svg);
}

	.flag-icon-lt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lt.svg);
	}

.flag-icon-lu {
	background-image: url(/Content/images/flag-icons/4x3/lu.svg);
}

	.flag-icon-lu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lu.svg);
	}

.flag-icon-lv {
	background-image: url(/Content/images/flag-icons/4x3/lv.svg);
}

	.flag-icon-lv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/lv.svg);
	}

.flag-icon-ly {
	background-image: url(/Content/images/flag-icons/4x3/ly.svg);
}

	.flag-icon-ly.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ly.svg);
	}

.flag-icon-ma {
	background-image: url(/Content/images/flag-icons/4x3/ma.svg);
}

	.flag-icon-ma.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ma.svg);
	}

.flag-icon-mc {
	background-image: url(/Content/images/flag-icons/4x3/mc.svg);
}

	.flag-icon-mc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mc.svg);
	}

.flag-icon-md {
	background-image: url(/Content/images/flag-icons/4x3/md.svg);
}

	.flag-icon-md.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/md.svg);
	}

.flag-icon-me {
	background-image: url(/Content/images/flag-icons/4x3/me.svg);
}

	.flag-icon-me.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/me.svg);
	}

.flag-icon-mf {
	background-image: url(/Content/images/flag-icons/4x3/mf.svg);
}

	.flag-icon-mf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mf.svg);
	}

.flag-icon-mg {
	background-image: url(/Content/images/flag-icons/4x3/mg.svg);
}

	.flag-icon-mg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mg.svg);
	}

.flag-icon-mh {
	background-image: url(/Content/images/flag-icons/4x3/mh.svg);
}

	.flag-icon-mh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mh.svg);
	}

.flag-icon-mk {
	background-image: url(/Content/images/flag-icons/4x3/mk.svg);
}

	.flag-icon-mk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mk.svg);
	}

.flag-icon-ml {
	background-image: url(/Content/images/flag-icons/4x3/ml.svg);
}

	.flag-icon-ml.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ml.svg);
	}

.flag-icon-mm {
	background-image: url(/Content/images/flag-icons/4x3/mm.svg);
}

	.flag-icon-mm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mm.svg);
	}

.flag-icon-mn {
	background-image: url(/Content/images/flag-icons/4x3/mn.svg);
}

	.flag-icon-mn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mn.svg);
	}

.flag-icon-mo {
	background-image: url(/Content/images/flag-icons/4x3/mo.svg);
}

	.flag-icon-mo.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mo.svg);
	}

.flag-icon-mp {
	background-image: url(/Content/images/flag-icons/4x3/mp.svg);
}

	.flag-icon-mp.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mp.svg);
	}

.flag-icon-mq {
	background-image: url(/Content/images/flag-icons/4x3/mq.svg);
}

	.flag-icon-mq.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mq.svg);
	}

.flag-icon-mr {
	background-image: url(/Content/images/flag-icons/4x3/mr.svg);
}

	.flag-icon-mr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mr.svg);
	}

.flag-icon-ms {
	background-image: url(/Content/images/flag-icons/4x3/ms.svg);
}

	.flag-icon-ms.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ms.svg);
	}

.flag-icon-mt {
	background-image: url(/Content/images/flag-icons/4x3/mt.svg);
}

	.flag-icon-mt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mt.svg);
	}

.flag-icon-mu {
	background-image: url(/Content/images/flag-icons/4x3/mu.svg);
}

	.flag-icon-mu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mu.svg);
	}

.flag-icon-mv {
	background-image: url(/Content/images/flag-icons/4x3/mv.svg);
}

	.flag-icon-mv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mv.svg);
	}

.flag-icon-mw {
	background-image: url(/Content/images/flag-icons/4x3/mw.svg);
}

	.flag-icon-mw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mw.svg);
	}

.flag-icon-mx {
	background-image: url(/Content/images/flag-icons/4x3/mx.svg);
}

	.flag-icon-mx.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mx.svg);
	}

.flag-icon-my {
	background-image: url(/Content/images/flag-icons/4x3/my.svg);
}

	.flag-icon-my.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/my.svg);
	}

.flag-icon-mz {
	background-image: url(/Content/images/flag-icons/4x3/mz.svg);
}

	.flag-icon-mz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/mz.svg);
	}

.flag-icon-na {
	background-image: url(/Content/images/flag-icons/4x3/na.svg);
}

	.flag-icon-na.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/na.svg);
	}

.flag-icon-nc {
	background-image: url(/Content/images/flag-icons/4x3/nc.svg);
}

	.flag-icon-nc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nc.svg);
	}

.flag-icon-ne {
	background-image: url(/Content/images/flag-icons/4x3/ne.svg);
}

	.flag-icon-ne.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ne.svg);
	}

.flag-icon-nf {
	background-image: url(/Content/images/flag-icons/4x3/nf.svg);
}

	.flag-icon-nf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nf.svg);
	}

.flag-icon-ng {
	background-image: url(/Content/images/flag-icons/4x3/ng.svg);
}

	.flag-icon-ng.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ng.svg);
	}

.flag-icon-ni {
	background-image: url(/Content/images/flag-icons/4x3/ni.svg);
}

	.flag-icon-ni.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ni.svg);
	}

.flag-icon-nl,
.flag-icon-an {
	background-image: url(/Content/images/flag-icons/4x3/nl.svg);
}

	.flag-icon-nl.flag-icon-squared,
	.flag-icon-an.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nl.svg);
	}

.flag-icon-no {
	background-image: url(/Content/images/flag-icons/4x3/no.svg);
}

	.flag-icon-no.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/no.svg);
	}

.flag-icon-np {
	background-image: url(/Content/images/flag-icons/4x3/np.svg);
}

	.flag-icon-np.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/np.svg);
	}

.flag-icon-nr {
	background-image: url(/Content/images/flag-icons/4x3/nr.svg);
}

	.flag-icon-nr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nr.svg);
	}

.flag-icon-nu {
	background-image: url(/Content/images/flag-icons/4x3/nu.svg);
}

	.flag-icon-nu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nu.svg);
	}

.flag-icon-nz {
	background-image: url(/Content/images/flag-icons/4x3/nz.svg);
}

	.flag-icon-nz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/nz.svg);
	}

.flag-icon-om {
	background-image: url(/Content/images/flag-icons/4x3/om.svg);
}

	.flag-icon-om.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/om.svg);
	}

.flag-icon-pa {
	background-image: url(/Content/images/flag-icons/4x3/pa.svg);
}

	.flag-icon-pa.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pa.svg);
	}

.flag-icon-pe {
	background-image: url(/Content/images/flag-icons/4x3/pe.svg);
}

	.flag-icon-pe.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pe.svg);
	}

.flag-icon-pf {
	background-image: url(/Content/images/flag-icons/4x3/pf.svg);
}

	.flag-icon-pf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pf.svg);
	}

.flag-icon-pg {
	background-image: url(/Content/images/flag-icons/4x3/pg.svg);
}

	.flag-icon-pg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pg.svg);
	}

.flag-icon-ph {
	background-image: url(/Content/images/flag-icons/4x3/ph.svg);
}

	.flag-icon-ph.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ph.svg);
	}

.flag-icon-pk {
	background-image: url(/Content/images/flag-icons/4x3/pk.svg);
}

	.flag-icon-pk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pk.svg);
	}

.flag-icon-pl {
	background-image: url(/Content/images/flag-icons/4x3/pl.svg);
}

	.flag-icon-pl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pl.svg);
	}

.flag-icon-pm {
	background-image: url(/Content/images/flag-icons/4x3/pm.svg);
}

	.flag-icon-pm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pm.svg);
	}

.flag-icon-pn {
	background-image: url(/Content/images/flag-icons/4x3/pn.svg);
}

	.flag-icon-pn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pn.svg);
	}

.flag-icon-pr {
	background-image: url(/Content/images/flag-icons/4x3/pr.svg);
}

	.flag-icon-pr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pr.svg);
	}

.flag-icon-ps {
	background-image: url(/Content/images/flag-icons/4x3/ps.svg);
}

	.flag-icon-ps.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ps.svg);
	}

.flag-icon-pt {
	background-image: url(/Content/images/flag-icons/4x3/pt.svg);
}

	.flag-icon-pt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pt.svg);
	}

.flag-icon-pw {
	background-image: url(/Content/images/flag-icons/4x3/pw.svg);
}

	.flag-icon-pw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/pw.svg);
	}

.flag-icon-py {
	background-image: url(/Content/images/flag-icons/4x3/py.svg);
}

	.flag-icon-py.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/py.svg);
	}

.flag-icon-qa {
	background-image: url(/Content/images/flag-icons/4x3/qa.svg);
}

	.flag-icon-qa.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/qa.svg);
	}

.flag-icon-re {
	background-image: url(/Content/images/flag-icons/4x3/re.svg);
}

	.flag-icon-re.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/re.svg);
	}

.flag-icon-ro {
	background-image: url(/Content/images/flag-icons/4x3/ro.svg);
}

	.flag-icon-ro.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ro.svg);
	}

.flag-icon-rs {
	background-image: url(/Content/images/flag-icons/4x3/rs.svg);
}

	.flag-icon-rs.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/rs.svg);
	}

.flag-icon-ru {
	background-image: url(/Content/images/flag-icons/4x3/ru.svg);
}

	.flag-icon-ru.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ru.svg);
	}

.flag-icon-rw {
	background-image: url(/Content/images/flag-icons/4x3/rw.svg);
}

	.flag-icon-rw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/rw.svg);
	}

.flag-icon-sa {
	background-image: url(/Content/images/flag-icons/4x3/sa.svg);
}

	.flag-icon-sa.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sa.svg);
	}

.flag-icon-sb {
	background-image: url(/Content/images/flag-icons/4x3/sb.svg);
}

	.flag-icon-sb.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sb.svg);
	}

.flag-icon-sc {
	background-image: url(/Content/images/flag-icons/4x3/sc.svg);
}

	.flag-icon-sc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sc.svg);
	}

.flag-icon-sd {
	background-image: url(/Content/images/flag-icons/4x3/sd.svg);
}

	.flag-icon-sd.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sd.svg);
	}

.flag-icon-se {
	background-image: url(/Content/images/flag-icons/4x3/se.svg);
}

	.flag-icon-se.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/se.svg);
	}

.flag-icon-sg {
	background-image: url(/Content/images/flag-icons/4x3/sg.svg);
}

	.flag-icon-sg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sg.svg);
	}

.flag-icon-sh {
	background-image: url(/Content/images/flag-icons/4x3/sh.svg);
}

	.flag-icon-sh.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sh.svg);
	}

.flag-icon-si {
	background-image: url(/Content/images/flag-icons/4x3/si.svg);
}

	.flag-icon-si.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/si.svg);
	}

.flag-icon-sj {
	background-image: url(/Content/images/flag-icons/4x3/sj.svg);
}

	.flag-icon-sj.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sj.svg);
	}

.flag-icon-sk {
	background-image: url(/Content/images/flag-icons/4x3/sk.svg);
}

	.flag-icon-sk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sk.svg);
	}

.flag-icon-sl {
	background-image: url(/Content/images/flag-icons/4x3/sl.svg);
}

	.flag-icon-sl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sl.svg);
	}

.flag-icon-sm {
	background-image: url(/Content/images/flag-icons/4x3/sm.svg);
}

	.flag-icon-sm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sm.svg);
	}

.flag-icon-sn {
	background-image: url(/Content/images/flag-icons/4x3/sn.svg);
}

	.flag-icon-sn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sn.svg);
	}

.flag-icon-so {
	background-image: url(/Content/images/flag-icons/4x3/so.svg);
}

	.flag-icon-so.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/so.svg);
	}

.flag-icon-sr {
	background-image: url(/Content/images/flag-icons/4x3/sr.svg);
}

	.flag-icon-sr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sr.svg);
	}

.flag-icon-ss {
	background-image: url(/Content/images/flag-icons/4x3/ss.svg);
}

	.flag-icon-ss.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ss.svg);
	}

.flag-icon-st {
	background-image: url(/Content/images/flag-icons/4x3/st.svg);
}

	.flag-icon-st.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/st.svg);
	}

.flag-icon-sv {
	background-image: url(/Content/images/flag-icons/4x3/sv.svg);
}

	.flag-icon-sv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sv.svg);
	}

.flag-icon-sx {
	background-image: url(/Content/images/flag-icons/4x3/sx.svg);
}

	.flag-icon-sx.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sx.svg);
	}

.flag-icon-sy {
	background-image: url(/Content/images/flag-icons/4x3/sy.svg);
}

	.flag-icon-sy.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sy.svg);
	}

.flag-icon-sz {
	background-image: url(/Content/images/flag-icons/4x3/sz.svg);
}

	.flag-icon-sz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/sz.svg);
	}

.flag-icon-tc {
	background-image: url(/Content/images/flag-icons/4x3/tc.svg);
}

	.flag-icon-tc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tc.svg);
	}

.flag-icon-td {
	background-image: url(/Content/images/flag-icons/4x3/td.svg);
}

	.flag-icon-td.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/td.svg);
	}

.flag-icon-tf {
	background-image: url(/Content/images/flag-icons/4x3/tf.svg);
}

	.flag-icon-tf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tf.svg);
	}

.flag-icon-tg {
	background-image: url(/Content/images/flag-icons/4x3/tg.svg);
}

	.flag-icon-tg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tg.svg);
	}

.flag-icon-th {
	background-image: url(/Content/images/flag-icons/4x3/th.svg);
}

	.flag-icon-th.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/th.svg);
	}

.flag-icon-tj {
	background-image: url(/Content/images/flag-icons/4x3/tj.svg);
}

	.flag-icon-tj.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tj.svg);
	}

.flag-icon-tk {
	background-image: url(/Content/images/flag-icons/4x3/tk.svg);
}

	.flag-icon-tk.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tk.svg);
	}

.flag-icon-tl {
	background-image: url(/Content/images/flag-icons/4x3/tl.svg);
}

	.flag-icon-tl.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tl.svg);
	}

.flag-icon-tm {
	background-image: url(/Content/images/flag-icons/4x3/tm.svg);
}

	.flag-icon-tm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tm.svg);
	}

.flag-icon-tn {
	background-image: url(/Content/images/flag-icons/4x3/tn.svg);
}

	.flag-icon-tn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tn.svg);
	}

.flag-icon-to {
	background-image: url(/Content/images/flag-icons/4x3/to.svg);
}

	.flag-icon-to.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/to.svg);
	}

.flag-icon-tr {
	background-image: url(/Content/images/flag-icons/4x3/tr.svg);
}

	.flag-icon-tr.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tr.svg);
	}

.flag-icon-tt {
	background-image: url(/Content/images/flag-icons/4x3/tt.svg);
}

	.flag-icon-tt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tt.svg);
	}

.flag-icon-tv {
	background-image: url(/Content/images/flag-icons/4x3/tv.svg);
}

	.flag-icon-tv.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tv.svg);
	}

.flag-icon-tw {
	background-image: url(/Content/images/flag-icons/4x3/tw.svg);
}

	.flag-icon-tw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tw.svg);
	}

.flag-icon-tz {
	background-image: url(/Content/images/flag-icons/4x3/tz.svg);
}

	.flag-icon-tz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/tz.svg);
	}

.flag-icon-ua {
	background-image: url(/Content/images/flag-icons/4x3/ua.svg);
}

	.flag-icon-ua.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ua.svg);
	}

.flag-icon-ug {
	background-image: url(/Content/images/flag-icons/4x3/ug.svg);
}

	.flag-icon-ug.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ug.svg);
	}

.flag-icon-um {
	background-image: url(/Content/images/flag-icons/4x3/um.svg);
}

	.flag-icon-um.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/um.svg);
	}

.flag-icon-us {
	background-image: url(/Content/images/flag-icons/4x3/us.svg);
}

	.flag-icon-us.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/us.svg);
	}

.flag-icon-uy {
	background-image: url(/Content/images/flag-icons/4x3/uy.svg);
}

	.flag-icon-uy.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/uy.svg);
	}

.flag-icon-uz {
	background-image: url(/Content/images/flag-icons/4x3/uz.svg);
}

	.flag-icon-uz.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/uz.svg);
	}

.flag-icon-va {
	background-image: url(/Content/images/flag-icons/4x3/va.svg);
}

	.flag-icon-va.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/va.svg);
	}

.flag-icon-vc {
	background-image: url(/Content/images/flag-icons/4x3/vc.svg);
}

	.flag-icon-vc.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/vc.svg);
	}

.flag-icon-ve {
	background-image: url(/Content/images/flag-icons/4x3/ve.svg);
}

	.flag-icon-ve.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ve.svg);
	}

.flag-icon-vg {
	background-image: url(/Content/images/flag-icons/4x3/vg.svg);
}

	.flag-icon-vg.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/vg.svg);
	}

.flag-icon-vi {
	background-image: url(/Content/images/flag-icons/4x3/vi.svg);
}

	.flag-icon-vi.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/vi.svg);
	}

.flag-icon-vn {
	background-image: url(/Content/images/flag-icons/4x3/vn.svg);
}

	.flag-icon-vn.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/vn.svg);
	}

.flag-icon-vu {
	background-image: url(/Content/images/flag-icons/4x3/vu.svg);
}

	.flag-icon-vu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/vu.svg);
	}

.flag-icon-wf {
	background-image: url(/Content/images/flag-icons/4x3/wf.svg);
}

	.flag-icon-wf.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/wf.svg);
	}

.flag-icon-ws {
	background-image: url(/Content/images/flag-icons/4x3/ws.svg);
}

	.flag-icon-ws.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ws.svg);
	}

.flag-icon-ye {
	background-image: url(/Content/images/flag-icons/4x3/ye.svg);
}

	.flag-icon-ye.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/ye.svg);
	}

.flag-icon-yt {
	background-image: url(/Content/images/flag-icons/4x3/yt.svg);
}

	.flag-icon-yt.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/yt.svg);
	}

.flag-icon-za {
	background-image: url(/Content/images/flag-icons/4x3/za.svg);
}

	.flag-icon-za.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/za.svg);
	}

.flag-icon-zm {
	background-image: url(/Content/images/flag-icons/4x3/zm.svg);
}

	.flag-icon-zm.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/zm.svg);
	}

.flag-icon-zw {
	background-image: url(/Content/images/flag-icons/4x3/zw.svg);
}

	.flag-icon-zw.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/zw.svg);
	}

.flag-icon-es-ct {
	background-image: url(/Content/images/flag-icons/4x3/es-ct.svg);
}

	.flag-icon-es-ct.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/es-ct.svg);
	}

.flag-icon-eu {
	background-image: url(/Content/images/flag-icons/4x3/eu.svg);
}

	.flag-icon-eu.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/eu.svg);
	}

.flag-icon-gb-eng {
	background-image: url(/Content/images/flag-icons/4x3/gb-eng.svg);
}

	.flag-icon-gb-eng.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gb-eng.svg);
	}

.flag-icon-gb-nir {
	background-image: url(/Content/images/flag-icons/4x3/gb-nir.svg);
}

	.flag-icon-gb-nir.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gb-nir.svg);
	}

.flag-icon-gb-sct {
	background-image: url(/Content/images/flag-icons/4x3/gb-sct.svg);
}

	.flag-icon-gb-sct.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gb-sct.svg);
	}

.flag-icon-gb-wls {
	background-image: url(/Content/images/flag-icons/4x3/gb-wls.svg);
}

	.flag-icon-gb-wls.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/gb-wls.svg);
	}

.flag-icon-un {
	background-image: url(/Content/images/flag-icons/4x3/un.svg);
}

	.flag-icon-un.flag-icon-squared {
		background-image: url(/Content/images/flag-icons/1x1/un.svg);
	}

.jq-carousel-container {
	display: flex;
	flex: 1;
	flex-direction: row;
	margin-bottom: 20px;
}

	.jq-carousel-container .jq-carousel-wrapper {
		width: calc(100% - 115px);
		overflow: hidden;
	}

	.jq-carousel-container .jq-carousel-prev,
	.jq-carousel-container .jq-carousel-next {
		display: block;
		width: 57.5px;
		font-size: 50px;
		color: #ABABAB;
		text-align: center;
		transition: all ease-in-out 0.2s;
		cursor: pointer;
	}

		.jq-carousel-container .jq-carousel-prev:hover,
		.jq-carousel-container .jq-carousel-next:hover {
			color: #2A75A9;
		}

		.jq-carousel-container .jq-carousel-prev[disabled],
		.jq-carousel-container .jq-carousel-next[disabled],
		.jq-carousel-container .jq-carousel-prev[disabled]:hover,
		.jq-carousel-container .jq-carousel-next[disabled]:hover {
			color: #E0E0E0;
			cursor: default;
		}

	.jq-carousel-container .jq-carousel-wrapper ul {
		display: flex;
		flex: 1;
		flex-direction: row;
		flex-wrap: nowrap;
		transition: all ease-in-out 0.5s;
	}

.desktop-holder .brand-collapse-nav {
  align-self: flex-end;
  position: relative;
}

.desktop-holder .brand-btn-collapse {
  background-color: #e51319;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: uppercase;
}

.desktop-holder .brand-btn-collapse:active {
  box-shadow: none;
}

.desktop-holder .brand-btn-collapse:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../images/sprites/icons.png) -139px -216px no-repeat;
  transform: scale(0.8);
  vertical-align: top;
  margin-left: 5px;
}

.desktop-holder .brand-collapse {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0a64a1;
  list-style: none;
  margin: 0;
  padding: 0 15px;
  min-width: 300px;
}

.desktop-holder .brand-collapse-item:not(:last-child) {
  border-bottom:  1px solid #fff;
}

.desktop-holder .sub-brand-btn-collapse {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 0;
}

.desktop-holder .sub-brand-btn-collapse:active {
  box-shadow: none;
}

.desktop-holder .sub-brand-collapse {
  list-style: none;
  padding: 0 20px;
  border-top: 1px solid #fff;
}

.desktop-holder .sub-brand-link  {
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.desktop-holder .sub-brand-link:hover {
  color: #e51319;
}

.collapse.collapse-right,
.collapsing.collapse-right{
  right: 0;
  left: auto;
}

