﻿@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
}

@font-face {
	font-family: 'Whitney-Book';
	src: url('../fonts/whitney-book.eot');
	src: url('../fonts/whitney-book.eot') format('embedded-opentype'), url('../fonts/whitney-book.woff') format('woff'), url('../fonts/whitney-book.ttf') format('truetype'), url('../fonts/whitney-book.svg') format('svg');
}

@font-face {
	font-family: 'Whitney-Medium';
	src: url('../fonts/whitney-medium.eot');
	src: url('../fonts/whitney-medium.eot') format('embedded-opentype'), url('../fonts/whitney-medium.woff') format('woff'), url('../fonts/whitney-medium.ttf') format('truetype'), url('../fonts/whitney-medium.svg') format('svg');
}

@font-face {
	font-family: 'helvetica-light';
	src: url('../fonts/helvetica-light.eot');
	src: url('../fonts/helvetica-light.eot') format('embedded-opentype'), url('../fonts/helvetica-light.woff') format('woff'), url('../fonts/helvetica-light.ttf') format('truetype'), url('../fonts/helvetica-light.svg') format('svg');
}

@font-face {
	font-family: 'helveticaltstd-lightcond';
	src: url('../fonts/helveticaltstd-lightcond.eot');
	src: url('../fonts/helveticaltstd-lightcond.eot') format('embedded-opentype'), url('../fonts/helveticaltstd-lightcond.woff') format('woff'), url('../fonts/helveticaltstd-lightcond.ttf') format('truetype'), url('../fonts/whitney-medium.svg') format('svg');
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot') 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') format('svg');
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.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
}


a:link,
a:hover {
	text-decoration: none;
}

a {
	color: #E2231A;
}

a:hover,
a:focus {
	color: #2B2B2B;
}

.container-contact-header a,
.contact-footer a {
	color: #ffffff !important;
}

.container-contact-header a:hover,
.contact-footer a:hover {
	color: #E2231A !important;
}

button:focus,
input:focus,
select:focus,
a:focus {
	outline: none !important;
}

.delete-padding-left {
	padding-left: 0px;
}

.delete-padding-right {
	padding-right: 0px;
}

.delete-paddings {
	padding-left: 0px;
	padding-right: 0px;
}

body {
	font-family: 'Whitney-Book';
}

.separator {
	height: 3px;
	background-color: #D2D2D2;
	width: 100%;
}

h1,
.simulate-h1 {
	color: #808080;
	font-family: helvetica-light;
	font-size: 28px;
	margin-top: 30px;
}

.h1-bottom {
	height: 3px;
	width: 50px;
}

h2 {
	font-size: 26px;
	font-family: helvetica-light;
	color: #2b2b2b;
}

h4 {
	font-family: helvetica-light;
}

.logoTrilogi {
	opacity: 1;
	position: relative;
	top: -11px;
}

.fluidNotify .note.note-success {
	background-color: #a9f396;
}

.container-page-product {
	margin-top: 15px;
	text-align: center;
}

.content-shop {
	padding-top: 170px;
	min-height: 450px;
}

div.formTitle.userTitle {
	font-size: 22px;
	margin-top: 30px;
	color: #808080;
	font-family: helvetica-light;
	font-size: 28px;
	margin-top: 30px;
}

div.formField.userField {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

#userFieldUserTypeContainer li+li+li {
	display: none;
}

.additionalZipInput,
.countriesSelector input[type="text"] {
	margin-top: 10px;
}

textarea.formField,
textarea.form-control {
	border-radius: 5px !important;
	box-shadow: none !important;
}

textarea.formField:focus,
textarea.form-control:focus {
	border-color: #808080;
}

textarea.formField:focus {
	border-color: #2A2B2A;
}

.height-40 {
	height: 40px;
}

html {
	position: relative;
	min-height: 100%;
}

#wrap {
	background-color: white;
}

.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 312px;
	background-color: #f5f5f5;
}

.content-icp {
	color: white;
	height: 60px;
	float: left;
	line-height: 60px;
}

/* PRELOADER ***************************************/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 100;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	top: 50%;
	background: url('../images/preloader.gif') no-repeat center 0;
	background-size: contain;
}


/*--------- COOKIES ---------*/

div#cookiesBannerContainer {
	bottom: 0px !important;
	z-index: 999999;
}

div#cookiesBannerText {
	text-align: justify;
	height: auto;
	line-height: 20px;
	position: fixed;
	bottom: 71px;
	background: #2A2B2A;
	color: #FFF;
	width: 314px;
	left: 25px;
}

div#cookiesBannerButton {
	background: transparent url(../images/closecookies1.png) no-repeat center bottom;
}

#cookiesBannerText em {
	font-family: 'Whitney-Book' !important;
	font-size: 13px !important;
	font-style: normal;
}

div#cookiesBannerContainer {
	left: 0px;
	border: 0px solid transparent;
}

/* HEADER ****************************************/

img#logo {
	margin-top: 38px;
}

div.header-top {
	background-color: #FFFFFF;
	height: 120px;
}

div.container-header-categories {
	height: 40px;
	background-color: #FFFFFF;
	height: 50px;
	border-bottom: 3px solid #D2D2D2;
}

ul.container-links-header-top {
	padding-left: 0px;
	list-style: none;
	margin-left: 0px;
	font-family: 'Whitney-Medium';
	margin-top: 6px;
}

ul.container-links-header-top li {
	float: left;
	margin-left: 15px;
	font-size: 14px;
}

ul.container-links-header-top li a {
	color: #1D1D1D;
	border-right: 1px solid #1D1D1D;
	padding-right: 15px;
}

ul.container-links-header-top li.dropdown-header-top a {
	border-right: 0px solid transparent;
}

ul.container-links-header-top li a:hover {
	color: #e2231a;
}

ul.container-links-header-top li.session-header {
	margin-left: 0px;
}

ul.container-links-header-top li.session-header a.link-header-separator {
	border-left: 1px solid #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	color: #E2231A;
}

ul.container-links-header-top li .dropdown-menu {
	min-width: 130px;
	left: -60px;
}

ul.container-links-header-top li .dropdown-menu li {
	width: 100%;
	float: none;
	display: block;
}

ul.container-links-header-top li .dropdown-menu li a {
	padding: 0px;
	width: 95px;
	text-align: center;
}

ul.container-links-header-top li .dropdown-menu li a:hover {
	color: #E2231A;
	background-color: transparent;
}

.session-header .name-user {
	margin-left: 15px;
	color: #E2231A;
}

.subsubmenu-mainmenu {
	color: #9c9c9c !important;
	border-bottom: 1px solid #d2d2d2;
	margin-left: 15px !important;
	margin-right: 15px;
	width: 225px !important;
	display: block;
	margin-bottom: -2px;
	height: 40px;
	line-height: 40px;
}

.childs-subsubmenu {
	margin-bottom: 0px;
}

.childs-subsubmenu a:last-child {
	border-bottom: 0px solid transparent;
}

/*--------- LOGIN HEADER ---------*/

.myaccount-top-header .dropdown-menu {
	height: 360px;
	width: 300px;
	left: -133px;
	border: 1px solid #D2D2D2;
}

.myaccount-top-header .form-message.alert {
	margin: 0px !important;
	padding: 0px !important;
}

.myaccount-top-header.logged .dropdown-menu {
	height: 210px;
}

.myaccount-top-header h4 {
	margin: 0px;
	padding: 0px;
	background-color: #A0A0A0;
	color: #ffffff;
	width: 100%;
	margin-top: -5px;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	letter-spacing: 2px;
}

.myaccount-top-header .dropdown-menu li,
.myaccount-top-header .dropdown-menu li:hover {
	width: 100%;
	border-bottom: 0px solid transparent;
}

.smallLoginFields {
	padding: 15px;
}

.myaccount-top-header .btn-primary {
	width: 100%;
}

#smallLoginCreateAccount {
	display: none;
}

#smallLoginLostPassword {
	margin-top: -15px;
	display: block;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #2B2B2B;
}

#smallLoginLostPassword:hover {
	color: #03BEA6;
}

.description-register-small-login {
	margin-top: 10px;
}

.container-links-small-login a {
	font-family: helvetica-light;
	display: block;
	color: #2b2b2b;
	font-size: 16px;
	margin-bottom: 10px;
}

.container-links-small-login a:hover {
	color: #E2231A;
}

.myaccount-top-header p {
	margin-top: 0px;
	font-size: 16px;
	background-color: #f1f1f1;
	padding: 10px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*--------- SEARCH HEADER ---------*/

div.container-search-header input[type="text"] {
	border-radius: 20px;
	padding-right: 40px;
	box-shadow: none;
}

label.moduleField[for="smallSearchCriteriaField"] {
	display: none;
}

div#smallSearchSubmitContainer {
	position: absolute;
	top: 5px;
	right: 0px;
}

div#smallSearchSubmitContainer button {
	background-color: transparent;
	border: 1px solid transparent;
	color: #FFFFFF !important;
	background-color: #A0A0A0;
	border-left: 1px solid #A0A0A0;
	width: 48px;
	padding: 0px;
	height: 100px;
	height: 35px !important;
	margin-top: -5px;
	font-size: 16px;
	-webkit-border-top-right-radius: 20px !important;
	-webkit-border-bottom-right-radius: 20px !important;
	-moz-border-radius-topright: 20px !important;
	-moz-border-radius-bottomright: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

div#smallSearchSubmitContainer button:focus,
div#smallSearchSubmitContainer button:hover {
	outline: none;
	box-shadow: none;
	background-color: #E2231A;
}

div.container-search-header input[type="text"]:focus {
	border-color: #E2231A;
	box-shadow: none !important;
}

div.container-search-header {
	position: relative;
	top: 25px;
}

.container-search-header #smallSearchCriteriaField {
	height: 35px !important;
	border-radius: 20px !important;
	border-color: #A0A0A0;
}

/*--------- SEARCH MOBILE ---------*/

#modalSearch {
	top: 40px;
}

.modal-header {
	background-color: #A0A0A0;
	color: white;
	font-family: helvetica-light;
	font-size: 19px;
}

button.close {
	height: 60px !important;
}

#modalSearch input[type="text"] {
	height: 35px !important;
}

#modalSearch div#smallSearchSubmitContainer button {
	margin-top: 10px;
	left: -15px;
	position: relative;
	width: 50px !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}



.input-search {
	border: 0px solid transparent;
	border-top: 3px solid #363636;
	border-bottom: 3px solid #363636;
	width: 100%;
	background-color: #DFDFDF;
	color: #363636;
}

.input-search:focus {
	border-top: 3px solid #DFDFDF;
	border-bottom: 3px solid #DFDFDF;
	border-color: #DFDFDF !important;
	background-color: #ffffff;
}

/*--------- ECOMMERCE LINKS HEADER ---------*/

ul.container-ecommerce-links {
	padding-left: 0px;
	list-style: none;
	margin-left: 0px;
	overflow: visible;
	margin-top: 0px;
	height: 51px;
}

ul.container-ecommerce-links li {
	float: left;
	width: 190px;
	height: 50px;
	border-bottom: 3px solid #D2D2D2;
}

ul.container-ecommerce-links li.minibasket-top-header {
	width: 170px;
}

ul.container-ecommerce-links li:hover {
	border-bottom: 3px solid #D2D2D2;
	cursor: default;
	background-color: transparent;
}

ul.container-ecommerce-links li:hover i,
ul.container-ecommerce-links li.open i {
	color: #03BEA6;
}

ul.container-ecommerce-links li.open ul.dropdown-menu i {
	color: #2b2b2b;
}

ul.container-ecommerce-links li a.link-header {
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	text-align: center;
	line-height: 40px;
	color: #a0a0a0;
	border-radius: 50%;
	font-size: 24px;
}

.right-user-header,
.right-basket-header {
	color: #2A2B2A;
	margin-top: 5px;
}

.left-user-header,
.left-basket-header {
	margin-top: 4px;
	overflow: hidden;
	float: left;
	width: 45px;
}

.right-user-header .large-text,
.right-basket-header .large-text {
	font-weight: bold;
	font-size: 16px;
	margin-top: -5px;
}

.right-user-header .large-text i,
.right-basket-header .large-text i {
	text-align: right;
	float: right;
	margin-right: 25px;
	font-size: 16px;
}

/*--------- MINI BASKET ---------*/

.no-products-basket .miniBasketEmpty {
	text-align: center;
}

.no-products-basket .miniBasketShowTaxIncluded,
.no-products-basket .miniBasketButtons {
	display: none;
}

.miniBasketItemOption {
	padding-left: 25px;
}

.miniBasketItemOptionName {
	display: none;
}

.minibasket-top-header {
	position: relative;
}

.open>.dropdown-menu.dropdown-minibasket {
	width: 300px;
	top: 48px;
	box-shadow: none;
	left: -151px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(109, 109, 109, 0.52);
	-moz-box-shadow: 0px 4px 5px 0px rgba(109, 109, 109, 0.52);
	box-shadow: 0px 4px 5px 0px rgba(109, 109, 109, 0.52);
}

#miniBasket {
	margin-top: -5px;
}

.minibasket-top-header .fa {
	font-size: 27px;
}

.miniBasketOutput {
	min-width: 238px;
}

#miniBasket .shopping-cart-total {
	display: none;
}

#miniBasket a {
	color: #2b2b2b;
}

#miniBasket a:hover {
	color: #A0A0A0;
}

.miniBasketBody {
	background-color: #F9F8F8;
	border: 1px solid #F9F8F8;
	border-top: 0px solid transparent;
}

.miniBasketHeader {
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid transparent;
}

span#miniBasketProductSubtotal {
	float: right;
}

.miniBasketShowTaxIncluded {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}

.miniBasketShowTaxIncluded div {
	width: 60%;
}

.miniBasketShowTaxIncluded div+div {
	text-align: right;
	padding-right: 30px;
	width: 40%;
}

.miniBasketShowTaxIncluded div+div .price+.price {
	display: none;
}

.miniBasketItem span.glyphicon-trash {
	border: 1px solid #e2231a;
	padding: 3px;
	border-radius: 3px;
	height: 20px;
	width: 20px;
	line-height: 9px;
	text-align: center;
	display: none;
}

.miniBasketItem {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 50px;
	position: relative;
}

span.glyphicon-trash {
	position: relative;
	top: 2px;
}

.miniBasketItemNum {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	left: 100px;
	color: #9C9C9C;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.miniBasketItem-price.miniBasketItemPrice {
	float: right;
}

.miniBasketItemName {
	padding-left: 25px;
	padding-right: 85px;
	display: block;
	margin-top: 22px;
}

.miniBasketItemSku {
	color: #e2231a;
	padding-left: 25px;
	position: absolute;
	top: 6px;
	left: 15px;
}

span.miniBasketItemNum:before {
	content: "x";
	padding-right: 3px;
}

span.miniBasketItemImage {
	height: 72px;
}

.miniBasketItemImage {
	max-width: 35px;
	max-height: 74px;
	display: none;
}

.miniBasketItem-price.miniBasketItemPrice {
	padding-left: 29px;
	position: absolute;
	top: 6px;
	right: 15px;
}

.miniBasketShowShipping.row {
	display: none;
}

.miniBasketHeaderTitle {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	font-family: helvetica-light;
	background-color: #A0A0A0;
	margin-top: -3px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	letter-spacing: 2px;
}

.miniBasketHeaderTitle a {
	color: #ffffff !important;
}

.miniBasketHeaderTitle+div a {
	color: #333333 !important;
	font-size: 14px;
	font-weight: bold;
}

div.miniBasketButtons {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

div.miniBasketButtons .btn {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}

.miniBasketShowShipping {
	margin-left: 0px;
	margin-right: -48px;
	background-color: white;
	border-bottom: 1px solid #DDDDDD;
	width: 298px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.miniBasketShowShipping .col-md-4 {
	text-align: right;
}

#miniBasketBody {
	overflow: auto;
	max-height: 206px;
}

.miniBasketEmpty {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.miniBasketButtons .miniBasketContinueShopping {
	display: none;
}

.miniBasketHeaderTitle+div {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	opacity: 0;
	visibility: hidden;
	display: none;
}

.modalQR img {
	margin: 0 auto;
}

/*--------- LANGUAGE HEADER ---------*/

.language-top-header {
	height: 25px;
}

.navbar-default .navbar-nav>li.language-top-header>a {
	height: 25px !important;
	padding: 0px !important;
	line-height: 25px !important;
	font-family: 'Whitney-Medium';
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}

.navbar-default .navbar-nav>li.language-top-header>a:hover {
	color: #E2231A;
}

.navbar-default .navbar-nav>li.language-top-header.open>a {
	background-color: transparent;
}

.language-top-header .dropdown-header-top ul.dropdown-menu a {
	color: #E2231A;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #E2231A;
}

/*--------- MAIN MENU CATEGORIES ---------*/

ul.main-categories-header {
	padding-left: 0px;
	list-style: none;
	height: 50px;
	border-bottom: 1px solid #D2D2D2;
	font-family: 'Whitney-Medium';
	float: left;
}

ul.main-categories-header li.submenu {
	float: left;
	line-height: 50px;
	position: relative;
	margin-right: 40px;
}

.scroll-header-nav ul.main-categories-header li.submenu {
	margin-right: 25px;
}

@media(max-width: 1200px) {
	.scroll-header-nav ul.main-categories-header li.submenu {
		margin-right: 15px;
	}

	ul.main-categories-header li.submenu {
		margin-right: 20px;
	}
}

ul.main-categories-header li.submenu.catactive a {
	color: #E2231A;
}

ul.main-categories-header li.submenu.catactive .link-son-categories a {
	color: #2b2b2b;
}

ul.main-categories-header li a {
	margin-left: 0px;
	color: #2A2B2A;
	height: 100%;
	width: 100%;
	display: block;
	font-size: 17px;
}

ul.main-categories-header li.separator-menu {
	width: 1px;
	height: 25px;
	margin-top: 12px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
}

ul.main-categories-header li.submenu a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -15px;
	height: 1px;
	width: 30px;
	background-color: #D2D2D2;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.main-categories-header li:hover a {
	/*color:#E2231A !important;*/
}

ul.main-categories-header li.submenu:hover a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0%;
	margin-left: 0px;
	height: 3px;
	width: 100%;
	background-color: #E2231A;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.main-categories-header li:first-child a {
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px solid transparent;
}

ul.main-categories-header li ul.son-main-categories {
	height: auto;
	width: 270px;
	background-color: white;
	display: block;
	position: absolute;
	top: 47px;
	border: 3px solid #D2D2D2;
	border-top: 3px solid #E2231A;
	list-style: none;
	display: none;
	padding-left: 0px;
	margin-left: 0px;
	z-index: 99;
	padding-bottom: 10px;
}


ul.main-categories-header li.submenu ul.son-main-categories:after {
	top: -13px;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(226, 35, 26, 0);
	border-bottom-color: #E2231A;
	border-width: 5px;
	margin-left: -5px;
}

ul.main-categories-header li:hover ul.son-main-categories,
ul.main-categories-header li+ul.son-main-categories:hover {
	display: block;
}

ul.main-categories-header li ul.son-main-categories li a:after {
	display: none;
}

ul.main-categories-header li ul.son-main-categories li a {
	padding-left: 10px;
}

ul.main-categories-header li ul.son-main-categories li a:hover {
	background-color: transparent;
	color: #e2231a !important;
}

ul.main-categories-header li ul.son-main-categories li {
	float: none;
	display: block;
}

div.button-menu {
	height: 50px;
	line-height: 50px;
	color: #2A2B2A;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	text-align: center;
	border-bottom: 1px solid #dedede;
	font-family: 'Whitney-Medium';
}

div.button-menu:hover,
div.button-menu.active-button-menu {
	background-color: #9C9C9C;
	color: #FFFFFF;
}

div.button-menu .fa {
	margin-left: 5px;
}

.open>.dropdown-menu.dropdown-mainmenu {
	left: 0px;
	top: 50px;
}

.scroll-header-nav .open>.dropdown-menu.dropdown-mainmenu {
	top: 60px;
}

.open>.dropdown-menu.dropdown-mainmenu:after {
	border-width: 0px;
	border-color: transparent;
}

ul.dropdown-mainmenu {
	padding-top: 0px;
	margin-top: -1px;
	text-transform: uppercase;
	width: 250px !important;
	border-color: #dedede;
	padding-bottom: 0px;
}

.dropdown-mainmenu1 {
	border-bottom: 0px solid transparent;
}

.dropdown-mainmenu li {
	height: 40px;
	border-bottom: 1px solid #dedede;
}

.dropdown-mainmenu li:last-child {
	border-bottom: 0px solid transparent;
}

.dropdown-mainmenu li a {
	padding: 0px;
	height: 30px;
	line-height: 30px;
	margin-top: 9px;
	margin-bottom: 5px;
	margin-left: 9px;
	padding-left: 9px;
	position: relative;
	z-index: 99;
}

.dropdown-mainmenu li a:hover {
	margin-right: 9px;
	background-color: #FAA513;
	color: #ffffff;
}

.dropdown-mainmenu li.arrow a:hover:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FAA513;
	border-width: 14.5px;
	margin-top: -14.5px;
}

.dropdown-mainmenu li.arrow a:hover {
	margin-right: 0px;
}

/*dropdown 2*/

.dropdown-mainmenu2 li,
.dropdown-mainmenu3 li,
.dropdown-mainmenu4 li {
	border-bottom: 0px solid transparent;
	height: 20px;
	font-size: 11px;
}

.dropdown-mainmenu.dropdown-mainmenu2 {
	position: absolute;
	top: 0px;
	left: 248px;
	background-color: #ffffff;
	width: 250px;
	list-style: none;
	z-index: 98;
	padding-bottom: 10px;
	min-height: 488px;
}

.dropdown-mainmenu.dropdown-mainmenu3 {
	position: absolute;
	top: 0px;
	left: 248px;
	background-color: #ffffff;
	width: 250px;
	list-style: none;
	z-index: 98;
	padding-bottom: 10px;
	min-height: 488px;
}

.dropdown-mainmenu.dropdown-mainmenu3.large {
	width: 500px !important;
}

.dropdown-mainmenu.dropdown-mainmenu3.large li {
	width: 245px;
	display: inline-block;
}

.dropdown-mainmenu.dropdown-mainmenu4 {
	position: absolute;
	top: 0px;
	left: 248px;
	background-color: #ffffff;
	width: 250px;
	list-style: none;
	z-index: 98;
	padding-bottom: 18px;
	min-height: 488px;
}

.dropdown-mainmenu1 li.submenu:hover+ul,
.dropdown-mainmenu2 li.sub-submenu:hover+ul,
.dropdown-mainmenu3 li.sub-submenu:hover+ul {
	display: block;
}


.dropdown-mainmenu1 li.submenu+ul:hover,
.dropdown-mainmenu2 li.sub-submenu+ul:hover,
.dropdown-mainmenu3 li.sub-submenu+ul:hover {
	display: block;
}

ul.dropdown-mainmenu2 {
	margin-top: -1px;
}

ul.dropdown-mainmenu3 {
	margin-top: -1px;
}

ul.dropdown-mainmenu3 {
	margin-top: -1px;
}

ul.dropdown-mainmenu4 {
	margin-top: -1px;
}

/* HEADER SCROLL ****************************************/

#logo-scroll {
	padding-left: 15px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.header-top.scroll-header .row,
.header-top.scroll-header .col-md-10,
.header-top.scroll-header .col-md-4 {
	height: 0px !important;
}

li.search-header-scroll {
	width: 120px !important;
	line-height: 52px;
	color: white;
	display: none;
	font-size: 20px;
	margin-right: 2px;
	position: relative;
}

li.search-header-scroll a {
	color: #A0A0A0;
}

.scroll-header-nav li.search-header-scroll {
	display: block;
}

.scroll-header-nav .search-header-scroll .smallSearchModuleField {
	margin-top: 5px;
	position: relative;
}

.scroll-header-nav .search-header-scroll .smallSearchModuleField input[type="text"] {
	height: 35px !important;
	margin-top: 7px !important;
	margin-left: 3px;
	position: relative;
	left: -66px !important;
	-webkit-border-top-left-radius: 20px !important;
	-webkit-border-bottom-left-radius: 20px !important;
	-moz-border-radius-topleft: 20px !important;
	-moz-border-radius-bottomleft: 20px !important;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.scroll-header-nav .search-header-scroll div#smallSearchSubmitContainer button {
	margin-top: -27px !important;
	position: relative;
	left: -20px;
}

ul.container-ecommerce-links li.search-header-scroll:hover i {
	color: #ffffff;
}

/*.scroll-header-nav ul.main-categories-header li.submenu{
  margin-right: 15px;
  -moz-transition: all 0.3s ease-in-out 0.05s;
  -o-transition: all 0.3s ease-in-out 0.05s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.05s;
  transition: all 0.3s ease-in-out 0.05s;
}*/

@media(min-width:1200px) {

	.scroll-header-nav .main-categories-header {
		-moz-transform: translateX(270px);
		-ms-transform: translateX(270px);
		-webkit-transform: translateX(270px);
		transform: translateX(270px);

		-moz-transition: all 0.2s ease-in-out 0.05s;
		-o-transition: all 0.2s ease-in-out 0.05s;
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transition-delay: 0.05s;
		transition: all 0.2s ease-in-out 0.05s;
	}

	.scroll-header-nav #logo-scroll {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-webkit-transform: translateY(15px);
		transform: translateY(15px);

		-moz-transition: all 0.5s ease-in-out 0.2s;
		-o-transition: all 0.5s ease-in-out 0.2s;
		-webkit-transition: all 0.5s ease-in-out;
		-webkit-transition-delay: 0.2s;
		transition: all 0.5s ease-in-out 0.2s;
	}

}

.scroll-header-nav .dropdown-menu.dropdown-categories.mega-menu {
	-moz-transform: translateX(-133px);
	-ms-transform: translateX(-133px);
	-webkit-transform: translateX(-133px);
	transform: translateX(-133px);
	width: auto;
}

.dropdown-menu.dropdown-categories.mega-menu {
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.scroll-header-nav #categoryMenu {
	position: relative;
}

.scroll-header-nav .container-search-header {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

	-moz-transition: all 0.2s ease-in-out 0.05s;
	-o-transition: all 0.2s ease-in-out 0.05s;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.2s ease-in-out 0.05s;
}

.container-search-header {
	margin-left: 0px;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-moz-transition: all 0.2s ease-in-out 0.05s;
	-o-transition: all 0.2s ease-in-out 0.05s;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.2s ease-in-out 0.05s;
}

.scroll-header-nav .mainmenu-top-header {
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	transform: translateY(80px);

	-moz-transition: all 0.3s ease-in-out 0.05s;
	-o-transition: all 0.3s ease-in-out 0.05s;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.3s ease-in-out 0.05s;
}

.navbar.navbar-default.navbar-fixed-top.scroll-header-nav div.header-top,
.navbar.navbar-default.navbar-fixed-top.scroll-header-nav div.container-header-categories {
	-moz-transform: translateY(-123px);
	-ms-transform: translateY(-123px);
	-webkit-transform: translateY(-123px);
	transform: translateY(-123px);

	-moz-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
}

.navbar.navbar-default.navbar-fixed-top.scroll-header-nav div.container-header-categories {
	/* -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);*/
	background-color: rgba(255, 255, 255, 0.9);
}

.navbar.navbar-default.navbar-fixed-top.scroll-header-nav {
	height: 50px;
}

.scroll-header-nav .container-search-header {
	margin-left: 100px;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out 0.05s;
	-o-transition: all 0.2s ease-in-out 0.05s;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.2s ease-in-out 0.05s;
}

.container-search-header {
	margin-left: 0px;
	opacity: 1;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-moz-transition: all 0.2s ease-in-out 0.05s;
	-o-transition: all 0.2s ease-in-out 0.05s;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.05s;
	transition: all 0.2s ease-in-out 0.05s;
}

.scroll-header-nav ul.container-ecommerce-links li.minibasket-top-header a.link-header,
.scroll-header-nav ul.container-ecommerce-links li.myaccount-top-header a.link-header {
	margin-top: -4px;
}

@media(max-width:1400px) {
	/* .scroll-header-nav ul.container-ecommerce-links li.myaccount-top-header{
    width: 60px;
  }

  .scroll-header-nav ul.container-ecommerce-links li.myaccount-top-header .right-user-header{
    display: none;
  }

  .scroll-header-nav ul.container-ecommerce-links li.myaccount-top-header a.link-header{
    margin-top: 0px;
  }*/

}

/*basket scroll */

.basket-header-mini {
	font-family: 'Opensans Condbold';
	text-transform: uppercase;
}

.mini-basket-mini-header-title {
	margin-top: 7px;
}

.mini-basket-mini-header-right {
	float: left;
}

.mini-basket-mini-header-left {
	float: left;
	margin-left: 3px;
}

.mini-basket-mini-header-right .mini-basket-mini-header-products {
	font-size: 11px;
}

a.mini-basket-mini-header-link {
	color: #ffffff !important;
}

/* go up */

.go-up-container {
	height: 45px;
	width: 45px;
	background-color: #FEFEFE;
	color: #2B2B2B;
	border: 3px solid #D2D2D2;
	position: fixed;
	bottom: 100px;
	right: 50px;
	display: none;
	cursor: pointer;
}

.go-up-container:hover {
	color: #2B2B2B;
	border-color: #2b2b2b;
}

.go-up-container:after {
	content: "\f106" !important;
	font-family: FontAwesome;
	font-size: 26px;
	margin-left: 12px;
}

.go-up-container:hover:after {
	content: "\f102" !important;
}

.scroll-header+.go-up-container {
	display: block;
}

/* MMENU MENU MOBILE ****************************************/

#menu {
	visibility: hidden;
	opacity: 0;
	height: 0px;
}

.mm-listview>li:not(.mm-divider):after {
	left: 0px !important;
}

.mm-close:after {
	content: "\f00d" !important;
	font-family: FontAwesome;
	color: #DEDEDE;
}

#menu .mm-listview {
	font-family: helvetica-light !important;
	font-size: 15px !important;
	color: #2b2b2b;
	background-color: #ffffff;
}

#menu .mm-panel .mm-listview {
	background-color: #EAEAEA;
}

li.mm-vertical.mm-opened div.mm-panel.mm-vertical {
	padding: 0px;
}

li.mm-vertical.mm-opened div.mm-panel.mm-vertical a {
	color: #9A9A9A;
	background-color: #f1f1f1 !important;
}

.mm-hasnavbar-top-1 .mm-panel {
	background-color: #F1F1F1 !important;
}

.mm-navbar.mm-hasbtns {
	background-color: #2b2b2b !important;
}

.mm-title {
	color: #F8F8F8 !important;
}

li.select-language-menu {
	background-color: #F1F1F1;
}

li.select-language-menu.mm-opened.mm-vertical .mm-next {
	background-color: #FBFBFB !important;
	border-bottom: 0px solid white !important;
}

li.select-language-menu .mm-next {
	background-color: #f1f1f1;
	border-bottom: 1px solid #D9D9D9;
}

li.mm-vertical.mm-opened .mm-next {
	background-color: #F1F1F1 !important;
}

li.select-language-menu.mm-vertical.mm-opened div.mm-panel.mm-vertical a {
	background-color: #FBFBFB !important;
}

/* HEADER MOBILE ****************************************/

.container-menu-header-mobile .minibasket-top-header .number {
	border: 1px solid #dedede;
	height: 25px;
	width: 25px;
	line-height: 23px;
	color: #FFFFFF;
	border-radius: 50%;
	display: block;
	text-align: center;
	background-color: #03BEA6;
	font-size: 14px;
}

.container-menu-header-mobile .wishlist-top-header {
	position: relative;
}

.container-menu-header-mobile .wishlist-top-header .number {
	top: -15px;
	left: 20%;
	border: 1px solid #dedede;
	height: 25px;
	width: 25px;
	line-height: 23px;
	color: #E2231A;
}

.container-img-large-home img {
	width: 100%;
}

/* RESPONSIVE HEADER ****************************************/

#contentMenuMobile {
	display: none;
}

@media(max-width:991px) {

	.container-newsletter .text {
		font-size: 15px !important;
	}

	#logo-mobile {
		height: 30px;
		margin-top: 10px;
	}

	.li-header-mobile {
		float: right;
		width: 40px;
		height: 47px;
		line-height: 47px;
		position: relative;
		font-size: 24px;
	}

	.li-header-mobile .fa {
		color: #a0a0a0;
	}

	.li-header-mobile .fa-times {
		color: #E2231A;
	}

	.li-header-mobile .fa-bars {
		color: #2B2B2B;
	}

	.li-header-mobile .fa-shopping-cart {
		color: #03BEA6;
	}

	.navbar-default {
		height: 50px !important;
	}

	div.header-top {
		height: 0px;
	}

	.container-logo-mobile {
		z-index: 99;
		height: 43px;
		background-color: white;
	}

	.minibasket-top-header {
		position: absolute;
		top: 32px;
		left: -17px;
	}
}


@media(max-width:491px) {
	.li-header-mobile {
		width: 35px;
		font-size: 21px;
	}
}

/* BOOTSTRAP ****************************************/

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #2B2B2B !important;
	border-color: #2B2B2B !important;
}

.has-success .form-control {
	border-color: #03BEA6;
}

.has-error .form-control {
	border-color: #E2231A;
}

.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: #E2231A;
}

.breadcrumb>li+li:before {
	content: ">";
}

.btn.active,
.btn:active {
	box-shadow: none;
}

.navbar-default {
	border: 0px solid transparent;
}

.tooltip-inner {
	background-color: #E2231A;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #E2231A;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: default;
}

.dropdown-menu {
	box-shadow: none !important;
}

@media (min-width: 768px) {
	.container {
		width: 735px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1165px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1365px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1565px;
	}
}

.form-control {
	border-radius: 5px !important;
}

.dropdown-menu {
	border-radius: 0px;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	height: 171px;
	margin-bottom: 0px;
}

.modal-content {
	border-radius: 0px;
}

/* breadcrumb */

.container-breadcrumb {
	margin-bottom: 20px;
	min-height: 36px;
}

.breadcrumb {
	background-color: #transparent;
	margin-bottom: 0px;
	background-color: transparent;
	padding-left: 0px;
}

.breadcrumb a {
	color: #808080;
}

.breadcrumb a.categoryPathLast {
	color: #2A2B2A;
}

.bg-danger,
.alert-danger {
	background-color: #FBE7E6 !important;
	color: #E2231A !important;
	border-color: #FFA5A1 !important;
	border-radius: 0px !important;
}

/*pagination*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #F1F1F1;
	border-color: #CCCCCC;
	color: #808080 !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #FAA513;
	background-color: #eee;
	border-color: #ddd;
}

.pagination-centered a {
	border-radius: 0px !important;
	color: #808080 !important;
}

.pagination {
	margin: 0px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* buttons*/

.btn-default,
#saveUserButton {
	background-color: #2B2B2B;
	color: white;
	border-color: #2B2B2B;
	font-size: 16px;
	width: 200px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
#saveUserButton:hover,
#saveUserButton:focus,
#saveUserButton:active {
	background-color: #454545 !important;
	border-color: #454545 !important;
	color: white !important;
}

.btn {
	border-radius: 5px !important;
	height: 40px !important;
	line-height: 24px;
	font-size: 16px;
	border-width: 2px;
}

input[type="text"],
input[type="password"] {
	height: 40px !important;
}

.btn,
.btn-primary {
	border-radius: 0px;
}

.btn:hover,
.btn:focus {
	background-color: #BBB9B9;
}

.btn-primary,
.btn-success {
	background-color: #2b2b2b;
	border-color: #2b2b2b;
	color: #ffffff !important;
	width: 200px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
	background-color: #454545;
	border-color: #454545;
	color: #ffffff;
}

.miniBasketEndOrder {
	background-color: #03BEA6;
	border-color: #03BEA6;
}

.miniBasketEndOrder:hover,
.miniBasketEndOrder:focus,
.miniBasketEndOrder:active,
.miniBasketEndOrder:focus:active {
	background-color: #5ADACA;
	border-color: #5ADACA;
}

.container-free-shipping-basket {
	color: #A0A0A0;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.free-shipping-mobile {
	padding: 10px !important;
	text-align: center;
	color: #a0a0a0;
	background-color: #F1F1F1;
}

.btn-danger {
	color: #fff;
	background-color: #BD3531;
	border-color: #BD3531;
	width: 200px;
}

.btn-danger:focus,
.btn-danger:hover {
	background-color: #861A16;
	border-color: #861A16;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #E2231A;
	border-color: #E2231A;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #03BEA6;
	border-color: #03BEA6;
}

input.form-control {
	border-radius: 0px;
	box-shadow: none !important;
}

input.form-control:focus {
	border: 1px solid #808080;
}

div.formField {
	position: relative;
}

div.formField span.help-block {
	position: absolute;
	top: -5px;
	right: 0px;
}

div.form-group.userLoginField {
	position: relative;
}

div.form-group.userLoginField span.help-block {
	position: absolute;
	top: -5px;
	right: 0px;
	font-weight: bold;
}

.input-group.has-success .form-control {
	border-color: #CCCCCC !important;
}

.input-group input[type="text"]:focus {
	border-color: #CCCCCC !important;
}

/*notes*/

.fluidNotify.fluidNotify-notes {
	z-index: 99999999999;
}

#fluidNotify .note {
	border-radius: 0px;

}

@media(max-width:991px) {
	#fluidNotify {
		width: 100%;
		left: 0px;
	}

	#fluidNotify .note {
		width: 100%;
	}
}

/*alerts*/

.form-message.alert {
	border-radius: 0px;
}

/*accordion*/

.panel-group .panel {
	border-radius: 0px;
	border: 0px solid transparent;
	/*border: 1px solid #DEDEDE;*/
}

.panel-default>.panel-heading {
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #DEDEDE;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: #dedede 0px solid;
	border-bottom: #dedede 0px solid;
}

a.accordion-toggle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #2A2B2A;
}

.accordionProd .panel-body {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	background-color: #ffffff;
}

/*--------- MODAL FLUID ---------*/

div.sendWishlistField {
	padding: 0px;
	padding-top: 15px;
}

button.sendWishlistButton {
	margin-left: 0px;
}

.fluidModalContainer img.wishlistProductImage {
	max-height: 80px;
}

.wishlistProductsData {
	margin-top: 15px;
}

div.wishlistQuestionText {
	margin-bottom: 10px;
}

.productRecommendButton {
	margin-top: 10px;
}

@media(max-width:991px) {
	.modal-dialog .btn {
		width: 100% !important;
	}
}

/*--------- MODAL NEWSLETTER ---------*/

button.close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0px;
	right: 0px;
}

#modalNewsletter .legalTextLinks {
	margin-bottom: 15px;
}

div.fluidModalContainer div.newsletterFormField {
	max-width: 50%;
}

div.newsletterFormField label {
	margin-top: 10px;
}

div.newsletterFormField .legalTextLinks {
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsletterForm .legalTextLinks {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fluidModalContainer .form-message.alert {
	margin-top: 25px;
}

input.newsletterFormField {
	width: 300px;
}

/* HOME ****************************************/

/*--------- SLIDER PRODUCTS ---------*/

.slick-arrow.slick-hidden {
	display: none !important;
}

.slider-products {
	position: relative;
}

.slider-products .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 50px;
	background-color: transparent;
	width: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #2b2b2b;
	cursor: pointer;
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.slider-products .left.slick-arrow {
	left: 0px;
}

.slider-products .right.slick-arrow {
	right: 0px;
}

.slider-products:hover .slick-arrow {
	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#sliderhome-banners.slider-products .slick-arrow {
	background-color: #fff;
	border-radius: 0px;
}

.slick-track {
	margin-top: 20px;
}

.fluidContent-product .slick-track {
	margin-top: 40px;
}

.slick-track img,
.slick-track img:focus,
.track.slick-slide:focus {
	outline: none !important;
}

.home-tabs {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.home-tabs .tab-content {
	max-height: 287px;
}

#sliderhome-main {
	margin-top: -20px;
	margin-bottom: -35px;
}

/*--------- DOTS SLICK ---------*/

.slick-dots {
	bottom: 0px !important;
}

.slick-dots li button:before {
	font-family: FontAwesome !important;
	content: "\f111" !important;
	font-size: 10px !important;
	color: #A0A0A0 !important;
	opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
	font-family: FontAwesome !important;
	content: "\f10c" !important;
	font-size: 12px !important;
	margin-top: 0px;
	color: #E2231A !important;
}

.slick-slider {
	margin-bottom: 35px !important;
}

.fluidContent-product .slick-slider {
	margin-bottom: 15px !important;
}

/*--------- MAIN BANNERS HOME ---------*/

.banner-secondary-home {
	margin-bottom: 12px;
}

/*--------- TABS HOME SLIDERS ---------*/

.nav-tabs {
	border-bottom: none;
}

.nav-tabs li {
	font-family: Whitney-Medium;
	font-size: 16px;
}

.nav-tabs li a {
	border-radius: 5px;
	background-color: #D2D2D2;
	color: white;
	margin-right: 15px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	width: 150px;
	text-align: center;
	margin-bottom: 10px;
}

.nav-tabs.home-tabs li a {
	color: #2b2b2b;
	border-radius: 5px;
	background-color: #ffffff;
	margin-right: 15px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	width: 150px;
	text-align: center;
	margin-bottom: 0px;
}

.nav.home-tabs>li>a:hover,
.nav.home-tabs>li>a:focus {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #e2231a;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #A0A0A0;
	border-color: #A0A0A0;
	color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #e2231a;
	border: 1px solid #ddd;
	color: #ffffff;
	border-bottom: none;
}

.nav-tabs>li {
	float: none;
	display: inline-block;
}

.nav-tabs>li.active {
	position: relative;
}

.nav-tabs.home-tabs>li.active:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(3, 190, 166, 0);
	border-top-color: #e2231a;
	border-width: 5px;
	margin-left: -5px;
}

.button-select-category {
	background-color: #e2231a;
	color: #ffffff;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
}

.button-select-category:hover {
	color: #ffffff;
}

.button-select-category .fa {
	position: absolute;
	top: 10px;
	right: 10px;
}

.dropdown-menu.dropdown-tabs .home-tabs {
	margin: 0px;
}

.dropdown-tabs {
	width: 100%;
}

.dropdown-tabs .nav-tabs>li.active:after {
	content: none;
}

.dropdown-tabs .nav-tabs>li.active>a,
.dropdown-tabs .nav-tabs>li.active>a:focus,
.dropdown-tabs .nav-tabs>li.active>a:hover {
	color: #03BEA6;
	background-color: #ffffff;
	border-color: transparent;
}

/*--------- ZONA BANNERS ---------*/

div.zona-banners-home-small {
	margin-bottom: 8px;
	/* margin-right: 10%; */
	border: 15px solid white;
	border-bottom: 5.5px solid white;
	width: 100%;
	height: 410px;
	background-size: cover;
	background-repeat: no-repeat;
}

.container-zone-banners {
	margin-top: 30px;
}

img.zona-banners-home-large {
	margin-top: 15px;
	border: 1px solid #DADADA;
}

/*--------- SEO TEXT ---------*/

div.text-seo {
	color: #2A2A2A;
	margin-top: 40px;
	font-family: helvetica-light;
	font-size: 24px;
	line-height: 36px;
}

.button-text-seo {
	margin-top: 15px;
	margin-bottom: 35px;
}

/* FOOTER ****************************************/

.footer {
	background-color: #ffffff;
}

.footer .container-footer-bottom {
	background-color: #A0A0A0;
	height: 60px;
	overflow: hidden;
}

.footer .container-footer {
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 200px;
}

.container-links-footer ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

.container-links-footer ul li a {
	color: #2b2b2b;
	font-family: 'Whitney-Medium';
	font-size: 15px;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.container-links-footer ul li a:hover {
	color: #E2231A;

	padding-left: 10px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.title-link-footer {
	font-family: helvetica-light;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #A0A0A0;
	position: relative;
}

.title-link-footer .fa {
	position: absolute;
	left: -27px;
	font-size: 32px;
	color: #808080;
	top: 1px;
}

.content-contact-footer {
	font-size: 15px;
}

.content-contact-footer-mobile {
	padding: 15px;
}

.content-contact-footer a {
	font-family: 'Whitney-Medium';
	color: #2B2B2B;
}

.content-contact-footer a:hover {
	color: #E2231A;
}

.accordionFooter .panel-body {
	padding: 0px;
}

.accordionFooter .panel-heading {
	background-color: #F1F1F1;
	border-radius: 0px;
	border: 1px solid #D2D2D2;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	margin-top: -1px;
}

.accordionFooter .panel-heading .fa {
	color: #716E6E;
}

ul.footer-links-mobile {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-bottom: -1px;
}

ul.footer-links-mobile li {
	height: 40px;
	line-height: 40px;
}

ul.footer-links-mobile li a {
	height: 40px;
	width: 100%;
	display: block;
	color: #2b2b2b;
	padding-left: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #DEDEDE;
}

/*--------- NEWSLETTER FOOTER ---------*/

.container-newsletter {
	height: 80px;
	line-height: 80px;
}

.container-newsletter a {
	color: #2b2b2b;
}

.container-newsletter a:hover {
	color: #969696;
}

.container-newsletter .text {
	float: left;
	font-size: 18px;
}

.container-newsletter .fa {
	float: left;
	line-height: 77px;
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.container-newsletter a:hover .fa {
	color: #E2231A;
}

/*--------- SOCIAL FOOTER ---------*/

ul.social-footer {
	list-style: none;
	padding-left: 0px;
	margin-top: 27px;
}

ul.social-footer li {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

ul.social-footer li:hover {
	opacity: 0.7;
}

.text-followus {
	font-size: 18px;
	float: right;
}

/*--------- CONTACT FOOTER ---------*/

div.contact-footer {
	font-size: 16px;
	color: #ffffff;
}

div.contact-footer .mobile {
	font-size: 18px;
	font-weight: bold;
}

/*--------- PAYMENT METHOD FOOTER AND TRILOGI LOGO  ---------*/

ul.payment-method-footer {
	height: 45px;
	margin-top: 15px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	width: auto;
}

ul.payment-method-footer li {
	display: inline-block;
	margin-left: 15px;
}

ul.payment-method-footer li img {
	max-height: 30px;
}

/*--------- COPYRIGHT FOOTER ---------*/

div.copyright-footer {
	height: 60px;
	line-height: 60px;
	color: #ffffff;
}

div.copyright-footer a {
	color: #808080;
}

.copyright-footer-links {
	line-height: 60px;
}

.link-bottom-footer {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	color: #ffffff;
}

.separator-link {
	margin-top: 20px;
	float: left;
	height: 20px;
	width: 1px;
	background-color: #ffffff;
}

/* RESPONSIVE FOOTER ****************************************/

@media(max-width:1200px) {

	.footer .container-footer-bottom {
		height: auto;
	}

	div.copyright-footer {
		text-align: center;
	}

	.content-icp {
		text-align: center;
		float: none;
	}

	.copyright-footer-links {
		line-height: 16px;
		text-align: center;
	}

	.separator-link {
		margin-top: 0px;
	}

	.link-bottom-footer,
	.separator-link {
		display: inline-block;
		float: none;
	}

	ul.payment-method-footer {
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media(max-width:991px) {
	ul.social-footer {
		text-align: center;
		margin-top: 0px;
	}

	ul.social-footer li {
		float: none !important;
		display: inline-block;
	}

	.text-followus {
		display: none;
	}

	.footer .container-footer {
		padding-bottom: 0px;
	}

	.panel-group.accordionFooter {
		margin-bottom: 0px;
	}

	.container-newsletter .fa,
	.container-newsletter .text {
		float: none !important;
	}

	.container-newsletter {
		text-align: center;
	}


}

/* PRODUCT LIST ****************************************/

.container-product-list.container-product-list-category {
	background-color: #ffffff;
	border: solid #ffffff 1px;
	height: 386px;
	/*border-top: 1px solid transparent;*/
}

.container-product-list.container-product-list-category:hover {
	background-color: #F1F1F1;
	border: solid #F1F1F1 1px;
	/*border-top: 1px solid transparent;*/
}

.link-img-product-list {
	display: block;
	min-height: 200px;
	max-height: 200px;
}

.img-product-list {
	margin: 0 auto;
}

.container-image-product-list {
	min-height: 185px;
	max-height: 185px;
}

.container-product-list .img-product-list {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	max-width: 315px;
}

.container-product-list .img-product-list:hover {
	opacity: 0.5;
}

div.container-name-brand {
	text-align: left;
	min-height: 60px;
	width: 100%;
	margin-right: 2%;
	float: left;
}

div.container-name-brand div.brand-name {
	text-transform: uppercase;
	color: #808080;
	font-size: 14px;
	min-height: 20px;
}

div.container-name-brand div.product-name a {
	color: #2b2b2b;
	font-size: 16px;
	line-height: 16px;
}

div.container-name-brand div.product-name a:hover {
	color: #808080;
}

div.container-info-product .product-sku {
	color: #E2231A;
	font-size: 20px;
	font-family: helvetica-light;
}

div.price-product-list {
	text-align: center;
	font-size: 16px;
}

.container-price-product-list .price {
	font-size: 16px !important;
	font-weight: bold;
}

.quantity-pl {
	float: left;
	margin-top: 2px;
	padding-left: 5px;
}

div.container-products .price {
	font-size: 18px;
	font-weight: bold;
}

.container-product-list-category {
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
	height: 363px;
}

.container-quantity-product-list {
	float: left;
	margin-left: 10px;
}

.container-quantity-product-list .input-group {
	width: 9px;
	margin: 0 auto;
}

span.input-group-btn button {
	background-color: #A0A0A0;
	color: #cecece;
	padding: 0px;
	height: 34px;
	width: 35px;
	font-size: 10px;
	border-radius: 0px;
	color: #FFFFFF;
	border-color: #CCCCCC;

}

span.input-group-btn button:hover {
	background-color: #CCCCCC;
}

.container-quantity-product-list input[type="text"] {
	padding: 0px;
	width: 30px;
	text-align: center;
}

.container-buy-button-product-list {
	float: right;
	margin-right: 10px;
}

.container-buy-button-product-list button {
	background-color: #E2231A;
	width: 90px;
	border: 1px solid #d6d6d6;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	height: 35px;
	border-radius: 0px;
}

.container-buy-button-product-list button:hover,
.container-buy-button-product-list button:focus {
	background-color: #113E14;
	color: #ffffff;
}

.container-price-product-list {
	text-align: right;
}

.price-product-list.sale {
	display: inline-block;
}

.sale-price {
	display: inline-block;
	text-decoration: line-through;
	color: #808080;
}

.container-product-list {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	height: 343px !important;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}


.saleAndHighlight {
	display: none;
}

/*.saleAndHighlight .container-highlight{
  background-color: #FFFFFF;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #03BEA6;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.saleAndHighlight .container-sale{
  background-color: #FFFFFF;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #E2231A;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 10px;
}

.saleAndHighlight .container-highlight + .container-sale{
  top: 0px;
}*/

/*options product */

.options-product-list div.productOptionPrompt {
	display: none;
}

div.price-product-list.sale .price {
	color: #E2231A;
}

div.price-product-list .price {
	font-weight: bold;
	font-size: 15px;
}

.container-buy-basket-button {
	float: left;
}

div.price-product-list-home {
	float: left;
	width: 40%;
	margin-top: 13px;
}

div.container-buy-basket-button {
	width: 50%;
}

div.container-buy-basket-button.full-button {
	width: 100%;
}

.container-data-product-list {
	background-color: #ffffff;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	padding-bottom: 0px;
}

.product-name {
	height: 70px;
	overflow: hidden;
	line-height: 16px;
}

.sku-code {
	color: #E2231A;
	margin-right: 5px;
	display: block;
}

div.price-product-list-home .price-product-list {
	text-align: right;
}

.container-buttons-product-list {
	height: 40px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #DDDDDD;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 0px;
	position: relative;
	top: 10px;
}

.container-info-product-list .button-demo {
	width: 50%;
	float: left;
}

.container-info-product-list .button-demo img {
	display: inline;
	margin-right: 5px;
	height: 18px;
}

.container-info-product-list .button-demo a {
	width: 100%;
	background-color: white;
	border-radius: 0px !important;
	color: #2b2b2b;
	border-color: white;
}

.container-info-product-list .button-demo a i {
	color: #F58C07;
}

.container-info-product-list .button-demo a:hover,
.container-info-product-list .button-demo a:focus,
.container-info-product-list .button-demo a:active {
	color: #e2231a !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}

.link-price-home {
	color: #000000;
}

.container-buy-basket-button button {
	height: 40px !important;
	width: 100% !important;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 0px !important;
	background-color: white;
	color: #2b2b2b;
}

.container-buy-basket-button button i {
	color: #03BEA6;
}

.container-buy-basket-button button:hover,
.container-buy-basket-button button:focus,
.container-buy-basket-button button:active:focus {
	background-color: white;
	color: #03BEA6;
	border-color: white;
}

@media(max-width: 1400px) {
	div.price-product-list-home {
		width: 43%;
	}

	div.container-name-brand {
		/*width: 55%;*/
	}
}

/* CATEGORY ****************************************/

.col-product-search {
	width: 23%;
	float: left;
	margin: 1%;
}

.col-product-category {
	width: 31.3%;
	float: left;
	margin: 1%;
}

@media(max-width:1200px) {
	.col-product-category {
		width: 47.5%;
		float: left;
		margin: 1%;
	}

	.col-product-search {
		width: 31.3%;
	}
}

@media(max-width:991px) {
	.pathLast.categoryPathLast {
		display: none;
	}

	.col-product-search {
		width: 47.5%;
	}
}

@media(max-width:600px) {
	.col-product-category {
		width: 95%;
		float: left;
		margin: 1%;
	}

	.col-product-search {
		width: 95%;
		margin: 1%;
	}
}

h2.h2-category {
	margin-bottom: 0px;
	margin-top: 29px;
}

div.container-subcategory {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 18px;
	height: 230px;
}

div.img-subcategory {
	background-position: center !important;
	background-size: cover !important;
	height: 200px;
	width: 100%;
	border: 1px solid #e4e4e4;
	margin: 0 auto;
}

div.img-category-large {
	width: 100%;
	height: 335px;
	margin-bottom: 15px;
	margin-top: 26px;
	background-size: cover;
}

div.name-subcategory {
	margin-top: 11px;
	text-align: center;
	font-size: 18px;
	color: #808080;
	font-family: helvetica-light;
	line-height: 15px;
}

div.container-subcategory:hover div.img-subcategory {
	opacity: 0.5;
}

div.container-subcategory:hover div.name-subcategory {
	color: #E2231A;
}

div.text-seo-category {
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}

h1.title-category {
	margin-top: 20px;
}

.container-title-search {
	margin-bottom: 30px;
}

/*--------- LEFT MENU ---------*/

.h2-category.back-link {
	font-size: 14px;
	background-color: #a0a0a0;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
}

.h2-category.back-link:hover {

	background-color: #E2231A;
}

#MainMenu .h2-category.back-link .fa {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}

.list-group.panel>.list-group-item {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-submenu {
	padding-left: 20px;
}

#MainMenu .list-group a {
	color: #A0A0A0;
	border-radius: 0px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-family: helvetica-light;
	font-weight: normal;
	font-size: 15px;
}

#MainMenu .fa {
	float: right;
	margin-top: 4px;
}

#MainMenu .list-group a:focus {
	background-color: white;
	color: #E2231A;
}

#MainMenu .list-group a:hover {
	background-color: white;
	color: #E2231A;
}

#MainMenu .list-group a.current {
	background-color: #f1f1f1;
	color: #2b2b2b;
	font-weight: normal;
}

#MainMenu .list-group div a.current {
	background-color: #ffffff;
	color: #E2231A;
}

#MainMenu .list-group a.category-level1 {
	font-size: 16px;
	color: #2b2b2b;
}

#MainMenu .list-group-item:last-child {
	border-bottom: none;
}

#MainMenu {
	margin-top: 11px;
}

.category-level1 {
	font-weight: bold;
}

/*--------- FILTER ---------*/

.container-filter {
	margin-bottom: 15px;
}

.accordion-filter {
	margin-top: 10px;
}

.panel-group .panel {
	box-shadow: none;
}

.container-viewperpage,
.dropdown-orderby {
	float: left;
}

.dropdown-orderby button {
	border-radius: 0px;
	width: 170px;
	text-align: left;
	margin-right: 10px;
	height: 40px;
}

.dropdown-orderby a {
	display: block;
	padding: 10px;
	color: #2A2B2A;
}

.container-viewperpage {
	height: 40px;
	background-color: white;
	line-height: 40px;
	margin-right: 20px;
}

.container-viewperpage .title-perpage {
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	color: #808080;
}

.container-viewperpage a {
	background-color: white;
	border: 1px solid #CCCCCC;
	height: 40px;
	display: block;
	float: left;
	width: 40px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
	color: #808080;
}

.container-viewperpage a:hover {
	background-color: #E4E4E4;
	color: #2A2B2A;
}

.container-viewperpage a.filterElementSelected {
	color: #ffffff;
	background-color: #F1F1F1;
	color: #808080;
	font-weight: bold;
}

.dropdown-toggle.btn-default {
	color: #333;
	background-color: #ffffff;
	text-transform: capitalize;
	border-color: #CCCCCC;
	border-width: 1px;
}

.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:focus,
.dropdown-toggle.btn-default:active,
.dropdown-toggle.btn-default:focus:active {
	background-color: white !important;
	color: #2b2b2b !important;
}

.dropdown .btn-default:hover,
.dropdown .btn-default:focus,
.dropdown .btn-default.focus,
.dropdown .btn-default:active,
.dropdown .btn-default.active,
.dropdown .open>.dropdown-toggle.btn-default {
	background-color: #E4E4E4;
}

.dropdown-orderby a {
	color: #808080;
}

.dropdown-orderby .dropdown-toggle.btn-default {
	color: #808080;
}

.dropdown-orderby a.filterElementSelected,
.dropdown-orderby a.filterElementSelected:hover {
	color: #FAA513;
	font-weight: bold;
	background-color: #ffffff;
}

.dropdown-filter {
	width: 100%;
	margin-bottom: 10px;
}

.dropdown-filter .dropdown-toggle {
	width: 100%;
	text-align: left;
}

.dropdown-filter .dropdown-menu {
	padding: 10px;
	width: 100%;
}

button.button-filter-products {
	width: 100%;
	margin-bottom: 10px;
}

button.clearFilterButton {
	width: 100%;
	background-color: #BD3531;
	border-color: #BD3531;
	margin-top: 10px;
}

button.clearFilterButton:hover,
button.clearFilterButton:focus {
	background-color: #861A16;
	border-color: #861A16;
}

.customTagsFilterElementName {
	margin-left: 10px;
}

/*--------- VIEW PRODUCTS ---------*/

.container-views-category button {
	background-color: #F1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: #808080;
	font-size: 20px;
	margin-left: 10px;
}

.container-views-category button:focus {
	outline: none;
}

.container-views-category button.active {
	background-color: #FAA513;
	border: 1px solid #FAA513;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	color: #ffffff;
	font-size: 20px;
	margin-left: 10px;
}

/* PRODUCT PAGE ****************************************/

h1.product-name {
	font-family: helvetica-light;
	font-size: 22px;
	margin-top: 0px;
	color: #2A2B2A;
	text-transform: capitalize;
	height: auto;
	margin-bottom: 0px;
	line-height: 24px;
}

div.brand-product-page {
	height: 60px;
	width: 100px;
	border: 3px solid #DEDEDE;
	border-radius: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div.productRateValoration {
	display: none;
}

div.stars-product-page {
	float: left;
	margin-bottom: 10px;
	clear: both;
	margin-right: 10px;
}

.productRateStarField:before,
.fluidRating span:before,
.fluidRating span~span:before,
.fluidRating:hover>span:hover:before,
.fluidRating:hover>span:hover~span:before {
	color: #FAA513;
}

div.container-valoration {
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 20px;
}

div.container-info-product {
	margin-top: 10px;
	overflow: visible;
}

div.button-wishlist-product-page {
	margin-left: 10px;
}

div.button-wishlist-product-page button,
div.container-buttons-share button {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #E2231A;
	font-size: 22px;
	padding: 0px;
	text-align: center;
	line-height: 28px;
}

/* additional images */
#slider-detail-images {
	position: relative;
}

#slider-detail-images .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 40px;
	background-color: #d2d2d2;
	width: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 25px;
	border: 0px solid #D2D2D2;
	color: #2b2b2b;
	cursor: pointer;
	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#slider-detail-images .left.slick-arrow {
	left: 0px;
}

#slider-detail-images .right.slick-arrow {
	right: -2px;
}

/* multiple products */

.product-multipleorderquantity {
	display: none;
}

.form-special-quantity .buyFormQuantity {
	visibility: hidden;
	height: 0px !important;
	opacity: 0;
	width: 0px;
}

.priceByQuantity .priceColumn {
	font-size: 22px;
	font-weight: bold;
}

.priceByQuantity {
	display: block;
	padding: 20px;
	border-bottom: #d2d2d2 2px solid;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.priceByQuantity table {
	width: 100%;
}

.priceByQuantity table td {
	text-align: left;
	font-size: 15px;
}

.priceByQuantity table td+td {
	text-align: right;
}

.priceByQuantity .priceColumn:after {
	content: "/unit";
	font-size: 12px;
	padding-left: 5px;
}

.left-form-special-quantity {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	position: relative;
}

.price-special {
	position: absolute;
	top: 0px;
	right: 0px;
}

.right-form-special-quantity {
	width: 100%;
}

.right-form-special-quantity button {

	border: 2px solid #03BEA6;
	background-color: #03BEA6;
	width: 100%;
}

.right-form-special-quantity button.btn-primary:hover,
.right-form-special-quantity button.btn-primary:focus,
.right-form-special-quantity button:focus:active {
	background-color: #5ADACA !important;
	border-color: #5ADACA !important;
}

.form-special-quantity {
	overflow: hidden;
	margin-top: 15px;
}

.product-list-multiple .buyFormQuantity {
	visibility: hidden;
	height: 0px !important;
	opacity: 0;
	width: 0px;
	position: absolute;
}

@media(max-width: 1400px) {
	.priceByQuantity .priceColumn {
		font-size: 18px;
	}

	.priceByQuantity table td {
		font-size: 14px;
	}
}

/* videos product */
#slider-videos-product {
	position: relative;
}

#slider-videos-product .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 40px;
	background-color: #d2d2d2;
	width: 40px;
	text-align: center;
	line-height: 39px;
	font-size: 25px;
	border: 0px solid #D2D2D2;
	color: #2b2b2b;
	cursor: pointer;
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#slider-videos-product .left.slick-arrow {
	left: 0px;
}

#slider-videos-product .right.slick-arrow {
	right: -2px;
}

#slider-videos-product:hover .slick-arrow {
	opacity: 1;
}

#slider-videos-product .value-tag-video {
	position: relative;
}

#slider-videos-product .value-tag-video:before {
	/* content: "\f01d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    */
	content: url(../image/icon-jbc-video.svg);
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	left: 20px;
	top: 50%;
	color: #e2231a;
	font-size: 48px;
	margin-top: -33px;
	margin-left: -23px;
}

.img-video-page-product {
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.img-video-page-product img {
	visibility: hidden;
}

.slick-arrow {
	background-color: #f5f5f5 !important;
}

.value-tag-video {
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.img-additional {
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.img-additional:focus {
	outline: 0px !important;
}

#slider-detail-images:hover .slick-arrow {
	opacity: 1;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#slider-detail-images .img-additional.active {
	opacity: 0.5;
	border: 1px solid #D2D2D2;
}

@media(max-width:991px) {


	.slick-arrow {
		opacity: 1 !important;
	}

	.prices-product-page,
	.container-quantity-product {
		width: 50% !important;
		float: left;
	}

	.prices-product-page.prices-product-page-quantity {
		width: 100% !important
	}

}

@media(max-width:550px) {

	.prices-product-page,
	.container-quantity-product {
		width: 100% !important;
		float: none;
	}
}

/*menu product*/

.menu-product a.link-menu-product {
	font-family: 'Whitney-Medium';
	font-size: 18px;
	margin-right: 35px;
	color: #2b2b2b;
	margin-bottom: 0px;
	display: inline-block;
}

.menu-product a.link-menu-product:hover {
	color: #e2231a;
}

.container-menu-product {
	border-bottom: 2px solid #2a2b2a;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.container-menu-product .menu-product a {
	color: #2a2b2a;
}

.link-anchor {
	margin-top: -60px;
	position: absolute;
}

/*technical information*/

.name-tag {
	font-family: helvetica-light;
	font-size: 16px;
	/*height: 52px;*/
}

.value-tag {
	font-family: helvetica-light;
	font-size: 14px;
	color: #A0A0A0;
	/*height: 52px;*/
	padding-bottom: 15px;
}

@media(max-width:500px) {
	.footer-links-mobile .name-tag {
		width: 100%;
	}

	.footer-links-mobile .value-tag {
		width: 100%;
	}
}

.text-block,
.link-block {
	color: #A0A0A0;
	margin-bottom: 5px;
	margin-top: 3px;
	display: inline-block;
}

.link-block:hover {
	color: #2b2b2b;
}

/*manuals*/

.links-manuals a:before {
	position: relative;
	top: 4px;
	right: 2px;
}


.links-manuals a[href$=".pdf"]:before {
	content: url(../image/pdf.png);
}

.links-manuals a[href$=".jpg"]:before,
.links-manuals a[href$=".jpeg"]:before {
	content: url(../image/image.png);
}

.links-manuals a[href$=".png"]:before {
	content: url(../image/image.png);
}

.links-manuals a[href$=".gif"]:before {
	content: url(../image/image.png);
}

.title-block-manuals {
	font-size: 16px;
	font-family: helvetica-light;
	color: #2b2b2b;
	margin-bottom: 5px;
	margin-top: 3px;
	display: inline-block;
	width: 200px;
}

.container-multiple-message {
	border-radius: 5px;
	border: 2px dashed #d2d2d2;
	padding: 4px;
	color: #626262;
}

.text-multiple-message {
	text-align: center;
	font-size: 16px;
}

.value-multiple-message {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

@media(max-width: 992px) {
	.title-block-manuals {
		width: 100%;
		display: block;
	}

	.text-block,
	.link-block {
		margin: 0px;
	}
}

div.container-quantity-product input[type="text"] {
	width: 80px;
}

.input-group-btn button {
	width: 35px;
	right: 0px;
	width: 35px !important;
	height: 35px !important;
	top: 0px;
	left: -6px;
}

.input-group-btn+input+.input-group-btn button {
	right: -5px;
	top: 0px;
	left: 6px;
}

div.container-valoration a {
	color: #2A2B2A;
}

div.button-buy-product-page {
	width: 100%;
}

div.button-buy-product-page button,
.modalBasketEndOrder {
	border: 2px solid #03BEA6;
	width: 100%;
	margin-top: 10px;
	background-color: #03BEA6;

}

div.button-buy-product-page button.btn-primary:hover,
div.button-buy-product-page button.btn-primary:focus,
.modalBasketEndOrder:hover,
.modalBasketEndOrder:focus {
	background-color: #5ADACA !important;
	border-color: #5ADACA !important;
}

div.container-button-quantity {
	margin-bottom: 20px;
	overflow: auto;
	margin-top: 0px;
}

div.container-description {
	margin-bottom: 15px;
	height: auto;
	font-size: 16px;
}

div.prices-product-page {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

.content-demo-product-page {
	border-radius: 5px;
	padding: 10px;
	color: #2A2B2A;
	position: relative;
	cursor: pointer;
}

.content-demo-product-page {}

.content-demo-product-page:hover {
	color: #e2231a;
}

.img-freedemo {
	float: left;
	margin-right: 15px;
}

div.text-freedemo {
	height: auto;
	float: left;
	padding-top: 10px;
	padding-left: 0px;
}

.content-demo-product-page i {
	position: absolute;
	left: 8px;
	font-size: 44px;
}

.text-freedemo {
	margin-bottom: 15px;
}

/*forms*/

.form-group {
	position: relative;
}

.form-group .help-block {
	position: absolute;
	top: -5px;
	right: 0px;
}

/*product options */

.options-product-page {
	margin-top: 10px;
}

div.productOptionValues {
	margin-bottom: 30px;
}

.bootstrap-select.productOptionSelectValue:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	height: 30px;
}

.productOptionPrompt {
	font-size: 18px;
}

.container-product-list-category .bootstrap-select>.dropdown-toggle {
	padding: 0px;
	height: 30px !important;
	line-height: 30px;
	padding-left: 10px;
}

.container-product-list-category .productOptionValue.productOptionSelectValue {
	padding-right: 10px;
	padding-left: 10px;
}

.container-product-list-category .options-product-list {
	min-height: 34px;
	margin-top: 10px;
}

.container-product-list-category .container-info-product-list {
	min-height: 126px;
}

.container-product-list-category .productOptionValues {
	margin-bottom: 0px;
}

.productOptionValue {
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.productOptionValue input[type="radio"] {
	visibility: hidden;
}

.productOptionValueName {
	color: #A0A0A0;
}

.productOptionSelected.productOptionValue .productOptionValueName {
	color: #E2231A;
}

.productOptionValue .productOptionValueName {
	position: absolute;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	margin-left: -10px;
	margin-top: -10px;
	padding-top: 10px;
}

.productOptionSelected.productOptionValue {
	border-color: #2b2b2b;
}

/* tabs */

div.tabs-product-page li a {
	text-transform: uppercase;
}

div.tabs-product-page {
	margin-top: 30px;
}

div.tabs-product-page div.tab-content {
	margin-bottom: 30px;
	padding: 15px;
}

div.tabs-product-page .indicator {
	margin-top: 3px;
}

.container-button-quantity .container-quantity-product {
	margin-left: 0px;
	width: 100%;
}

.container-quantity-product input[type="text"] {
	height: 35px !important;
}

.container-quantity-product .input-group-btn {
	margin: 0px;
}

button.btn-number {
	height: 35px !important;
	width: 35px !important;
	border-radius: 0px !important;
	border: 0px solid red !important;
}

.container-button-quantity {
	padding: 20px;
	background-color: #f5f5f5;
	padding-top: 10px;
}

.prices-product-page .price-sale {
	text-decoration: line-through;
	color: #808080;
}

div.prices-product-page .price {
	font-size: 26px;
	font-weight: bold;
}

div.prices-product-page .price-sale .price {
	font-size: 20px;
	margin-left: 5px;
}

/*highlight and sale */

.container-highlight-sale-product .container-highlight,
.container-highlight-sale-product .container-sale {
	float: left;
}

.container-highlight-sale-product {
	float: left;
	line-height: 26px;
	font-size: 14px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.container-highlight-sale-product .container-highlight {
	color: #03BEA6;
	padding-right: 10px;
}

.container-highlight-sale-product .container-sale {
	color: #F12525;
}

.container-highlight-sale-product .separator-vertical {
	color: #808080;
	margin-right: 5px;
	margin-left: 5px;
}

@media(max-width:1200px) {
	.menu-product a.link-menu-product {
		font-size: 15px;
	}
}

@media(max-width:991px) {

	.productOptionValue .productOptionValueName {
		width: 90%;
	}

	.content-demo-product-page {
		margin-bottom: 20px;
	}

	.menu-product {
		display: none;
	}
}

/* USER PAGE ****************************************/

/*login register*/

.buttons-login.buttons-register .legalTextLinks {
	text-align: left;
}

.userLogin,
.formText.userText {
	margin-top: 10px;
}

body.fluidContent-customer .legalTextLinks,
body.fluidContent-user .legalTextLinks {
	margin-top: 10px;
	margin-bottom: 10px;
}

.container-login .form-message.alert {
	/*margin-top: 40px;
  margin-bottom: -10px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 0px;
}

/*user page*/

.formText.userText {
	text-align: justify;
}

#userLoginSubmitContainer {
	text-align: left;
}

#userLoginLostPassword {
	text-align: left;
	display: block;
	color: #808080;
	margin-bottom: 10px;
}

div.subcountrySearchField input {
	margin-top: 10px;
	height: 34px;
}

div.countriesSelector select {
	border-radius: 0px;
}

.form-control.formField.subcountrySelector.userField {
	margin-top: 10px;
}

div#userControlPanel {
	margin-top: 40px;
	margin-bottom: 40px;
}

div#userControlPanel div.userPanelTitle {
	font-family: helvetica-light;
	color: #FFFFFF;
	margin-top: 20px;
	background-color: #A0A0A0;
	padding: 7px;
	font-size: 18px;
	padding-left: 10px;
	border-radius: 5px;
}

div#userControlPanel div.userPanelLink {
	margin-top: 10px;
	font-weight: bold;
	color: #2A2B2A;
}

div#userControlPanel div.userPanelLink a {
	color: #a0a0a0;
	font-weight: normal;
}

div#userControlPanel div.userPanelLink.userPanelLinkSelected a {
	color: #2b2b2b;
}

div#userControlPanel div.userPanelLink.userPanelLinkSelected a:hover {
	color: #2b2b2b;
}

div#userControlPanel div.userPanelLink a:hover {
	color: #2b2b2b;
}

.formTitle {
	color: #808080;
	font-family: 'Whitney-Medium';
	font-size: 28px;
	margin-top: 30px;
}

.table {
	border-right: 0px solid #F1F1F1;
	margin-bottom: 0px;
}

.table thead tr {
	border-bottom: 2px solid #F1F1F1;
	font-weight: bold;
	background-color: #F1F1F1;
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: normal;
}

.table .basketFooter {
	background-color: white;
	border-top: 2px solid #2b2b2b;
}

.basketTitle.basketSubtotalTitle {
	padding-left: 35px;
}

.basketTitle.basketDisclosureTitle.basketDisclosureTotalTitle span {
	display: none;
}

.basketFooter.basketPaymentSystemFooter {
	display: none;
}

.basket.basketPrice.basketProductPrice {
	text-align: right;
	padding-right: 30px !important;
}

.basketProductInfo .basketProductName {
	padding-right: 10px;
	float: left;
}

.basketOptionValue {
	color: #a0a0a0;
}

.basketProductInfo .basketOptions {
	float: left;
	padding: 2px;
}

.basketTitle.basketPriceTitle {
	text-align: right;
	padding-right: 30px;
}

.basketDisclosureTitle {
	font-weight: bold;
}

.basketProductTotal {
	position: relative;
}

.basketTitle.basketDisclosureTitle.basketDisclosureTotalTitle,
.basketProductTotal,
.basketSubtotal,
.basketDisclosureTotal,
.basketDisclosurePrice,
.basketProductPrice,
.basketTitle.basketSubtotalTitle {
	padding-right: 0px !important;
}

.basketTitle {
	border-bottom: 2px solid #2b2b2b;
	background-color: white;
	font-weight: bold;
}

@media(max-width: 350px) {
	.table .basketFooter {
		font-size: 13px;
	}
}

@media(max-width: 550px) {

	.basketSubtotal,
	.basketDisclosureTotal,
	.basketDisclosurePrice {
		padding-right: 5px !important;
	}

	div.basketProductInfo {
		max-width: 140px !important;
	}
}

.table thead tr td {
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

body.fluidContent-user .basketButtons {
	text-align: left;
}

.changePasswordForm {
	margin-top: 10px;
}

.empty-wishlist-text {
	margin-top: 10px;
}

table.userOrders {
	margin-top: 15px;
}

tbody.userOrders {
	border-bottom: 1px solid #DDDDDD;
}

p.description-delete-account {
	margin-top: 10px;
}

@media(max-width: 991px) {

	#changePasswordSubmit,
	.button-empty-wishlist,
	#deleteAccountSubmit {
		width: 100%;
	}

	button#loginFormSubmit {
		width: 100%;
	}

	ul.nav.nav-tabs {
		width: 100%;
	}

	ul.nav.nav-tabs li,
	ul.nav.nav-tabs li a {
		width: 100%;
	}

	.basketTitle.basketPriceTitle,
	.basket.basketPrice.basketProductPrice {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media(max-width: 400px) {
	table.userOrders {
		font-size: 12px;
	}
}

/*wishlist buttons*/

.productDetailSendWishlist {
	float: right;
}

.wishlistButton:before {
	content: "\f08a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: relative;
	left: 0px;
	top: 0px;
}

.wishlistButton.wishlistButtonRemove:before {
	content: "\f004";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0px;
	color: #B90302;
}

.button-wishlist-product-page i {
	display: none;
}

.button-wishlist-product-page.wishlist button {
	float: left;
	position: relative;
	top: 0px;
}

div.buttons-wishlist {
	margin-top: 30px;
}

div.buttons-wishlist button {
	width: auto;
}

a.button-empty-wishlist {
	margin-top: 10px;
}

/*epoints user*/

div.userEpointDescription {
	margin-top: 10px;
	margin-bottom: 5px;
}

div.userEpointContent div.ePointsResumeItem {
	overflow: auto;
	clear: both;
	margin-bottom: 10px;
}

div.userEpointContent div.ePointsResumeItem div.ePointsResumeLabel {
	background-color: #f1f1f1;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	width: 50%;
	float: left;
	color: #808080;
}

div.userEpointContent div.ePointsResumeItem div.ePointsResumeValue {
	text-align: left;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

body.fluidContent-ePoints div.formTitle.userTitle {
	margin-top: 0px;
}

div.userEpointName {
	font-size: 22px;
	margin-top: 30px;
	color: #808080;
	font-family: 'Whitney-Medium';
	font-size: 28px;
	margin-top: 30px;
	text-transform: uppercase;
}

@media(max-width:991px) {
	div#userControlPanel {
		margin-top: 0px;
	}
}

/* BASKET ****************************************/

/* fapiao */

#fapiaoContainer {
	background-color: #f1f1f1;
	padding: 10px;
	height: auto;
	padding-left: 0px;
	padding-bottom: 50px;
	display: none;
}

.fapiaoHeader {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

.fapiaoField {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 38px;
}

.fapiaoFormField {
	border-radius: 5px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	padding-left: 10px;
}

#inputFapiaoActived {
	margin-top: 13px;
}

@media(max-width: 992px) {
	#fapiaoContainer {
		height: 105px;
	}
}

@media(max-width: 500px) {
	#fapiaoContainer {
		height: 150px;
	}

	.fapiaoField {
		float: none;
		clear: both;
	}

	.fapiaoField {
		padding-left: 7px;
	}
}

/*modal*/

#modalBasketButtons {
	margin-top: 20px !important;
}

#modalBasketButtons a {
	width: 100%;
}

.modalform .form-message.alert,
.contactForm .form-message.alert {
	padding: 0px !important;
	margin: 0px !important;
}

/*page*/

#basketClear,
#basketRecalculate,
#basketContinueShopping {
	background-color: #2B2B2B;
	color: #FFFFFF !important;
	border-color: #2B2B2B;
}

#basketClear:hover,
#basketRecalculate:hover,
#basketContinueShopping:hover,
#basketClear:focus,
#basketRecalculate:focus,
#basketContinueShopping:focus {
	background-color: #454545 !important;
	border-color: #454545;
	color: #ffffff;
}

div.basketButtons {
	text-align: left;
}

body.fluidContent-deniedOrder div.basketButtons,
body.fluidContent-confirmOrder div.basketButtons {
	text-align: center;
}

div.basketButtons button {
	width: 200px;
}

td.basketDisclosureTotalTitle,
td.basketDisclosureTotal,
td.basketDisclosurePrice.basketTotal,
td.basketSubtotal,
td.basketProductTotal,
td.basketSubtotalTitle,
.basket.basketFooter.basketPrice.basketShipping {
	text-align: right;
}

.basket.basketFooter.basketDisclosureFooter.basketDisclosureTotalText,
.basket.basketFooter.basketDisclosureFooter.basketPrice.basketDisclosurePrice.basketTotal {
	font-size: 22px;
}

.paymentSystemSelector .basketSelectorPrice.shippingSelectorPrice {
	display: none;
}

td.basket.basketProductDiscounts .basketProductDiscount {
	text-align: center;
}

span.basketProductName a {
	color: #2b2b2b;
}

span.basketDeleteProduct {
	color: #e2231a;
	right: 30px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	font-size: 11px;
	border: 1px solid #e2231a;
	padding: 3px;
	border-radius: 3px;
	height: 20px;
	width: 20px;
	line-height: 12px;
	text-align: center;
}

.table>tbody>tr.basketDisclosure>td {
	border-top: 1px solid transparent;
}

span.basketDeleteProduct.glyphicon-trash:before,
.miniBasketItem span.glyphicon-trash:before {
	content: "\e014" !important;
	font-size: 10px;
	color: #e2231a;
}

div.basketProductInfo {
	float: left;
}

.shipperNameSpacer,
.shippingTypeName {
	display: none;
}

@media(max-width: 992px) {
	.large-space {
		padding-left: 70px;
	}
}

@media(max-width: 768px) {
	div.basketProductInfo {
		max-width: 170px;
	}

	span.basketProductName,
	.basketOptionValue {
		font-size: 12px !important;
	}

	div.basketProductImage {
		width: 80px !important;
		display: none;
	}

	td.basketQuantity input[type="text"] {
		width: 43px !important;
	}

	.basketProductName+span.basketProductSku {
		left: 9px !important;
	}
}

td.basketProduct {
	width: 60%;
	position: relative;
	padding-top: 30px !important;
}

.basketClear {
	display: none;
}

.fluidContent-basket .basketPaymentSystemFooter {
	display: none;
}

.basketProductName+span.basketProductSku {
	color: #e2231a;
	position: absolute;
	top: 7px;
	left: 133px;
}

td.basketQuantityTitle,
input.basketQuantity {
	text-align: center;
}

td.basketQuantity input[type="text"] {
	width: 60px;
	border-radius: 0px !important;
	height: 35px !important;
}

.table>tbody>tr>td {
	border-top: 1px solid #f1f1f1;
}

@media(max-width: 550px) {
	.table.basket {
		font-size: 12px;
	}

	span.basketDeleteProduct {
		right: 0px;
	}
}

.basket.basketFooter.basketTotalText {
	font-weight: bold;
	font-size: 22px;
}

.basket.basketFooter.basketPrice.basketTotal {
	font-weight: bold;
	text-align: right;
	font-size: 22px;
	padding-right: 0px;
}

span.basketProductName {
	font-size: 16px;
}

div.basketOption .bootstrap-select>.dropdown-toggle {
	height: 30px !important;
	padding: 0px;
	padding-left: 10px;
}

span.basketOptionName {
	display: none;
}

div.basketOptions {
	width: 200px;
}

td.basket {
	vertical-align: middle !important;
}

tr.basketFooter.basketSubtotalFooter,
tr.basketFooter.basketDisclosureFooter.basketDisclosureTotal {
	font-size: 16px;
	font-weight: bold;
}

div.earningEpointsItem {
	min-height: 35px;
	background-color: #F1F1F1;
	color: #E2231A;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	height: auto;
}

a.basketBack {
	width: 200px;
}

body.fluidContent-customer a.basketBack,
body.fluidContent-paymentAndShipping a.basketBack {
	float: left;
}

body.fluidContent-customer input.basketNext,
body.fluidContent-paymentAndShipping input.basketNext {
	float: right;
}

input.basketNext {
	background-color: #03BEA6;
	border-color: #03BEA6;
}

input.basketNext:hover,
input.basketNext:focus,
input.basketNext:active,
input.basketNext:focus:active,
input.basketNext.btn-succes:hover,
input.basketNext.btn-success:focus,
input.basketNext.btn-success:active,
input.basketNext.btn-success:focus:active {
	background-color: #5ADACA;
	border-color: #5ADACA;
}

span.basketValidationMessage {
	display: block;
	text-align: right;
}

.delete-button-buy .basketEndOrder {
	display: none;
}

/*.delete-buttons-no-buy .basketContinueShopping,
.delete-buttons-no-buy .basketClear,
.delete-buttons-no-buy .basketRecalculate{
  display: none;
}*/

.delete-buttons-no-buy .basketEndOrder,
.right-checkout-buttons .basketEndOrder {
	float: right;
}

.right-checkout-buttons div.basketButtons {
	text-align: left;
}

/*basket steps*/

ul.basket-steps {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 30px;
	overflow: hidden;
}

ul.basket-steps li {
	float: left;
	width: 25%;
	height: 40px;
	border-bottom: solid #D2D2D2 5px;
	color: #9C9C9C;
	line-height: 40px;
	font-family: helvetica-light;
	font-size: 21px;
	text-align: left;
	padding-left: 10px;
}

ul.basket-steps li.active {
	border-bottom: solid #03BEA6 5px;
	color: #2B2B2B;
	background-color: #FFFFFF;
	line-height: 32px;
}

ul.basket-steps li.active+li,
ul.basket-steps li.active+li+li,
ul.basket-steps li.active+li+li+li {
	border-bottom: solid #D2D2D2 5px;
	background-color: #FFFFFF;
}

img.basketProductImage {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 90px;
	max-height: 80px;
}

.basketProductImage {
	margin-right: 5px;
	width: 80px;
	height: 80px;
}

div.basketProductImage {
	width: 120px;
	min-height: 70px;
	margin-top: -20px;
}

.basketOptions .basketOption {
	padding: 0px;
}

.basket.basketQuantity .input-group {
	margin: 0 auto;
}

@media(max-width:1200px) {
	ul.basket-steps li {
		font-size: 17px;
	}
}

@media(max-width:991px) {
	ul.basket-steps {
		margin-top: 0px;
	}

	ul.basket-steps li {
		width: 100%;
		float: none;
	}

	td.basketQuantity .btn {
		display: none;
	}

	.basketButtons button,
	.basketButtons input,
	.basketButtons a {
		width: 100% !important;
		float: none;
		margin-bottom: 10px;
	}

	.basket.basketFooter.basketPrice.basketSubtotal {
		font-size: 13px;
		padding: 0px;
	}
}

@media(max-width:450px) {
	td.basketTitle.basketPriceTitle {
		display: none;
	}

	div.basketProductInfo .basketOptions,
	td.basket.basketPrice.basketProductPrice {
		display: none;
	}

	div.basketProductImage {
		width: 60px;
	}

	#fapiaoContainer {
		height: 200px;
	}
}

@media(max-width:380px) {
	div.basketProductInfo {
		max-width: 80px;
	}
}

/* paymentandshipping */

div.basketSelectorsTitle,
label.discountCodeField,
label.orderCommentsField {
	height: 40px;
	line-height: 40px;
	color: #808080;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	display: block;
	font-weight: normal;
	font-family: helvetica-light;
	font-size: 18px;
	background-color: #A0A0A0;
	color: white;
	border-radius: 5px;
}

div.basketSelector {
	color: #a0a0a0;
}

div.basketSelector label {
	margin-bottom: 10px;
}

div.basketSelectorSelected {
	color: #2b2b2b;
}

div.paymentAndShippingContent {
	padding: 15px;
}

div.container-grey {
	background-color: #F1F1F1;
}

.container-additional-info-product-page {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}

.container-additional-info-product-page h2 {
	margin-top: 0px;
}

input#discountCodeButton {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 100px;
}

table.selectableEPointsItemTable td {
	position: relative;
	padding-bottom: 10px;
}

input#basketRecalculateEPoints {
	position: absolute;
	top: 20px;
	right: 0px;
	width: auto;
}

div.selectableEPointsItemStartText {
	font-weight: bold;
}

td.selectableEPointsItemName {
	color: #E2231A;
	font-weight: bold;
}

td.basket.basketQuantity {
	text-align: center;
	width: 100px;
}

/* denied order, confirm order */

.container-order {
	text-align: center;
	margin-top: 20px;
}

div.container-order div.title {
	color: #808080;
	font-family: helvetica-light;
	font-size: 28px;
	margin-top: 10px;
}

div.container-order-buttons a.basketButton {
	width: 200px;
}

div.container-order-buttons a#confirmOrderBackToShop {
	width: 200px;
}

div.container-order-buttons .deniedOrderButtons a#confirmOrderBackToShop {
	width: auto;
}

div.container-order .fa-check-circle {
	font-size: 51px;
	color: #03BEA6;
}

div.container-order .fa-times-circle {
	font-size: 51px;
	color: #E2231A;
}

body.fluidContent-confirmOrder .basket-steps,
body.fluidContent-deniedOrder .basket-steps {
	display: none;
}

/* LOGICOMMERCE PAGES ****************************************/

.container-page a {
	color: #E2231A;
}

.container-page a:hover {
	color: #0B2D0D;
}

.contactButton {
	margin-top: 10px;
}

.formText.contactFormText {
	margin-bottom: 10px;
}

/* AREAS ****************************************/

.container-brand-page .brand-name {
	text-align: center;
	font-family: helvetica-light;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	background-color: #A0A0A0;
}

.container-brand-page .brand-name a {
	height: 35px;
	width: 100%;
	display: block;
	color: #ffffff;
}

.brand-img {
	height: 350px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.container-brand-page:hover .brand-img {
	opacity: 0.5;
}

.container-brand-page:hover .brand-name {
	background-color: #B3241D;
}

/* 404 ****************************************/

.title-error {
	text-align: center;
	font-size: 190px;
	color: #E2231A;
}

@media(max-width:691px) {
	.title-error {
		font-size: 125px;
	}
}

/* NEWS PAGE ****************************************/

div.container-new {
	padding: 15px;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
	border: 1px solid #DFDFDF;
	margin-top: 30px;

}

div.img-new {
	height: auto;
	min-height: 125px;
	width: 100%;
	background-size: cover;
	background-image: url(../images/news-small-image-default.png);
}

div.description-new {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 10px;
	min-height: 102px;
}

div.date-new {
	color: #ABAEB3;
	font-size: 12px;
}

a.btn-new {
	width: 100%;
}

img.img-new-article {
	width: auto;
}

div.description-new-article {
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.container-buttons-new-article {
	height: 50px;
	margin-bottom: 40px;
}

div.data-new-article {
	margin-bottom: 15px;
}

span.space {
	width: 5px;
}

span.space-l {
	padding: 4px;
}

span.space-l+span {
	padding: 4px;
}

/* text msj confirm order */

.confirmOrderContent #confirmOrderTitle {
	display: block;
	color: #808080;
	font-family: helvetica-light;
	font-size: 28px;
	margin-top: 10px;
}

.confirmOrderContent #confirmOrderPaymentSystemText {
	display: block;
}

.confirmOrderContent #confirmOrderOrderId {
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

/* endorder wechat */

.endOrderImage img {
	max-width: 100%;
	height: auto
}

.endOrderTitle .title-wechat {
	padding-top: 30px;
	text-align: center;
	color: gray;
	font-family: helvetica-light;
	font-size: 28px;
}

.text-wechat {
	text-align: center;
}

.endOrderImageDescription {
	float: left;
}

.endOrderDescriptiontext {
	float: left;
	width: 195px;
}

.endOrderImage {
	text-align: center;
	float: right;
}

.endOrderFooter {
	width: 100%;
	float: left;
	clear: both;
}

.endOrderDescription {
	width: 259px;
	margin: 0px auto;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

.endOrderDescription img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1400px) {
	.fluidContent-endOrder .col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.fluidContent-endOrder .col-md-8 {
		width: 66.66666667%;
	}
}

@media (max-width: 992px) {

	.endOrderImage,
	.endOrderDescription {
		float: none;
	}
}

#countDown {
	font-size: 20px;
	display: block;
	color: #e2231a;
}

#endOrderCountDown {
	text-align: center;
}

/* sms userVerify */
.sendSMS {
	padding-top: 15px;
}

#modalSendVerifyUser .questionText,
#modalVerifyUser .questionText,
#modalVerifyUser .verifyUserText {
	margin-bottom: 15px;
}

.myaccount-top-header .form-message.alert {
	margin: 10px !important;
	padding: 10px !important;
}

.myaccount-top-header .form-message.alert a {
	color: #333 !important;
}

/* QST SOFTWARE MODAL  */
#qstsoftware,
#qstdemo {
	padding: 0px !important;
}

#qstsoftware .modal-content,
#qstdemo .modal-content {
	/* border-radius: 40px; */
	max-width: 500px;
	margin: 0 auto;
	/* padding: 20px; */
	padding-bottom: 20px;
	padding-top: 0px;
}

#qstsoftware .form-message.alert,
#qstdemo .form-message.alert {
	display: none;
}

#qstsoftware h2,
#qstdemo h2 {
	color: #808080;
	font-family: helvetica-light;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

/*
#qstsoftware .buttons-form,
#qstdemo .buttons-form {
  text-align: center;
}
#qstsoftware .buttons-form button,
#qstdemo .buttons-form button {
  border-radius: 50px !important;
  background-color: #03BEA6;
  border: none;
}
*/
#qstdemo .captchaContainer,
#qstsoftware .captchaContainer {
	margin-bottom: 15px;
}

#qstdemo #secureCodeContainer,
#qstdemo #captchaContainer,
#qstsoftware #secureCodeContainer,
#qstsoftware #captchaContainer {
	width: 40%;
	display: inline-block;
}

#qstdemo #secureCodeContainer,
#qstsoftware #secureCodeContainer {
	font-weight: 700;
}

#qstdemo #captchaContainer,
#qstsoftware #captchaContainer {
	margin-left: 15px;
}

#qstdemo .form-group .help-block,
#qstsoftware .form-group .help-block {
	top: calc(100% - 6px);
	left: 0px;
	right: auto;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	/*height: 100%;*/
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.fluidContent-product .slick-initialized .slick-slide {
	display: block;
	height: 25px;
	margin-top: 20px;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.fluidContent-product .fluidModalVideo button.close {
	height: 30px !important;
	line-height: 30px;
	padding: 0 9px;
}

.fluidContent-product .fluidModalVideoContent {
	padding-top: 0px;
	padding-bottom: 57.25%;
	margin-bottom: 0px;
}

.fluidContent-product .fluidModalVideo .modal-body {
	padding: 0px 0 0;
}

.fluidContent-product .fluidModalVideo .modal-content {
	background-color: white;
}


/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('https://dfou7ztp2gaz6.cloudfront.net/1043/themes/default/assets/css/fonts/slick.eot');
	src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;

	display: block;

	width: 100%;
	padding: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
	width: 220px \0;
	/*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px;
}

.bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}

select.mobile-device {
	position: absolute !important;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100% !important;
	opacity: 0;
}

/*# sourceMappingURL=bootstrap-select.css.map */

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu,
.mm-menu>.mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-menu>.mm-panel {
	background: inherit;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.mm-menu>.mm-panel.mm-hasnavbar {
	padding-top: 40px;
}

.mm-menu>.mm-panel:before,
.mm-menu>.mm-panel:after {
	content: '';
	display: block;
	height: 20px;
}

.mm-vertical .mm-panel {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block;
}

.mm-vertical .mm-listview>li>.mm-next,
.mm-listview>li.mm-vertical>.mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview>li>.mm-next:after,
.mm-listview>li.mm-vertical>.mm-next:after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview>li.mm-opened>.mm-next:after,
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar>* {
	display: block;
	padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview>li {
	position: relative;
}

.mm-listview>li,
.mm-listview>li:after,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before {
	border-color: inherit;
}

.mm-listview>li>a,
.mm-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
	padding-right: 50px;
}

.mm-listview>li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listview>li:not(.mm-divider):after {
	left: 20px;
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-menu>.mm-panel>.mm-listview {
	margin: 20px -20px;
}

.mm-menu>.mm-panel>.mm-listview:first-child,
.mm-menu>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset>li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 20px;
}

.mm-next:after,
.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 20px;
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar>*,
.mm-menu .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-opened {
	overflow: hidden;
	position: relative;
}

html.mm-opened body {
	overflow: hidden;
}

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}

.mm-menu.mm-current {
	display: block;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-moz-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		-o-transform: translate(440px, 0);
		transform: translate(440px, 0);
	}
}

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
	max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
	max-height: 100%;
}

.mm-menu.mm-measureheight>.mm-panel {
	bottom: auto !important;
	height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%;
}

em.mm-counter+a.mm-next {
	padding-left: 40px;
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
	margin-right: 90px;
}

em.mm-counter+a.mm-fullsubopen {
	padding-left: 0;
}

.mm-vertical>.mm-counter {
	top: 12px;
	margin-top: 0;
}

.mm-vertical.mm-spacer>.mm-counter {
	margin-top: 40px;
}

.mm-nosubresults>.mm-counter {
	display: none;
}

.mm-menu em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
	display: none;
}

.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
	content: none !important;
	display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
	display: block;
}

.mm-menu .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
	-webkit-transition-property: -webkit-transform, left, right;
	-moz-transition-property: -moz-transform, left, right;
	-ms-transition-property: -ms-transform, left, right;
	-o-transition-property: -o-transform, left, right;
	transition-property: transform, left, right;
}

.mm-iconpanel .mm-panel.mm-opened {
	border-left: 1px solid;
	border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
	overflow-y: hidden;
	left: -40px;
	right: 40px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	left: 240px;
}

.mm-subblocker {
	background: inherit;
	opacity: 0;
	display: block;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -100000px;
	left: 0;
	z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu>.mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
	border-top: 1px solid transparent;
	border-bottom: none;
	top: auto;
	bottom: 0;
}

.mm-navbar-top~.mm-navbar-top {
	border-bottom: none;
}

.mm-navbar-bottom~.mm-navbar-bottom {
	border-top: none;
}

.mm-navbar.mm-hasbtns {
	padding: 0 40px;
}

.mm-close:after {
	content: 'x';
}

.mm-navbar[class*="mm-navbar-content-"]>* {
	box-sizing: border-box;
	display: block;
	float: left;
}

.mm-navbar>.mm-breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px;
}

.mm-navbar>.mm-breadcrumbs>* {
	display: inline-block;
	padding: 10px 3px;
}

.mm-navbar>.mm-breadcrumbs>a {
	text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0;
}

.mm-navbar-top-1 {
	top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
	top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
	top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
	top: 40px;
}

.mm-navbar-top-2 {
	top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
	top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
	top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
	top: 80px;
}

.mm-navbar-top-3 {
	top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
	top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
	top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
	top: 120px;
}

.mm-navbar-top-4 {
	top: 120px;
}

.mm-hasnavbar-top-4 .mm-panel {
	top: 160px;
}

.mm-hasnavbar-top-4 .mm-indexer {
	top: 170px;
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
	top: 160px;
}

.mm-navbar-bottom-1 {
	bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
	bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
	bottom: 50px;
}

.mm-navbar-bottom-2 {
	bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
	bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
	bottom: 90px;
}

.mm-navbar-bottom-3 {
	bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
	bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
	bottom: 130px;
}

.mm-navbar-bottom-4 {
	bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panel {
	bottom: 160px;
}

.mm-hasnavbar-bottom-4 .mm-indexer {
	bottom: 170px;
}

.mm-navbar-size-2 {
	height: 80px;
}

.mm-navbar-size-3 {
	height: 120px;
}

.mm-navbar-size-4 {
	height: 160px;
}

.mm-navbar-content-2>* {
	width: 50%;
}

.mm-navbar-content-3>* {
	width: 33.33%;
}

.mm-navbar-content-4>* {
	width: 25%;
}

.mm-navbar-content-5>* {
	width: 20%;
}

.mm-navbar-content-6>* {
	width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
	box-sizing: border-box;
}

.mm-search {
	height: 40px;
	padding: 7px 10px 0 10px;
}

.mm-search input {
	border: none;
	border-radius: 26px;
	font: inherit;
	font-size: 14px;
	line-height: 26px;
	outline: none;
	display: block;
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 0 10px;
}

.mm-search input::-ms-clear {
	display: none;
}

.mm-panel>.mm-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mm-panel.mm-hassearch {
	padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
	padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
	top: 40px;
}

.mm-noresultsmsg {
	text-align: center;
	font-size: 21px;
	display: none;
	padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
	display: block;
}

.mm-noresults .mm-indexer {
	display: none !important;
}

li.mm-nosubresults>a.mm-next {
	display: none;
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
	padding-right: 10px;
}

.mm-menu .mm-search input {
	background: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: -100px;
	z-index: 3;
	-webkit-transition: right 0.4s ease;
	-moz-transition: right 0.4s ease;
	-ms-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-indexer a {
	text-decoration: none;
	display: block;
	height: 3.85%;
}

.mm-indexer~.mm-panel.mm-hasindexer {
	padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
	right: 0;
}

.mm-hasindexer .mm-fixeddivider {
	right: 20px;
}

.mm-menu .mm-indexer a {
	color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
	position: absolute;
	left: -10000px;
}

label.mm-toggle,
label.mm-check {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
	content: '';
	display: block;
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px;
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px;
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right;
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: 0.1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
	bottom: auto;
	margin-top: 0;
}

li.mm-vertical label.mm-toggle {
	top: 5px;
}

li.mm-vertical label.mm-check {
	top: 5px;
}

label.mm-toggle,
label.mm-check {
	right: 20px;
}

label.mm-toggle+a,
label.mm-toggle+span {
	padding-right: 80px;
}

label.mm-check+a,
label.mm-check+span {
	padding-right: 60px;
}

a.mm-next+label.mm-toggle,
a.mm-next+label.mm-check {
	right: 60px;
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span,
a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
	margin-right: 50px;
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
	padding-right: 70px;
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
	padding-right: 50px;
}

em.mm-counter+a.mm-next+label.mm-toggle,
em.mm-counter+a.mm-next+label.mm-check {
	right: 100px;
}

em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span,
em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span {
	margin-right: 90px;
}

.mm-menu label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
	background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview>li:after,
.mm-listview.mm-border-none>li:after {
	content: none;
}

.mm-menu.mm-border-full .mm-listview>li:after,
.mm-listview.mm-border-full>li:after {
	left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
	-webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(30%, 0, 0);
	-moz-transform: translate3d(30%, 0, 0);
	-ms-transform: translate3d(30%, 0, 0);
	-o-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
	opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0%, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	-o-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(1) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(2) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(3) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(4) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(5) {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(6) {
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(7) {
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(8) {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview>li:nth-child(9) {
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview>li {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 10000px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(10000px, 0);
		-moz-transform: translate(10000px, 0);
		-ms-transform: translate(10000px, 0);
		-o-transform: translate(10000px, 0);
		transform: translate(10000px, 0);
	}
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-moz-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		-o-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 10000px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-webkit-transform: translate(-10000px, 0);
		-moz-transform: translate(-10000px, 0);
		-ms-transform: translate(-10000px, 0);
		-o-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0);
	}
}

.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
	height: 100%;
	min-height: 140px;
	max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span {
	text-overflow: clip;
	white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
	content: none;
	display: none;
}

.mm-menu.mm-pageshadow:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-80%, 0);
	-moz-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	-o-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-moz-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		-o-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-moz-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		-o-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
	}
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	z-index: 0 !important;
}

.mm-menu.mm-front {
	z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
	background: #333333;
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
	border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-white {
	background: white;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
	border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
	background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-black {
	background: black;
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
	border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
	content: none;
	display: none;
}

.mm-menu.mm-theme-black .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
	background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
	content: '';
	display: block;
	clear: both;
}

.mm-menu.mm-tileview .mm-listview>li,
.mm-menu .mm-tileview.mm-listview>li {
	width: 50%;
	height: 0;
	padding: 50% 0 0 0;
	float: left;
	position: relative;
}

.mm-menu.mm-tileview .mm-listview>li:after,
.mm-menu .mm-tileview.mm-listview>li:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s {
	width: 25%;
	padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l {
	width: 75%;
	padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl {
	width: 100%;
	padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span,
.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0;
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next,
.mm-menu .mm-tileview.mm-listview>li>.mm-next {
	width: auto;
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after {
	content: none;
	display: none;
}

.mm-menu.mm-tileview .mm-panel {
	padding-left: 0;
	padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
	content: none;
	display: none;
}

.mm-menu.mm-tileview .mm-listview {
	margin: 0;
}


/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
	opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: 0.3;
	transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
	background: inherit;
}

html.mm-pagedim-white #mm-blocker {
	background: #fff;
}

html.mm-pagedim-black #mm-blocker {
	background: #000;
}