@font-face {
	font-family: 'FontAwesome';
	src: url(font/fontawesome-webfont.eot?v=4.6.3);
	src: url(font/fontawesome-webfont.eot?%23iefix&v=4.6.3) format("embedded-opentype"), url(font/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(font/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(font/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(font/fontawesome-webfont.svg?v=4.6.3%23fontawesomeregular) format("svg");
	font-weight: normal;
	font-style: normal
}
.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-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"
}
.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
}/*!

/*!
* Bootstrap
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	margin: .67em 0;
	font-size: 2em
}
abbr[title] {
	border-bottom: 1px dotted
}
dfn {
	font-style: italic
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
mark {
	color: #000;
	background: #ff0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
legend {
	padding: 0;
	border: 0
}
button, input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	box-sizing: border-box
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@media print {
* {
	color: #000 !important;
	text-shadow: none !important;
	background: transparent !important;
	box-shadow: none !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
margin:2cm .5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.navbar {
	display: none
}
.table td, .table th {
	background-color: #fff !important
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000 !important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important
}
}

*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input, select[multiple], textarea {
	background-image: none
}
a {
	color: #428bca;
	text-decoration: none
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	border: 0
}
.img-rounded {
	border-radius: 6px
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0
}
p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 16.1px;
	line-height: 1.4
}
@media (min-width: 768px) {
.responsive .lead {
	font-size: 21px
}
}
small {
	font-size: 85%
}
cite {
	font-style: normal
}
.text-muted {
	color: #999
}
.text-primary {
	color: #428bca
}
.text-warning {
	color: #c09853
}
.text-danger {
	color: #b94a48;
	padding: 2px 0 0
}
.text-success {
	color: #468847
}
.text-info {
	color: #3a87ad
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	line-height: 1.3
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	font-weight: 500;
	line-height: 1
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h1, .h1 {
	font-size: 24px
}
h2, .h2 {
	font-size: 18px
}
h3, .h3 {
	font-size: 18px
}
h4, .h4 {
	font-size: 16px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
h1 small, .h1 small {
	font-size: 24px
}
h2 small, .h2 small {
	font-size: 18px
}
h3 small, .h3 small, h4 small, .h4 small {
	font-size: 14px
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}
dl {
	margin-bottom: 20px
}
dt, dd {
	line-height: 1.428571429
}
dd {
	margin-left: 0
}
@media (min-width: 768px) {
.responsive .dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
.responsive .dl-horizontal dd {
	margin-left: 180px
}
.responsive .dl-horizontal dd:before, .responsive .dl-horizontal dd:after {
	display: table;
	content: " "
}
.responsive .dl-horizontal dd:after {
	clear: both
}
.responsive .dl-horizontal dd:before, .responsive .dl-horizontal dd:after {
	display: table;
	content: " "
}
.responsive .dl-horizontal dd:after {
	clear: both
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}
blockquote p {
	font-size: 17.5px;
	line-height: 1.25
}
blockquote p:last-child {
	margin-bottom: 0
}
blockquote small {
	display: block;
	line-height: 1.428571429
}
blockquote small:before {
	content: '\2014 \00A0'
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}
blockquote.pull-right small:before {
	content: ''
}
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
q:before, q:after, blockquote:before, blockquote:after {
	content: ""
}
address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}
code, pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre.prettyprint {
	margin-bottom: 20px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.container:before, .container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.row:before, .row:after {
	display: table;
	content: " "
}
.row:after {
	clear: both
}
.row:before, .row:after {
	display: table;
	content: " "
}
.row:after {
	clear: both
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-25, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left
}
.col-xs-1 {
	width: 8.3333333333333%
}
.col-xs-2 {
	width: 16.666666666667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.333333333333%
}
.col-xs-5 {
	width: 41.666666666667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.333333333333%
}
.col-xs-8 {
	width: 66.666666666667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.333333333333%
}
.col-xs-11 {
	width: 91.666666666667%
}
.col-xs-12 {
	width: 100%
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-25 {
	float: left
}
.col-sm-1 {
	width: 8.3333333333333%
}
.col-sm-2 {
	width: 16.666666666667%
}
.col-sm-25 {
	width: 20%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.333333333333%
}
.col-sm-5 {
	width: 41.666666666667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.333333333333%
}
.col-sm-8 {
	width: 66.666666666667%
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.333333333333%
}
.col-sm-11 {
	width: 91.666666666667%
}
.col-sm-12 {
	width: 100%
}
.col-sm-push-1 {
	left: 8.3333333333333%
}
.col-sm-push-2 {
	left: 16.666666666667%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.333333333333%
}
.col-sm-push-5 {
	left: 41.666666666667%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-7 {
	left: 58.333333333333%
}
.col-sm-push-8 {
	left: 66.666666666667%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-10 {
	left: 83.333333333333%
}
.col-sm-push-11 {
	left: 91.666666666667%
}
.col-sm-pull-1 {
	right: 8.3333333333333%
}
.col-sm-pull-2 {
	right: 16.666666666667%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.333333333333%
}
.col-sm-pull-5 {
	right: 41.666666666667%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-7 {
	right: 58.333333333333%
}
.col-sm-pull-8 {
	right: 66.666666666667%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-10 {
	right: 83.333333333333%
}
.col-sm-pull-11 {
	right: 91.666666666667%
}
.col-sm-offset-1 {
	margin-left: 8.3333333333333%
}
.col-sm-offset-2 {
	margin-left: 16.666666666667%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.333333333333%
}
.col-sm-offset-5 {
	margin-left: 41.666666666667%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-7 {
	margin-left: 58.333333333333%
}
.col-sm-offset-8 {
	margin-left: 66.666666666667%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-10 {
	margin-left: 83.333333333333%
}
.col-sm-offset-11 {
	margin-left: 91.666666666667%
}
}
.no-responsive .col-md-1, .no-responsive .col-md-2, .no-responsive .col-md-3, .no-responsive .col-md-4, .no-responsive .col-md-5, .no-responsive .col-md-6, .no-responsive .col-md-7, .no-responsive .col-md-8, .no-responsive .col-md-9, .no-responsive .col-md-10, .no-responsive .col-md-11, .no-responsive .col-md-25 {
	float: left
}
.no-responsive .col-sm-1, .no-responsive .col-sm-2, .no-responsive .col-sm-3, .no-responsive .col-sm-4, .no-responsive .col-sm-5, .no-responsive .col-sm-6, .no-responsive .col-sm-7, .no-responsive .col-sm-8, .no-responsive .col-sm-9, .no-responsive .col-sm-10, .no-responsive .col-sm-11, .no-responsive .col-sm-25 {
	float: left
}
.no-responsive .col-sm-1 {
	width: 8.3333333333333%
}
.no-responsive .col-sm-2 {
	width: 16.666666666667%
}
.no-responsive .col-sm-25 {
	width: 20%
}
.no-responsive .col-sm-3 {
	width: 25%
}
.no-responsive .col-sm-4 {
	width: 33.333333333333%
}
.no-responsive .col-sm-5 {
	width: 41.666666666667%
}
.no-responsive .col-sm-6 {
	width: 50%
}
.no-responsive .col-sm-7 {
	width: 58.333333333333%
}
.no-responsive .col-sm-8 {
	width: 66.666666666667%
}
.no-responsive .col-sm-9 {
	width: 75%
}
.no-responsive .col-sm-10 {
	width: 83.333333333333%
}
.no-responsive .col-sm-11 {
	width: 91.666666666667%
}
.no-responsive .col-sm-12 {
	width: 100%
}
.no-responsive .col-sm-push-1 {
	left: 8.3333333333333%
}
.no-responsive .col-sm-push-2 {
	left: 16.666666666667%
}
.no-responsive .col-sm-push-3 {
	left: 25%
}
.no-responsive .col-sm-push-4 {
	left: 33.333333333333%
}
.no-responsive .col-sm-push-5 {
	left: 41.666666666667%
}
.no-responsive .col-sm-push-6 {
	left: 50%
}
.no-responsive .col-sm-push-7 {
	left: 58.333333333333%
}
.no-responsive .col-sm-push-8 {
	left: 66.666666666667%
}
.no-responsive .col-sm-push-9 {
	left: 75%
}
.no-responsive .col-sm-push-10 {
	left: 83.333333333333%
}
.no-responsive .col-sm-push-11 {
	left: 91.666666666667%
}
.no-responsive .col-sm-pull-1 {
	right: 8.3333333333333%
}
.no-responsive .col-sm-pull-2 {
	right: 16.666666666667%
}
.no-responsive .col-sm-pull-3 {
	right: 25%
}
.no-responsive .col-sm-pull-4 {
	right: 33.333333333333%
}
.no-responsive .col-sm-pull-5 {
	right: 41.666666666667%
}
.no-responsive .col-sm-pull-6 {
	right: 50%
}
.no-responsive .col-sm-pull-7 {
	right: 58.333333333333%
}
.no-responsive .col-sm-pull-8 {
	right: 66.666666666667%
}
.no-responsive .col-sm-pull-9 {
	right: 75%
}
.no-responsive .col-sm-pull-10 {
	right: 83.333333333333%
}
.no-responsive .col-sm-pull-11 {
	right: 91.666666666667%
}
.no-responsive .col-sm-offset-1 {
	margin-left: 8.3333333333333%
}
.no-responsive .col-sm-offset-2 {
	margin-left: 16.666666666667%
}
.no-responsive .col-sm-offset-3 {
	margin-left: 25%
}
.no-responsive .col-sm-offset-4 {
	margin-left: 33.333333333333%
}
.no-responsive .col-sm-offset-5 {
	margin-left: 41.666666666667%
}
.no-responsive .col-sm-offset-6 {
	margin-left: 50%
}
.no-responsive .col-sm-offset-7 {
	margin-left: 58.333333333333%
}
.no-responsive .col-sm-offset-8 {
	margin-left: 66.666666666667%
}
.no-responsive .col-sm-offset-9 {
	margin-left: 75%
}
.no-responsive .col-sm-offset-10 {
	margin-left: 83.333333333333%
}
.no-responsive .col-sm-offset-11 {
	margin-left: 91.666666666667%
}
.no-responsive .col-md-1 {
	width: 8.3333333333333%
}
.no-responsive .col-md-2 {
	width: 16.666666666667%
}
.no-responsive .col-md-25 {
	width: 20%
}
.no-responsive .col-md-3 {
	width: 25%
}
.no-responsive .col-md-4 {
	width: 33.333333333333%
}
.no-responsive .col-md-5 {
	width: 41.666666666667%
}
.no-responsive .col-md-6 {
	width: 50%
}
.no-responsive .col-md-7 {
	width: 58.333333333333%
}
.no-responsive .col-md-8 {
	width: 66.666666666667%
}
.no-responsive .col-md-9 {
	width: 75%
}
.no-responsive .col-md-10 {
	width: 83.333333333333%
}
.no-responsive .col-md-11 {
	width: 91.666666666667%
}
.no-responsive .col-md-12 {
	width: 100%
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
	float: left
}
.col-md-1 {
	width: 8.3333333333333%
}
.col-md-2 {
	width: 16.666666666667%
}
.col-md-25 {
	width: 20%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.333333333333%
}
.col-md-5 {
	width: 41.666666666667%
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 58.333333333333%
}
.col-md-8 {
	width: 66.666666666667%
}
.col-md-9 {
	width: 75%
}
.col-md-10 {
	width: 83.333333333333%
}
.col-md-11 {
	width: 91.666666666667%
}
.col-md-12 {
	width: 100%
}
.col-md-push-0 {
	left: auto
}
.col-md-push-1 {
	left: 8.3333333333333%
}
.col-md-push-2 {
	left: 16.666666666667%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.333333333333%
}
.col-md-push-5 {
	left: 41.666666666667%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-7 {
	left: 58.333333333333%
}
.col-md-push-8 {
	left: 66.666666666667%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-10 {
	left: 83.333333333333%
}
.col-md-push-11 {
	left: 91.666666666667%
}
.col-md-pull-0 {
	right: auto
}
.col-md-pull-1 {
	right: 8.3333333333333%
}
.col-md-pull-2 {
	right: 16.666666666667%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.333333333333%
}
.col-md-pull-5 {
	right: 41.666666666667%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-7 {
	right: 58.333333333333%
}
.col-md-pull-8 {
	right: 66.666666666667%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-10 {
	right: 83.333333333333%
}
.col-md-pull-11 {
	right: 91.666666666667%
}
.col-md-offset-0 {
	margin-left: 0
}
.col-md-offset-1 {
	margin-left: 8.3333333333333%
}
.col-md-offset-2 {
	margin-left: 16.666666666667%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.333333333333%
}
.col-md-offset-5 {
	margin-left: 41.666666666667%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-7 {
	margin-left: 58.333333333333%
}
.col-md-offset-8 {
	margin-left: 66.666666666667%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-10 {
	margin-left: 83.333333333333%
}
.col-md-offset-11 {
	margin-left: 91.666666666667%
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
	float: left
}
.col-lg-1 {
	width: 8.3333333333333%
}
.col-lg-2 {
	width: 16.666666666667%
}
.col-lg-25 {
	width: 20%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.333333333333%
}
.col-lg-5 {
	width: 41.666666666667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.333333333333%
}
.col-lg-8 {
	width: 66.666666666667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.333333333333%
}
.col-lg-11 {
	width: 91.666666666667%
}
.col-lg-12 {
	width: 100%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-push-1 {
	left: 8.3333333333333%
}
.col-lg-push-2 {
	left: 16.666666666667%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.333333333333%
}
.col-lg-push-5 {
	left: 41.666666666667%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-7 {
	left: 58.333333333333%
}
.col-lg-push-8 {
	left: 66.666666666667%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-10 {
	left: 83.333333333333%
}
.col-lg-push-11 {
	left: 91.666666666667%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-pull-1 {
	right: 8.3333333333333%
}
.col-lg-pull-2 {
	right: 16.666666666667%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.333333333333%
}
.col-lg-pull-5 {
	right: 41.666666666667%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-7 {
	right: 58.333333333333%
}
.col-lg-pull-8 {
	right: 66.666666666667%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-10 {
	right: 83.333333333333%
}
.col-lg-pull-11 {
	right: 91.666666666667%
}
.col-lg-offset-0 {
	margin-left: 0
}
.col-lg-offset-1 {
	margin-left: 8.3333333333333%
}
.col-lg-offset-2 {
	margin-left: 16.666666666667%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-4 {
	margin-left: 33.333333333333%
}
.col-lg-offset-5 {
	margin-left: 41.666666666667%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-7 {
	margin-left: 58.333333333333%
}
.col-lg-offset-8 {
	margin-left: 66.666666666667%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-10 {
	margin-left: 83.333333333333%
}
.col-lg-offset-11 {
	margin-left: 91.666666666667%
}
}
table {
	max-width: 100%;
	background-color: transparent
}
th {
	text-align: left
}
@media (max-width: 768px) {
.table-responsive {
	margin-bottom: 30px;
	overflow-x: scroll;
	overflow-y: hidden
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
	/*white-space: nowrap*/
}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	padding-bottom: 10px
}
fieldset>h3 {
	margin-bottom: 20px
}
legend {
	display: block;
	width: 100%;
	padding: 15px 0 7px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 500;
	line-height: inherit
}
label {
	display: inline-block;
	padding-top: 5px
}
.options>div>label {
	font-weight: 600;
	display: block
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 2px 0 0 4px;
	margin-top: 1px \9;
	margin-right: 4px;
	line-height: normal
}
input[type="file"] {
	display: block
}
select[multiple], select[size] {
	height: auto
}
select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
height:auto
}
.form-control:-moz-placeholder {
color:#999
}
.form-control::-moz-placeholder {
color:#999
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control {
	display: block;
	width: 100%;
	height: 45px
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 15px
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: middle
}
.radio label, .checkbox label {
	display: inline;
	margin-bottom: 0;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: 0
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm {
	height: auto
}
.input-lg {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-lg {
	height: 45px;
	line-height: 45px
}
textarea.input-lg {
	height: auto
}
.has-warning .help-block, .has-warning .control-label {
	color: #c09853
}
.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e
}
.has-warning .input-group-addon {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853
}
.has-error .help-block, .has-error .control-label {
	color: #b94a48
}
.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392
}
.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48
}
.has-success .help-block, .has-success .control-label {
	color: #468847
}
.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b
}
.has-success .input-group-addon {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847
}
.form-control-static {
	padding-top: 7px;
	margin-bottom: 0
}
.help-block {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #737373;
	font-size: 12px
}
@media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.form-inline .form-control {
	display: inline-block
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 18px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0
}
.form-horizontal .control-label1{
	padding-top: 18px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 9px;
	padding-bottom: 0
}
.form-horizontal .radio:first-child, .form-horizontal .checkbox:first-child, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 18px
}
.options .form-horizontal .radio:first-child, .options .form-horizontal .checkbox:first-child, .options .form-horizontal .radio-inline:first-child, .options .form-horizontal .checkbox-inline:first-child {
	padding-top: 4px
}
@media (max-width: 768px) {
.responsive .form-horizontal .control-label, .responsive .form-horizontal .radio, .responsive .form-horizontal .checkbox, .responsive .form-horizontal .radio-inline, .responsive .form-horizontal .checkbox-inline {
	padding-top: 0
}
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display: table;
	content: " "
}
.form-horizontal .form-group:after {
	clear: both
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	display: table;
	content: " "
}
.form-horizontal .form-group:after {
	clear: both
}
@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: right
}
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: ""
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.428571429;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	background-color: #428bca
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0 dotted;
	border-bottom: 4px solid #000;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
}
.btn-default .caret {
	border-top-color: #333
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
	border-top-color: #fff
}
.dropup .btn-default .caret {
	border-bottom-color: #333
}
.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
	border-bottom-color: #fff
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: none
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar:before, .btn-toolbar:after {
	display: table;
	content: " "
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar:before, .btn-toolbar:after {
	display: table;
	content: " "
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn-group {
	float: left
}
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group-xs>.btn {
	padding: 5px 10px;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	display: table;
	content: " "
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	display: table;
	content: " "
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	border-collapse: separate;
	table-layout: fixed
}
.btn-group-justified .btn {
	display: table-cell;
	float: none;
	width: 1%
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
display:none
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}
.input-group.col {
	float: none;
	padding-right: 0;
	padding-left: 0
}
.input-group .form-control {
	width: 100%;
	margin-bottom: 0
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 45px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 45px;
	line-height: 45px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn {
	position: relative;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn+.btn {
	margin-left: -4px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:active {
	z-index: 2
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav:before, .nav:after {
	display: table;
	content: " "
}
.nav:after {
	clear: both
}
.nav:before, .nav:after {
	display: table;
	content: " "
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	text-align: center
}
@media (min-width: 768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-bottom: 1px solid #ddd
}
.nav-tabs.nav-justified>.active>a {
	border-bottom-color: #fff
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 5px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #428bca
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	text-align: center
}
@media (min-width: 768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%
}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-bottom: 1px solid #ddd
}
.nav-tabs-justified>.active>a {
	border-bottom-color: #fff
}
.tabbable:before, .tabbable:after {
	display: table;
	content: " "
}
.tabbable:after {
	clear: both
}
.tabbable:before, .tabbable:after {
	display: table;
	content: " "
}
.tabbable:after {
	clear: both
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	top: 0;
	width: 100%
}
.tab-content>.active, .pill-content>.active {
	visibility: visible;
	position: static;
	opacity: 1;
	transition: opacity .3s ease-in-out
}
.nav .caret {
	border-top-color: #428bca;
	border-bottom-color: #428bca
}
.nav a:hover .caret {
	border-top-color: #2a6496;
	border-bottom-color: #2a6496
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar:before, .navbar:after {
	display: table;
	content: " "
}
.navbar:after {
	clear: both
}
.navbar:before, .navbar:after {
	display: table;
	content: " "
}
.navbar:after {
	clear: both
}
@media (min-width: 768px) {
.navbar {
	border-radius: 4px
}
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " "
}
.navbar-header:after {
	clear: both
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " "
}
.navbar-header:after {
	clear: both
}
@media (min-width: 768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " "
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " "
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}
@media (min-width: 768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
	margin-left: -15px
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
	margin-right: -15px
}
.navbar-collapse .navbar-text:last-child {
	margin-right: 0
}
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}
@media (min-width: 768px) {
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	border-width: 0 0 1px
}
@media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px
}
@media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	z-index: 1030
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0
}
.navbar-brand {
	float: left;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}
@media (min-width: 768px) {
.navbar>.container .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
@media (min-width: 768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-image: none
}
}
@media (min-width: 768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
}
@media (min-width: 768px) {
.navbar-left {
	float: left !important
}
.navbar-right {
	float: right !important
}
}
.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	margin: 8px -15px
}
@media (min-width: 768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .form-control {
	display: inline-block
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
	margin-bottom: 5px
}
}
@media (min-width: 768px) {
.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-text {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px
}
@media (min-width: 768px) {
.navbar-text {
	margin-right: 15px;
	margin-left: 15px
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e6e6e6
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555
}
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #777;
	border-bottom-color: #777
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808
}
.navbar-inverse .navbar-brand {
	color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #999
}
.navbar-inverse .navbar-nav>li>a {
	color: #999
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999
}
.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #999
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #999
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.pager:before, .pager:after {
	display: table;
	content: " "
}
.pager:after {
	clear: both
}
.pager:before, .pager:after {
	display: table;
	content: " "
}
.pager:after {
	clear: both
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #eee
}
.pager .next>a, .pager .next>span {
	float: right
}
.pager .previous>a, .pager .previous>span {
	float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	cursor: not-allowed;
	background-color: #fff
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label[href]:hover, .label[href]:focus {
	text-decoration: none;
	cursor: pointer
}
.label:empty {
	display: none
}
.label-default {
	background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: gray
}
.label-primary {
	background-color: #428bca
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #3071a9
}
.label-success {
	background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44
}
.label-info {
	background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5
}
.label-warning {
	background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f
}
.label-danger {
	background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px
}
.badge:empty {
	display: none
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.btn .badge {
	position: relative;
	top: -1px
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eee
}
.jumbotron h1 {
	line-height: 1;
	color: inherit
}
.jumbotron p {
	line-height: 1.4
}
.container .jumbotron {
	border-radius: 6px
}
@media screen and (min-width: 768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron {
	padding-right: 60px;
	padding-left: 60px
}
.jumbotron h1 {
	font-size: 63px
}
}
.thumbnail {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.thumbnail>img {
	display: block;
	height: auto;
	max-width: 100%
}
a.thumbnail:hover, a.thumbnail:focus {
	border-color: #428bca
}
.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}
.thumbnail .caption {
	padding: 9px;
	color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	margin-top: 20px;/*border-radius: 4px*/
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable {
	padding-right: 35px
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	color: #222;
	background-color: #eaf7d9;
	border-color: #bbdf8d
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success a, .alert-success a:hover {
	color: #356635
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info a, .alert-info a:hover {
	color: #2d6987
}
.alert-warning {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5
}
.alert-warning hr {
	border-top-color: #f8e5be
}
.alert-warning .alert-link {
	color: #a47e3c
}
.alert-danger {
	color: #222222;
	background-color: #ffd1d1;
	border-color: #f8acac;
}
.alert-danger hr {
	border-top-color: #e6c1c7
}
.alert-danger .alert-link {
	color: #953b39
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:0 0
}
to {
	background-position: 40px 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}
.progress-striped .progress-bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.media, .media-body {
	overflow: hidden;
	zoom: 1
}
.media, .media .media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media-object {
	display: block
}
.media-heading {
	margin: 0 0 5px
}
.media>.pull-left {
	margin-right: 10px
}
.media>.pull-right {
	margin-left: 10px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #e1edf7
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel-success {
	border-color: #d6e9c6
}
.panel-success>.panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}
.panel-warning {
	border-color: #fbeed5
}
.panel-warning>.panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #fbeed5
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #fbeed5
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #fbeed5
}
.panel-danger {
	border-color: #eed3d7
}
.panel-danger>.panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #eed3d7
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #eed3d7
}
.panel-info {
	border-color: #bce8f1
}
.panel-info>.panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}
.well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px
}
.well h2 {
	margin-bottom: 15px !important
}
.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll
}
.modal h4 {
	font-size: 18px
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-dialog {
	z-index: 1050;
	width: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.428571429
}
.modal-body {
	position: relative;
	padding: 20px
}
.modal-footer {
	padding: 5px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .button, .modal-footer .btn {
	margin-top: 15px
}
.modal-footer:before, .modal-footer:after {
	display: table;
	content: " "
}
.modal-footer:after {
	clear: both
}
.modal-footer:before, .modal-footer:after {
	display: table;
	content: " "
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
@media screen and (min-width: 868px) {
.modal-dialog {
	right: auto;
	left: 50%;
	width: 740px;
	padding-top: 30px;
	padding-bottom: 30px
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5)
}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible
}
.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000;
	border-width: 5px 5px 0
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-top-color: #000;
	border-width: 5px 5px 0
}
.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-top-color: #000;
	border-width: 5px 5px 0
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000;
	border-width: 5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000;
	border-width: 5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000;
	border-width: 0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-bottom-color: #000;
	border-width: 0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-bottom-color: #000;
	border-width: 0 5px 5px
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background-clip: padding-box
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover .arrow {
	border-width: 11px
}
.popover .arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
	content: " "
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	border-left-width: 0
}
.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0;
	content: " "
}
.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0;
	content: " "
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0
}
.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #fff;
	border-right-width: 0;
	content: " "
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	opacity: .5;
	filter: alpha(opacity=50)
}
.carousel-control.left {
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width: 768px) {
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " "
}
.clearfix:after {
	clear: both
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.affix {
	position: fixed
}
.hidden {
	display: none !important;
	visibility: hidden !important
}
.visible-xs {
	display: none !important
}
tr.visible-xs {
	display: none !important
}
th.visible-xs, td.visible-xs {
	display: none !important
}
@media (max-width: 767px) {
.responsive .visible-xs {
	display: block !important
}
.responsive tr.visible-xs {
	display: table-row !important
}
.responsive th.visible-xs, .responsive td.visible-xs {
	display: table-cell !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .visible-xs.visible-sm {
	display: block !important
}
.responsive tr.visible-xs.visible-sm {
	display: table-row !important
}
.responsive th.visible-xs.visible-sm, .responsive td.visible-xs.visible-sm {
	display: table-cell !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .visible-xs.visible-md {
	display: block !important
}
.responsive tr.visible-xs.visible-md {
	display: table-row !important
}
.responsive th.visible-xs.visible-md, .responsive td.visible-xs.visible-md {
	display: table-cell !important
}
}
@media (min-width: 1200px) {
.responsive .visible-xs.visible-lg {
	display: block !important
}
.responsive tr.visible-xs.visible-lg {
	display: table-row !important
}
.responsive th.visible-xs.visible-lg, .responsive td.visible-xs.visible-lg {
	display: table-cell !important
}
}
.visible-sm {
	display: none !important
}
tr.visible-sm {
	display: none !important
}
th.visible-sm, td.visible-sm {
	display: none !important
}
@media (max-width: 767px) {
.responsive .visible-sm.visible-xs {
	display: block !important
}
.responsive tr.visible-sm.visible-xs {
	display: table-row !important
}
.responsive th.visible-sm.visible-xs, .responsive td.visible-sm.visible-xs {
	display: table-cell !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .visible-sm {
	display: block !important
}
.responsive tr.visible-sm {
	display: table-row !important
}
.responsive th.visible-sm, .responsive td.visible-sm {
	display: table-cell !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .visible-sm.visible-md {
	display: block !important
}
.responsive tr.visible-sm.visible-md {
	display: table-row !important
}
.responsive th.visible-sm.visible-md, .responsive td.visible-sm.visible-md {
	display: table-cell !important
}
}
@media (min-width: 1200px) {
.responsive .visible-sm.visible-lg {
	display: block !important
}
.responsive tr.visible-sm.visible-lg {
	display: table-row !important
}
.responsive th.visible-sm.visible-lg, .responsive td.visible-sm.visible-lg {
	display: table-cell !important
}
}
.visible-md {
	display: none !important
}
tr.visible-md {
	display: none !important
}
th.visible-md, td.visible-md {
	display: none !important
}
@media (max-width: 767px) {
.responsive .visible-md.visible-xs {
	display: block !important
}
.responsive tr.visible-md.visible-xs {
	display: table-row !important
}
.responsive th.visible-md.visible-xs, .responsive td.visible-md.visible-xs {
	display: table-cell !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .visible-md.visible-sm {
	display: block !important
}
.responsive tr.visible-md.visible-sm {
	display: table-row !important
}
.responsive th.visible-md.visible-sm, .responsive td.visible-md.visible-sm {
	display: table-cell !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .visible-md {
	display: block !important
}
.responsive tr.visible-md {
	display: table-row !important
}
.responsive th.visible-md, .responsive td.visible-md {
	display: table-cell !important
}
}
@media (min-width: 1200px) {
.responsive .visible-md.visible-lg {
	display: block !important
}
.responsive tr.visible-md.visible-lg {
	display: table-row !important
}
.responsive th.visible-md.visible-lg, .responsive td.visible-md.visible-lg {
	display: table-cell !important
}
}
.visible-lg {
	display: none !important
}
tr.visible-lg {
	display: none !important
}
th.visible-lg, td.visible-lg {
	display: none !important
}
@media (max-width: 767px) {
.responsive .visible-lg.visible-xs {
	display: block !important
}
.responsive tr.visible-lg.visible-xs {
	display: table-row !important
}
.responsive th.visible-lg.visible-xs, .responsive td.visible-lg.visible-xs {
	display: table-cell !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .visible-lg.visible-sm {
	display: block !important
}
.responsive tr.visible-lg.visible-sm {
	display: table-row !important
}
.responsive th.visible-lg.visible-sm, .responsive td.visible-lg.visible-sm {
	display: table-cell !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .visible-lg.visible-md {
	display: block !important
}
.responsive tr.visible-lg.visible-md {
	display: table-row !important
}
.responsive th.visible-lg.visible-md, .responsive td.visible-lg.visible-md {
	display: table-cell !important
}
}
@media (min-width: 1271px) {
.responsive .visible-lg {
	display: block !important
}
.responsive tr.visible-lg {
	display: table-row !important
}
.responsive th.visible-lg, .responsive td.visible-lg {
	display: table-cell !important
}
}
.hidden-xs {
	display: block !important
}
tr.hidden-xs {
	display: table-row !important
}
th.hidden-xs, td.hidden-xs {
	display: table-cell !important
}
@media (max-width: 767px) {
.responsive .hidden-xs {
	display: none !important
}
.responsive tr.hidden-xs {
	display: none !important
}
.responsive th.hidden-xs, .responsive td.hidden-xs {
	display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .hidden-xs.hidden-sm {
	display: none !important
}
.responsive tr.hidden-xs.hidden-sm {
	display: none !important
}
.responsive th.hidden-xs.hidden-sm, .responsive td.hidden-xs.hidden-sm {
	display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .hidden-xs.hidden-md {
	display: none !important
}
.responsive tr.hidden-xs.hidden-md {
	display: none !important
}
.responsive th.hidden-xs.hidden-md, .responsive td.hidden-xs.hidden-md {
	display: none !important
}
}
@media (min-width: 1200px) {
.responsive .hidden-xs.hidden-lg {
	display: none !important
}
.responsive tr.hidden-xs.hidden-lg {
	display: none !important
}
.responsive th.hidden-xs.hidden-lg, .responsive td.hidden-xs.hidden-lg {
	display: none !important
}
}
.hidden-sm {
	display: block !important
}
tr.hidden-sm {
	display: table-row !important
}
th.hidden-sm, td.hidden-sm {
	display: table-cell !important
}
@media (max-width: 767px) {
.responsive .hidden-sm.hidden-xs {
	display: none !important
}
.responsive tr.hidden-sm.hidden-xs {
	display: none !important
}
.responsive th.hidden-sm.hidden-xs, .responsive td.hidden-sm.hidden-xs {
	display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .hidden-sm {
	display: none !important
}
.responsive tr.hidden-sm {
	display: none !important
}
.responsive th.hidden-sm, .responsive td.hidden-sm {
	display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .hidden-sm.hidden-md {
	display: none !important
}
.responsive tr.hidden-sm.hidden-md {
	display: none !important
}
.responsive th.hidden-sm.hidden-md, .responsive td.hidden-sm.hidden-md {
	display: none !important
}
}
@media (min-width: 1200px) {
.responsive .hidden-sm.hidden-lg {
	display: none !important
}
.responsive tr.hidden-sm.hidden-lg {
	display: none !important
}
.responsive th.hidden-sm.hidden-lg, .responsive td.hidden-sm.hidden-lg {
	display: none !important
}
}
.hidden-md {
	display: block !important
}
tr.hidden-md {
	display: table-row !important
}
th.hidden-md, td.hidden-md {
	display: table-cell !important
}
@media (max-width: 767px) {
.responsive .hidden-md.hidden-xs {
	display: none !important
}
.responsive tr.hidden-md.hidden-xs {
	display: none !important
}
.responsive th.hidden-md.hidden-xs, .responsive td.hidden-md.hidden-xs {
	display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .hidden-md.hidden-sm {
	display: none !important
}
.responsive tr.hidden-md.hidden-sm {
	display: none !important
}
.responsive th.hidden-md.hidden-sm, .responsive td.hidden-md.hidden-sm {
	display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .hidden-md {
	display: none !important
}
.responsive tr.hidden-md {
	display: none !important
}
.responsive th.hidden-md, .responsive td.hidden-md {
	display: none !important
}
}
@media (min-width: 1200px) {
.responsive .hidden-md.hidden-lg {
	display: none !important
}
.responsive tr.hidden-md.hidden-lg {
	display: none !important
}
.responsive th.hidden-md.hidden-lg, .responsive td.hidden-md.hidden-lg {
	display: none !important
}
}
.hidden-lg {
	display: block !important
}
tr.hidden-lg {
	display: table-row !important
}
th.hidden-lg, td.hidden-lg {
	display: table-cell !important
}
@media (max-width: 767px) {
.responsive .hidden-lg.hidden-xs {
	display: none !important
}
.responsive tr.hidden-lg.hidden-xs {
	display: none !important
}
.responsive th.hidden-lg.hidden-xs, .responsive td.hidden-lg.hidden-xs {
	display: none !important
}
}
@media (min-width: 768px) and (max-width: 991px) {
.responsive .hidden-lg.hidden-sm {
	display: none !important
}
.responsive tr.hidden-lg.hidden-sm {
	display: none !important
}
.responsive th.hidden-lg.hidden-sm, .responsive td.hidden-lg.hidden-sm {
	display: none !important
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.responsive .hidden-lg.hidden-md {
	display: none !important
}
.responsive tr.hidden-lg.hidden-md {
	display: none !important
}
.responsive th.hidden-lg.hidden-md, .responsive td.hidden-lg.hidden-md {
	display: none !important
}
}
@media (min-width: 1200px) {
.responsive .hidden-lg {
	display: none !important
}
.responsive tr.hidden-lg {
	display: none !important
}
.responsive th.hidden-lg, .responsive td.hidden-lg {
	display: none !important
}
}
.visible-print {
	display: none !important
}
tr.visible-print {
	display: none !important
}
th.visible-print, td.visible-print {
	display: none !important
}
@media print {
.responsive .visible-print {
	display: block !important
}
.responsive tr.visible-print {
	display: table-row !important
}
.responsive th.visible-print, .responsive td.visible-print {
	display: table-cell !important
}
.responsive .hidden-print {
	display: none !important
}
.responsive tr.hidden-print {
	display: none !important
}
.responsive th.hidden-print, .responsive td.hidden-print {
	display: none !important
}
}/*!
* Others
*/
.pswp, .pswp__bg, .pswp__scroll-wrap {
	width: 100%;
	height: 100%
}
.pswp, .pswp__item, .pswp__scroll-wrap {
	overflow: hidden;
	top: 0;
	left: 0
}
.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
	position: absolute
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right, .pswp__caption--fake {
	visibility: hidden
}
.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__share-modal, .pswp__share-tooltip, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}
.pswp {
	display: none;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	outline: 0
}
.pswp--open, .pswp__button {
	display: block
}
.pswp * {
	box-sizing: border-box
}
.pswp img {
	max-width: none
}
.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}
.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}
.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}
.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.pswp__zoom-wrap {
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}
.pswp__bg {
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}
.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	will-change: transform
}
.pswp__item {
	right: 0;
	bottom: 0
}
.pswp__img {
	width: auto;
	height: auto;
	top: 0;
	left: 0
}
.pswp__img--placeholder--blank {
	background: #222
}
.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}
.pswp__error-msg {
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}
.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}
.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}
.pswp__button {
	position: relative;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none
}
.pswp__button:focus, .pswp__button:hover {
	opacity: 1
}
.pswp__button:active {
	outline: 0;
	opacity: .9
}
.pswp__button::-moz-focus-inner {
padding:0;
border:0
}
.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("//cdn.shopify.com/s/files/1/2551/7764/t/3/assets/pswp-default-skin.png?v=11540550403130918494") no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
background-image:url("//cdn.shopify.com/s/files/1/2551/7764/t/3/assets/pswp-default-skin.svg?v=11818149571331188026")
}
.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
background:0 0
}
}
.pswp__button--close {
	background-position: 0 -44px
}
.pswp__button--share {
	background-position: -44px -44px
}
.pswp__button--fs {
	display: none
}
.pswp--supports-fs .pswp__button--fs {
	display: block
}
.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}
.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}
.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}
.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}
.pswp__button--arrow--left {
	left: 0
}
.pswp__button--arrow--right {
	right: 0
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0,0,0,0.3);
	height: 30px;
	width: 32px;
	position: absolute
}
.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}
.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}
.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.pswp__share-modal {
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity
}
.pswp__share-modal--hidden {
	display: none
}
.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	transform: translateY(6px);
	transition: transform .25s;
	will-change: transform
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px
}
.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}
.pswp__share-modal--fade-in {
	opacity: 1
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0)
}
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}
a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}
.pswp__caption--empty, .pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none
}
.pswp__counter, .pswp__preloader {
	height: 44px;
	top: 0;
	position: absolute
}
a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}
a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}
a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}
a.pswp__share--download:hover {
	background: #DDD
}
.pswp__counter {
	left: 0;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB
}
.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__ui {
	visibility: visible
}
.pswp__preloader {
	width: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}
.pswp--css_animation .pswp__preloader--active, .pswp__preloader--active {
	opacity: 1
}
.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}
.pswp__preloader--active .pswp__preloader__icn {
	background: url("//cdn.shopify.com/s/files/1/2551/7764/t/3/assets/pswp-preloader.gif?v=11210323376724143142") no-repeat
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise .5s linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right
}
}
@keyframes clockwise {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
@keyframes donut-rotate {
0%, 100% {
transform:rotate(0)
}
50% {
transform:rotate(-140deg)
}
}
.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	z-index: 1550
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}
.pswp__caption, .pswp__top-bar {
	background-color: rgba(0,0,0,0.5)
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0,0,0,0.3)
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
	opacity: 0
}
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}
.pswp__element--disabled {
	display: none !important
}
.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.nano>.nano-content, .nano>.nano-pane {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}
.nano>.nano-content {
	overflow: scroll;
	overflow-x: hidden;
	left: 0
}
.nano>.nano-content:focus {
	outline: dotted thin
}
.nano>.nano-content::-webkit-scrollbar {
display:none
}
.has-scrollbar>.nano-content::-webkit-scrollbar {
display:block
}
.nano>.nano-pane {
	background: rgba(0,0,0,0.25);
	width: 10px;
	visibility: hidden\9;
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.nano>.nano-pane>.nano-slider {
	background: #444;
	background: rgba(0,0,0,0.5);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.nano-pane.active, .nano-pane.flashed, .nano:hover>.nano-pane {
	visibility: visible\9;
	opacity: .99
}
.easyzoom {
	position: relative;
	display: block
}
.easyzoom-flyout, .easyzoom-notice {
	position: absolute;
	background: #FFF
}
.easyzoom.is-loading img {
	cursor: progress
}
.easyzoom.is-ready img {
	cursor: url("//cdn.shopify.com/s/files/1/2551/7764/t/3/assets/plus-in.svg?v=8640594446249331124"), e-resize
}
.easyzoom.is-error img {
	cursor: not-allowed
}
.easyzoom-notice {
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	box-shadow: 0 0 10px #888
}
.easyzoom-flyout {
	z-index: 100;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	transition: opacity .7s ease
}
.easyzoom-flyout:hover {
	opacity: 1
}
.easyzoom-flyout img {
	max-width: none !important;
	width: auto !important
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px
}
.easyzoom img {
	vertical-align: bottom;
	transition: none !important
}
.placeholder-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}
.flexslider {
	margin: 0;
	padding: 0
}
.flexslider .slides>li {
	padding: 0;
	display: none;
	-webkit-backface-visibility: hidden
}
.flexslider .slides img {
	width: 100%;
	display: block
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.no-js .slides>li:first-child {
	display: block
}
.flexslider {
	position: relative;
	z-index: 5
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.flexslider .slides {
	zoom: 1
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav {
	height: 0
}
.flex-direction-nav a {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	margin: -17px 0 0 !important;
	height: 34px;
	width: 34px;
	margin: 0;
	background: #fff;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	text-align: center;
	line-height: 34px;
	z-index: 10
}
.flexslider:hover .flex-direction-nav a {
	opacity: 1;
	visibility: visible
}
.flex-direction-nav a:hover {
	color: #000;
	background-color: #fff
}
.flex-direction-nav .flex-prev {
	left: 75px
}
.flex-direction-nav .flex-next {
	right: 75px
}
.flexslider:hover .flex-direction-nav a, .flexslider:hover .flex-control-paging li a {
	opacity: 1;
	filter: alpha(opacity=100)
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	cursor: default
}
.flex-direction-nav a:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-direction-nav a.flex-next:before {
	content: '\f054'
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	filter: alpha(opacity=80);
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:before {
	font-family: "FontAwesome";
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}
.flex-pauseplay a:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.flex-pauseplay a.flex-play:before {
	content: '\f003'
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index: 10
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display:inline
}
.flex-control-paging li a {
	height: 12px;
	width: 12px;
	border: 2px solid #fff;
	display: block;
	float: left;
	border-radius: 50% !important;
	margin-left: 5px;
	transition: all .25s ease-in-out;
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}
.flex-control-paging li:first-child a {
	margin-left: 0
}
.flex-control-paging li a:hover {
	background: #fff
}
.flex-control-paging li a.flex-active {
	cursor: default;
	background: #fff
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default
}
@media screen and (max-width: 860px) {
.touch .home-slider .flex-direction-nav {
	display: none !important
}
}
.flexslider .caption {
	position: absolute
}
.flexslider .caption.header {
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 25%;
	left: auto;
	text-align: center;
	max-width: 100%;
	width: 100%;
	line-height: 1
}
.flexslider .caption.header h2 {
	text-transform: none;
	font-weight: 400;
	line-height: 1;
	display: block;
	position: relative;
	margin: 0
}
.flexslider .caption.sub {
	left: 0;
	position: relative;
	white-space: normal;
	padding: 0;
	position: relative
}
.flexslider .caption.header .caption-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.flexslider .caption.header .caption-content {
	position: relative;
	z-index: 2;
	line-height: 1;
	white-space: normal
}
.flexslider .caption.header .caption-link {
	line-height: normal
}
#home-slider-overlay {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#home-slider-overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat
}
.rt-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.rt-animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.rt-animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.rt-animated.flipOutX, .rt-animated.flipOutY, .rt-animated.bounceIn, .rt-animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes pulse {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.85, 1)
}
65% {
-webkit-transform:scale3d(0.95, 1.05, 1);
transform:scale3d(0.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, 0.95, 1);
transform:scale3d(1.05, 0.95, 1)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.85, 1)
}
65% {
-webkit-transform:scale3d(0.95, 1.05, 1);
transform:scale3d(0.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, 0.95, 1);
transform:scale3d(1.05, 0.95, 1)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
from, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
from, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes tada {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
from {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes wobble {
from {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
-webkit-transform:skewX(0.39063deg) skewY(0.39063deg);
transform:skewX(0.39063deg) skewY(0.39063deg)
}
88.8% {
-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);
transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
-webkit-transform:skewX(0.39063deg) skewY(0.39063deg);
transform:skewX(0.39063deg) skewY(0.39063deg)
}
88.8% {
-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);
transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(0.97, 0.97, 0.97);
transform:scale3d(0.97, 0.97, 0.97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(0.97, 0.97, 0.97);
transform:scale3d(0.97, 0.97, 0.97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
	opacity: 1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
from {
opacity:1
}
to {
	opacity: 0
}
}
@keyframes fadeOut {
from {
opacity:1
}
to {
	opacity: 0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
}
@keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
}
.rt-animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
@keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
@keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0
}
}
@keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0
}
}
@keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
from {
opacity:1
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0
}
}
@keyframes lightSpeedOut {
from {
opacity:1
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
from {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
to {
	opacity: 0
}
}
@keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
to {
	opacity: 0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
@keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: auto;
	margin: -15px;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-carousel .owl-item .item {
	margin: 15px
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none !important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 20px;
	padding-right: 20px
}
}
.mfp-ie7 .mfp-img {
	padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
	padding: 0
}
.mfp-ie7 .mfp-content {
	padding-top: 44px
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}
div.progressive {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	outline: 0
}
div.progressive img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	border: 0
}
div.progressive img.preview {
	filter: blur(2px)
}
div.progressive img.reveal {
	position: absolute;
	left: 0;
	top: 0;
	will-change: transform, opacity;
	animation: reveal 1s ease-out
}
@keyframes reveal {
0% {
transform:scale(1.05);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}
* {
	outline: 0
}
body {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #f3f3f3;
	position: relative
}
body.firefox-mac {
	font-weight: 300
}
.fixed-body {
	padding: 0 20px
}
b, strong {
	font-weight: 700
}
a {
	color: #333;
	line-height: 1.6;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
a:hover {
	color: #d9121f;
	text-decoration: none
}
.container .container {
	width: auto !important;
	max-width: none !important
}
body .standard-body, body .fixed-body {
	overflow: hidden
}
body .standard-body:before, body .fixed-body:before {
	position: absolute;
	z-index: -20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ''
}
.standard-body .full-width .container {
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 45px;
	padding-right: 45px
}
.standard-body .full-width .container .container {
	padding: 0
}
.standard-body .full-width .shadow {
	display: none
}
.standard-body .fixed {
	padding: 0 45px
}
.standard-body .fixed .background {
	margin: 0 auto;
	max-width: 1140px;
	background-color: #fff;
	position: relative
}
.standard-body .fixed .background .shadow {
	display: none
}
.standard-body .fixed .container {
	padding-left: 40px;
	padding-right: 40px;
	margin: 0
}
.standard-body .fixed .container .container {
	padding: 0
}
.standard-body .fixed2 {
	padding: 0
}
.standard-body .fixed2 .background {
	margin: 0 auto;
	max-width: 1230px;
	background-color: #fff;
	position: relative
}
.standard-body .fixed2 .background .shadow {
	display: none
}
.standard-body .fixed2 .container {
	padding-left: 45px;
	padding-right: 45px;
	margin: 0
}
.standard-body .fixed2 .container .container {
	padding: 0
}
.standard-body .fixed3#top .background .shadow {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 61px;
	z-index: -1;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
}
@media (min-width: 1466px) {
.standard-body .fixed3 {
	padding: 0
}
.standard-body .fixed3 .background {
	margin: 0 auto;
	max-width: 1426px;
	background-color: #fff;
	position: relative
}
.standard-body .fixed3 .background .shadow {
	display: none
}
.standard-body .fixed3 .container {
	padding-left: 143px;
	padding-right: 143px;
	margin: 0
}
.standard-body .fixed3 .container .container {
	padding: 0
}
}
.main-fixed {
	margin: 0 auto;
	max-width: 1230px;
	background-color: #fff
}
.fixed-body-2 .main-fixed {
	background: none !important
}
.main-fixed .fixed {
	padding: 0 !important
}
.main-fixed .custom-footer.fixed {
	padding-left: 45px !important;
	padding-right: 45px !important
}
.main-fixed .background .shadow {
	display: none !important
}
.with-shadow .main-fixed {
	-webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.45);
	-moz-box-shadow: 0 0 60px 0 rgba(0,0,0,0.45);
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.45)
}
.fixed-body .container {
	padding-left: 45px;
	padding-right: 45px;
	max-width: none
}
.fixed-body .container .container {
	padding: 0
}
.fixed-body-2-2 {
	margin: 0 auto;
	max-width: 1230px
}
.fixed-body-2-2 .main-content .pattern>.container {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.fixed-body-shoes .breadcrumb {
	margin-left: 45px;
	margin-right: 45px
}
.fixed-body-shoes .col-md-12>.box-with-products .clear:after, .fixed-body-shoes .col-md-12>.box-with-products .clear:before, .fixed-body-shoes .col-sm-12>.box-with-products .clear:after, .fixed-body-shoes .col-sm-12>.box-with-products .clear:before {
	left: 0 !important;
	right: 0 !important
}
.fixed-body-shoes .center-column .tab-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}
.fixed-body-shoes .col-md-12>.filter-product .tab-content:after, .fixed-body-shoes .col-md-12>.filter-product .tab-content:before, .fixed-body-shoes .col-sm-12>.filter-product .tab-content:after, .fixed-body-shoes .col-sm-12>.filter-product .tab-content:before {
	left: 0 !important;
	right: 0 !important
}
.fixed-body-shoes .cart-info {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.fixed-body-shoes .cart-info table td:first-child {
	padding-left: 0 !important
}
.fixed-body-shoes .cart-info table td:last-child {
	padding-right: 0 !important
}
.fixed-body-shoes .col-md-12 .col-md-12.center-column .panel {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.fixed-body-shoes #main .center-column .panel-heading {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.fixed-body-shoes #main .center-column .panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important
}
@media (min-width: 1370px) {
.fixed-body-shoes .breadcrumb {
	margin-left: 95px;
	margin-right: 95px
}
.fixed-body-shoes .main-fixed {
	max-width: 1330px
}
.fixed-body-shoes .container {
	padding-left: 95px;
	padding-right: 95px
}
}
@media (max-width: 1098px) {
.fixed-body-shoes .breadcrumb {
	margin-left: 30px;
	margin-right: 30px
}
}
@media (max-width: 767px) {
.fixed-body-shoes .breadcrumb {
	margin-left: 20px;
	margin-right: 20px
}
}
.row-no-padding {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.row-no-padding>[class*="col-"] {
padding-left:0 !important;
padding-right:0 !important
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	background-color: #f5f5f5;
	color: gray;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 0;
	padding: 12px 20px 11px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-webkit-transition: background-color linear 0.2s, border-color linear .2s;
	-moz-transition: background-color linear 0.2s, border-color linear .2s;
	-o-transition: background-color linear 0.2s, border-color linear .2s;
	transition: background-color linear 0.2s, border-color linear .2s;
	height: 45px
}
.inputs-type-2 textarea, .inputs-type-2 input[type="text"], .inputs-type-2 input[type="password"], .inputs-type-2 input[type="datetime"], .inputs-type-2 input[type="datetime-local"], .inputs-type-2 input[type="date"], .inputs-type-2 input[type="month"], .inputs-type-2 input[type="time"], .inputs-type-2 input[type="week"], .inputs-type-2 input[type="number"], .inputs-type-2 input[type="email"], .inputs-type-2 input[type="url"], .inputs-type-2 input[type="search"], .inputs-type-2 input[type="tel"], .inputs-type-2 input[type="color"], .inputs-type-2 .uneditable-input, .inputs-type-2 select {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}
.inputs-type-7 textarea, .inputs-type-7 input[type="text"], .inputs-type-7 input[type="password"], .inputs-type-7 input[type="datetime"], .inputs-type-7 input[type="datetime-local"], .inputs-type-7 input[type="date"], .inputs-type-7 input[type="month"], .inputs-type-7 input[type="time"], .inputs-type-7 input[type="week"], .inputs-type-7 input[type="number"], .inputs-type-7 input[type="email"], .inputs-type-7 input[type="url"], .inputs-type-7 input[type="search"], .inputs-type-7 input[type="tel"], .inputs-type-7 input[type="color"], .inputs-type-7 .uneditable-input {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.15);
	-moz-box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.15);
	box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.15)
}
.inputs-type-7 select {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}
.inputs-type-7 textarea:focus, .inputs-type-7 input[type="text"]:focus, .inputs-type-7 input[type="password"]:focus, .inputs-type-7 input[type="datetime"]:focus, .inputs-type-7 input[type="datetime-local"]:focus, .inputs-type-7 input[type="date"]:focus, .inputs-type-7 input[type="month"]:focus, .inputs-type-7 input[type="time"]:focus, .inputs-type-7 input[type="week"]:focus, .inputs-type-7 input[type="number"]:focus, .inputs-type-7 input[type="email"]:focus, .inputs-type-7 input[type="url"]:focus, .inputs-type-7 input[type="search"]:focus, .inputs-type-7 input[type="tel"]:focus, .inputs-type-7 input[type="color"]:focus, .inputs-type-7 .uneditable-input:focus {
	-webkit-box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.22);
	-moz-box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.22);
	box-shadow: inset 1px 1px 11px 0 rgba(50,50,50,0.22)
}
.inputs-type-3 textarea, .inputs-type-3 input[type="text"], .inputs-type-3 input[type="password"], .inputs-type-3 input[type="datetime"], .inputs-type-3 input[type="datetime-local"], .inputs-type-3 input[type="date"], .inputs-type-3 input[type="month"], .inputs-type-3 input[type="time"], .inputs-type-3 input[type="week"], .inputs-type-3 input[type="number"], .inputs-type-3 input[type="email"], .inputs-type-3 input[type="url"], .inputs-type-3 input[type="search"], .inputs-type-3 input[type="tel"], .inputs-type-3 input[type="color"], .inputs-type-3 .uneditable-input, .inputs-type-3 select {
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important
}
.inputs-type-4 textarea, .inputs-type-4 input[type="text"], .inputs-type-4 input[type="password"], .inputs-type-4 input[type="datetime"], .inputs-type-4 input[type="datetime-local"], .inputs-type-4 input[type="date"], .inputs-type-4 input[type="month"], .inputs-type-4 input[type="time"], .inputs-type-4 input[type="week"], .inputs-type-4 input[type="number"], .inputs-type-4 input[type="email"], .inputs-type-4 input[type="url"], .inputs-type-4 input[type="search"], .inputs-type-4 input[type="tel"], .inputs-type-4 input[type="color"], .inputs-type-4 .uneditable-input, .inputs-type-4 select {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important
}
.inputs-type-6 textarea, .inputs-type-6 input[type="text"], .inputs-type-6 input[type="password"], .inputs-type-6 input[type="datetime"], .inputs-type-6 input[type="datetime-local"], .inputs-type-6 input[type="date"], .inputs-type-6 input[type="month"], .inputs-type-6 input[type="time"], .inputs-type-6 input[type="week"], .inputs-type-6 input[type="number"], .inputs-type-6 input[type="email"], .inputs-type-6 input[type="url"], .inputs-type-6 input[type="search"], .inputs-type-6 input[type="tel"], .inputs-type-6 input[type="color"], .inputs-type-6 .uneditable-input, .inputs-type-6 select {
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important
}
.inputs-type-5 input[type="text"], .inputs-type-5 input[type="password"], .inputs-type-5 input[type="datetime"], .inputs-type-5 input[type="datetime-local"], .inputs-type-5 input[type="date"], .inputs-type-5 input[type="month"], .inputs-type-5 input[type="time"], .inputs-type-5 input[type="week"], .inputs-type-5 input[type="number"], .inputs-type-5 input[type="email"], .inputs-type-5 input[type="url"], .inputs-type-5 input[type="search"], .inputs-type-5 input[type="tel"], .inputs-type-5 input[type="color"], .inputs-type-5 .uneditable-input, .inputs-type-5 select {
	height: 40px
}
.inputs-type-5 select {
	line-height: 1
}
body.firefox-mac textarea, body.firefox-mac input[type="text"], body.firefox-mac input[type="password"], body.firefox-mac input[type="datetime"], body.firefox-mac input[type="datetime-local"], body.firefox-mac input[type="date"], body.firefox-mac input[type="month"], body.firefox-mac input[type="time"], body.firefox-mac input[type="week"], body.firefox-mac input[type="number"], body.firefox-mac input[type="email"], body.firefox-mac input[type="url"], body.firefox-mac input[type="search"], body.firefox-mac input[type="tel"], body.firefox-mac input[type="color"], body.firefox-mac .uneditable-input, body.firefox-mac select {
	font-weight: 300
}
input#input-captcha {
	margin-bottom: 15px
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background-color: #f9f9f9;
	outline: 0
}
textarea {
	max-width: 100%;
	height: auto
}
select {
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc
}
.select {
	position: relative
}
.select:after {
	content: "\f078";
	display: block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	position: absolute;
	top: 18px;
	right: 30px;
	z-index: 1
}
.inputs-type-4 .select:after {
	right: 20px
}
#main .dropdown-menu {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-top: 20px
}
#main .form-group .dropdown-menu {
	opacity: 1;
	visibility: visible;
	display: none
}
#main .dropdown:hover>.dropdown-menu {
	margin-top: 9px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
.dropdown-menu {
	background-color: #fff;
	border: none;
	color: #333;
	padding: 24px 0 21px;
	margin-top: 9px;
	font-size: 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15)
}
.dropdown-menu-type-2 .dropdown-menu {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px
}
.dropdown-menu-type-3 .dropdown-menu {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.dropdown-menu-type-4 .dropdown-menu {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.dropdown-menu-type-5 .dropdown-menu {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
body .dropdown-menu>li>a {
	color: #333;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 30px
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: none;
	color: #d7121f
}
.button, .btn {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #fff !important;
	background-color: #d9121f;
	font-size: 11px;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 38px 10px;
	margin: 5px 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased
}
.button-body-type-10 .button, .button-body-type-10 .btn, .button-body-type-10 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 15px 30px 12px
}
.button-body-type-10 #main .product-info .cart .add_to_cart .button-cart {
	padding-top: 14px
}
.button-body-type-2 .button, .button-body-type-2 .btn, .button-body-type-2 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}
.button-body-type-11 .button, .button-body-type-11 .btn, .button-body-type-11 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 14px 30px 9px
}
.button-body-type-8 .button, .button-body-type-8 .btn, .button-body-type-8 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 30px;
	padding-right: 30px
}
.button-body-type-9 .button, .button-body-type-9 .btn, .button-body-type-9 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 11px;
	padding-bottom: 11px
}
.button-body-type-15 .button, .button-body-type-15 .btn, .button-body-type-15 #main .product-info .cart .add_to_cart .button-cart {
	padding: 11px 30px 10px
}
.button-body-type-12 .button, .button-body-type-12 .btn, .button-body-type-12 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 13px 30px 9px
}
.button-body-type-13 .button, .button-body-type-13 .btn, .button-body-type-13 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 13px 30px 9px
}
.button-body-type-4 .button, .button-body-type-4 .btn, .button-body-type-4 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}
.button-body-type-4 .button, .button-body-type-4 .btn {
	padding-top: 11px
}
.button-body-type-3 .button, .button-body-type-3 .btn {
	padding: 12px 42px 9px
}
.button-body-type-5 .button, .button-body-type-5 .btn, .button-body-type-5 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px
}
.button-body-type-14 .button, .button-body-type-14 .btn, .button-body-type-14 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}
.button-body-type-6 .button, .button-body-type-6 .btn {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 8px 20px 5px
}
.button-body-type-6 #main .product-info .cart .add_to_cart .button-cart {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-left: 25px;
	padding-right: 25px
}
.button-body-type-7 .button, .button-body-type-7 .btn {
	padding: 10px 25px 9px
}
.button-body-type-7 #main .product-info .cart .add_to_cart .button-cart {
	padding-left: 25px;
	padding-right: 25px
}
.button:hover, .btn:hover {
	color: #fff !important;
	background-color: #333
}
.buttons .left .button, .buttons .center .button, .btn-default, .input-group-btn .btn-primary {
	background-color: #1349b2
}
.input-group input {
	border-right: none
}
.input-group-btn .btn {
	height: 45px;
	margin: 5px 0
}
.inputs-type-5 .input-group-btn .btn {
	height: 40px
}
.buttons {
	overflow: auto;
	margin: 0 0 15px
}
.buttons .btn {
	margin-top: 10px
}
.buttons .left {
	float: left;
	text-align: left
}
.buttons .right {
	float: right;
	text-align: right
}
.buttons .right .button {
	margin-left: 10px
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.button-continue-shopping {
	display: block;
	float: left
}
.button-checkout {
	display: block;
	float: right
}
.button-white-with-red-text {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #d9121f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 38px 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background-color: #fff;
	outline: none
}
.button-white-with-red-text:hover {
	color: #fff;
	background-color: #d9121f
}
.button-megamenu {
	padding: 8px 30px 5px;
	margin: 28px 0 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}
.button-slider-furniture {
	display: block;
	width: 165px;
	height: 165px;
	background-color: #98698e;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	line-height: 13px;
	padding: 39px 0 0 30px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	position: relative
}
.button-slider-furniture:hover {
	background-color: #171016
}
.button-slider-furniture:after {
	position: absolute;
	top: 82px;
	left: 30px;
	content: "\f054";
	display: inline-block;
	font: normal normal normal 11px/1 "FontAwesome"
}
.fashion3-slider-button {
	padding: 18px 40px 16px !important
}
.coffee-button {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #421206 !important;
	font-size: 12px !important;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 38px 9px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background-color: #fff;
	outline: none
}
.coffee-button:hover {
	background-color: #8d6740;
	color: #fff !important
}
#main .bakery-button {
	color: #444457 !important;
	background-color: #fff !important;
	padding: 18px 40px 12px !important;
	margin: 0 !important
}
#main .bakery-button:hover {
	color: #fff !important;
	background-color: #444457 !important
}
#main .toys2-slider-button {
	padding: 16px 40px 14px !important;
	margin: 0 !important;
	font-size: 13px !important;
	text-transform: none !important
}
#main .computer6-button {
	padding: 18px 40px 15px !important
}
#main .computer7-button {
	background-color: #fff !important;
	color: #000 !important
}
#main .computer7-button:hover {
	background-color: #000 !important;
	color: #fff !important
}
.top-bar {
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 8px;
	position: relative
}
.top-bar-type-3 .top-bar {
	padding-bottom: 6px
}
.top-bar .menu {
	list-style: none;
	padding: 12px 0 1px;
	margin: 0;
	float: right
}
.top-bar-type-2 .top-bar .menu {
	padding-top: 10px;
	padding-bottom: 3px
}
.top-bar .menu li {
	display: inline-block;
	padding: 0 0 0 27px
}
.top-bar-type-2 .top-bar .menu li {
	padding-left: 20px
}
.top-bar .menu li a {
	font-size: 12px;
	color: gray
}
.top-bar .menu li a:hover {
	color: #d9121f
}
#top .top-bar .dropdown {
	margin-top: 12px
}
#top .top-bar .dropdown.open .dropdown-menu {
	margin-top: 7px
}
.top-bar-type-2 #top .top-bar .dropdown {
	margin-top: 10px
}
.top-bar-type-2 #top .dropdown>a:after {
	margin-top: 5px
}
.top-bar-type-4 #top .top-bar form:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 1px;
	display: block;
	position: absolute;
	background-repeat: repeat;
	background-position: top left;
	margin-left: -21px
}
.top-bar-type-4 #top .top-bar form:first-of-type:before {
	display: none !important
}
.top-bar-type-4 #top .top-bar form {
	padding-left: 21px
}
.top-bar-type-4 #top .top-bar form:first-of-type {
	padding-left: 0
}
.top-bar-type-4 .top-bar .menu li {
	padding-left: 40px
}
.top-bar-type-4 .top-bar .menu li:first-child {
	padding-left: 0
}
.top-bar-type-4 .top-bar .menu li:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 1px;
	display: block;
	position: absolute;
	background-repeat: repeat;
	background-position: top left;
	margin-left: -21px
}
.top-bar-type-4 .top-bar .menu li:first-child:before {
	display: none
}
#top {
	position: relative
}
.main-fixed3 #top .pattern {
	padding-bottom: 30px
}
.slider-align-top #top {
	position: absolute;
	width: 100%
}
#top .pattern>.container {
	padding-top: 16px;
	padding-bottom: 40px;
	position: relative;
	z-index: 35
}
#top .background-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
#top .dropdown {
	display: inline-block;
	vertical-align: top;
	margin: 38px 17px 0 0
}
#top .dropdown:last-child {
	margin-right: 0
}
#top form {
	display: inline-block;
	vertical-align: top
}
#top .dropdown>a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600
}
#top .dropdown:hover>a {
	color: #d9121f
}
#top .dropdown>a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 9px;
	left: 0;
	top: 100%;
	z-index: 3
}
#top .dropdown>a:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	line-height: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 4px 0 0 5px
}
#top .dropdown:hover>a:after {
	color: #333
}
#top .dropdown-menu {
	right: -55px;
	left: auto;
	min-width: 120px;
	text-align: left
}
#top .dropdown-menu:after {
	position: absolute;
	top: -10px;
	right: 49px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: '';
	cursor: pointer
}
#top .logo {
	padding: 26px 0 0;
	margin: 0;
	line-height: 100%;
	font-size: 100%;
	text-align: center
}
#top .search_form {
	margin: 24px 26px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	position: relative
}
.header-type-2 #top .search_form {
	width: auto !important;
	max-width: 270px;
	display: block
}
#top .search_form input {
	padding: 11px 35px 10px 20px;
	margin: 0;
	height: 45px;
	width: 100%;
	font-size: 12px
}
.search-type-2 #top .search_form input {
	-webkit-box-shadow: inset 0 2px 2px 1px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0 2px 2px 1px rgba(0,0,0,0.06);
	box-shadow: inset 0 2px 2px 1px rgba(0,0,0,0.06)
}
.search-type-3 #top .search_form input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.search-type-4 #top .search_form input {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.search-type-5 #top .search_form input {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.search-type-7 #top .search_form input {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.search-type-6 #top .search_form input {
	-webkit-box-shadow: 1px 1px 2px 0 rgba(255,255,255,0.04), inset 0 3px 8px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0 rgba(255,255,255,0.04), inset 0 3px 8px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0 rgba(255,255,255,0.04), inset 0 3px 8px 3px rgba(0,0,0,0.3)
}
.search_form .button-search, .search_form .button-search2 {
	font-family: "FontAwesome";
	position: absolute;
	right: 25px;
	top: 13px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.search_form .button-search:before, .search_form .button-search2:before {
	content: "\f002"
}
#top .my-account {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 9px 0 0;
	margin: 24px 0 0;
	font-family: "Poppins"
}
#top .my-account:hover {
	border-color: #d9121f;
	background: #d9121f;
	color: #fff
}
.my-account-type-2 #top .my-account {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.my-account-type-3 #top .my-account {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.my-account-type-4 #top .my-account {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.my-account-type-5 #top .my-account {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
#top #cart_block {
	padding: 0;
	margin: 24px 0 0 35px;
	display: inline-block;
	vertical-align: top
}
.cart-block-type-4 #top #cart_block {
	margin-left: 32px
}
.cart-block-type-9 #top #cart_block {
	margin-left: 24px
}
.cart-block-type-7 #top #cart_block {
	margin-left: 28px
}
.cart-block-type-8 #top #cart_block {
	margin-left: 20px !important
}
.megamenu-type-8 #top #cart_block {
	margin-left: 28px
}
#top #cart_block .cart-heading {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.cart-block-type-6 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 20px 0 0;
	height: 45px
}
.cart-block-type-2 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 17px 0 0;
	height: 45px
}
.cart-block-type-2 #top #cart_block:hover .cart-heading {
	background: #d9121f;
	border-color: #d9121f
}
.cart-block-type-9 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 17px 0 0;
	height: 45px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.cart-block-type-9 #top #cart_block:hover .cart-heading {
	background: #d9121f;
	border-color: #d9121f
}
.cart-block-type-8 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 17px 0 0;
	height: 45px
}
.cart-block-type-8 #top #cart_block:hover .cart-heading {
	background: #d9121f;
	border-color: #d9121f
}
.cart-block-type-7 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 17px 0 0;
	height: 45px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.cart-block-type-7 #top #cart_block:hover .cart-heading {
	background: #d9121f;
	border-color: #d9121f
}
.cart-block-type-4 #top #cart_block .cart-heading {
	border: 1px solid #ccc;
	padding: 0 20px 0 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 45px
}
.cart-block-type-4 #top #cart_block:hover .cart-heading {
	background: #d9121f;
	border-color: #d9121f
}
#top #cart_block .cart-heading .cart-count {
	position: absolute;
	width: 23px;
	height: 23px;
	background: #d9121f;
	color: #fff;
	text-align: center;
	padding: 4px 0 0;
	font-size: 10px;
	font-weight: 600;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-left: -17px;
	margin-top: 11px;
	font-style: normal;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	z-index: 1
}
#top #cart_block:hover .cart-heading .cart-count {
	background: #333
}
.cart-block-type-2 #top #cart_block .cart-heading .cart-count, .cart-block-type-8 #top #cart_block .cart-heading .cart-count, .cart-block-type-3 #top #cart_block .cart-heading .cart-count, .cart-block-type-6 #top #cart_block .cart-heading .cart-count {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.cart-block-type-7 #top #cart_block .cart-heading .cart-count {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.cart-block-type-10 #top #cart_block .cart-heading .cart-count {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.cart-block-type-11 #top #cart_block .cart-heading .cart-count {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.cart-block-type-8 #top #cart_block .cart-heading .cart-count {
	margin-left: 46px
}
.cart-block-type-4 #top #cart_block .cart-heading .cart-count {
	margin-left: -12px
}
.cart-block-type-9 #top #cart_block .cart-heading .cart-count {
	margin-left: -9px
}
#top #cart_block .cart-heading .cart-icon {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 13px 0 0;
	position: relative
}
.cart-block-type-3 #top #cart_block .cart-heading .cart-icon {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.cart-block-type-6 #top #cart_block .cart-heading .cart-icon {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: -1px 0 -1px -1px;
	padding-top: 14px
}
.cart-block-type-5 #top #cart_block .cart-heading .cart-icon {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.cart-block-type-10 #top #cart_block .cart-heading .cart-icon {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.cart-block-type-11 #top #cart_block .cart-heading .cart-icon {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.cart-block-type-2 #top #cart_block .cart-heading .cart-icon {
	background: none !important;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-left: 7px
}
.cart-block-type-9 #top #cart_block .cart-heading .cart-icon {
	background: none !important;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-left: 15px
}
.cart-block-type-8 #top #cart_block .cart-heading .cart-icon {
	background: none !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 12px
}
.cart-block-type-7 #top #cart_block .cart-heading .cart-icon {
	background: none !important;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-left: -1px;
	margin-right: -6px
}
.cart-block-type-4 #top #cart_block .cart-heading .cart-icon {
	background: none !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-left: 7px;
	border-right: 1px solid #ccc;
	height: 43px
}
#top #cart_block .cart-heading .cart-icon img {
	display: block;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in
}
#top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-standard {
	visibility: visible !important;
	opacity: 1 !important
}
#top #cart_block .cart-heading .cart-icon img.cart-icon-hover {
	visibility: hidden;
	opacity: 0
}
#top #cart_block .cart-heading .cart-icon.cart-icon-no-hover img.cart-icon-hover {
	display: none !important
}
#top #cart_block:hover .cart-heading .cart-icon img.cart-icon-hover {
	visibility: visible;
	opacity: 1
}
#top #cart_block:hover .cart-heading .cart-icon img.cart-icon-standard {
	visibility: hidden;
	opacity: 0
}
#top #cart_block:hover .cart-heading .cart-icon {
	background: #d9121f;
	border-color: #d9121f
}
#top #cart_block .cart-heading p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 12px 0 0 16px;
	font-size: 14px;
	line-height: 22px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in
}
.cart-block-type-5 #main #top #cart_block .cart-heading p strong {
	font-size: 14px !important
}
.cart-block-type-2 #top #cart_block .cart-heading p {
	padding-left: 1px !important
}
.cart-block-type-9 #top #cart_block .cart-heading p {
	padding-left: 1px !important;
	padding-top: 11px;
	padding-right: 4px
}
.cart-block-type-8 #top #cart_block .cart-heading p {
	padding-left: 28px !important;
	border-left: 1px solid #ccc;
	height: 43px;
	margin-left: 8px
}
.cart-block-type-7 #top #cart_block .cart-heading p {
	padding-left: 1px !important;
	padding-top: 11px
}
.cart-block-type-7 #top #cart_block .cart-heading p strong {
	font-weight: 700 !important
}
.cart-block-type-4 #top #cart_block .cart-heading p {
	padding-top: 11px
}
#top #cart_block .cart-heading p strong {
	font-weight: 600
}
#top #cart_block .cart-heading p:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 4px 0 0 6px
}
.cart-block-type-6 #top #cart_block .cart-heading p:after {
	display: none
}
#top #cart_block:hover .cart-heading p {
	color: #d9121f
}
#top #cart_block:hover .cart-heading p:after {
	color: #333
}
#top #cart_block .dropdown-menu {
	width: 600px;
	text-align: left;
	padding: 0;
	right: -45px;
	margin-top: 16px;
	font-size: 13px
}
.standard-body .fixed#top #cart_block .dropdown-menu {
	right: -40px
}
#top #cart_block .dropdown-menu a {
	font-size: 13px
}
#main #top #cart_block:hover>.dropdown-menu {
	margin-top: -4px
}
#top #cart_block .dropdown-menu:after {
	position: absolute;
	top: -10px;
	right: 40px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: ''
}
.cart-block-type-2 #top #cart_block .dropdown-menu:after {
	right: 57px
}
.cart-block-type-9 #top #cart_block .dropdown-menu:after {
	right: 61px
}
.cart-block-type-8 #top #cart_block .dropdown-menu:after {
	right: 57px
}
.cart-block-type-7 #top #cart_block .dropdown-menu:after {
	right: 57px
}
.cart-block-type-4 #top #cart_block .dropdown-menu:after {
	right: 60px
}
.cart-block-type-6 #top #cart_block .dropdown-menu:after {
	right: 73px
}
.standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 35px
}
.cart-block-type-2 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 52px
}
.cart-block-type-9 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 56px
}
.cart-block-type-8 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 52px
}
.cart-block-type-7 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 52px
}
.cart-block-type-4 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 55px
}
.cart-block-type-6 .standard-body .fixed#top #cart_block .dropdown-menu:after {
	right: 68px
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px
}
.mini-cart-info td {
	padding: 10px
}
.mini-cart-info .image {
	padding: 30px 10px 0 30px;
	max-width: 80px
}
.mini-cart-info .image img {
	display: block
}
.mini-cart-info .name {
	padding: 30px 10px 0;
	text-align: left
}
.mini-cart-info .quantity {
	text-align: right;
	padding: 30px 10px 0
}
.mini-cart-info td.total {
	text-align: right;
	padding: 30px 10px 0;
	color: #d9121f;
	font-size: 14px;
	font-weight: 600
}
.mini-cart-info .remove {
	text-align: right;
	padding: 30px 30px 0 10px
}
.mini-cart-info .remove a {
	color: #bcbbbb;
	font-size: 16px;
	font-weight: 600
}
.mini-cart-info .remove a:hover {
	color: #d9121f
}
.mini-cart-info .remove img {
	cursor: pointer
}
.mini-cart-total {
	text-align: right;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 26px 30px 14px
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	padding: 0
}
.mini-cart-total td b {
	font-weight: 400
}
.mini-cart-total td:last-child {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600;
	width: 140px
}
#cart_block .empty {
	padding: 70px 20px;
	text-align: center
}
#cart_block .checkout {
	padding: 0 30px 30px;
	text-align: right
}
#cart_block .checkout a:last-child {
	margin-left: 13px
}
#top #header-right {
	text-align: right
}
header {
	position: relative
}
header .background-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3
}
header .slider-header {
	position: relative;
	z-index: 25
}
.header-margin-top-20 header {
	margin-top: 20px
}
.header-margin-top-30 header {
	margin-top: 30px
}
.header-margin-top-80 header {
	margin-top: 80px
}
.header-type-3 #top .pattern>.container {
	padding-bottom: 28px
}
.header-type-3 #header-left {
	display: table-cell;
	width: auto;
	float: none;
	vertical-align: top
}
.megamenu-type-8 .header-type-3 #header-left {
	padding-left: 0;
	padding-right: 0
}
.header-type-3 #header-left .logo {
	text-align: left
}
.header-type-3 #header-center {
	display: table-cell;
	width: 100%;
	float: none;
	vertical-align: top;
	position: static;
	padding-top: 30px
}
.megamenu-type-8 .header-type-3 #header-center {
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px
}
.header-type-3 #header-center .megamenu-background, .header-type-3 #header-center .overflow-megamenu {
	position: static
}
.header-type-3 #header-center .megamenu-background {
	border: none
}
.header-type-3 #header-center .megamenu-background>div {
	background: none
}
.header-type-3 #header-center .horizontal ul.megamenu>li {
	margin-right: 20px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li {
	margin-right: 17px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li:last-child {
	margin-right: 30px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li:first-child {
	margin-left: 30px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li.with-sub-menu {
	margin: -1px 30px -1px -1px;
	background: #a38d82;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 1px 0
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li.with-sub-menu:hover {
	background: #fff
}
.body-full-width .header-type-3 #header-center .horizontal ul.megamenu>li {
	margin-right: 37px
}
.header-type-3 #header-center .horizontal ul.megamenu>li>a {
	padding-top: 6px;
	height: 51px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li>a {
	height: 43px;
	padding-top: 11px
}
.megamenu-type-8 .header-type-3 #header-center .horizontal ul.megamenu>li.with-sub-menu>a {
	padding-left: 29px;
	padding-right: 29px
}
.header-type-3 #header-center .horizontal ul.megamenu>li.pull-right, .body-full-width .header-type-3 #header-center .horizontal ul.megamenu>li.pull-right {
	margin-right: 0
}
.header-type-3 #header-right {
	display: table-cell;
	width: auto;
	float: none;
	vertical-align: top;
	min-width: 330px
}
.megamenu-type-8 .header-type-3 #header-right {
	padding-right: 0;
	padding-left: 0
}
.body-full-width .header-type-3 #header-right {
	min-width: 600px
}
.header-type-3 #top .search_form {
	display: inline-block;
	vertical-align: top;
	width: 45px !important;
	height: 45px !important;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 9px 1px 0 0;
	margin: 24px 19px 0 0 !important;
	cursor: pointer;
	font-family: "Poppins"
}
.header-type-3 #top .search_form:hover {
	border-color: #d9121f;
	background: #d9121f;
	color: #fff
}
.search-type-3 .header-type-3 #top .search_form {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.megamenu-type-8 .header-type-3 #top .search_form {
	margin-right: 11px !important
}
.header-type-4 #top .pattern>.container {
	padding-bottom: 21px;
	padding-top: 15px
}
.header-type-4 #top .search_form {
	padding-top: 8px
}
.megamenu-type-8 .header-type-4 #top .pattern>.container {
	padding-bottom: 35px
}
.header-type-5 #top .logo {
	text-align: left
}
.header-type-5 #top .search_form {
	width: 270px;
	margin-right: 42px
}
.header-type-5 #top .my-account {
	margin-left: 22px
}
.header-type-7 #top .logo {
	text-align: left
}
.header-type-7 #top .search_form {
	width: 270px !important;
	margin-right: 19px !important;
	display: inline-block
}
.header-type-7 #top .pattern>.container {
	padding-top: 5px;
	padding-bottom: 30px
}
.header-type-8 #top .logo {
	text-align: left
}
.header-type-8 #top .search_form {
	display: inline-block;
	vertical-align: top;
	width: 45px !important;
	height: 45px !important;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	padding: 9px 1px 0 0;
	margin: 24px 7px 0 0 !important;
	cursor: pointer;
	font-family: "Poppins"
}
.header-type-8 #top .search_form:hover {
	border-color: #d9121f;
	background: #d9121f;
	color: #fff
}
.header-type-9 #top .logo {
	text-align: left
}
.header-type-9 #top .search_form {
	width: 100% !important;
	max-width: 330px;
	display: block
}
.header-type-9 .overflow-header-center {
	position: relative;
	margin-left: -30px
}
.header-type-9 #top #header-center .menu {
	list-style: none;
	margin: 0;
	padding: 7px 0 0
}
.header-type-9 #top #header-center .menu li {
	display: inline-block;
	padding: 0 14px 0 0
}
.header-type-9 #top #header-center .menu li:last-child {
	padding-right: 0
}
.header-type-9 #top .pattern>.container {
	padding-bottom: 24px
}
.header-type-9 .overflow-currency-language {
	text-align: right
}
.header-type-9 #top .dropdown {
	margin-right: 0;
	margin-left: 17px
}
.header-type-9 .welcome-text {
	padding-top: 14px
}
.header-type-10 #top .pattern>.container {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.header-type-10 #top .logo {
	padding: 26px 0 19px
}
.header-type-10 #header-center {
	padding-top: 23px
}
.header-type-10 #top #cart_block .cart-heading p, .header-type-10 #top #cart_block .cart-heading .cart-count {
	display: none
}
.header-type-10 #top .search_form, .header-type-10 #top .my-account {
	margin: 0 !important;
	width: 60px !important;
	height: 80px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
	float: right;
	padding: 27px 0 0
}
.header-type-10 #top #cart_block {
	display: block;
	float: right;
	height: 80px;
	margin: 0 !important
}
.header-type-10 #top #cart_block .cart-heading .cart-icon {
	display: block;
	width: 60px;
	height: 80px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	position: relative;
	margin-right: -23px;
	padding: 30px 0 0
}
.header-type-10 #top .search_form {
	border: none
}
.header-type-10 #top .my-account {
	border-top: none;
	border-right: none;
	border-bottom: none
}
.header-type-10 #top #cart_block .cart-heading .cart-icon {
	border-top: none;
	border-right: none;
	border-bottom: none
}
.header-type-10 #top .dropdown>a:after {
	margin-top: 5px
}
.header-type-10 #top .dropdown {
	margin: 29px 17px 0 0
}
.header-type-11 #top .search_form {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 272px;
	display: block
}
.header-type-11 #top .logo {
	text-align: left
}
.header-type-12 #top .logo {
	text-align: left
}
.header-type-12 #top .pattern>.container {
	padding-top: 6px;
	padding-bottom: 30px
}
.header-type-12 #top .search_form {
	width: 532px;
	margin-left: -200px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 45px;
	background: #d9121f;
	padding: 2px;
	margin-right: 21px
}
.search-type-3 .header-type-12 #top .search_form {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.search-type-4 .header-type-12 #top .search_form {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.search-type-5 .header-type-12 #top .search_form {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.search-type-7 .header-type-12 #top .search_form {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.header-type-12 #top .search_form .search-cat {
	display: table-cell;
	width: 161px;
	vertical-align: top;
	padding: 0 26px
}
.header-type-12 #top .search_form .search-cat select {
	margin: 0;
	height: 41px;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	font-weight: 600 !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.13)
}
.header-type-12 #top .search_form .search-cat select option {
	color: #333;
	text-shadow: none
}
.header-type-12 #top .search_form .search-cat .select:after {
	color: #fff;
	right: 1px;
	top: 15px;
	font-size: 10px
}
.header-type-12 #top .search_form .overflow-input {
	display: table-cell;
	width: 367px;
	vertical-align: top
}
.header-type-12 #top .search_form input {
	margin: 0;
	height: 41px;
	border: none
}
.header-type-12 #top .search_form .button-search {
	right: 21px
}
.header-type-13 #header-left {
	display: block;
	width: 25%;
	float: left
}
.header-type-13 #top .pattern>.container {
	padding-bottom: 31px
}
.header-type-13 .search_form {
	background: #fff;
	margin: 11px 0 10px;
	padding: 0 50px 0 0;
	position: relative;
	height: 50px
}
.header-type-13 .search-cat {
	display: table-cell;
	width: 183px;
	border-right: 1px solid #d42f37;
	vertical-align: top
}
.header-type-13 .search-cat select {
	margin: 0;
	background: none;
	border: none;
	height: 50px;
	padding: 0 26px;
	font-weight: 600 !important;
	font-size: 14px;
	color: #020202
}
.header-type-13 .search-cat select option {
	font-weight: 400 !important;
	font-size: 13px;
	color: #020202
}
.header-type-13 .search-cat .select:after {
	top: 19px;
	color: #020202
}
.header-type-13 .overflow-input {
	display: table-cell;
	width: 613px;
	padding-top: 2px;
	vertical-align: top
}
.header-type-13 .overflow-input input {
	margin: 0;
	background: none;
	border: none !important;
	width: 100%;
	height: 47px;
	display: block;
	padding: 0 30px;
	font-size: 12px
}
.header-type-13 .ui-autocomplete {
	right: -50px !important
}
.header-type-13 .ui-autocomplete:after {
	left: 50%
}
.header-type-13 .button-search {
	width: 50px;
	height: 50px;
	background: #f8eb0c;
	top: 0;
	right: 0 !important;
	color: #232323;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	padding: 16px 0 0
}
.header-type-13 .button-search:hover {
	background: #232323;
	color: #fff
}
.standard-body .header-type-13 .fixed .pattern>.container {
	padding-left: 0;
	padding-right: 0
}
.standard-body .header-type-13 .fixed .search_form {
	margin-right: 10px
}
.header-type-14 .top-bar {
	background: none;
	position: relative;
	padding-bottom: 9px
}
.header-type-14 .top-bar .row>div {
	position: static
}
.header-type-14 #top .logo {
	text-align: left
}
.header-type-14 .welcome-text {
	padding-top: 10px
}
.header-type-14 #top .dropdown>a:after {
	margin-top: 5px
}
.header-type-14 #top .dropdown {
	margin: 10px 0 0 37px
}
.header-type-14 #top .top-bar form:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 1px;
	display: block;
	position: absolute;
	background-position: top left;
	background-repeat: repeat;
	margin-left: 18px
}
.header-type-14 #top .top-bar form:first-of-type:before {
	display: none !important
}
.header-type-14 #top .pattern>.container {
	padding-top: 6px;
	padding-bottom: 30px
}
.header-type-14 #top #cart_block .cart-heading p:after {
	margin-left: 17px
}
.header-type-14 #top .search_form {
	width: 210px;
	margin-left: 58px;
	margin-right: 58px
}
.header-type-14 #top .search_form:before {
	content: '';
	position: absolute;
	display: block;
	top: -30px;
	bottom: -30px;
	width: 1px;
	background: rgba(255,255,255,0.05);
	left: -61px
}
.header-type-14 #top #cart_block {
	margin-left: 78px
}
.header-type-14 #top #cart_block:before {
	content: '';
	position: absolute;
	display: block;
	top: -30px;
	bottom: -30px;
	width: 1px;
	background: rgba(255,255,255,0.05);
	left: -78px
}
.header-type-15 #top #header-left {
	position: static
}
.header-type-15 #top .logo {
	padding-right: 40px
}
.header-type-15 #top .logo:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: #171717;
	background: -moz-linear-gradient(top, #171717 0%, #090909 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(100%, #090909));
	background: -webkit-linear-gradient(top, #171717 0%, #090909 100%);
	background: -o-linear-gradient(top, #171717 0%, #090909 100%);
	background: -ms-linear-gradient(top, #171717 0%, #090909 100%);
	background: linear-gradient(to bottom, #171717 0%, #090909 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#090909', GradientType=0);
	z-index: -1;
	left: 0;
	width: 24.8%
}
.header-type-15 #top .search_form {
	width: 360px;
	margin-right: 0;
	float: left;
	margin-left: 7px
}
.header-type-15 #top .my-account {
	margin-left: 0
}
.header-type-16 #top #header-left .menu {
	list-style: none;
	margin: 0;
	padding: 30px 0 0
}
.header-type-16 #top #header-left .menu li {
	display: inline-block;
	padding: 7px 14px 0 0
}
.header-type-16 #top #header-left .menu li:last-child {
	padding-right: 0
}
.header-type-16 .overflow-currency-language {
	text-align: right
}
.header-type-16 #top .dropdown {
	margin-right: 0;
	margin-left: 27px
}
.header-type-16 .welcome-text {
	padding-top: 12px
}
.header-type-16 .top-bar {
	padding-bottom: 9px
}
.header-type-16 #top .pattern>.container {
	padding-bottom: 47px
}
.header-type-17 #top #header-left .menu {
	list-style: none;
	margin: 0;
	padding: 30px 0 0
}
.header-type-17 #top #header-left .menu li {
	display: inline-block;
	padding: 7px 0 0;
	font-weight: 600
}
.header-type-17 #top #header-left .menu li:before {
	content: "/";
	color: #D8D8D8;
	margin: 0 10px;
	font-weight: 700
}
.header-type-17 #top #header-left .menu li:first-child:before {
	display: none
}
.header-type-17 #top #header-left .menu li:last-child {
	padding-right: 0
}
.header-type-17 #top .pattern>.container {
	padding-top: 15px;
	padding-bottom: 30px
}
.header-type-17 #top form:first-of-type {
	margin-left: -40px
}
.header-type-17 #top form .dropdown {
	margin-right: 9px
}
.header-type-17 #top form:last-of-type .dropdown {
	margin-right: 12px
}
.header-type-17 #top form:last-of-type .dropdown:before {
	content: "/";
	color: #D8D8D8;
	margin: 0 12px 0 0;
	font-weight: 700
}
.header-type-17 #header-right {
	padding-left: 0
}
.header-type-17 #top .dropdown>a {
	font-weight: 600
}
.header-type-17 #top #cart_block .cart-heading p:after {
	margin-top: 5px
}
.header-type-18 .background-top-bar {
	background: none !important
}
.header-type-18 .top-bar {
	background: none
}
.header-type-18 .top-bar .left {
	float: left;
	padding-right: 10px
}
.header-type-18 .top-bar .line {
	overflow: hidden
}
.header-type-18 .top-bar .line>div {
	display: block;
	height: 1px;
	background: rgba(0,0,0,0.2);
	margin-top: 20px
}
.header-type-18 .top-bar .right {
	float: right;
	font-weight: 500;
	text-align: right;
	padding-left: 5px
}
.header-type-18 .top-bar .menu li {
	padding-left: 23px
}
.header-type-18 #top .logo {
	text-align: left
}
.header-type-18 #top .search_form {
	width: 270px !important;
	margin-right: 17px
}
.header-type-18 #top .pattern>.container {
	padding-top: 6px;
	padding-bottom: 30px
}
.body-header-type-19 .camera_slider {
	margin: 0 -20px
}
.body-header-type-19.common-home #slider .pattern {
	position: absolute;
	width: 100%;
	margin-top: 20px;
	z-index: 23
}
.header-type-19 .overflow-input {
	padding-top: 3px;
	display: block;
	width: 100%
}
.header-type-19 .search_form_overflow {
	display: table-cell;
	vertical-align: top;
	width: 529px
}
.header-type-19 .shop-by-car {
	display: table-cell;
	vertical-align: top;
	width: 135px;
	min-width: 135px;
	height: 71px;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding-right: 28px
}
.header-type-19 .shop-by-car select {
	background: none !important;
	border: none !important;
	outline: none;
	height: 71px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 600 !important;
	position: relative;
	z-index: 1;
	padding-top: 2px;
	cursor: pointer
}
.header-type-19 .shop-by-car .select:after {
	color: #fff;
	right: 0;
	top: 31px;
	z-index: 0
}
.header-type-19 .shop-by-brands {
	display: table-cell;
	vertical-align: top;
	width: 183px;
	min-width: 183px;
	height: 71px;
	padding-left: 30px;
	padding-right: 28px
}
.header-type-19 .shop-by-brands select {
	background: none !important;
	border: none !important;
	outline: none;
	height: 71px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 600 !important;
	position: relative;
	z-index: 1;
	padding-top: 2px;
	cursor: pointer
}
.header-type-19 .shop-by-brands .select:after {
	color: #fff;
	right: 0;
	top: 31px;
	z-index: 0
}
.header-type-19 .shop-by-car select option, .header-type-19 .shop-by-brands select option {
	background: #fff !important;
	color: #000;
	font-weight: 300 !important;
	font-size: 13px !important
}
.header-type-20 #top .pattern>.container {
	padding-top: 11px;
	padding-bottom: 35px
}
.header-type-20 #top .search_form {
	width: 352px !important;
	max-width: 352px
}
.header-type-22 .pattern>.container .row {
	margin: 0 -10px
}
.header-type-22 .pattern>.top-bar {
	padding-left: 5px;
	padding-right: 5px
}
.header-type-22 #top .pattern>.container {
	padding-bottom: 19px;
	padding-top: 6px
}
.header-type-23 #top .logo {
	text-align: left
}
.header-type-23 #top .search_form {
	width: 194px !important;
	margin-right: 0 !important;
	display: inline-block
}
.header-type-23 #top .pattern>.container {
	padding-top: 5px;
	padding-bottom: 30px
}
.header-type-23 .top-bar {
	padding-bottom: 8px
}
#main .header-type-23 #top .account {
	float: right;
	margin-right: 53px !important
}
.header-type-23 .account i {
	padding-right: 9px
}
.header-type-23 #top #cart_block {
	float: right;
	margin: 0 0 -5px !important;
	padding-bottom: 4px
}
.header-type-23 #top #cart_block:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: -2px;
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.1);
	margin-left: -27px
}
.header-type-23 #top #cart_block .cart-heading .cart-count {
	display: none
}
.header-type-23 #top #cart_block .cart-heading .cart-icon {
	width: 12px;
	height: 12px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 14px
}
.header-type-23 #top #cart_block .cart-heading p strong {
	font-size: 12px !important
}
.header-type-23 #top #cart_block .cart-heading p {
	padding-top: 10px;
	padding-left: 7px !important
}
.header-type-23 #top #cart_block .cart-heading p:after {
	font-size: 9px;
	line-height: 1;
	margin-top: 5px
}
#main .header-type-23 #top #cart_block.open>.dropdown-menu {
	margin-top: 0
}
.header-type-23 #top .dropdown {
	margin-right: 24px !important
}
.header-type-23 .top-bar form:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.1);
	margin-left: -32px
}
.header-type-23 .top-bar form:first-of-type:before {
	display: none !important
}
.header-type-23 .top-bar form {
	padding-left: 32px
}
.header-type-23 .top-bar form:first-of-type {
	padding-left: 0
}
.header-type-23 #top .dropdown>a:after {
	margin-left: 9px !important
}
.header-type-24 #header-right {
	position: static
}
.header-type-24 #header-right .megamenu-background, .header-type-24 #header-right .overflow-megamenu {
	position: static
}
.header-type-24 #header-right .megamenu-background {
	border: none;
	background: none !important
}
.header-type-24 #header-right .megamenu-background>div {
	background: none !important
}
.header-type-24 #header-right .horizontal ul.megamenu>li {
	margin-right: 16px
}
.header-type-24 #header-right .horizontal ul.megamenu>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 41px
}
.header-type-24 ul.megamenu>li>a>.fa-home {
	font-size: 18px;
	margin-top: 1px
}
.header-type-24 #header-right .horizontal ul.megamenu>li.pull-right, .body-full-width .header-type-24 #header-right .horizontal ul.megamenu>li.pull-right {
	margin-right: 0
}
.header-type-24 #top .pattern>.container {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.header-type-24 #top .pattern>.container>.row {
	position: relative
}
.header-type-24 #top .pattern>.container>.row:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	height: 5px;
	display: block;
	background: #6bab13;
	background: -moz-linear-gradient(left, #6bab13 0%, #fe7f02 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6bab13), color-stop(100%, #fe7f02));
	background: -webkit-linear-gradient(left, #6bab13 0%, #fe7f02 100%);
	background: -o-linear-gradient(left, #6bab13 0%, #fe7f02 100%);
	background: -ms-linear-gradient(left, #6bab13 0%, #fe7f02 100%);
	background: linear-gradient(to right, #6bab13 0%, #fe7f02 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bab13', endColorstr='#fe7f02', GradientType=1);
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	z-index: 1
}
.header-type-24 #top .pattern>.container #header-left {
	position: static
}
.header-type-24 #top .pattern>.container #header-left:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0,0,0,0.1)
}
.header-type-24 #top .pattern>.container #header-left:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25%;
	width: 1px;
	background: rgba(0,0,0,0.1);
	margin-left: -16px
}
.header-type-24 #top .logo {
	padding: 43px 15px 29px
}
.header-type-24 #top .dropdown {
	margin: 0 19px 0 0
}
.header-type-24 #top .overflow-change-menu {
	display: inline-block;
	vertical-align: top;
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 20px 0 14px
}
.header-type-24 #top .overflow-change-menu ul.menu {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 11px;
	margin: 0;
	list-style: none
}
.header-type-24 #top .overflow-change-menu ul.menu li {
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: top
}
.header-type-24 #top .overflow-change-menu ul.menu li a {
	font-size: 12px
}
.header-type-24 #top .pattern>.container .megamenu-background {
	display: inline-block;
	vertical-align: top;
	padding: 27px 32px 0 0
}
.header-type-24 #top .my-account, .header-type-24 #top #cart_block {
	margin-top: 25px
}
.header-type-24 #top #header-right {
	padding-bottom: 26px
}
.header-type-24 #top .vertical {
	padding-top: 7px;
	padding-bottom: 10px
}
.header-type-24 #top .search_form {
	width: auto !important;
	margin: 0 !important;
	padding: 7px 0 !important;
	display: block !important
}
.header-type-24 #top .search_form .button-search {
	top: 21px
}
.header-type-24 #top .search_form .search-cat {
	display: table-cell;
	min-width: 238px;
	vertical-align: top
}
.header-type-24 #top .search_form .search-cat select {
	border: none;
	margin: 0;
	height: 46px;
	border-radius: 4px 0 0 4px !important;
	-webkit-border-radius: 4px 0 0 4px !important;
	-moz-border-radius: 4px 0 0 4px !important;
	border-right: 1px solid #e5e5dd;
	-webkit-box-shadow: -1px 1px 1px 0 rgba(50,50,50,0.2);
	-moz-box-shadow: -1px 1px 1px 0 rgba(50,50,50,0.2);
	box-shadow: -1px 1px 1px 0 rgba(50,50,50,0.2);
	font-weight: 600 !important;
	color: #303030;
	padding: 2px 30px 0;
	line-height: 46px
}
.header-type-24 #top .search_form .search-cat .select:after {
	right: 26px
}
.header-type-24 #top .search_form .search-cat select option {
	font-weight: 300 !important
}
.header-type-24 #top .search_form .overflow-input {
	display: table-cell;
	width: 100%;
	vertical-align: top
}
.header-type-24 #top .search_form .overflow-input input {
	margin: 0;
	border-radius: 0 4px 4px 0 !important;
	-webkit-border-radius: 0 4px 4px 0 !important;
	-moz-border-radius: 0 4px 4px 0 !important;
	border: none !important;
	padding-left: 33px;
	height: 46px;
	padding-top: 14px;
	font-size: 13px !important
}
.header-type-26 #top .pattern>.container {
	padding-top: 0 !important;
	padding-bottom: 27px
}
.header-type-26 #top .logo {
	padding-top: 40px
}
.header-type-26 ul.menu {
	padding: 28px 0 0;
	margin: 0;
	list-style: none
}
.header-type-26 ul.menu li {
	padding: 0 16px 0 0;
	display: inline-block;
	vertical-align: top
}
.header-type-26 #header-right ul.menu li {
	padding: 0 0 0 16px
}
.header-type-26 ul.menu li a {
	font-size: 12px;
	font-weight: 500
}
.header-type-26 .overflow-currency-cart {
	display: inline-block;
	vertical-align: top;
	margin-left: -100px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative
}
.header-type-26 .overflow-currency-cart:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 100%;
	height: 1px;
	width: 10000px;
	background: rgba(255,255,255,0.1)
}
.header-type-26 #top #cart_block {
	margin: 0 !important;
	padding: 0 28px;
	background: rgba(255,255,255,0.1);
	height: 40px
}
.header-type-26 #top #cart_block .dropdown-menu:after {
	right: 67px
}
.header-type-26 #top #cart_block .cart-heading .cart-count {
	display: none
}
.header-type-26 #top #cart_block .cart-heading .cart-icon {
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 12px
}
.header-type-26 #top #cart_block .cart-heading p strong {
	font-size: 11px !important
}
.header-type-26 #top #cart_block .cart-heading p {
	padding-top: 9px;
	padding-left: 7px !important
}
.header-type-26 #top #cart_block .cart-heading p:after {
	font-size: 9px;
	line-height: 1;
	margin-top: 5px
}
#main .header-type-26 #top #cart_block.open>.dropdown-menu {
	margin-top: 0
}
.header-type-26 .overflow-currency-cart>.currency_form {
	height: 40px;
	border-left: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
	vertical-align: top
}
.header-type-26 #top .dropdown {
	margin: 10px 28px 0;
	padding: 0
}
.header-type-26 #top .dropdown>a {
	display: inline-block
}
.custom-footer {
	position: relative
}
.custom-footer .background-custom-footer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.custom-footer .background, .standard-body .custom-footer .background {
	background-color: #fff;
	border-top: 1px solid #dfdfdf
}
.custom-footer .container>.row {
	position: relative
}
.custom-footer .container>.row>div {
	padding-left: 35px;
	position: static
}
.custom-footer .container>.row>div:first-child, .custom-footer .container>.row>div.col-sm-12 {
	padding-left: 15px
}
.custom-footer .container>.row>div:first-child:before {
	display: none
}
.custom-footer .pattern p {
	padding: 0;
	margin: 0
}
.custom-footer .pattern .custom-footer-text {
	position: relative;
	margin: 0 0 -10px
}
.custom-footer .pattern .custom-footer-text p {
	padding: 0 0 10px
}
.footer {
	position: relative;
	overflow: hidden
}
.main-fixed3 .footer {
	margin: 0 -4000px
}
.main-fixed3 .footer .pattern {
	padding: 0 4000px
}
.footer .background-footer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.footer .background, .standard-body .footer .background {
	background-color: #333
}
.footer .pattern {
	padding: 0;
	color: gray
}
.footer-type-23 .footer .pattern {
	padding-top: 49px;
	font-weight: 500;
	font-size: 12px
}
.footer-type-20 .footer .pattern {
	padding-bottom: 102px
}
.footer-type-12 .footer .pattern {
	padding-bottom: 23px
}
.footer-type-17 .footer .pattern {
	padding-bottom: 23px
}
.footer-type-21 .footer .pattern {
	padding-top: 10px
}
.footer-type-2 .footer .pattern {
	padding-top: 34px
}
.footer-type-6 .footer .pattern {
	padding-top: 44px
}
.footer .pattern a {
	color: gray
}
.footer .pattern a:hover {
	color: #fff
}
.footer .pattern .banner a {
	display: block;
	line-height: 0
}
.footer .container>.row, .footer .advanced-grid .container>div>.row {
	position: relative
}
.footer .container>.row>div, .footer .advanced-grid .container>div>.row>div {
	padding-top: 28px;
	padding-bottom: 22px;
	padding-left: 35px;
	position: static
}
.footer-type-9 .footer .container>.row>div, .footer-type-9 .footer .advanced-grid .container>div>.row>div {
	padding-top: 30px;
	padding-bottom: 23px
}
.footer-type-23 .footer .container>.row>div, .footer-type-23 .footer .advanced-grid .container>div>.row>div {
	padding: 11px 11px 25px 15px
}
.footer-type-23 .footer .container>.row>div:first-child, .footer-type-23 .footer .container>.row>div.col-sm-12, .footer-type-23 .footer .advanced-grid .container>div>.row>div:first-child, .footer-type-23 .footer .advanced-grid .container>div>.row>div.col-sm-12 {
	padding-right: 15px
}
.footer .container>.row>div:first-child, .footer .container>.row>div.col-sm-12, .footer .advanced-grid .container>div>.row>div:first-child, .footer .advanced-grid .container>div>.row>div.col-sm-12 {
	padding-left: 15px
}
.footer .container>.row>div:before, .footer .advanced-grid .container>div>.row>div:before {
	content: '';
	height: auto;
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #dfdfdf;
	display: block;
	margin-left: -35px
}
.footer .container>.row>div:first-child:before, .footer .advanced-grid .container>div>.row>div:first-child:before, .footer-type-4 .footer .container>.row>div:before, .footer-type-4 .footer .advanced-grid .container>div>.row>div:before, .footer-type-14 .footer .container>.row>div:before, .footer-type-14 .footer .advanced-grid .container>div>.row>div:before, .footer-type-27 .footer .container>.row>div:before, .footer-type-27 .footer .advanced-grid .container>div>.row>div:before, .footer-type-20 .footer .container>.row>div:before, .footer-type-20 .footer .advanced-grid .container>div>.row>div:before, .footer-type-8 .footer .container>.row>div:before, .footer-type-8 .footer .advanced-grid .container>div>.row>div:before, .footer-type-6 .footer .container>.row>div:before, .footer-type-6 .footer .advanced-grid .container>div>.row>div:before, .footer-type-9 .footer .container>.row>div:before, .footer-type-9 .footer .advanced-grid .container>div>.row>div:before, .footer-type-11 .footer .container>.row>div:before, .footer-type-11 .footer .advanced-grid .container>div>.row>div:before, .footer-type-19 .footer .container>.row>div:before, .footer-type-19 .footer .advanced-grid .container>div>.row>div:before, .footer-type-16 .footer .container>.row>div:before, .footer-type-16 .footer .advanced-grid .container>div>.row>div:before, .footer-type-12 .footer .container>.row>div:before, .footer-type-12 .footer .advanced-grid .container>div>.row>div:before, .footer-type-17 .footer .container>.row>div:before, .footer-type-17 .footer .advanced-grid .container>div>.row>div:before, .footer-type-13 .footer .container>.row>div:before, .footer-type-13 .footer .advanced-grid .container>div>.row>div:before, .footer-type-24 .footer .container>.row>div:before, .footer-type-24 .footer .advanced-grid .container>div>.row>div:before, .footer-type-22 .footer .container>.row>div:before, .footer-type-22 .footer .advanced-grid .container>div>.row>div:before, .footer-type-25 .footer .container>.row>div:before, .footer-type-25 .footer .advanced-grid .container>div>.row>div:before, .footer-type-18 .footer .container>.row>div:before, .footer-type-18 .footer .advanced-grid .container>div>.row>div:before, .footer-type-15 .footer .container>.row>div:before, .footer-type-15 .footer .advanced-grid .container>div>.row>div:before {
	display: none
}
.footer-type-23 .footer .container>.row>div:before, .footer-type-23 .footer .advanced-grid .container>div>.row>div:before {
	margin-left: -40px;
	top: 22px;
	bottom: 47px
}
.footer-type-26 .footer .container>.row>div:before, .footer-type-26 .footer .advanced-grid .container>div>.row>div:before {
	margin-left: -40px
}
.footer-type-12 .footer .container>.row>div, .footer-type-12 .footer .advanced-grid .container>div>.row>div {
	padding-top: 27px;
	padding-bottom: 0;
	padding-left: 15px
}
.footer-type-17 .footer .container>.row>div, .footer-type-17 .footer .advanced-grid .container>div>.row>div {
	padding-top: 27px;
	padding-bottom: 0;
	padding-left: 15px
}
.footer-type-13 .footer .container>.row>div, .footer-type-13 .footer .advanced-grid .container>div>.row>div {
	padding: 30px 15px 25px
}
.footer-type-24 .footer .container>.row>div, .footer-type-24 .footer .advanced-grid .container>div>.row>div {
	padding: 30px 15px 25px
}
.footer-type-22 .footer .container>.row>div, .footer-type-22 .footer .advanced-grid .container>div>.row>div {
	padding: 30px 15px 25px
}
.footer-type-25 .footer .container>.row>div, .footer-type-25 .footer .advanced-grid .container>div>.row>div {
	padding: 41px 15px
}
.footer-type-25 .footer .container>.row:last-child>div, .footer-type-25 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-top: 30px;
	padding-bottom: 25px
}
.footer-type-18 .footer .container>.row>div, .footer-type-18 .footer .advanced-grid .container>div>.row>div {
	padding: 23px 15px 25px
}
.footer-type-18 .footer .container>.row:last-child>div, .footer-type-18 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-top: 30px
}
.footer-type-15 .footer .container>.row>div, .footer-type-15 .footer .advanced-grid .container>div>.row>div {
	padding-left: 10px;
	padding-right: 10px
}
.footer-type-14 .footer .container>.row>div, .footer-type-14 .footer .advanced-grid .container>div>.row>div {
	padding-left: 15px;
	padding-right: 15px
}
.footer-type-27 .footer .container>.row>div, .footer-type-27 .footer .advanced-grid .container>div>.row>div {
	padding: 56px 15px 58px
}
.footer-type-27 .footer .container>.row:last-child>div, .footer-type-27 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-top: 18px;
	padding-bottom: 10px
}
.footer-type-20 .footer .container>.row>div, .footer-type-20 .footer .advanced-grid .container>div>.row>div {
	padding-left: 15px;
	padding-right: 15px
}
.footer-type-21 .footer .container>.row>div:before, .footer-type-21 .footer .advanced-grid .container>div>.row>div:before {
	display: block !important
}
.footer-type-21 .footer .container>.row>div:first-child:before, .footer-type-21 .footer .advanced-grid .container>div>.row>div:first-child:before {
	margin-left: -40px
}
.footer-type-21 .footer .container>.row:last-child>div:first-child:before, .footer-type-21 .footer .advanced-grid .container>div>.row:last-child>div:first-child:before {
	display: none !important
}
.footer-type-21 .footer .container>.row>div:last-child:after, .footer-type-21 .footer .advanced-grid .container>div>.row>div:last-child:after {
	content: '';
	height: auto;
	width: 1px;
	top: 0;
	bottom: 0;
	right: -25px;
	position: absolute;
	background-color: #dfdfdf;
	display: block
}
.footer-type-21 .footer .container>.row:last-child>div:last-child:after, .footer-type-21 .footer .advanced-grid .container>div>.row:last-child>div:last-child:after {
	display: none
}
.footer .container>.row:before, .footer .advanced-grid .container>div>.row:before {
	content: '';
	height: 1px;
	width: auto;
	left: -50%;
	right: -50%;
	position: absolute;
	background-color: #dfdfdf;
	display: block
}
.standard-body .full-width.footer .container>.row:before, .standard-body .full-width.footer .advanced-grid .container>div>.row:before {
	left: 15px;
	right: 15px
}
.main-fixed2 .footer .container>.row:before, .main-fixed2 .footer .advanced-grid .container>div>.row:before {
	left: 15px;
	right: 15px
}
.footer-type-21 .footer .container>.row:before, .footer-type-21 .footer .advanced-grid .container>div>.row:before {
	left: -24px !important;
	right: -24px !important;
	display: block !important
}
.footer-type-3 .footer .container>.row:before, .footer-type-3 .footer .advanced-grid .container>div>.row:before {
	left: -50% !important;
	right: -50% !important;
	display: block !important
}
.footer-type-10 .footer .container>.row:before, .footer-type-10 .footer .advanced-grid .container>div>.row:before {
	left: -50% !important;
	right: -50% !important
}
.footer-type-5 .footer .container>.row:before, .footer-type-5 .footer .advanced-grid .container>div>.row:before {
	display: block !important
}
.footer-type-7 .footer .container>.row:before, .footer-type-7 .footer .advanced-grid .container>div>.row:before {
	display: block !important
}
.footer-type-5 .footer .container>.row:first-child:before, .footer-type-5 .footer .advanced-grid .container>div>.row:first-child:before {
	left: -50% !important;
	right: -50% !important
}
.footer .container>.row:first-child:before, .footer .advanced-grid .container>div>.row:first-child:before {
	display: none
}
.footer-type-8 .footer .container>.row:before, .footer-type-8 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-8 .footer .container>.row:last-child:before, .footer-type-8 .footer .advanced-grid .container>div>.row:last-child:before {
	display: block
}
.footer-type-9 .footer .container>.row:before, .footer-type-9 .footer .advanced-grid .container>div>.row:before {
	left: 0;
	right: 0;
	height: 2px;
	background-color: #dfdfdf;
	display: block !important
}
.footer-type-11 .footer .container>.row:before, .footer-type-11 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-19 .footer .container>.row:before, .footer-type-19 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-16 .footer .container>.row:before, .footer-type-16 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-12 .footer .container>.row:before, .footer-type-12 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-12 .footer .container>.row:first-child:before, .footer-type-12 .footer .advanced-grid .container>div>.row:first-child:before {
	left: -50% !important;
	right: -50% !important;
	display: block
}
.footer-type-17 .footer .container>.row:last-child, .footer-type-17 .footer .advanced-grid .container>div>.row:last-child {
	margin-top: 32px
}
.footer-type-17 .footer .container>.row:last-child:before, .footer-type-17 .footer .advanced-grid .container>div>.row:last-child:before {
	left: -50% !important;
	right: -50% !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
	margin-top: -2px;
	height: 18px;
	background-color: transparent
}
.footer-type-17 .footer .container>.row:first-child:before, .footer-type-17 .footer .advanced-grid .container>div>.row:first-child:before {
	left: -50% !important;
	right: -50% !important;
	display: block
}
.footer-type-13 .footer .container>.row:before, .footer-type-13 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-13 .footer .container>.row:last-child:before, .footer-type-13 .footer .advanced-grid .container>div>.row:last-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer-type-24 .footer .container>.row:before, .footer-type-24 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-24 .footer .container>.row:last-child:before, .footer-type-24 .footer .advanced-grid .container>div>.row:last-child:before, .footer-type-24 .footer .container>.row:first-child:before, .footer-type-24 .footer .advanced-grid .container>div>.row:first-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer-type-24 .footer .container>.row:first-child>div, .footer-type-24 .footer .advanced-grid .container>div>.row:first-child>div {
	padding-top: 41px
}
.footer-type-22 .footer .container>.row:before, .footer-type-22 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-22 .footer .container>.row:last-child:before, .footer-type-22 .footer .advanced-grid .container>div>.row:last-child:before {
	display: block;
	left: 15px !important;
	right: 15px !important
}
.footer-type-22 .footer .container>.row:first-child:before, .footer-type-22 .footer .advanced-grid .container>div>.row:first-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer-type-25 .footer .container>.row:first-child:before, .footer-type-25 .footer .advanced-grid .container>div>.row:first-child:before {
	left: -50% !important;
	right: -50% !important;
	display: block
}
.footer-type-18 .footer .container>.row:before, .footer-type-18 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-18 .footer .container>.row:last-child:before, .footer-type-18 .footer .advanced-grid .container>div>.row:last-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer-type-15 .footer .container>.row:before, .footer-type-15 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-15 .footer .container>.row:last-child:before, .footer-type-15 .footer .advanced-grid .container>div>.row:last-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer-type-23 .footer .container>.row:before, .footer-type-23 .footer .advanced-grid .container>div>.row:before {
	display: none
}
.footer-type-26 .footer .container>.row:first-child:before, .footer-type-26 .footer .advanced-grid .container>div>.row:first-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}
.footer .title {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 18px 0 12px;
	margin: 0 0 22px;
	display: inline-block;
	border-bottom: 2px solid #d42f37
}
.footer-type-26 .footer .title {
	border-bottom: none;
	margin-bottom: 6px;
	padding-top: 8px
}
.footer-type-12 .footer .title {
	border-bottom: none;
	margin-bottom: 4px;
	padding-top: 30px
}
.footer-type-17 .footer .title {
	border-bottom: none;
	margin-bottom: 4px;
	padding-top: 30px
}
.footer-type-15 .footer .title {
	border-width: 1px;
	display: block;
	padding-bottom: 6px
}
.footer-type-13 .footer .title {
	padding-top: 0
}
.footer-type-24 .footer .title {
	padding-top: 0
}
.footer-type-22 .footer .title {
	padding-top: 0
}
.footer-type-25 .footer .title {
	padding-top: 7px
}
.footer-type-18 .footer .title {
	padding-top: 0;
	margin-bottom: 25px
}
.box-type-6 .footer .title {
	border-bottom-width: 1px
}
@media (min-width: 767px) {
.box-type-6 .footer .title {
	padding-top: 27px
}
}
.footer .strip-line {
	display: none
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	clear: both
}
.footer .linklist ul li img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px
}
.footer-type-15 .footer ul li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 700;
	font-style: normal;
	padding-right: 6px
}
.footer-type-15 .footer ul li a {
	line-height: 26px
}
.footer-type-25 .footer ul {
	padding-bottom: 7px
}
.footer-type-20 .footer ul {
	padding-bottom: 19px
}
.footer-type-12 .footer ul {
	padding-bottom: 20px
}
.footer-type-17 .footer ul {
	padding-bottom: 20px
}
.footer-type-13 .footer ul {
	padding-bottom: 17px
}
.footer-type-24 .footer ul {
	padding-bottom: 17px
}
.footer-type-22 .footer ul {
	padding-bottom: 25px
}
.footer-type-18 .footer ul {
	padding-bottom: 16px
}
@media (min-width: 767px) {
.box-type-6 .footer ul {
	padding-bottom: 28px
}
}
.footer ul li a {
	line-height: 30px
}
.links-line-height-25 ul li a, .footer-type-12 .footer ul li a, .footer-type-17 .footer ul li a {
	line-height: 25px
}
.links-line-height-27 ul li a {
	line-height: 27px
}
.links-font-size-15 ul li a {
	font-size: 15px;
	line-height: 35px
}
.footer-type-13 .footer ul li a {
	line-height: 27px
}
.footer-type-24 .footer ul li a {
	line-height: 25px
}
.footer-type-22 .footer ul li a {
	line-height: 25px
}
.footer-type-25 .footer ul li a {
	line-height: 25px
}
.footer-type-20 .footer ul li a {
	line-height: 27px
}
.footer-type-18 .footer ul li a {
	line-height: 25px
}
.footer-type-26 .footer ul li a {
	line-height: 25px
}
.footer-type-6 .footer ul li a {
	font-size: 14px
}
.font-size-14 {
	font-size: 14px
}
.footer-type-11 .footer .container>.row:nth-last-child(2), .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2) {
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 40px;
	padding: 0 4px
}
.footer-type-11 .footer .container>.row:nth-last-child(2)>div, .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding: 18px 35px 22px
}
.footer-type-11 .footer .container>.row:nth-last-child(2)>div:before, .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #e3e3e3;
	display: block
}
.footer-type-11 .footer .container>.row:nth-last-child(2)>div:first-child:before, .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:first-child:before {
	display: none
}
.footer-type-11 .footer .container>.row>div, .footer-type-11 .footer .advanced-grid .container>div>.row>div {
	padding-top: 34px;
	padding-bottom: 0
}
.footer-type-11 .footer .container>.row:last-child>div, .footer-type-11 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-bottom: 27px
}
.footer-type-11 .footer .container>.row:nth-last-child(2)>div h4, .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div h4 {
	border: none;
	padding: 18px 0;
	margin: 0
}
.footer-type-11 .footer .container>.row:nth-last-child(2)>div ul li a, .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div ul li a {
	line-height: 25px
}
.footer-type-19 .footer .container>.row, .footer-type-19 .footer .advanced-grid .container>div>.row {
	padding: 0 16px
}
.footer-type-19 .footer .container>.row:nth-last-child(2), .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2) {
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #212121;
	background-color: #131313;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 22px;
	padding: 0 9px
}
.footer-type-19 .footer .container>.row:nth-last-child(2)>div, .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding: 29px 35px 28px
}
.footer-type-19 .footer .container>.row:nth-last-child(2)>div:before, .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #212121;
	display: block
}
.footer-type-19 .footer .container>.row:nth-last-child(2)>div:first-child:before, .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:first-child:before {
	display: none
}
.footer-type-19 .footer .container>.row>div, .footer-type-19 .footer .advanced-grid .container>div>.row>div {
	padding-top: 34px;
	padding-bottom: 0
}
.footer-type-19 .footer .container>.row:last-child>div, .footer-type-19 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-bottom: 25px;
	padding-top: 28px
}
.footer-type-19 .footer .footer-block {
	margin: 0 -8px
}
.footer-type-16 .footer .background {
	position: relative;
	margin-top: -40px
}
.footer-type-16 .footer .container>.row:nth-last-child(2), .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2) {
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	margin-top: 40px;
	padding: 0 4px
}
.footer-type-16 .footer .container>.row:nth-last-child(2)>div, .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding: 18px 35px 22px
}
.footer-type-16 .footer .container>.row:nth-last-child(2)>div:before, .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #e3e3e3;
	display: block
}
.footer-type-16 .footer .container>.row:nth-last-child(2)>div:first-child:before, .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:first-child:before {
	display: none
}
.footer-type-16 .footer .container>.row>div, .footer-type-16 .footer .advanced-grid .container>div>.row>div {
	padding-top: 34px;
	padding-bottom: 0
}
.footer-type-16 .footer .container>.row:last-child>div, .footer-type-16 .footer .advanced-grid .container>div>.row:last-child>div {
	padding-bottom: 27px
}
.footer-type-16 .footer .container>.row:nth-last-child(2)>div h4, .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div h4 {
	border: none;
	padding: 18px 0;
	margin: 0
}
.footer-type-16 .footer .container>.row:nth-last-child(2)>div ul li a, .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div ul li a {
	line-height: 25px
}
.footer .container>.row+.banner>div {
	padding-top: 0
}
.footer-block {
	padding: 8px 0 14px;
	position: relative
}
.footer-blocks-top.type-2 .footer-block {
	margin: 0
}
.footer-blocks-top.type-2>div:before {
	display: none !important
}
.footer-blocks-bottom .footer-block {
	padding: 7px 0 11px
}
.footer-block>img {
	display: inline-block;
	vertical-align: middle
}
.footer-block>.footer-block-content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
	padding: 14px 0 14px 8px
}
.footer-blocks-bottom .footer-block>.footer-block-content {
	padding-top: 2px;
	padding-bottom: 0
}
.footer-block h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 15px;
	color: #fff
}
.footer-blocks-bottom .footer-block h6 {
	font-size: 14px
}
.footer-block p {
	padding: 0;
	margin: 0
}
.footer-blocks-top .footer-button {
	margin-top: 25px
}
.button-body-type-7 .footer-blocks-top .footer-button {
	margin-top: 28px
}
.footer-block.footer-inline img {
	margin-right: 2px
}
.footer-block.footer-inline h6, .footer-block.footer-inline p {
	display: inline-block;
	vertical-align: middle
}
.footer-block.footer-inline .caption {
	text-align: left
}
.footer-about-us {
	padding: 24px 0 0
}
.footer-about-us.type2 {
	padding-top: 0;
	padding-bottom: 20px
}
.footer-about-us p {
	line-height: 23px
}
.footer-about-us h6 {
	color: #fff;
	margin: 0;
	font-size: 15px
}
.footer-about-us .has-logo {
	padding: 30px 0 0;
	margin-bottom: 0
}
.footer .footer-about-us ul {
	padding: 20px 0 0;
	margin: 0;
	line-height: 23px
}
.footer ul.social-icons {
	list-style: none;
	padding: 26px 0 0;
	margin: 0
}
.footer .strip-line+ul.social-icons {
	padding-top: 0
}
.footer .social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0 18px 0 0;
	font-size: 24px
}
.footer ul.social-icons.social-icons-fashionsimple li a {
	color: #1d1d1b
}
.footer ul.social-icons.social-icons-fashionsimple li a:hover {
	color: #bc985c
}
.footer .copyright ul.social-icons {
	padding: 0
}
.advanced-grid {
	position: relative
}
.advanced-grid-products {
	padding: 8px 0 10px
}
.advanced-grid-products .product {
	margin: 0;
	padding: 8px 0
}
.advanced-grid-products .product:first-child {
	padding-top: 0
}
.advanced-grid-products .product:last-child {
	padding-bottom: 0
}
.advanced-grid-products .product .image {
	float: left;
	width: 34%;
	max-width: 100px
}
.advanced-grid-products .product .image img {
	display: block
}
.advanced-grid-products .product .right {
	float: left;
	width: 58%;
	margin-left: 8%;
	padding-top: 10px
}
.advanced-grid-products .product .right .price {
	color: #d9121f;
	font-weight: 600;
	font-size: 14px
}
.advanced-grid-products .product .right .price .price-old {
	color: gray;
	text-decoration: line-through;
	padding-right: 2px;
	font-weight: 400
}
.advanced-grid-latest-blogs .news {
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #e6e6e7
}
.footer .advanced-grid-latest-blogs .news {
	border-color: rgba(255,255,255,0.1)
}
.advanced-grid-latest-blogs .news:first-child {
	border: none;
	padding-top: 0
}
.advanced-grid-latest-blogs .news:last-child {
	padding-bottom: 0
}
.advanced-grid-latest-blogs .news .image {
	margin: 0 20px 0 0;
	float: left
}
.advanced-grid-latest-blogs .news .image a {
	display: block;
	background-size: cover;
	position: relative
}
.advanced-grid-latest-blogs .news .right .name {
	padding: 2px 0
}
.advanced-grid-latest-blogs .news .right .article-date-added {
	font-size: 11px;
	font-style: italic
}
.advanced-grid-latest-blogs .news .right .article-date-added i {
	margin-right: 3px
}
.matrialarts-products-tabs .description {
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 28px
}
.matrialarts-products-tabs .select-tab {
	padding: 23px 0 35px 15px;
	margin: 0;
	list-style: none;
	font-size: 20px;
	line-height: 1
}
.matrialarts-products-tabs .select-tab li {
	padding-top: 5px
}
.matrialarts-products-tabs .select-tab li a {
	border-bottom: 2px solid transparent;
	display: inline-block;
	padding: 3px 0
}
.matrialarts-products-tabs .select-tab li.active a {
	color: #fff;
	border-bottom: 2px solid #c30a0a
}
.matrialarts-products-tabs .select-tab li.active a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: "FontAwesome";
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #fff;
	margin-right: 12px;
	margin-bottom: 2px
}
.matrialarts-products-tabs .tab-content {
	background: none !important
}
.matrialarts-products-tabs .tab-content:before {
	display: none !important
}
.newsletter {
	padding: 67px 0 0
}
.footer .newsletter {
	padding-top: 0
}
.newsletter .heading {
	padding-left: 67px;
	position: relative;
	margin-right: -15px
}
.newsletter .heading img {
	display: block;
	float: left;
	margin: 0 34px 0 0
}
.newsletter .heading p {
	padding: 8px 0 0;
	margin: 0;
	font-size: 25px;
	line-height: 1;
	font-weight: 500
}
.newsletter .content {
	padding-bottom: 0
}
.newsletter .content p {
	height: 50px;
	border-left: 2px solid #fc741b;
	padding: 17px 0 0 27px;
	margin: 5px 0 0 15px;
	text-align: center
}
.newsletter .inputs {
	text-align: center;
	padding-top: 3px
}
.newsletter .inputs input {
	background: #fff;
	margin-right: 8px;
	width: 187px;
	vertical-align: top;
	height: 45px
}
.newsletter .inputs input:focus {
	background: #fcfcfc
}
.newsletter .inputs .button {
	padding-left: 30px;
	padding-right: 30px;
	height: 45px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	vertical-align: top
}
.architecture-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.architecture-newsletter .heading p {
	font-size: 23px;
	line-height: 25px;
	font-weight: 600;
	padding-top: 9px
}
.newsletter.architecture-newsletter .content p {
	border-color: #000;
	text-align: left;
	padding-left: 49px;
	padding-top: 15px;
	font-size: 13px
}
.architecture-newsletter.newsletter .inputs {
	padding-right: 65px;
	text-align: right
}
.architecture-newsletter.newsletter .inputs input {
	width: 220px
}
.architecture-newsletter.newsletter .inputs .button {
	padding-left: 21px;
	padding-right: 21px
}
.audio-newsletter {
	padding: 42px 45px 30px
}
.audio-newsletter .heading {
	display: inline-block;
	vertical-align: top;
	padding: 0 47px 20px 0
}
.audio-newsletter .heading .first {
	font-size: 13px;
	font-weight: 700;
	color: #676767;
	line-height: 1
}
.audio-newsletter .heading .second {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #1b1b1b
}
.audio-newsletter .inputs {
	display: inline-block;
	vertical-align: top;
	padding: 1px 0 10px
}
.audio-newsletter .inputs input {
	margin: 0 7px 0 0;
	width: 239px;
	height: 45px;
	display: inline-block;
	vertical-align: top
}
.audio-newsletter .inputs .button {
	margin: 0;
	height: 45px;
	display: inline-block;
	vertical-align: top;
	padding: 0 29px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.bakery-newsletter {
	height: 140px;
	padding: 45px 0 0
}
.newsletter.bakery-newsletter .heading {
	padding-left: 0 !important
}
.newsletter.bakery-newsletter .heading h6 {
	font-weight: 300;
	color: #fff;
	font-size: 40px;
	line-height: 35px;
	padding: 0;
	margin: 0
}
.newsletter.bakery-newsletter .content p {
	border-color: #a15615;
	color: gray
}
.bakery-newsletter.newsletter .inputs {
	text-align: right
}
.bakery-newsletter.newsletter .inputs input {
	width: 308px;
	background: none;
	border: 1px solid rgba(255,255,255,0.15)
}
.bakery-newsletter.newsletter .inputs input:focus {
	background: none;
	border: 1px solid rgba(255,255,255,0.25)
}
.bakery-newsletter.newsletter .inputs .button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.overflow-books-newsletter {
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	margin: 0 -4000px
}
.books-newsletter {
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 164px;
	padding: 0 4000px
}
.books-newsletter .heading {
	padding-top: 51px
}
.books-newsletter .heading img {
	display: inline-block;
	vertical-align: top
}
.books-newsletter .heading .first-heading {
	display: inline-block;
	vertical-align: top;
	padding: 17px 0 0 27px;
	font-size: 18px;
	color: #333;
	font-weight: 600
}
.books-newsletter .heading .second-heading {
	display: inline-block;
	vertical-align: top;
	padding: 22px 0 0 27px
}
.books-newsletter .inputs {
	padding-top: 59px;
	text-align: right
}
.books-newsletter .inputs input {
	margin: 0;
	height: 46px;
	width: 75%;
	max-width: 320px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1)
}
.books-newsletter .inputs .button {
	height: 46px;
	margin: 0 0 0 -8px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 0 20px
}
.carparts-newsletter>img {
	position: absolute;
	display: block;
	bottom: 0;
	left: 54px
}
.carparts-newsletter .heading p {
	padding: 39px 0 35px;
	margin: 0;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-weight: 500
}
.carparts-newsletter .inputs {
	padding-top: 34px;
	padding-left: 0
}
.carparts-newsletter .inputs input {
	margin: 0;
	vertical-align: top;
	background: #fff;
	border: none;
	border-right: none;
	height: 50px;
	display: table-cell;
	width: 100%;
	padding-left: 30px;
	font-size: 12px;
	margin-right: 50px
}
.carparts-newsletter .inputs .button {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 34px;
	font-size: 15px !important
}
.carparts-newsletter .inputs .button i {
	vertical-align: middle
}
.ceramica-newsletter-margin-top-75 {
	margin-top: 75px !important
}
.ceramica-newsletter {
	padding: 119px 0 122px
}
.ceramica-newsletter .heading p {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700
}
.ceramica-newsletter .content {
	padding: 0;
	margin: 0 0 0 -5px;
	position: relative
}
.ceramica-newsletter .content p {
	font-size: 90px;
	font-weight: 700;
	line-height: 75px
}
.ceramica-newsletter .inputs {
	padding: 0
}
.ceramica-newsletter .inputs input {
	height: 50px;
	width: 254px;
	margin: 19px 7px 0 0;
	vertical-align: top;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.ceramica-newsletter .inputs .button {
	height: 50px;
	margin: 19px 0 0;
	vertical-align: top;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.border-computer8-newsletter {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede
}
.computer8-newsletter {
	padding: 49px 0 46px
}
.computer8-newsletter .inputs {
	float: right;
	padding-left: 100px
}
.computer8-newsletter .inputs input {
	margin: 0 7px 0 0;
	height: 40px;
	width: 238px;
	line-height: 40px;
	font-size: 12px;
	vertical-align: top;
	display: inline-block
}
.computer8-newsletter .inputs .button {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	height: 40px;
	vertical-align: top;
	display: inline-block
}
.computer8-newsletter .heading {
	float: left;
	line-height: 1;
	padding-top: 2px;
	padding-right: 100px
}
.computer8-newsletter .heading .first-heading {
	font-size: 25px;
	font-weight: 600;
	color: #007dfe
}
.computer8-newsletter .heading .second-heading {
	color: #000;
	padding-top: 3px
}
.computer8-newsletter .strip-line {
	height: 1px;
	background: #c6c6c6;
	overflow: hidden;
	margin-top: 20px
}
.cosmetics-newsletter {
	height: 130px;
	padding: 35px 0 0
}
.newsletter.cosmetics-newsletter .heading p {
	font-weight: 400;
	color: #fff;
	font-size: 20px
}
.newsletter.cosmetics-newsletter .content p {
	border-color: #fff;
	color: #1a1a1a
}
.cosmetics-newsletter.newsletter .inputs {
	padding-right: 50px
}
.cosmetics2-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.cosmetics2-newsletter .heading p {
	font-size: 25px;
	line-height: 1;
	color: #e8c22b;
	padding-top: 5px;
	font-weight: 400
}
.newsletter.cosmetics2-newsletter .content p {
	border-color: #e8c22b;
	color: #fff;
	text-align: left;
	padding-left: 49px;
	padding-top: 14px;
	font-size: 15px
}
.cosmetics2-newsletter.newsletter .inputs {
	padding-right: 50px
}
.default-newsletter p {
	padding: 2px 0 0;
	margin: 0
}
.default-newsletter input {
	margin: 13px 17px 0 0;
	height: 50px;
	width: 265px;
	vertical-align: top;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.default-newsletter .footer-button {
	font-size: inherit;
	height: 50px;
	margin: 13px 0 0;
	vertical-align: top;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.exclusive-newsletter>div {
	position: static
}
.exclusive-newsletter>div:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0,0,0,0.1);
	margin-left: -20px
}
.exclusive-newsletter .heading p {
	padding: 53px 0 47px;
	margin: 0;
	font-size: 40px;
	line-height: 1;
	color: #fb0
}
.exclusive-newsletter .content-newsletter p {
	padding: 68px 0 66px 31px;
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500
}
.exclusive-newsletter .inputs {
	margin: 70px 0;
	position: relative
}
.exclusive-newsletter .inputs .button {
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px
}
.exclusive-newsletter .inputs input {
	margin: 0;
	display: block;
	width: 97%;
	background: #fff;
	border: 1px solid #cfcec7;
	height: 40px
}
.exclusive-newsletter .inputs input:focus {
	border: 1px solid #fb0
}
.fashion2-newsletter {
	padding: 0 0 20px
}
.fashion2-newsletter p {
	padding: 3px 0 0;
	margin: 0
}
.fashion2-newsletter input {
	margin: 15px 17px 0 0;
	height: 50px;
	width: 263px;
	max-width: 55%;
	vertical-align: top;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #191919;
	border: 1px solid #303030
}
.fashion2-newsletter input:focus {
	background: #303030;
	border: 1px solid #303030
}
.fashion2-newsletter .button {
	height: 50px;
	margin: 15px 0 0;
	vertical-align: top;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 16px;
	font-size: 12px !important;
	padding-left: 47px;
	padding-right: 47px
}
.fashion3-newsletter {
	padding: 79px 0 0
}
.fashion3-newsletter h4 {
	font-size: 50px;
	line-height: 1;
	padding: 19px 0 8px;
	margin: 0
}
.fashion3-newsletter .inputs {
	padding: 2px 0 0
}
.fashion3-newsletter .inputs input {
	margin: 0 8px 0 0;
	vertical-align: top;
	height: 45px;
	width: 188px
}
.fashion3-newsletter .inputs .button {
	margin: 0;
	vertical-align: top;
	height: 45px
}
.furniture-newsletter {
	text-align: center;
	padding: 187px 0 186px
}
.furniture-newsletter .heading {
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
	padding: 0
}
.furniture-newsletter .inputs input {
	margin: 0 17px 0 0;
	vertical-align: top;
	height: 45px;
	width: 430px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background: #fff;
	border: 1px solid #ccc;
	max-width: 100%;
	margin-top: 26px
}
.furniture-newsletter .inputs input:focus {
	background: #fafafa
}
.furniture-newsletter .inputs .button {
	margin: 0;
	vertical-align: top;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 45px;
	margin-top: 26px
}
.gardentools-newsletter {
	height: 204px
}
.gardentools-newsletter .heading {
	padding-top: 74px
}
.gardentools-newsletter .heading p {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}
.gardentools-newsletter .content {
	padding-bottom: 0;
	padding-top: 76px
}
.gardentools-newsletter .content p {
	padding: 17px 0 0 30px;
	color: #fff
}
.gardentools-newsletter .inputs {
	text-align: right;
	padding-top: 83px;
	position: relative;
	margin-left: -60px
}
.gardentools-newsletter .inputs input {
	background: rgba(255,255,255,0.2);
	margin-right: 8px;
	width: 270px;
	vertical-align: top;
	height: 45px;
	color: #fff
}
.gardentools-newsletter .inputs input::-webkit-input-placeholder {
color:#fff
}
.gardentools-newsletter .inputs input:-moz-placeholder {
color:#fff;
opacity:1
}
.gardentools-newsletter .inputs input::-moz-placeholder {
color:#fff;
opacity:1
}
.gardentools-newsletter .inputs input:-ms-input-placeholder {
color:#fff
}
.gardentools-newsletter .inputs input:focus {
	background: rgba(255,255,255,0.25)
}
.gardentools-newsletter .inputs .button {
	padding-left: 39px;
	padding-right: 39px;
	height: 45px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	vertical-align: top
}
.glamshop-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.glamshop-newsletter .heading p {
	font-weight: 400;
	color: #333;
	font-size: 30px;
	line-height: 25px;
	text-transform: uppercase
}
.newsletter.glamshop-newsletter .content p {
	border-color: #d9121f;
	color: #232323
}
.glamshop-newsletter.newsletter .inputs {
	padding-right: 50px
}
.glamshop-newsletter.newsletter .inputs input {
	border: 1px solid #ccc
}
.glamshop-newsletter.newsletter .inputs .button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.market-newsletter>img {
	position: absolute;
	display: block;
	bottom: -1px;
	left: 54px
}
.market-newsletter .heading p {
	padding: 38px 0 34px;
	margin: 0;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-weight: 500
}
.market-newsletter .inputs {
	padding-top: 33px;
	padding-left: 0
}
.market-newsletter .inputs input {
	margin: 0;
	vertical-align: top;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-right: none;
	height: 50px;
	display: table-cell;
	width: 100%;
	padding-left: 30px;
	font-size: 12px;
	margin-right: 50px
}
.market-newsletter .inputs .button {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 33px;
	font-size: 15px !important
}
.market-newsletter .inputs .button i {
	vertical-align: middle
}
.matrialarts-newsletter {
	padding: 0 0 60px
}
.matrialarts-newsletter .heading p {
	padding: 59px 0 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
	color: #fff
}
.matrialarts-newsletter .content p {
	padding: 10px 0 0;
	margin: 0;
	font-size: 15px
}
.matrialarts-newsletter .inputs input {
	margin: 14px 7px 0 0;
	height: 45px;
	vertical-align: top;
	width: 210px;
	padding-left: 30px
}
.matrialarts-newsletter .inputs .button {
	margin: 14px 0 0;
	height: 45px;
	vertical-align: top;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.medic-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.medic-newsletter .heading p {
	font-size: 25px;
	line-height: 1;
	color: #333;
	padding-top: 5px
}
.newsletter.medic-newsletter .content p {
	border-color: #13ad9c;
	color: #333;
	text-align: left;
	padding-left: 49px;
	padding-top: 15px;
	font-size: 15px
}
.medic-newsletter.newsletter .inputs {
	padding-right: 50px
}
.military-newsletter {
	height: 100px;
	padding: 0 110px 0 84px
}
.military-newsletter .left {
	float: left;
	width: 65%;
	font-size: 20px;
	color: #fff;
	padding: 33px 0 0
}
.military-newsletter .left .heading {
	display: inline-block;
	vertical-align: top
}
.military-newsletter .left p {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 7px;
	margin: 0
}
.military-newsletter .inputs {
	float: right;
	width: 35%;
	text-align: right;
	padding: 26px 0 0
}
.military-newsletter .inputs input {
	height: 45px;
	vertical-align: top;
	margin: 0 7px 0 0;
	display: inline-block;
	width: 188px;
	background: #fff
}
.military-newsletter .inputs input:focus {
	background: #fafafa
}
.military-newsletter .inputs .button {
	margin: 0;
	height: 45px;
	vertical-align: top;
	display: inline-block;
	padding: 0 30px
}
.naturalcosmetics-newsletter {
	text-align: center;
	padding: 60px 0
}
.naturalcosmetics-newsletter .heading p {
	padding: 0 0 15px;
	margin: 0 0 37px;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	display: inline-block;
	border-bottom: 2px solid #6bc513;
	color: #fff
}
.naturalcosmetics-newsletter .content {
	padding: 0;
	margin: 0;
	position: relative
}
.naturalcosmetics-newsletter .content p {
	font-size: 40px;
	font-weight: 300;
	line-height: 1
}
.naturalcosmetics-newsletter .inputs {
	padding: 14px 0 0
}
.naturalcosmetics-newsletter .inputs input {
	height: 45px;
	width: 240px;
	margin: 19px 7px 0 0;
	vertical-align: top;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 12px
}
.naturalcosmetics-newsletter .inputs .button {
	height: 45px;
	margin: 19px 0 0;
	vertical-align: top;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 0 30px
}
.perfume-newsletter {
	position: relative;
	z-index: 1;
	padding: 5px 0 40px
}
.perfume-newsletter .circle {
	width: 156px;
	background-color: #FB0;
	border-radius: 200px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	margin-top: -22px;
	position: absolute;
	padding: 29px 23px 27px;
	text-align: center
}
.perfume-newsletter .circle h4 {
	font-size: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 400 !important;
	border: none
}
.perfume-newsletter .circle h3 {
	font-size: 59px;
	line-height: 65px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-family: Arial;
	border: none
}
.perfume-newsletter .row {
	padding-left: 200px;
	padding-top: 20px;
	min-height: 85px;
	color: #735741;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700
}
.perfume-newsletter .row>div {
	padding-top: 15px
}
.perfume-newsletter .inputs {
	padding-right: 60px;
	margin-top: 3px;
	position: relative
}
.perfume-newsletter .inputs input {
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 44px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	padding: 10px 10px 10px 25px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	border: 2px solid #E1E3D8;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}
.perfume-newsletter .inputs input:focus {
	border-width: 2px !important
}
.perfume-newsletter .inputs .subscribe {
	width: 82px;
	height: 44px;
	border: 2px solid #E1E3D8;
	font-size: 20px;
	background-color: #fff;
	color: #70543F;
	padding: 5px 23px 6px 40px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
	cursor: pointer
}
.perfume-newsletter .inputs .subscribe:hover {
	background: #E1E3D8
}
.perfume-newsletter .inputs .subscribe i {
	vertical-align: middle
}
.border-shoes3-newsletter {
	border: 1px solid #e0e0e0
}
.shoes3-newsletter {
	padding: 49px 60px 46px
}
.shoes3-newsletter .inputs {
	float: right;
	padding-left: 40px
}
.shoes3-newsletter .inputs input {
	margin: 0 7px 0 0;
	height: 40px;
	width: 238px;
	line-height: 40px;
	font-size: 12px;
	vertical-align: top;
	display: inline-block
}
.shoes3-newsletter .inputs .button {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	height: 40px;
	vertical-align: top;
	display: inline-block
}
.shoes3-newsletter .heading {
	float: left;
	line-height: 1;
	padding-top: 2px;
	padding-right: 40px
}
.shoes3-newsletter .heading .first-heading {
	font-size: 25px;
	font-weight: 600
}
.shoes3-newsletter .heading .second-heading {
	color: #117c97;
	padding-top: 3px
}
.shoes3-newsletter .strip-line {
	height: 1px;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
	margin-top: 20px
}
.border-lingerie-newsletter {
	border: 1px solid #e0e0e0;
	position: relative
}
.border-lingerie-newsletter:after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	height: 19px;
	background-position: top center;
	background-repeat: no-repeat
}
.lingerie-newsletter {
	padding-top: 0
}
.lingerie-newsletter .heading {
	padding-top: 0
}
#main .lingerie-newsletter .first-heading {
	padding: 40px 0 0;
	margin: 0;
	font-size: 30px;
	color: #ef5f96;
	position: relative;
	display: inline-block
}
#main .lingerie-newsletter .first-heading:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #ef5f96
}
#main .lingerie-newsletter .second-heading {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	position: relative;
	margin-top: -1px;
	margin-left: -3px
}
.lingerie-newsletter .strip-line {
	margin-top: 69px
}
.lingerie-newsletter .inputs {
	padding-top: 49px
}
.lingerie-newsletter .inputs input {
	margin-right: -3px
}
.spices-newsletter {
	padding: 54px 0 0;
	position: relative;
	margin-bottom: -3px
}
.newsletter.spices-newsletter .heading p {
	font-weight: 400;
	color: #350a04;
	font-size: 30px;
	line-height: 25px;
	padding-top: 7px
}
.newsletter.spices-newsletter .content p {
	text-align: left;
	border-color: #ffb400;
	color: #350a04;
	padding-left: 45px;
	padding-top: 15px
}
.spices-newsletter.newsletter .inputs {
	padding-right: 50px
}
.spices-newsletter.newsletter .button {
	background: #350a04 !important;
	padding-top: 14px
}
.spices-newsletter.newsletter .button:hover {
	background: #486f38 !important
}
.sport-newsletter {
	overflow: hidden
}
.sport-newsletter .heading {
	padding-left: 14.87%;
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	text-stroke: 2px #f2351c;
	-webkit-text-stroke: 2px #f2351c;
	position: relative;
	margin-top: -34px
}
.sport-newsletter .heading p {
	margin: 0
}
.sport-newsletter .content-newsletter {
	padding-left: 15.7%;
	font-size: 45px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	position: relative;
	margin-top: -14px
}
.sport-newsletter .content-newsletter p {
	font-size: 20px;
	color: #30e502;
	padding: 0 0 0 128px;
	position: relative;
	margin-top: -3px;
	margin-bottom: 0
}
.sport-newsletter .inputs {
	padding: 22px 0 102px 26.5%
}
.sport-newsletter .inputs input {
	height: 45px;
	margin: 20px 9px 0 0;
	width: 300px;
	padding-left: 30px;
	background: #0c0c0c;
	-webkit-box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.2)
}
.sport-newsletter .inputs input:focus {
	background: #0c0c0c
}
.sport-newsletter .inputs .button {
	height: 45px;
	margin: 20px 0 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.sportwinter-newsletter {
	padding: 0 67px 24px 39px
}
.sportwinter-newsletter .heading {
	padding-top: 35px
}
.sportwinter-newsletter .first-heading {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	padding: 4px 7px 17px 0
}
.sportwinter-newsletter .second-heading {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	color: #e55a19;
	padding: 4px 0 17px
}
.sportwinter-newsletter .inputs {
	text-align: right;
	padding-top: 21px
}
.sportwinter-newsletter .inputs input {
	border: none !important;
	height: 45px;
	width: 188px;
	margin-right: 7px;
	vertical-align: top;
	display: inline-block
}
.sportwinter-newsletter .inputs .button {
	height: 45px;
	vertical-align: top;
	display: inline-block;
	padding: 0 30px
}
.toys3-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.toys3-newsletter .heading p {
	font-size: 25px;
	line-height: 25px;
	font-weight: 800;
	padding-top: 7px;
	color: #32bb0f
}
.newsletter.toys3-newsletter .content p {
	border-color: #32bb0f;
	text-align: left;
	padding-left: 49px;
	padding-top: 14px;
	font-size: 16px
}
.toys3-newsletter.newsletter .inputs {
	padding-right: 65px;
	text-align: right
}
.toys3-newsletter.newsletter .inputs input {
	width: 187px;
	border: none
}
.wine-newsletter {
	height: 150px;
	padding: 45px 0 0
}
.newsletter.wine-newsletter .heading p {
	font-weight: 300;
	color: #fff
}
.newsletter.wine-newsletter .content p {
	text-align: left;
	border-color: #a7a452;
	color: #fff;
	padding-left: 45px
}
.wine-newsletter.newsletter .inputs {
	padding-right: 50px
}
.antique-products.box .box-content.products {
	margin-top: 0
}
.antique-products .advanced-grid-products {
	padding: 0
}
.antique-products .advanced-grid-products .product, .antique-products .advanced-grid-products .product:first-child {
	padding: 30px;
	background-position: top left;
	background-repeat: repeat-x
}
.antique-products .advanced-grid-products .product:first-child {
	background: none !important
}
.antique-products .advanced-grid-products .product .right {
	margin-left: 10%;
	width: 56%
}
.architecture-products {
	padding: 10px 0 0
}
.architecture-products .product {
	border: 1px solid #e5e5e5
}
.architecture-products .product .left {
	display: table-cell;
	width: auto;
	vertical-align: top
}
.architecture-products .product .left .image {
	position: relative;
	margin: -1px 0 -1px -1px
}
.architecture-products .product .left .image img {
	display: block
}
.architecture-products .product .right {
	width: 194px;
	display: table-cell;
	vertical-align: top;
	padding: 93px 20px 40px 40px
}
.architecture-products .product .right .price {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2
}
.architecture-products .product .right .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px
}
body.firefox-mac .architecture-products .product .right .price .price-old {
	font-weight: 300 !important
}
.architecture-products .product .right .only-hover ul {
	padding: 19px 0 0;
	margin: 0;
	list-style: none
}
.architecture-products .product .right .only-hover ul li {
	display: inline-block;
	padding: 5px 5px 5px 0;
	vertical-align: top
}
.architecture-products .product .right .only-hover ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.architecture-products .product .right .only-hover ul li a:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.architecture-products .product .right .only-hover ul li form button {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.architecture-products .product .right .only-hover ul li form button:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.carparts2-products {
	padding-left: 41px
}
.carparts2-products .product-grid .product {
	padding: 10px !important;
	background: #fff;
	margin-top: 30px !important;
	text-align: left
}
.carparts2-products .product-grid .product .image {
	text-align: center
}
.carparts2-products .product-grid .product .sale, .carparts2-products .product-grid .product .new {
	display: none !important
}
#main .carparts2-products .product-grid .product:before, #main .carparts2-products .product-grid .product:after {
	display: none !important
}
.carparts2-products .product-grid .product .right {
	padding: 3px 20px 8px
}
.carparts2-products .product-grid .product .price {
	font-size: 20px
}
.carparts2-products .product-grid .product .name a {
	font-size: 14px
}
.carparts2-products .product-grid .product-hover .only-hover {
	padding-bottom: 20px !important
}
.carparts2-products-on-sale {
	padding: 28px 0 10px
}
.carparts2-products-on-sale .heading {
	font-size: 25px;
	line-height: 1;
	font-weight: 500;
	color: #202020;
	padding: 0 0 20px
}
.computer4-products.box .box-content.products {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	position: relative;
	margin-top: -1px
}
.computer4-products.box .box-content.products>.clearfix {
	background-position: bottom left;
	background-repeat: repeat-x
}
.computer4-products .advanced-grid-products .product, .computer4-products .advanced-grid-products .product:first-child {
	padding: 20px
}
.computer4-products .advanced-grid-products .product .image {
	width: 30%;
	max-width: 83px
}
.computer4-products .advanced-grid-products .product .right {
	width: 70%;
	margin-left: 0 !important;
	padding-left: 23px;
	padding-top: 20px
}
.fashion2-products.box .box-content.products {
	border: 1px solid #e5e5e5
}
.fashion2-products .advanced-grid-products {
	padding: 0
}
.fashion2-products .advanced-grid-products .product, .fashion2-products .advanced-grid-products .product:first-child {
	padding: 29px;
	background-position: top left;
	background-repeat: repeat-x
}
.fashion2-products .advanced-grid-products .product:first-child {
	background: none !important
}
.fashion2-products .advanced-grid-products .product .image {
	max-width: 93px
}
.fashion2-products .advanced-grid-products .product .right {
	margin-left: 0 !important;
	width: 66%;
	padding-top: 45px;
	padding-left: 23px
}
.games-products.box .box-heading {
	border-bottom: none
}
.games-products.box .box-content {
	border: 1px solid #acdd13
}
.games-products.grey.box .box-content {
	border: 1px solid #404040
}
.games-products.orange.box .box-content {
	border: 1px solid #ff9209
}
.games-products.blue.box .box-content {
	border: 1px solid #00dee1
}
.games-products.pink.box .box-content {
	border: 1px solid #fa4657
}
.games-products.box .advanced-grid-products .product {
	background-position: top left;
	background-repeat: repeat-x
}
.games-products .advanced-grid-products .product .image {
	max-width: 83px
}
.games-products .advanced-grid-products .product .right {
	padding-top: 31px
}
.games-products .advanced-grid-products .product .right .price {
	padding-top: 8px
}
.games-products .advanced-grid-products .product .right {
	margin-left: 7%;
	width: 59%
}
.holidays-products {
	clear: both
}
.holidays-products .heading {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	padding: 39px 0 15px;
	margin: 0;
	clear: both
}
.holidays-products .product {
	margin: 30px 0 0;
	border: 1px solid #e5e5e5
}
.holidays-products>div:nth-child(2) {
	margin: 0
}
.holidays-products .product .left {
	width: 39%;
	float: left;
	max-width: 139px
}
.holidays-products .product .left .image {
	position: relative;
	margin: -1px 0 -1px -1px
}
.holidays-products .product .left .image img {
	display: block
}
.holidays-products .product .right {
	float: left;
	width: 61%;
	padding: 40px 0 30px 30px
}
.holidays-products .product .right .name a {
	font-size: 15px;
	line-height: 1
}
.holidays-products .product .right .brand {
	color: #019ad5;
	line-height: 1;
	position: relative;
	margin-top: -2px
}
.holidays-products .product .right .price {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #d9121f;
	padding: 11px 0 0
}
.holidays-products .product .right .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px
}
body.firefox-mac .holidays-products .product .right .price .price-old {
	font-weight: 300 !important
}
.product-flowers .product-grid .name, .product-flowers .product-grid .price {
	opacity: 1 !important;
	visibility: visible !important;
	position: relative
}
.product-flowers .product-grid .price {
	font-size: 20px !important
}
.product-flowers .product-grid .product-hover .right .name, .product-flowers .product-grid .product-hover .right .price {
	opacity: 1 !important;
	visibility: visible !important
}
.product-flowers .product-grid .product-hover .only-hover {
	visibility: visible !important;
	position: relative !important;
	opacity: 1 !important;
	padding: 0 !important;
	margin: -3px 0 10px !important
}
.product-flowers .product-grid .product .only-hover ul {
	visibility: visible !important;
	position: relative !important;
	opacity: 1 !important;
	transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important
}
.grocery-products .product-grid .product {
	height: 306px
}
#main .products-grid-with-carousel {
	overflow: hidden;
	margin-top: -1px !important;
	padding: 0 16px 0 22px !important
}
#main .products-grid-with-carousel .clear:before {
	margin-top: 0
}
#main .products-grid-with-carousel .owl-item:last-child .product:before {
	background: none
}
.products-grid-with-carousel.box .box-content.products {
	margin-top: 0
}
.products-grid-with-carousel .product-grid {
	padding: 0 !important;
	overflow: visible !important
}
.is-countdown {
	background: rgba(237,237,237,0.9);
	margin-top: -60px;
	left: 0;
	right: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	font-size: 12px;
	color: #232323;
	overflow: hidden
}
.countdown-special-type-7 .is-countdown {
	margin-top: 0 !important;
	top: 40px;
	left: 10px;
	right: 10px;
	background: rgba(255,255,255,0.9);
	z-index: 0
}
.countdown-special-type-7 .product-list .is-countdown {
	top: 10px;
	left: 25px;
	right: 25px
}
.countdown-special-type-4 .is-countdown {
	background: #ede5de;
	background: -moz-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede5de), color-stop(100%, #e5d8ce));
	background: -webkit-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -o-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -ms-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: linear-gradient(to bottom, #ede5de 0%, #e5d8ce 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: -70px
}
.countdown-special-type-9 .is-countdown {
	background: #f44c1c;
	color: #fff
}
.countdown-special-type-8 .is-countdown {
	background: #fbf9f3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: -70px;
	border: 1px solid #e1e0da
}
.countdown-special-type-5 .is-countdown {
	background: #ffd900;
	background: -moz-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd900), color-stop(100%, #ffc200));
	background: -webkit-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -o-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -ms-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: linear-gradient(to bottom, #ffd900 0%, #ffc200 100%);
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	margin-top: -70px;
	border-bottom: 1px solid #e5ad00
}
.countdown-special-type-2 .is-countdown {
	background: rgba(20,20,20,0.9);
	color: #7f7f7f
}
.countdown-special-type-6 .is-countdown {
	background: rgba(0,0,0,0.5);
	color: #fff
}
.countdown-special-type-3 .is-countdown {
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 10px;
	left: 10px;
	right: 10px;
	height: 60px;
	margin-top: -65px;
	padding-top: 1px
}
.product-list .is-countdown {
	left: 5px;
	right: 5px
}
.countdown-special-type-3 .product-list .is-countdown {
	left: 15px;
	right: 15px
}
.col-sm-12>.product .is-countdown {
	margin-top: -100px
}
.is-countdown .countdown-section:after {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background-repeat: repeat-y;
	background-position: top left;
	left: 100%
}
.countdown-special-type-3 .is-countdown .countdown-section:after {
	background: rgba(255,255,255,0.1)
}
.countdown-special-type-6 .is-countdown .countdown-section:after {
	background: rgba(255,255,255,0.1)
}
.is-countdown .countdown-section:last-child:after {
	display: none
}
.countdown-holding span {
	color: #888
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0;
	text-align: center
}
.countdown-show1 .countdown-section {
	width: 98%
}
.countdown-show2 .countdown-section {
	width: 48%
}
.countdown-show3 .countdown-section {
	width: 32.5%
}
.countdown-show4 .countdown-section {
	width: 24.5%
}
.countdown-show5 .countdown-section {
	width: 19.5%
}
.countdown-show6 .countdown-section {
	width: 16.25%
}
.countdown-show7 .countdown-section {
	width: 14%
}
.countdown-section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
	position: relative;
	padding: 12px 0 6px
}
.col-sm-12>.product .countdown-section {
	padding-bottom: 12px
}
.countdown-special-type-7 .countdown-section {
	font-size: 11px;
	font-weight: 700;
	color: #957f85
}
.countdown-amount {
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: relative;
	margin-bottom: -5px
}
.countdown-special-type-3 .countdown-amount {
	font-weight: 400
}
.countdown-special-type-7 .countdown-amount {
	font-weight: 400;
	color: #59454b;
	font-size: 18px;
	margin-bottom: -1px;
	margin-top: -5px
}
.col-sm-12>.product .countdown-amount {
	font-size: 18px;
	font-weight: 400;
	padding-top: 2px
}
.countdown-special-type-7 .col-sm-12>.product .countdown-amount {
	font-size: 25px;
	padding-top: 0
}
.countdown-period {
	display: block
}
.countdown-descr {
	display: block;
	width: 100%
}
.product .image .count_holder_item h3, .product .left .count_holder_item h3 {
	display: none
}
.today-deals {
	margin-bottom: 15px
}
.today-deals .prev {
	margin-left: -40px;
	border-color: #cdcdcd
}
.today-deals .next {
	margin-left: 5px;
	border-color: #cdcdcd
}
.today-deals-products .product {
	padding: 20px 20px 43px;
	text-align: center
}
.today-deals-products .product .is-countdown {
	display: block !important;
	position: relative;
	margin: 0 auto;
	background: none;
	max-width: 285px;
	font-size: 10px
}
.today-deals-products .product .is-countdown .countdown-section {
	padding: 12px 5px 11px
}
.today-deals-products .product .is-countdown .countdown-section:before {
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 5px;
	right: 5px
}
.today-deals-products .product .is-countdown .countdown-section:after {
	display: none
}
.today-deals-products .product .is-countdown .countdown-amount {
	font-size: 16px
}
.today-deals-products .product .name {
	padding-top: 28px
}
.today-deals-products .product .price {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600
}
.today-deals-products .product .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px
}
body.firefox-mac .today-deals-products .product .price .price-old {
	font-weight: 300
}
.today-deals-products .product .button {
	margin-top: 23px;
	padding: 14px 38px 12px 56px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 12px !important;
	position: relative
}
.today-deals-products .product .button:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 23px;
	display: block;
	width: 16px;
	height: 16px;
	background-position: top left;
	background-repeat: no-repeat
}
.toys3-products .advanced-grid-products .product, .toys3-products .advanced-grid-products .product:first-child {
	padding: 20px 10px
}
.toys3-products .advanced-grid-products .product .image {
	width: 40%;
	max-width: 103px
}
.toys3-products .advanced-grid-products .product .right {
	width: 60%;
	margin-left: 0 !important;
	padding-left: 23px;
	padding-top: 20px;
	margin-right: 0 !important
}
.today-deals-toys2-products {
	position: relative;
	margin: 12px -1px 7px;
	text-align: center
}
.box-type-13 .today-deals-toys2-products {
	margin-left: 0;
	margin-right: 0
}
.today-deals-toys2-products .sale, .today-deals-toys2-products .new {
	margin-top: 0
}
.today-deals-toys2-products .is-countdown {
	padding: 0;
	margin: -40px -30px 30px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}
.countdown-special-type-5 .today-deals-toys2-products .is-countdown {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0
}
.today-deals-toys2-products .countdown-section {
	padding-top: 10px
}
.today-deals-toys2-products .countdown-amount {
	font-weight: 700
}
.today-deals-toys2-products .name {
	padding-top: 16px
}
.today-deals-toys2-products .price {
	color: #d9121f;
	font-size: 20px;
	font-weight: 600;
	padding-top: 6px
}
.today-deals-toys2-products .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 20px
}
body.firefox-mac .today-deals-toys2-products .price .price-old {
	font-weight: 300 !important
}
.today-deals-toys2-products .only-hover ul {
	padding: 6px 0 0;
	margin: 0;
	list-style: none
}
.today-deals-toys2-products .only-hover ul li {
	display: inline-block;
	padding: 5px 2px 5px 2px;
	vertical-align: top
}
.today-deals-toys2-products .only-hover ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.today-deals-toys2-products .only-hover ul li a:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.products-buttons-action-type-2 .today-deals-toys2-products .only-hover ul li a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.products-buttons-action-type-3 .today-deals-toys2-products .only-hover ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.products-buttons-action-type-4 .today-deals-toys2-products .only-hover ul li a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.today-deals-toys2-products .only-hover ul li a.button-add-to-cart {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 30px 0 55px;
	position: relative
}
.today-deals-toys2-products .only-hover ul li a.button-add-to-cart:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 23px;
	display: block;
	width: 16px;
	height: 16px;
	background-position: top left;
	background-repeat: no-repeat
}
.today-deals-shoes3 .box-heading {
	margin-top: -2px
}
.today-deals-shoes3 .box-content {
	padding: 0 !important;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	position: relative
}
.today-deals-shoes3-products {
	position: relative;
	padding: 0 0 30px;
	text-align: center
}
.today-deals-shoes3-products .sale, .today-deals-shoes3-products .new {
	margin-top: -1px !important;
	margin-left: -1px !important;
	z-index: 6
}
.today-deals-shoes3-products .is-countdown {
	padding: 0;
	margin: 0;
	position: relative;
	background: #fcfcfc;
	border-bottom: 1px solid #e5e5e5
}
.today-deals-shoes3-products .countdown-section {
	font-weight: 600;
	font-size: 12px;
	color: #ccb461;
	padding: 0 0 11px
}
.today-deals-shoes3-products .countdown-amount {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 13px 0 0
}
.today-deals-shoes3-products .image img {
	display: block;
	margin: 0 auto
}
.today-deals-shoes3-products .name {
	padding-top: 17px;
	padding-left: 25px;
	padding-right: 25px
}
.today-deals-shoes3-products .name a {
	font-size: 12px
}
.today-deals-shoes3-products .price {
	color: #d9121f;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px
}
.today-deals-shoes3-products .price .price-old {
	font-weight: 300 !important;
	text-decoration: line-through;
	font-size: 20px;
	line-height: 25px
}
.today-deals-computer6 .box-heading {
	margin-top: -2px
}
.today-deals-computer6 .box-content {
	padding: 0;
	position: relative
}
.today-deals-computer6-products {
	position: relative;
	padding: 0 0 1px;
	text-align: center
}
.today-deals-computer6-products .sale, .today-deals-computer6-products .new {
	z-index: 6
}
.today-deals-computer6-products .is-countdown {
	padding: 0;
	margin: 0;
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5
}
.today-deals-computer6-products .is-countdown::first-child {
border-top:none
}
.today-deals-computer6-products .countdown-section {
	font-weight: 600;
	font-size: 11px;
	color: #cb2d41;
	padding: 0 0 5px
}
.today-deals-computer6-products .countdown-amount {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	padding: 7px 0 0
}
.today-deals-computer6-products .product {
	padding: 19px 20px
}
.today-deals-computer6-products .image img {
	display: block;
	margin: 0 auto
}
.today-deals-computer6-products .name {
	padding-top: 16px
}
.today-deals-computer6-products .name a {
	font-size: 12px
}
.today-deals-computer6-products .price {
	color: #d9121f;
	font-size: 13px;
	font-weight: 600;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px
}
.today-deals-computer6-products .price .price-old {
	font-weight: 300 !important;
	text-decoration: line-through;
	color: gray
}
.today-deals-computer8 .box-heading {
	margin-top: -2px
}
.today-deals-computer8 .box-content {
	padding: 0 !important;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	position: relative
}
.today-deals-computer8-products {
	position: relative;
	padding: 0 0 30px;
	text-align: center
}
.today-deals-computer8-products .sale, .today-deals-computer8-products .new {
	margin-top: -1px !important;
	margin-left: -1px !important;
	z-index: 6
}
.today-deals-computer8-products .is-countdown {
	padding: 0;
	margin: 0;
	position: relative;
	background: #fcfcfc;
	border-bottom: 1px solid #e5e5e5
}
.today-deals-computer8-products .countdown-section {
	font-weight: 600;
	font-size: 11px;
	color: #fe0058;
	padding: 0 0 11px
}
.today-deals-computer8-products .countdown-amount {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 13px 0 0
}
.today-deals-computer8-products .left {
	padding: 19px 19px 0
}
.today-deals-computer8-products .image img {
	display: block;
	margin: 0 auto
}
.today-deals-computer8-products .name {
	padding-top: 17px;
	padding-left: 25px;
	padding-right: 25px
}
.today-deals-computer8-products .name a {
	font-size: 12px
}
.today-deals-computer8-products .price {
	color: #d9121f;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px
}
.today-deals-computer8-products .price .price-old {
	font-weight: 300 !important;
	text-decoration: line-through;
	font-size: 20px;
	line-height: 25px
}
.today-deals-petshop2 .clear:before {
	display: none !important
}
.today-deals-petshop2-products {
	position: relative;
	text-align: center
}
.today-deals-petshop2-products .product {
	padding: 0 30px 32px
}
.today-deals-petshop2-products .is-countdown {
	padding: 0;
	margin: -30px 0 30px;
	position: relative
}
.today-deals-petshop2-products .countdown-section {
	padding-top: 10px
}
.today-deals-petshop2-products .countdown-amount {
	font-weight: 700
}
.today-deals-petshop2-products .name {
	padding-top: 16px
}
.today-deals-petshop2-products .price {
	color: #d9121f;
	font-size: 20px;
	font-weight: 600;
	padding-top: 6px
}
.today-deals-petshop2-products .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 20px
}
body.firefox-mac .today-deals-petshop2-products .price .price-old {
	font-weight: 300 !important
}
.today-deals-petshop2-products .only-hover ul {
	padding: 6px 0 0;
	margin: 0;
	list-style: none
}
.today-deals-petshop2-products .only-hover ul li {
	display: inline-block;
	padding: 5px 2px 5px 2px;
	vertical-align: top
}
.today-deals-petshop2-products .only-hover ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.today-deals-petshop2-products .only-hover ul li a:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.products-buttons-action-type-2 .today-deals-petshop2-products .only-hover ul li a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.products-buttons-action-type-3 .today-deals-petshop2-products .only-hover ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.products-buttons-action-type-4 .today-deals-petshop2-products .only-hover ul li a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.today-deals-petshop2-products .only-hover ul li a.button-add-to-cart {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 30px 0 55px;
	position: relative
}
.today-deals-petshop2-products .only-hover ul li a.button-add-to-cart:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 23px;
	display: block;
	width: 16px;
	height: 16px;
	background-position: top left;
	background-repeat: no-repeat
}
.furniture-box {
	padding-top: 60px;
	margin-bottom: -6px;
	position: relative
}
.furniture-box .box-heading {
	font-size: 25px !important
}
.furniture-box .clear {
	display: none
}
.furniture-box .product-grid .product:before {
	background: none
}
.furniture-box .product-grid .product .name {
	padding-top: 25px;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px
}
.furniture-box .product-grid .product .price {
	font-size: 16px;
	line-height: 23px
}
.furniture-box .product-grid .product .right>* {
	position: relative;
	z-index: 1
}
.furniture-box .product-grid .product .add-to-cart a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #171016;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 45px;
	padding: 13px 30px 0 55px;
	margin-top: 23px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	position: relative
}
.furniture-box .product-grid .product .add-to-cart a:hover {
	background: #976a8d;
	border-color: #976a8d;
	color: #fff
}
.furniture-box .product-grid .product .add-to-cart a:after {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	display: block;
	top: 13px;
	left: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.furniture-box .product-grid .product .add-to-cart a:hover:after {
	opacity: 0
}
.furniture-box .product-grid .product .add-to-cart a:before {
	width: 16px;
	height: 16px;
	content: '';
	position: absolute;
	display: block;
	top: 13px;
	left: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	opacity: 0
}
.furniture-box .product-grid .product .add-to-cart a:hover:before {
	opacity: 1
}
.medic-last-in-stock {
	padding: 0 0 37px
}
.medic-last-in-stock .image {
	text-align: center
}
.medic-last-in-stock>div {
	padding-top: 40px;
	padding-bottom: 50px
}
.medic-last-in-stock .is-countdown {
	display: block !important;
	position: relative;
	margin: 10px -1px 0;
	background: none;
	max-width: 280px;
	font-size: 10px;
	height: auto;
	left: 0;
	right: auto
}
.countdown-special-type-3 .medic-last-in-stock .is-countdown {
	margin-top: 40px
}
.medic-last-in-stock .is-countdown .countdown-section {
	padding: 13px 1px
}
.medic-last-in-stock .is-countdown .countdown-section:before {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #ededed;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 1px;
	right: 1px;
	z-index: -100
}
.countdown-special-type-3 .medic-last-in-stock .is-countdown .countdown-section:before {
	background: #101010;
	border: 1px solid #3b3b3b
}
.medic-last-in-stock .is-countdown .countdown-section:after {
	display: none
}
.medic-last-in-stock .is-countdown .countdown-amount {
	font-size: 17px
}
.medic-last-in-stock .name {
	font-size: 30px;
	line-height: 1;
	padding: 20px 0 0
}
.medic-last-in-stock .price {
	color: #d9121f;
	font-size: 46px;
	line-height: 1;
	font-weight: 600;
	padding: 2px 0 30px
}
.breadcrumb-type-6 .breadcrumb {
	margin-top: 20px
}
#main .breadcrumb .background {
	background-color: #fff
}
.breadcrumb .container>div {
	padding: 63px 0 5px;
	text-align: center
}
body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
	padding-left: 25%
}
.breadcrumb-type-7 .breadcrumb .container>div {
	padding-top: 40px
}
.breadcrumb-type-1 .breadcrumb .container>div {
	padding-top: 50px;
	padding-bottom: 0
}
.breadcrumb-type-9 .breadcrumb .container>div {
	padding-top: 40px;
	padding-bottom: 0
}
.breadcrumb-type-2 .breadcrumb .container>div {
	padding-top: 40px;
	padding-bottom: 0
}
.breadcrumb-type-10 .breadcrumb .container>div {
	padding-top: 50px;
	padding-bottom: 0
}
.breadcrumb-type-4 .breadcrumb .container>div {
	padding-top: 33px;
	padding-bottom: 0
}
.breadcrumb-type-8 .breadcrumb .container>div {
	padding-top: 27px;
	padding-bottom: 0
}
.breadcrumb-type-6 .breadcrumb .container>div {
	padding-top: 33px;
	padding-bottom: 0;
	text-align: left
}
.breadcrumb-type-5 .breadcrumb .container>div {
	padding-top: 53px;
	padding-bottom: 0
}
.breadcrumb-type-11 .breadcrumb .container>div {
	padding-top: 45px;
	padding-bottom: 0
}
.breadcrumb .container h1 {
	margin: 0;
	padding: 0 0 9px;
	font-size: 30px;
	border-bottom: 2px solid #d9121f;
	font-weight: 500;
	display: inline-block
}
.box-type-6 .breadcrumb .container h1 {
	border-bottom-width: 1px
}
.breadcrumb-type-4 .breadcrumb .container h1 {
	padding-bottom: 10px
}
.breadcrumb-type-8 .breadcrumb .container h1 {
	padding-bottom: 5px
}
.breadcrumb-type-6 .breadcrumb .container h1 {
	padding-bottom: 0;
	border-bottom: none
}
.breadcrumb-type-7 .breadcrumb .container h1 {
	padding-bottom: 0;
	border-bottom: none
}
.breadcrumb-type-10 .breadcrumb .container h1 {
	padding-bottom: 5px;
	border-bottom: none
}
.breadcrumb .container ul {
	list-style: none;
	padding: 17px 0 56px;
	margin: 0
}
.breadcrumb-type-1 .breadcrumb .container ul {
	padding-bottom: 50px
}
.breadcrumb-type-9 .breadcrumb .container ul {
	padding-bottom: 36px
}
.breadcrumb-type-2 .breadcrumb .container ul {
	padding-bottom: 40px;
	padding-top: 13px
}
.breadcrumb-type-4 .breadcrumb .container ul {
	padding-bottom: 30px
}
.breadcrumb-type-8 .breadcrumb .container ul {
	padding-bottom: 24px;
	padding-top: 10px
}
.breadcrumb-type-6 .breadcrumb .container ul {
	padding-bottom: 30px;
	padding-top: 0
}
.breadcrumb-type-3 .breadcrumb .container ul {
	padding-bottom: 10px
}
.breadcrumb-type-10 .breadcrumb .container ul {
	padding-bottom: 0;
	padding-top: 0
}
.breadcrumb-type-5 .breadcrumb .container ul {
	padding-bottom: 0
}
.breadcrumb-type-11 .breadcrumb .container ul {
	padding-bottom: 0;
	margin-bottom: -10px;
	position: relative;
	z-index: 2
}
.breadcrumb-type-7 .breadcrumb .container ul {
	padding-top: 0;
	padding-bottom: 66px
}
.breadcrumb .container ul li {
	display: inline-block
}
.breadcrumb .container ul li:before {
	content: ">";
	padding-right: 4px;
	padding-left: 6px
}
.breadcrumb .container ul li:first-child:before {
	display: none
}
.breadcrumb ul, .breadcrumb ul a {
	color: #333
}
.breadcrumb ul a:hover {
	color: #d9121f
}
.main-fixed3 .main-content {
	margin-bottom: 60px
}
.main-fixed3 .main-content .background {
	background-color: #fff
}
.main-fixed3 .main-content .pattern>.container {
	padding-bottom: 40px !important
}
.main-fixed3 .main-content .pattern>.container>div:first-child {
	margin-top: -10px;
	position: relative
}
.templateCart .main-fixed3 .main-content .pattern>.container>div:first-child, .checkout-checkout .main-fixed3 .main-content .pattern>.container>div:first-child {
	margin-top: 0
}
.common-home .main-fixed3 .main-content .pattern>.container {
	padding-bottom: 30px !important
}
.common-home .main-fixed3 .main-content .pattern>.container>div:first-child {
	margin-top: 0
}
.main-content .pattern>.container, .standard-body .main-content .pattern>.container {
	padding-bottom: 60px;
	min-height: 300px
}
.standard-body .full-width.main-content .pattern>.container {
	padding-bottom: 50px;
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.center-column {
	position: relative;
	margin-bottom: -20px
}
.standard-body .full-width .center-column.content-without-background {
	padding-top: 20px
}
.box-type-12 .standard-body .full-width .center-column.content-without-background {
	padding-top: 0
}
.box-type-19 .standard-body .full-width .center-column.content-without-background {
	padding-top: 0
}
body.templateProduct .standard-body .full-width .center-column.content-without-background, body.body-white .standard-body .full-width .center-column.content-without-background {
	padding-top: 0
}
body.templateProduct.box-type-5 .standard-body .full-width .center-column.content-without-background {
	padding-top: 10px
}
body.body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	padding-top: 30px
}
body.body-white.box-type-4.product-search .standard-body .full-width .center-column.content-without-background {
	padding-top: 0
}
body.templateProduct.body-white.box-type-4 .standard-body .full-width .center-column.content-without-background {
	padding-top: 0
}
body.box-type-4 .main-fixed .center-column.content-without-background {
	padding-top: 30px
}
body.box-type-7 .main-fixed .center-column.content-without-background {
	padding-top: 0
}
body.templateCollection.box-type-7 .main-fixed .center-column.content-without-background {
	padding-top: 30px
}
body.box-type-4.product-search .main-fixed .center-column.content-without-background {
	padding-top: 0
}
body.templateProduct.box-type-4 .main-fixed .center-column.content-without-background {
	padding-top: 0
}
body.templateProduct .center-column {
	margin-bottom: 0
}
.standard-body .full-width .center-column.content-with-background {
	margin-bottom: 0;
	padding: 40px 55px 20px;
	margin-top: 50px;
	position: relative
}
.body-white .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.box-type-5.body-white .standard-body .full-width .center-column.content-with-background {
	margin-top: 60px
}
.box-type-5.body-white.templateCart .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	margin-top: 0
}
.body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.body-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.body-white .standard-body .full-width .center-column.content-with-background {
	padding: 0 15px;
	margin-bottom: -20px
}
.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -20px
}
.standard-body .full-width .center-column.content-with-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background-color: #fff;
	z-index: -1
}
.body-white .standard-body .full-width .center-column.content-with-background:before {
	display: none
}
.box-type-9 .standard-body .full-width .center-column.content-with-background:before {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.center-column h1, .center-column h2, .center-column h3, .center-column h4, .center-column h5, .center-column h6 {
	margin: 0 0 15px;
	padding: 10px 0 0
}
.affiliate-login .center-column h2 {
	padding-top: 25px
}
.center-column>:first-child {
	margin-top: 50px
}
.standard-body .full-width .center-column.content-with-background>:first-child, body.templateProduct .center-column>:first-child {
	margin-top: 0
}
body.checkout-checkout .center-column>:first-child {
	margin-top: -1px
}
body.checkout-checkout.body-white-type-2 .main-fixed .center-column>:first-child {
	margin-top: 50px
}
#payment-existing, #shipping-existing {
	margin-bottom: 10px;
	margin-top: 7px
}
.templateCart .center-column>form {
	margin-top: 0 !important
}
.body-white-type-2.templateCart .main-fixed .center-column>form {
	margin-top: 50px !important
}
.body-white-type-2.templateCart .main-fixed .center-column>form>:first-child {
	border-top: 1px solid rgba(0,0,0,0.1)
}
#mfilter-content-container .product-grid {
	display: none
}
#mfilter-content-container.grid .product-grid {
	display: block
}
.product-grid-type-2 #mfilter-content-container .product-grid {
	padding-bottom: 30px
}
.product-grid-type-3 #mfilter-content-container .product-grid {
	padding-bottom: 50px
}
.product-grid-type-5 #mfilter-content-container .product-grid {
	padding-bottom: 50px
}
#mfilter-content-container>span {
	background: none !important
}
#mfilter-content-container>span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=40);
	opacity: .4;
	-moz-opacity: .4;
	left: 0;
	top: 0
}
.standard-body .full-width #mfilter-content-container>span:before {
	background-color: #f3f3f3
}
#mfilter-content-container>span>img {
	top: -140px !important;
	position: relative;
	z-index: 20
}
.product-grid {
	clear: both;
	position: relative;
	z-index: 1
}
.standard-body .full-width .product-grid {
	padding: 0 15px
}
.body-white .standard-body .full-width .product-grid {
	padding: 0
}
.product-grid>.row {
	overflow: hidden
}
.product-grid-type-2 .product-grid>.row {
	overflow: visible !important
}
.product-grid-type-3 .product-grid>.row {
	overflow: visible !important
}
.product-grid-type-5 .product-grid>.row {
	overflow: visible !important
}
.carousel .carousel-inner .product-grid>.row:last-child {
	overflow: visible
}
.product-grid>.row:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5
}
.product-grid-type-2 .product-grid>.row:before {
	display: none !important
}
.product-grid-type-3 .product-grid>.row:before {
	display: none !important
}
.product-grid-type-5 .product-grid>.row:before {
	display: none !important
}
.product-grid>.row:first-child:before {
	display: none
}
.box-product .carousel {
	overflow: hidden;
	margin: 0 -15px;
	padding: 0 15px
}
.standard-body .full-width .box-product .carousel {
	margin: 0;
	padding: 0
}
.body-white .standard-body .full-width .box-product .carousel {
	overflow: hidden;
	margin: 0 -15px;
	padding: 0 15px
}
.box-product .carousel-inner {
	overflow: visible
}
.col-sm-3 .box-no-advanced .product-grid, .col-sm-4 .box-no-advanced .product-grid, .col-md-3 .box-no-advanced .product-grid, .col-md-4 .box-no-advanced .product-grid {
	display: table !important
}
.center-column .product-grid {
	background-color: #fff;
	position: relative
}
.center-column .product-grid:before {
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	content: ''
}
.box-type-4.no-box-type-7 .center-column .product-grid:before {
	left: 0 !important;
	right: 0 !important
}
.fixed-body .col-md-12 .col-md-12.center-column .product-grid:before, .fixed-body .col-md-12 .col-md-12.center-column .product-grid>.row:before {
	left: -45px;
	right: -45px;
	width: auto;
	display: block
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:before, .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid>.row:before {
	left: -40px;
	right: -40px;
	width: auto;
	display: block
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:before, .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid>.row:before {
	left: -4000px;
	right: -4000px;
	width: auto;
	display: block
}
.fixed-body .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before, .standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before, .border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid>.row:first-child:before {
	display: none
}
.center-column .product-grid:after {
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	content: ''
}
.box-type-4.no-box-type-7 .center-column .product-grid:after {
	left: 0 !important;
	right: 0 !important
}
.box-type-3 .center-column .product-grid:after {
	display: none
}
.box-type-14 .center-column .product-grid:after {
	display: none
}
.fixed-body .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -45px;
	right: -45px
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -40px;
	right: -40px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -4000px;
	right: -4000px
}
.box-product .owl-controls {
	display: none !important
}
.product-grid .product {
	padding: 50px 10px;
	text-align: center;
	position: relative;
	z-index: 1
}
.product-grid-type-8 .product-grid .product {
	padding: 30px 0
}
.product-grid-type-6 .product-grid .product {
	padding-top: 29px;
	padding-bottom: 33px
}
.product-grid-type-3 .product-grid .product {
	padding-bottom: 0
}
.product-grid-type-3 .product-grid .product:hover {
	padding-bottom: 50px;
	margin-bottom: -50px;
	z-index: 10
}
.product-grid-type-5 .product-grid .product {
	padding: 30px 0 0
}
.product-grid-type-5body.templateProduct .product-grid .product {
	padding-bottom: 30px
}
.product-grid-type-5 .product-grid .product:hover {
	padding-bottom: 50px;
	margin-bottom: -50px;
	z-index: 10
}
.product-grid-type-5body.templateProduct .product-grid .product:hover {
	padding-bottom: 30px;
	margin-bottom: 0
}
.product-grid-type-2 .product-grid .product {
	padding: 25px 0 0
}
body.templateProduct.product-grid-type-2 .product-grid .product {
	padding-bottom: 30px
}
.product-grid-type-2 .product-grid .product:hover {
	padding-bottom: 30px;
	margin-bottom: -30px;
	z-index: 10
}
.product-grid .product:hover:before {
	left: -15px;
	height: auto;
	width: auto;
	bottom: 0;
	top: 0;
	right: -15px;
	background: none;
	border: 2px solid #d9121f;
	z-index: 0;
	transition: border-color .2s ease-in;
	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in
}
.product-grid .product:before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: -200px;
	right: -16px;
	width: 1px;
	display: block;
	border-left: 1px solid #e5e5e5;
	border-color: #fff
}
.product-grid-type-2 .product-grid .product:before, .product-grid-type-2 .product-grid .product:after, html .product-grid-type-2 .product-grid .row>div.col-xs-6 .product:after {
	border-color: transparent !important;
	background: none !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.product-grid-type-2.box-type-7 .product-grid .product:before, .product-grid-type-2.box-type-7 .product-grid .product:after {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.box-type-9 .product-grid .product:before, .box-type-9 .product-grid .product:after {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.product-grid-type-2 .product-grid .product:hover:before {
	background-color: #fff !important
}
.product-grid-type-3 .product-grid .product:before, .product-grid-type-3 .product-grid .product:after {
	border-color: transparent !important;
	background: none
}
.product-grid-type-3 .product-grid .product:hover:before {
	background-color: #fff !important
}
.product-grid-type-5 .product-grid .product:before, .product-grid-type-5 .product-grid .product:after {
	border-color: transparent !important;
	background-color: transparent !important
}
.product-grid-type-5 .product-grid .product:hover:before {
	background-color: #fff !important
}
.product-grid-type-4 .product-grid .product:before, .product-grid-type-4 .product-grid .product:after {
	border-color: transparent !important;
	background: none
}
.product-grid-type-8 .product-grid .product:before, .product-grid-type-8 .product-grid .product:after {
	border-color: transparent !important;
	background: none
}
.product-grid .row>div:last-child .product:before {
	background: none
}
.product-grid .product-hover .only-hover {
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	left: 2px;
	right: 2px;
	bottom: 2px;
	padding: 65px 0 42px;
	text-align: center;
	opacity: 0;
	font-family: "Poppins"
}
.product-grid-type-2 .product-grid .product-hover .only-hover {
	padding-bottom: 25px
}
.product-grid-type-6 .product-grid .product-hover .only-hover {
	padding-bottom: 27px
}
.product-grid-type-8 .product-grid .product-hover .only-hover {
	padding-bottom: 27px
}
.product-grid .product-hover:hover .only-hover {
	visibility: visible;
	opacity: 1
}
#main .new {
	background-color: #d9121f;
	padding: 8px 20px 5px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	margin-top: -15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px
}
.sale {
	background-color: #1349b2;
	padding: 8px 20px 5px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	margin-top: -15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px
}
.product-grid-type-8 #main .new, .product-grid-type-8 #main .sale {
	margin-top: 0
}
.product-grid-type-8 #main .product-info .new, .product-grid-type-8 #main .product-info .sale {
	margin-top: -15px
}
.product-grid-type-6 #main .new, .product-grid-type-6 #main .sale {
	margin-top: 0
}
.product-grid-type-6 #main .product-info .new, .product-grid-type-6 #main .product-info .sale {
	margin-top: -15px
}
.sale-new-type-5 #main .new, .sale-new-type-5 #main .sale {
	padding-left: 16px;
	padding-right: 16px
}
.sale-new-type-10 #main .new, .sale-new-type-10 #main .sale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 2px 10px 0
}
.sale-new-type-6 #main .new, .sale-new-type-6 #main .sale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-left: 10px;
	padding-right: 10px
}
.sale-new-type-8 #main .new, .sale-new-type-8 #main .sale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 4px 10px
}
.sale-new-type-7 #main .new, .sale-new-type-7 #main .sale {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.sale-new-type-2 #main .new, .sale-new-type-2 #main .sale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}
.sale-new-type-3 #main .new, .sale-new-type-3 #main .sale {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-top: 0
}
.sale-new-type-4 #main .new, .sale-new-type-4 #main .sale {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 12px
}
.sale-new-type-9 #main .new, .sale-new-type-9 #main .sale {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 12px 2px
}
.product-info .sale, .product-info .new {
	left: 20px;
	top: 35px;
	z-index: 0 !important
}
.sale-new-type-3 .product-info .sale, .sale-new-type-3 .product-info .new {
	left: 0;
	top: 0
}
.product-grid .product .image {
	position: relative
}
.product-grid .product .image .quickview {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	z-index: 1
}
.product-grid .product .image .quickview a {
	margin: 0 auto;
	display: inline-block;
	background-color: #fefefe;
	border: 1px solid #e6e6e6;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}
.product-grid .product:hover .image .quickview a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}
.product-grid .product .image img.zoom-image-effect {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.product-grid .product:hover .image img.zoom-image-effect {
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.05, 1.07);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.product-grid .product .name {
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.product-grid-type-4 .product-grid .product .name {
	padding-top: 18px
}
.product-grid-type-8 .product-grid .product .name {
	padding-top: 18px;
	padding-bottom: 1px
}
.product-grid-type-8 .product-grid .product .name a {
	font-size: 12px
}
.product-grid-type-5 .product-grid .product .name {
	padding-top: 20px
}
.product-grid .product-hover:hover .name {
	visibility: hidden !important;
	opacity: 0 !important
}
.product-grid-type-2 .product-grid .product .name {
	font-weight: 500;
	padding-bottom: 5px
}
.product-grid .product .price {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600
}
.product-grid .product-hover:hover .price {
	visibility: hidden !important;
	opacity: 0 !important
}
.product-grid-type-5 .product-grid .product .price {
	line-height: 1.2
}
.product-grid .product .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px
}
body.firefox-mac .product-grid .product .price .price-old {
	font-weight: 300 !important
}
body.templateProduct.product-grid-type-7 .product-grid .product .price .price-old {
	display: none
}
.product-grid .product .rating {
	padding-top: 1px
}
.product-grid .product .only-hover ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	width: 100%;
	top: 10px;
	left: 0
}
.product-grid .product:hover .only-hover ul {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}
.product-grid .product .only-hover ul li {
	display: inline-block;
	padding: 5px 2px 5px 2px;
	vertical-align: top;
	margin: 0
}
.product-grid .product .only-hover .btn-action {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 0;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.product-grid .product .only-hover .btn-action i {
	font-size: 16px;
	line-height: 25px
}
.product-grid .product .only-hover .btn-action:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.products-buttons-action-type-2 .product-grid .product .only-hover .btn-action {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.products-buttons-action-type-3 .product-grid .product .only-hover .btn-action {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.products-buttons-action-type-4 .product-grid .product .only-hover .btn-action {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.category-info {
	padding: 30px 0 0;
	position: relative;
	margin: 0 -30px 0 0
}
.standard-body .full-width .category-info {
	background-color: #fff;
	padding: 30px 0 0 30px;
	margin: 30px 0 0
}
.body-white .standard-body .full-width .category-info {
	background: none;
	padding: 30px 0 0;
	margin: 0 -30px 0 0
}
.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info {
	padding-top: 40px
}
.category-info:before {
	bottom: 0;
	left: 0;
	right: 30px;
	height: 1px;
	background-repeat: repeat-x;
	background-position: top left;
	content: '';
	position: absolute;
	display: block
}
.standard-body .full-width .category-info:before {
	right: 0
}
.body-white .standard-body .full-width .category-info:before {
	right: 30px
}
.fixed-body .col-md-12 .col-md-12.center-column .category-info:before {
	left: -45px;
	right: -15px
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .category-info:before {
	left: -40px;
	right: -10px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info:before {
	left: -4000px;
	right: -4000px
}
.category-info .image {
	padding: 0 30px 30px 0;
	float: left;
	width: auto;
	max-width: 100%
}
.category-info>p {
	padding: 2px 30px 30px 0
}
.refine_search {
	margin: 0 auto !important;
	padding: 51px 0 9px !important;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #d9121f;
	position: relative;
	z-index: 1
}
.refine_search_overflow {
	position: relative
}
.refine_search_overflow:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	z-index: 1;
	background-repeat: repeat-x;
	background-position: bottom left
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -40px;
	left: -40px
}
.fixed-body .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -45px;
	left: -45px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -4500px;
	left: -4500px
}
.category-list {
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 30px 0 4px;
	position: relative;
	margin-top: -1px
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -4000px;
	margin-right: -4000px;
	padding-left: 4000px;
	padding-right: 4000px
}
.fixed-body .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -45px;
	margin-right: -45px;
	padding-left: 45px;
	padding-right: 45px
}
.category-list-text-only {
	padding: 30px 0 24px
}
.standard-body .full-width .category-list {
	padding-left: 30px;
	padding-right: 30px
}
.body-white .standard-body .full-width .category-list {
	padding-left: 0;
	padding-right: 0
}
.category-list .row>div {
	margin-bottom: 26px;
	text-align: center
}
.category-list-text-only .row>div {
	margin-bottom: 6px;
	text-align: left
}
.category-list img {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.product-filter {
	background-color: #fff;
	padding: 0;
	margin: 0;
	position: relative
}
.box-type-9 .product-filter {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0
}
.product-filter .select:after {
	display: none
}
.standard-body .full-width .product-filter {
	padding: 0 25px;
	margin-top: 30px
}
.body-white .standard-body .full-width .product-filter {
	margin: 0;
	padding: 0;
	background: none
}
.product-filter .list-options {
	float: right;
	width: auto;
	padding: 0 0 0 30px
}
.product-filter .list-options .sort {
	padding: 14px 0 12px 30px;
	float: left;
	width: auto;
	position: relative
}
.product-filter .list-options .sort:before {
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px solid #e8e8e8;
	content: '';
	position: absolute;
	margin-left: -30px
}
.box-type-4 .product-filter .list-options .sort:before {
	display: none
}
.box-type-5 .product-filter .list-options .sort:before {
	display: none
}
.box-type-6 .product-filter .list-options .sort:before {
	display: none
}
.box-type-8 .product-filter .list-options .sort:before {
	display: none
}
.product-grid-type-8 .product-filter .list-options .sort:before {
	display: none
}
.product-filter .list-options .sort:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 30px 0 0;
	top: 0;
	right: 1px;
	position: absolute
}
.product-filter .list-options .limit {
	padding: 14px 0 12px 30px;
	margin: 0 0 0 21px;
	float: left;
	width: auto;
	position: relative
}
.box-type-4 .product-filter .list-options .limit {
	padding-left: 10px
}
.box-type-5 .product-filter .list-options .limit {
	padding-left: 20px
}
.box-type-6 .product-filter .list-options .limit {
	padding-left: 10px
}
.box-type-8 .product-filter .list-options .limit {
	padding-left: 10px
}
.product-grid-type-8 .product-filter .list-options .limit {
	padding-left: 10px
}
.product-filter .list-options .limit:before {
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px solid #e5e5e5;
	content: '';
	position: absolute;
	margin-left: -30px
}
.box-type-4 .product-filter .list-options .limit:before {
	display: none
}
.box-type-5 .product-filter .list-options .limit:before {
	display: none
}
.box-type-6 .product-filter .list-options .limit:before {
	display: none
}
.box-type-8 .product-filter .list-options .limit:before {
	display: none
}
.product-grid-type-8 .product-filter .list-options .limit:before {
	display: none
}
.product-filter .list-options .limit:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 30px 0 0;
	top: 0;
	right: 1px;
	position: absolute
}
.product-filter .list-options select {
	margin: 0 0 0 10px;
	width: auto;
	background: none;
	border: none;
	padding: 0 17px 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600 !important;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	height: 45px
}
.product-filter .list-options .limit select {
	width: 40px
}
.product-filter .options {
	float: left;
	width: auto;
	padding: 0
}
.product-filter .options .product-wishlist {
	float: right;
	width: auto;
	padding: 27px 0 21px 31px
}
.product-grid-type-8 .product-filter .options .product-wishlist {
	padding-left: 10px
}
.box-type-4 .product-filter .options .product-wishlist {
	padding-left: 10px
}
.box-type-5 .product-filter .options .product-wishlist {
	padding-left: 20px
}
.box-type-6 .product-filter .options .product-wishlist {
	padding-left: 10px
}
.box-type-8 .product-filter .options .product-wishlist {
	padding-left: 10px
}
.product-filter .options .product-wishlist:before {
	top: 0;
	bottom: 0;
	width: 1px;
	border-left: 1px solid #e5e5e5;
	content: '';
	position: absolute;
	margin-left: -31px
}
.box-type-4 .product-filter .options .product-wishlist:before {
	display: none
}
.box-type-5 .product-filter .options .product-wishlist:before {
	display: none
}
.box-type-6 .product-filter .options .product-wishlist:before {
	display: none
}
.box-type-8 .product-filter .options .product-wishlist:before {
	display: none
}
.product-grid-type-8 .product-filter .options .product-wishlist:before {
	display: none
}
.product-filter .options .product-wishlist a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase
}
.product-filter .options .button-group {
	float: left;
	width: auto;
	padding: 26px 13px 23px 0
}
.product-filter .options .button-group button {
	margin: 0 14px 0 0;
	padding: 0;
	line-height: 22px;
	border: none;
	background: none;
	color: #ccc;
	font-size: 14px;
	outline: none;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.product-filter .options .button-group button:hover, #mfilter-content-container.list .product-filter .options .button-group #list, #mfilter-content-container.grid .product-filter .options .button-group #grid {
	color: #000
}
.product-grid-type-7 #main .product-filter {
	padding: 0 30px !important;
	overflow: hidden
}
.product-grid-type-7 #main .product-filter>div {
	margin: -5px 0
}
.product-grid-type-7 #main .product-grid {
	background: none !important;
	padding: 0 !important
}
.product-grid-type-7 #main .product-grid:before, .product-grid-type-7 #main .product-grid:after, .product-grid-type-7 #main .product-grid .row:before, .product-grid-type-7 #main .product-grid .row:after, .product-grid-type-7 #main .product-grid .product:before, .product-grid-type-7 #main .product-grid .product:after, .product-grid-type-7 #main .product-grid .product:after, .product-grid-type-7 #main .box-with-products .clear:after {
	display: none !important
}
.product-grid-type-7 #main .box .box-content.products {
	background: none !important
}
.product-grid-type-7 #main .product-grid .product {
	padding: 0;
	margin: 30px 0 0
}
.product-grid-type-7 #main .with-scroll .product-grid .product {
	margin-bottom: 15px
}
.product-grid-type-7 #main .product-grid .product .image {
	overflow: hidden
}
.product-grid-type-7 #main .product-grid .product .image img {
	display: block;
	width: 100%;
	margin: 0 auto
}
.product-grid-type-7 #main .product-grid .product .only-hover {
	display: none !important
}
.product-grid-type-7 #main .product-grid .product .right {
	border: 1px solid #e5e5e5;
	background: #fff;
	border-top: none;
	padding: 18px 29px 14px;
	text-align: left
}
.product-grid-type-7 #main .products-without-border .product-grid .product .right {
	border: none !important
}
.product-grid-type-7 #main .product-grid .product .right .price, .product-grid-type-7 #main .product-grid .product .right .name {
	opacity: 1 !important;
	visibility: visible !important
}
.product-grid-type-7 #main .product-grid .product .right .name a {
	font-size: 15px;
	line-height: 1
}
.product-grid-type-7 #main .product-grid .product .right .brand a {
	color: #019ad5;
	line-height: 1
}
.product-grid-type-7 #main .product-grid .product .right .price {
	font-size: 30px !important;
	padding: 3px 0 0
}
.product .image img.zoom-image-effect {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.product:hover .image img.zoom-image-effect {
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.05, 1.07);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.product .image-swap-effect {
	position: relative
}
.product .image-swap-effect a {
	position: relative;
	display: block
}
.product .image-swap-effect .swap-image {
	position: absolute;
	visibility: hidden;
	opacity: .5;
	transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in
}
.product:hover .image-swap-effect .swap-image {
	visibility: visible;
	opacity: 1
}
.body-other .standard-body .full-width .product-info {
	padding: 40px;
	position: relative
}
.body-other .standard-body .full-width .product-info:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff
}
.box-type-9 .body-other .standard-body .full-width .product-info:before {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.product-page-type-2 .standard-body .full-width .product-info:before {
	display: none
}
.product-page-type-2 .standard-body .full-width .product-info {
	padding: 0 !important
}
.next-product {
	border: 1px solid #e5e5e5;
	text-align: left;
	margin-bottom: 50px;
	padding: 10px;
	margin-top: -8px
}
.breadcrumb-type-1 .breadcrumb .next-product {
	margin-bottom: 30px
}
.breadcrumb-type-9 .breadcrumb .next-product {
	margin-bottom: 30px
}
.breadcrumb-type-2 .breadcrumb .next-product {
	margin-bottom: 30px
}
.breadcrumb-type-4 .breadcrumb .next-product {
	margin-bottom: 20px;
	margin-top: -5px
}
.breadcrumb-type-8 .breadcrumb .next-product {
	margin-bottom: 10px;
	margin-top: -13px
}
.breadcrumb-type-6 .breadcrumb .next-product {
	margin-bottom: 20px;
	margin-top: -5px
}
.next-product .image {
	display: table-cell;
	vertical-align: middle;
	width: 34%
}
.next-product .image img {
	display: block
}
.next-product .name {
	padding: 0 10px;
	width: 66%;
	display: table-cell;
	vertical-align: middle
}
.next-product.right .name {
	text-align: right
}
.next-product-2 {
	text-align: left;
	margin-top: 27px
}
.breadcrumb-type-10 .next-product-2 {
	margin-top: 17px
}
.breadcrumb-type-11 .next-product-2 {
	margin-top: 23px
}
.breadcrumb-type-8 .next-product-2 {
	margin-top: 17px
}
.next-product-2.right {
	text-align: right
}
.button-previous-next {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #d9121f;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background-color: #fff;
	outline: none
}
.button-body-type-9 .button-previous-next {
	padding-top: 7px;
	padding-bottom: 7px
}
.button-previous-next:hover {
	color: #fff;
	background-color: #d9121f;
	border-color: #d9121f
}
.product-info .popup-gallery.col-sm-7 {
	width: 55.555555555556%
}
.product-info .product-image {
	margin: 50px 0 0;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	text-align: center;
	position: relative
}
.product-page-type-3 .product-info .product-image {
	border: none
}
.box-type-9 .product-info .product-image {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px
}
.box-type-5 .product-info .product-image {
	border: none
}
.box-type-6 .product-info .product-image {
	border: none
}
.box-type-8 .product-info .product-image {
	border: none
}
.product-page-type-2 .standard-body .full-width .product-info .product-image {
	border-left: none;
	border-right: none;
	border-top: none
}
.quickview .product-info .product-image {
	margin-top: 0
}
.product-info .product-image a {
	display: block
}
.product-info .product-image img {
	width: 100%;
	display: block;
	cursor: pointer;
	margin: 0 auto
}
.product-info .thumbnails {
	padding-top: 50px
}
.product-info .thumbnails ul {
	list-style: none;
	margin: 0 0 0 -20px;
	position: relative;
	padding: 0
}
.product-info .thumbnails li p {
	margin: 0;
	padding: 0 0 20px 20px
}
.product-info .thumbnails li img, .product-info .thumbnails-carousel img {
	border: 1px solid #e5e5e5;
	display: block;
	margin: 0 auto
}
.product-page-type-3 .product-info .thumbnails li img, .product-page-type-3 .product-info .thumbnails-carousel img {
	border: none
}
.box-type-9 .product-info .thumbnails li img, .box-type-9 .product-info .thumbnails-carousel img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-5 .product-info .thumbnails li img, .box-type-5 .product-info .thumbnails-carousel img {
	border: none
}
.box-type-6 .product-info .thumbnails li img, .box-type-6 .product-info .thumbnails-carousel img {
	border: none
}
.box-type-8 .product-info .thumbnails li img, .box-type-8 .product-info .thumbnails-carousel img {
	border: none
}
.overflow-thumbnails-carousel {
	padding: 20px 19px 0
}
.product-page-type-2 .standard-body .full-width .overflow-thumbnails-carousel {
	background-color: #fff;
	padding: 30px 38px
}
.product-info .thumbnails-carousel .item {
	margin: 10px
}
.product-info .thumbnails-carousel .owl-controls {
	display: block
}
.product-info .thumbnails-carousel .owl-pagination {
	display: none
}
.product-info .thumbnails-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%
}
.product-info .thumbnails-carousel .owl-nav .owl-prev, .product-info .thumbnails-carousel .owl-nav .owl-next {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	color: #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	padding: 8px 0 0 12px;
	text-align: left;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	font-size: 13px;
	font-family: "Poppins"
}
.buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-nav .owl-prev, .buttons-prev-next-type-2 .product-info .thumbnails-carousel .owl-nav .owl-next {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.product-info .thumbnails-carousel .owl-nav .owl-prev:hover, .product-info .thumbnails-carousel .owl-nav .owl-next:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.product-info .thumbnails-carousel .owl-nav .owl-next {
	right: -9px;
	left: auto;
	padding: 8px 0 0 14px
}
.product-info .thumbnails-carousel .owl-nav .owl-next:before {
	content: "\f054";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.product-info .thumbnails-carousel .owl-nav .owl-prev:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.product-info .product-center {
	position: relative;
	margin-top: 50px
}
.quickview .product-info .product-center {
	margin-top: 0
}
.product-info .product-center.col-sm-5 {
	width: 44.444444444444%
}
.product-info .product-center>div {
	position: relative;
	z-index: 0
}
.product-page-type-2 .standard-body .full-width .product-info .product-center:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	background-color: #fff;
	display: block
}
.quickview .product-info .product-center:before {
	display: none
}
.product-info .product-name {
	padding: 10px 0 15px;
	margin: 0;
	font-size: 25px
}
.product-info .description, .product-info .price, .product-info .options {
	padding: 24px 0 22px;
	border-left: 1px solid #e5e5e5
}
.product-info .description {
	padding-top: 0;
	line-height: 23px
}
.product-info .description p {
	margin-bottom: 0
}
.product-info .description strong {
	font-weight: 600
}
.product-info .description span {
	display: inline-block;
	width: 140px;
	max-width: 50%;
	padding-right: 20px
}
.firefox-mac .product-info .description span {
	font-weight: 300
}
.product-info .price {
	background: none
}
.product-info .price .price-new {
	font-size: 50px;
	line-height: 50px;
	color: #d9121f;
	font-weight: 600;
	display: inline-block;
	vertical-align: top
}
.product-info .price .price-old {
	color: #ccc;
	font-weight: 400;
	text-decoration: line-through;
	padding-left: 15px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px
}
.product-info .price h3 {
	padding: 3px 0;
	margin: 0;
	font-size: 20px
}
.product-info .is-countdown {
	margin: 0 0 26px;
	position: relative;
	background-color: #f5f5f5;
	top: 0;
	left: 0;
	right: 0
}
body.templateProduct .product-info .description, body.templateProduct .product-info .price, body.templateProduct .product-info .options, .quickview .product-info .description, .quickview .product-info .price, .quickview .product-info .options {
	border-left: 0
}
body.templateProduct .product-info .description, .quickview .product-info .description {
	border-bottom: 1px solid #e5e5e5
}
.countdown-special-type-7 .product-info .is-countdown {
	background: rgba(89,69,75,0.05)
}
.countdown-special-type-4 .product-info .is-countdown {
	background-color: #ede5de;
	background: -moz-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede5de), color-stop(100%, #e5d8ce));
	background: -webkit-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -o-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -ms-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: linear-gradient(to bottom, #ede5de 0%, #e5d8ce 100%)
}
.countdown-special-type-9 .product-info .is-countdown {
	background-color: #f44c1c
}
.countdown-special-type-8 .product-info .is-countdown {
	background-color: #fbf9f3;
	border: 1px solid #e1e0da
}
.countdown-special-type-5 .product-info .is-countdown {
	background-color: #ffd900;
	background: -moz-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd900), color-stop(100%, #ffc200));
	background: -webkit-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -o-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: -ms-linear-gradient(top, #ffd900 0%, #ffc200 100%);
	background: linear-gradient(to bottom, #ffd900 0%, #ffc200 100%);
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.countdown-special-type-2 .product-info .is-countdown {
	background: rgba(20,20,20,0.9)
}
.countdown-special-type-6 .product-info .is-countdown {
	background: rgba(0,0,0,0.8)
}
.countdown-special-type-3 .product-info .is-countdown {
	background-color: #191919;
	left: 0;
	right: 0;
	height: auto
}
.product-info .is-countdown .countdown-amount {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 -2px
}
.product-info .is-countdown .countdown-section {
	font-size: 100%;
	padding: 14px 0
}
.product-info .options.none, .product-info .none .options2 {
	padding-top: 0;
	padding-bottom: 0
}
.product-info .options {
	padding-bottom: 0;
	padding-top: 30px;
	background-position: top left
}
.product-info .options2 {
	padding-bottom: 25px
}
.product-page-type-2 .standard-body .full-width .product-info .options2, .product-page-type-2 .standard-body .full-width .product-info .price, .product-page-type-2 .standard-body .full-width .product-info .description, .product-page-type-2 .standard-body .full-width .product-info .review {
	padding-left: 30px;
	padding-right: 30px
}
.product-info .options h2 {
	margin: 0;
	font-size: 20px;
	padding: 0
}
.product-info .options .error {
	margin: 0
}
.product-info .options2 .selector-wrapper {
	padding: 15px 0 0;
	margin: 0;
	line-height: 23px;
	position: relative
}
.product-info .options2 .selector-wrapper:after {
	content: "\f078";
	display: block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	position: absolute;
	bottom: 18px;
	right: 30px;
	z-index: 1
}
.product-info .options2 .selector-wrapper label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700
}
.product-info .options2 .selector-wrapper select {
	display: block;
	width: 100%;
	height: 45px
}
.product-info .radio-type-button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 10px 7px 5px 0;
	padding: 0
}
.product-info .radio-type-button input {
	visibility: hidden;
	position: absolute
}
.product-info .radio-type-button span {
	padding: 2px;
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}
.product-info .radio-type-button span img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}
.product-info .radio-type-button span:hover {
	border: 1px solid #d9121f
}
.product-info .radio-type-button span.active {
	border: 1px solid #d9121f
}
.product-info .radio-type-button img {
	display: block
}
.product-info .radio-type-button2 {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 10px 7px 5px 0;
	padding: 0
}
.product-info .radio-type-button2 input {
	visibility: hidden;
	position: absolute
}
.product-info .radio-type-button2 span {
	border: 1px solid rgba(0,0,0,0.1);
	min-width: 40px;
	display: block;
	text-align: center;
	padding: 9px 20px 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 10px
}
.product-info .radio-type-button2 span:hover {
	border-color: #d9121f
}
.product-info .radio-type-button2 span.active {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.product-info .cart {
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff
}
.box-type-9 .product-info .cart {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0
}
.box-type-9 .product-info .links {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px
}
.box-type-4 .product-info .cart {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0
}
.box-type-4 .product-info .links {
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px
}
.box-type-7 .product-info .cart {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.product-page-type-2 .standard-body .full-width .product-info .cart {
	border-left: none;
	border-right: none;
	border-bottom: none
}
.product-page-type-2 .standard-body .full-width .product-info .links {
	border-top: 1px solid;
	border-left: 0;
	border-right: 0
}
.product-info .cart .add_to_cart {
	padding: 20px 30px 30px
}
.product-info .cart .add_to_cart a {
	margin: 10px 0 0
}
.product-info .cart .add_to_cart p, .product-info .cart .add_to_cart input, .product-info .cart .add_to_cart .quantity {
	display: block;
	float: left
}
.product-info .cart .add_to_cart p {
	padding: 6px 10px 0 0;
	margin: 0;
	float: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}
.product-info .cart .add_to_cart input {
	margin: 4px 10px 0 0 !important;
	height: 45px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}
.button-body-type-6 .product-info .cart .add_to_cart input {
	height: 38px
}
.button-body-type-7 .product-info .cart .add_to_cart input {
	height: 38px
}
.product-info .cart .add_to_cart .quantity {
	position: relative
}
.product-info .cart .add_to_cart .quantity input {
	padding-right: 24px;
	width: 80px
}
.product-info .cart .add_to_cart .quantity #q_up {
	display: none
}
.product-info .cart .add_to_cart .quantity #q_down {
	display: none
}
.product-info .cart .add_to_cart .button-cart {
	font-size: 12px !important
}
.product-info .links {
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 0 26px 0 30px
}
.product-info .links .link {
	display: block;
	float: left;
	width: 50%;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 17px 22px 14px 0
}
.product-info .links .link:last-child {
	border-left: 1px solid #e5e5e5;
	padding-left: 28px;
	padding-right: 0
}
.product-info .links .link:first-child {
	border-left: 0
}
.product-info .links .link i {
	font-size: 15px;
	margin-right: 8px
}
.product-info .cart .minimum {
	padding: 17px 30px 15px;
	border-top: 1px solid #e5e5e5
}
.product-info .review {
	padding: 0 0 17px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
	position: relative
}
.product-page-type-2 .standard-body .full-width .product-info .review {
	margin-top: 0;
	padding-top: 19px;
	padding-bottom: 15px
}
.product-info .review>div {
	padding: 7px 0
}
.product-info .review a {
	cursor: pointer
}
.product-info .review a:first-of-type {
	margin-left: 10px
}
.product-info .review a.smoothscroll, .product-info .review a.smoothscroll2 {
	margin: 0;
	padding-bottom: 7px;
	display: inline-block
}
.tags_product {
	margin: 0 0 20px
}
#mfilter-content-container {
	margin-top: 0;
	position: relative
}
.is_loading #mfilter-content-container .spinner {
	display: block
}
#mfilter-content-container .spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: wait;
	z-index: 100;
	text-align: center;
	display: none
}
#mfilter-content-container .spinner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=40);
	opacity: .4;
	-moz-opacity: .4;
	left: 0;
	top: 0
}
#mfilter-content-container .spinner img {
	margin-top: 100px
}
.body-white-type-2 #mfilter-content-container {
	margin-top: 50px
}
.box-type-12 #mfilter-content-container {
	margin-top: 50px
}
.box-type-19 #mfilter-content-container {
	margin-top: 50px
}
.box-type-16 #mfilter-content-container {
	margin-top: 50px
}
.product-search #mfilter-content-container {
	margin-top: 50px
}
#mfilter-content-container .product-list {
	position: absolute;
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	opacity: 0;
	z-index: -10;
	background-color: #fff
}
#mfilter-content-container.list .product-list {
	position: relative;
	visibility: visible;
	max-height: none;
	overflow: visible;
	opacity: 1;
	z-index: 0
}
.product-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5
}
.standard-body .full-width .product-list {
	padding: 0 15px
}
.body-white .standard-body .full-width .product-list {
	padding: 0
}
.fixed-body .col-md-12 .col-md-12.center-column .product-list {
	margin: 0 -45px;
	position: relative;
	width: auto !important;
	padding: 0 35px
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list {
	margin: 0 -40px;
	position: relative;
	width: auto !important;
	padding: 0 30px
}
.border-width-1.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list {
	margin: 0 -4000px;
	position: relative;
	width: auto !important;
	padding: 0 3990px
}
.product-list>div {
	position: relative;
	margin: 0;
	padding: 28px 23px;
	margin: 0 -15px -1px -15px;
	border: 2px solid transparent
}
.product-list-type-2 .product-list>div {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.box-type-9 .product-list>div {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.product-list-type-2.box-type-7 .product-list>div {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.fixed-body .col-md-12 .col-md-12.center-column .product-list>div {
	margin-left: -35px;
	margin-right: -35px;
	padding-left: 43px;
	padding-right: 43px
}
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list>div {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 38px;
	padding-right: 38px
}
.product-list>div:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 13px;
	right: 13px;
	height: 1px;
	z-index: -1;
	display: block;
	border-bottom: 1px solid #e5e5e5
}
.box-type-3 .product-list>div:last-child:before {
	display: none
}
.box-type-14 .product-list>div:last-child:before {
	display: none
}
.body-other .standard-body .full-width .center-column .product-list>div:before, .fixed-body .col-md-12 .col-md-12.center-column .product-list>div:before, .standard-body .fixed .col-md-12 .col-md-12.center-column .product-list>div:before {
	left: -2px;
	right: -2px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list>div:before {
	left: -4000px;
	right: -4000px
}
.product-list>div:hover {
	border-color: #d9121f;
	transition: border-color .2s ease-in;
	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in
}
.product-list>div .sale, #main .product-list>div .new {
	margin-top: -5px
}
.product-list .name-actions {
	position: static
}
.product-list .name-actions:before {
	content: '';
	position: absolute;
	bottom: -1px;
	top: -1px;
	margin-left: -5px;
	z-index: -1;
	width: 1px;
	border-left: 1px solid #e5e5e5
}
.product-list-type-2 .product-list .name-actions:before {
	display: none !important
}
.product-list-type-3 .product-list .name-actions:before {
	display: none !important
}
.product-list .name-actions>.name {
	padding-left: 35px;
	padding-right: 45px;
	line-height: 1;
	padding-top: 34px
}
.product-list-type-2 .product-list .name-actions>.name {
	padding-left: 10px;
	padding-right: 0;
	padding-top: 30px;
	font-weight: 500
}
.col-md-12 .col-md-12.center-column .product-list .name-actions>.name {
	padding-top: 64px
}
.product-list-type-2 .col-md-12 .col-md-12.center-column .product-list .name-actions>.name {
	padding-top: 45px
}
.product-list .name-actions>.price {
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 3px;
	font-size: 20px;
	line-height: 1;
	color: #d9121f;
	font-weight: 600
}
.product-list-type-2 .product-list .name-actions>.price {
	padding-left: 10px;
	padding-right: 0
}
.product-list .name-actions>.price .price-old {
	color: #232323;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 13px
}
body.firefox-mac .product-list .name-actions>.price .price-old {
	font-weight: 300
}
.product-list .name-actions ul {
	list-style: none;
	margin: 0;
	padding: 21px 45px 0 35px
}
.product-list-type-2 .product-list .name-actions ul {
	padding-left: 10px;
	padding-right: 0
}
.product-list .name-actions ul li {
	display: inline-block;
	padding: 5px 7px 5px 0;
	vertical-align: top
}
.product-list .name-actions .btn-action {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer
}
.product-list .name-actions .btn-action:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.products-buttons-action-type-2 .product-list .name-actions .btn-action {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.products-buttons-action-type-3 .product-list .name-actions .btn-action {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.products-buttons-action-type-4 .product-list .name-actions .btn-action {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.product-list .desc {
	position: static;
	padding-top: 50px
}
.col-md-12 .col-md-12.center-column .product-list .desc {
	padding-top: 80px
}
.product-list .desc:before {
	content: '';
	position: absolute;
	bottom: -1px;
	top: -1px;
	margin-left: -40px;
	z-index: -1;
	width: 1px;
	border-left: 1px solid #e5e5e5
}
.product-list-type-4 .product-list {
	padding: 0 !important;
	background: none !important
}
.product-list-type-4 .product-list>div:before, .product-list-type-4 .product-list>div:after {
	display: none !important
}
.product-list-type-4 #main .product-list>div {
	margin: 30px 0 0 !important;
	background: #fff !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
	padding: 0 !important
}
.product-list-type-4 .product-list>div .row>div {
	width: 33.33333% !important;
	overflow: hidden
}
.product-list-type-4 .product-list>div .image img {
	display: block;
	margin: -1px 0 -1px -1px
}
.product-list-type-4 .product-list>div .name-actions .name {
	padding: 59px 0 0 10px
}
.product-list-type-4 .product-list>div .name-actions .name a {
	font-size: 15px;
	line-height: 1
}
.product-list-type-4 .product-list>div .name-actions .brand a {
	padding: 1px 0 0 10px;
	color: #019ad5;
	line-height: 1
}
.product-list-type-4 .product-list>div .name-actions .price {
	padding: 10px 0 0 10px
}
.product-list-type-4 .product-list>div .name-actions>ul {
	padding: 18px 0 0 10px
}
.product-list-type-4 .product-list .description {
	padding: 0 40px 0 0
}
.product-list-type-4 .product-list .desc {
	padding-top: 57px
}
.product-list-type-4 .product-list .desc:before {
	z-index: 0;
	bottom: 0
}
.box {
	padding-top: 20px;
	margin-top: 32px;
	text-align: center;
	position: relative;
	clear: both
}
.box-type-16 .box {
	margin-top: 11px !important
}
.box-type-11 .box {
	margin-top: 22px
}
.box-type-17 .box {
	margin-top: 22px
}
.box-type-5 .box {
	padding-top: 30px
}
.box-type-4 .box {
	padding-top: 12px
}
.product-grid-type-2 .box.box-with-products.with-scroll .product-grid {
	padding-bottom: 30px
}
.product-grid-type-3 .box.box-with-products.with-scroll .product-grid {
	padding-bottom: 50px
}
.product-grid-type-5 .box.box-with-products.with-scroll .product-grid {
	padding-bottom: 50px
}
.box.without-heading {
	padding-top: 0 !important;
	margin-top: 0 !important
}
.box.without-heading-type-2 {
	padding-top: 0 !important;
	margin-top: 0 !important
}
.box-type-3 .box {
	margin-top: 60px
}
.box-type-14 .box {
	margin-top: 60px;
	padding-top: 34px
}
.box-type-2 .box {
	text-align: left
}
.box-with-links {
	padding-top: 60px !important;
	margin-top: 0 !important;
	background: none !important
}
.box-type-4 .box-with-links {
	padding-top: 50px !important
}
.standard-body #main .full-width .box-with-links {
	padding-top: 50px !important;
	margin-top: 0 !important;
	background: none !important
}
.box-type-5 .standard-body #main .full-width .box-with-links {
	padding-top: 60px !important
}
.box-with-categories {
	padding-top: 0 !important;
	margin-top: -71px !important;
	background: none !important
}
#main .box-with-categories {
	background: none !important
}
.box-type-11 .box-with-categories {
	margin-top: -58px !important
}
.category-box-type-2 {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.box-type-17 .category-box-type-2 {
	padding-top: 50px !important
}
.standard-body .full-width .category-box-type-2 {
	padding-top: 50px !important
}
.blog-module.category-box-type-2 {
	padding-top: 60px !important;
	margin-top: 0 !important
}
.box-type-5 .blog-module.category-box-type-2 {
	padding-top: 60px !important
}
.mfilter-box.box {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0
}
.box .box-heading {
	margin: 0 auto;
	padding: 0 0 9px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #d9121f;
	position: relative;
	z-index: 2
}
.box-type-14 .box .box-heading {
	padding-bottom: 10px
}
.box-type-6 .box .box-heading {
	border-bottom-width: 1px
}
.box.box-with-products.with-scroll+.box.box-with-products .box-heading {
	margin-top: 15px
}
.box-type-2 .col-sm-3 .box-no-advanced.box .box-type-2 .col-sm-4 .box-no-advanced.box, .box-type-2 .col-md-3 .box-no-advanced.box, .box-type-2 .col-md-4 .box-no-advanced.box {
	text-align: center
}
.box-type-3 .col-sm-3 .box-no-advanced.box .box-type-3 .col-sm-4 .box-no-advanced.box, .box-type-3 .col-md-3 .box-no-advanced.box, .box-type-3 .col-md-4 .box-no-advanced.box {
	padding-top: 33px;
	margin-top: 40px
}
.box-type-14 .col-sm-3 .box-no-advanced.box .box-type-14 .col-sm-4 .box-no-advanced.box, .box-type-14 .col-md-3 .box-no-advanced.box, .box-type-14 .col-md-4 .box-no-advanced.box {
	padding-top: 33px;
	margin-top: 40px
}
.box-with-categories .box-heading {
	background-color: #d9121f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	border: none;
	padding: 26px 30px 23px;
	text-align: left;
	margin-bottom: 0 !important
}
.category-box-type-4 .box-heading {
	padding-top: 19px;
	padding-bottom: 17px
}
.box-type-4 .box-with-categories .box-heading {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	padding-top: 21px;
	padding-bottom: 15px
}
.box-type-9 .box-with-categories .box-heading {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	padding-top: 20px;
	padding-bottom: 18px
}
.box-type-7 .box-with-categories .box-heading {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.box-type-11 .box-with-categories .box-heading {
	padding-top: 19px;
	padding-bottom: 17px
}
.box-with-links .box-heading {
	display: none
}
.category-box-type-3 .box-heading {
	display: none
}
.box .strip-line {
	display: none
}
.box .box-content {
	clear: both;
	text-align: left;
	padding: 30px 0 0
}
.box.box-html .box-content {
	padding: 0
}
.box.box-carousel .box-content {
	padding-bottom: 30px;
	padding-top: 30px !important
}
.col-sm-3 .box-no-advanced.box .box-content, .col-sm-4 .box-no-advanced.box .box-content, .col-md-3 .box-no-advanced.box .box-content, .col-md-4 .box-no-advanced.box .box-content {
	padding: 27px 30px;
	border: 2px solid #d9121f;
	background-color: #fff;
	position: relative;
	margin-top: -2px !important
}
.box-type-4 .col-sm-3 .box-no-advanced.box .box-content, .box-type-4 .col-sm-4 .box-no-advanced.box .box-content, .box-type-4 .col-md-3 .box-no-advanced.box .box-content, .box-type-4 .col-md-4 .box-no-advanced.box .box-content {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.box-type-9 .col-sm-3 .box-no-advanced.box .box-content, .box-type-9 .col-sm-4 .box-no-advanced.box .box-content, .box-type-9 .col-md-3 .box-no-advanced.box .box-content, .box-type-9 .col-md-4 .box-no-advanced.box .box-content {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-4 .box-with-categories .box-content {
	border-radius: 0 0 8px 8px !important;
	-webkit-border-radius: 0 0 8px 8px !important;
	-moz-border-radius: 0 0 8px 8px !important
}
.box-type-9 .box-with-categories .box-content {
	border-radius: 0 0 4px 4px !important;
	-webkit-border-radius: 0 0 4px 4px !important;
	-moz-border-radius: 0 0 4px 4px !important
}
.box-type-7 .col-sm-3 .box-no-advanced.box .box-content, .box-type-7 .col-sm-4 .box-no-advanced.box .box-content, .box-type-7 .col-md-3 .box-no-advanced.box .box-content, .box-type-7 .col-md-4 .box-no-advanced.box .box-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.box-type-7 .box-with-categories .box-content {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}
.box-with-categories .box-content {
	border: none !important;
	margin: 0 !important;
	background-color: #333 !important;
	padding: 0 !important
}
#main .box-with-categories .box-content {
	margin: 0 !important
}
#main .box-with-links .box-content {
	margin: 0 !important;
	padding: 0 !important
}
.box .box-content.products {
	padding-top: 0;
	position: relative;
	margin-top: -1px;
	background-color: #fff
}
.fixed-body-2-2 .box .box-content.products {
	margin-top: 0
}
.box-with-products .clear:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	margin-top: -1px;
	position: absolute;
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
	display: block
}
.box-type-4.no-box-type-7 .box-with-products .clear:before {
	left: 0 !important;
	right: 0 !important
}
.box.without-heading .clear:before {
	display: none !important
}
.box-with-products .clear:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 1;
	display: block
}
.box-type-4 .box-with-products .clear:after {
	display: none
}
.box-type-10 .box-with-products .clear:after {
	display: none
}
.box-type-3 .box-with-products .clear:after {
	display: none
}
.box-type-5 .box-with-products .clear:after {
	display: none
}
.box-type-14 .box-with-products .clear:after {
	display: none
}
.fixed-body .col-md-12>.box-with-products .clear:after, .fixed-body .col-md-12>.box-with-products .clear:before, .fixed-body .col-sm-12>.box-with-products .clear:after, .fixed-body .col-sm-12>.box-with-products .clear:before {
	left: -45px;
	right: -45px
}
.fixed-body-2 .col-md-12>.box-with-products .clear:after, .fixed-body-2 .col-md-12>.box-with-products .clear:before, .fixed-body-2 .col-sm-12>.box-with-products .clear:after, .fixed-body-2 .col-sm-12>.box-with-products .clear:before {
	left: 0;
	right: 0
}
.standard-body .fixed .col-md-12>.box-with-products .clear:after, .standard-body .fixed .col-md-12>.box-with-products .clear:before, .standard-body .fixed .col-sm-12>.box-with-products .clear:after, .standard-body .fixed .col-sm-12>.box-with-products .clear:before {
	left: -40px;
	right: -40px
}
.border-width-1 .standard-body .full-width .col-md-12>.box-with-products .clear:after, .border-width-1 .standard-body .full-width .col-md-12>.box-with-products .clear:before, .border-width-1 .standard-body .full-width .col-sm-12>.box-with-products .clear:after, .border-width-1 .standard-body .full-width .col-sm-12>.box-with-products .clear:before {
	left: -4000px;
	right: -4000px
}
@media (min-width: 991px) {
.col-sm-9 .col-sm-12 .box-with-products .clear:before, .col-sm-9 .col-sm-12 .box-with-products .clear:after, .col-md-9 .col-sm-12 .box-with-products .clear:before, .col-md-9 .col-sm-12 .box-with-products .clear:after, .col-sm-9 .col-md-12 .box-with-products .clear:before, .col-sm-9 .col-md-12 .box-with-products .clear:after, .col-md-9 .col-md-12 .box-with-products .clear:before, .col-md-9 .col-md-12 .box-with-products .clear:after {
	left: 0 !important;
	right: 0 !important
}
}
.box>.prev, .box>.next {
	position: absolute;
	bottom: -18px;
	z-index: 10;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	color: #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	padding: 8px 0 0 12px;
	text-align: left;
	left: 50%;
	font-size: 13px;
	font-family: "Poppins"
}
.buttons-prev-next-type-2 .box>.prev, .buttons-prev-next-type-2 .box>.next {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.box>.prev:hover, .box>.next:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.box>.prev {
	margin-left: -50px
}
.box>.next {
	margin-left: 15px;
	padding: 8px 0 0 14px
}
.box>.prev:before, .box>.next:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.box>.next:before {
	content: "\f054"
}
.box>.prev:hover:before, .box>.next:hover:before {
	color: #fff
}
.box-category ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.box-category>ul li {
	border-top: 1px solid #3d3d3d;
	padding: 0;
	position: relative
}
.box-category>ul>li:first-child {
	border: none
}
.box-category ul li>a {
	line-height: 1.6;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 13px 30px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.box-category>ul li>a:hover, .box-category>ul li:hover>a, .box-category>ul li a.active {
	background-color: #2b2b2b
}
.box-category ul li li a {
	padding-left: 50px
}
.box-category>ul>li:first-child a {
	padding-top: 17px
}
.box-category>ul>li:last-child {
	padding-bottom: 10px
}
.box-category ul li a.active {
	color: #d9121f
}
.box-category ul li .head {
	display: block;
	position: absolute;
	top: 0;
	right: 12px
}
.box-category>ul>li:first-child .head {
	top: 2px
}
.box-category ul li .head a {
	color: #fff;
	line-height: 48px;
	display: block;
	padding: 0 15px !important
}
.box-category ul li .head a:before {
	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;
	content: "\f077";
	font-size: 9px
}
.box-category ul li .head .collapsed:before {
	content: "\f078"
}
.box-category ul li .head .plus, .box-category ul li .head .minus {
	display: none
}
.category-box-type-4 .box-category ul li>a {
	padding-bottom: 12px
}
.category-box-type-4 .box-category>ul li ul {
	padding: 0 0 8px;
	overflow: hidden
}
.category-box-type-4 .box-category>ul li ul li:first-child {
	margin-top: -7px;
	position: relative
}
.category-box-type-4 .box-category>ul li ul li {
	border: none
}
.category-box-type-4 .box-category>ul li ul li a {
	font-size: 13px;
	font-weight: 400 !important;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 27px
}
.category-box-type-4 .box-category>ul li ul li a.active {
	font-weight: 600 !important;
	text-decoration: underline
}
body.firefox-mac .category-box-type-4 .box-category>ul li ul li a {
	font-weight: 300 !important
}
.mfilter-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.mfilter-content>ul>li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px
}
.mfilter-content>ul>li:last-child {
	padding-bottom: 0
}
.mfilter-content .column {
	clear: both
}
.mfilter-content .column .filter_title {
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 23px
}
.mfilter-content .column:first-child .filter_title {
	padding-top: 0;
	border-top: none
}
.mfilter-content .column .fields {
	padding-top: 8px;
	padding-bottom: 0
}
.mfilter-content .column .fields li {
	display: table
}
.mfilter-content .column .fields .field {
	display: table-row
}
.mfilter-content .column .fields .field input, .mfilter-content .column .fields .field label {
	display: table-cell;
	padding: 1px 0 5px;
	vertical-align: middle
}
.mfilter-content .column .fields .field input {
	width: 14px;
	padding-right: 4px;
	margin: 0
}
.mfilter-content .column .fields .field label {
	word-break: break-all;
	padding-left: 7px
}
.mfilter-content .column .fields .filter-image {
	margin: 0 7px 7px 0;
	float: left
}
.mfilter-content .column .fields .filter-image .field {
	display: block;
	padding: 2px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	cursor: pointer;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}
.mfilter-content .column .fields .filter-image .field.active {
	border-color: #d9121f
}
.mfilter-content .column .fields .filter-image i {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}
.mfilter-content .column .fields .filter-image label {
	padding: 0;
	cursor: pointer
}
.mfilter-content .filter_title .clear {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: right;
	width: 11px;
	height: 10px;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	box-sizing: content-box
}
.mfilter-content .filter_title .clear:hover {
	background-position: 0 -11px
}
.pagination-results {
	clear: both;
	padding: 16px 0 0;
	margin: 0 0 20px;
	position: relative;
	overflow: auto
}
#review .pagination-results {
	padding-top: 0;
	margin-top: -10px
}
.pagination-results .text-right {
	padding: 21px 0 0 10px
}
.pagination-results .text-left {
	padding: 4px 10px 0 0
}
.pagination-results ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.pagination-results ul li {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-align: center;
	margin: 10px 7px 0 0;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer
}
.pagination-results ul li.active {
	cursor: default;
	color: #d9121f
}
.pagination-results ul li:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.pagination-results ul li:hover a {
	color: #fff
}
.pagination-results ul li a, .pagination-results ul li span {
	display: block;
	padding: 8px 0 0;
	width: 30px;
	height: 30px
}
.product-block {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 30px;
	margin: 50px 0 0;
	text-align: center
}
.product-page-type-2 .standard-body .full-width .product-block {
	border: none
}
.product-block .title-block {
	margin: 0 auto 28px;
	padding: 6px 0 9px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #d9121f
}
.product-block .strip-line {
	display: none
}
.product-block .block-content {
	clear: both
}
.product-block .block-content ul {
	list-style: none;
	padding: 2px 0 0;
	margin: 0
}
.product-block .block-content ul li {
	padding: 30px 0 0;
	margin: 0
}
.product-block .block-content ul li:first-child {
	padding: 0
}
.product-block .block-content ul li p {
	padding: 10px 0 0;
	margin: 0
}
#main .button-product-question {
	margin: 20px 0 0;
	padding-left: 20px;
	padding-right: 25px;
	clear: left
}
.htabs {
	z-index: 2;
	text-align: center;
	margin: 0 -15px;
	padding: 44px 0 0;
	position: relative
}
.box-type-5 .htabs {
	padding-top: 54px
}
.box-type-3 .htabs {
	padding-top: 49px
}
.box-type-14 .htabs {
	padding-top: 59px
}
.box-type-11 .htabs {
	padding-top: 34px
}
.box-type-17 .htabs {
	padding-top: 34px
}
.htabs:before, .htabs:after {
	display: table;
	content: " "
}
.htabs:after {
	clear: both
}
.htabs:before {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 35px;
	bottom: 0;
	z-index: -1
}
.box-type-3 .htabs:before {
	top: 40px
}
.box-type-14 .htabs:before {
	top: 40px
}
.htabs a {
	margin: 0 15px;
	padding: 10px 0;
	font-size: 20px;
	color: gray;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.box-type-14 .htabs a {
	padding-bottom: 11px
}
.htabs a.selected, .htabs a:hover {
	color: #333
}
.htabs a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	z-index: 1
}
.box-type-6 .htabs a:before {
	height: 1px
}
.fixed-body-2-2 .htabs a:before {
	bottom: 0
}
.htabs a.selected:before {
	background-color: #d9121f;
	visibility: visible;
	opacity: 1
}
.center-column .tab-content {
	background-color: #fff;
	line-height: 23px;
	padding: 40px;
	position: relative
}
.standard-body .fixed2 .center-column .tab-content {
	padding-left: 0;
	padding-right: 0
}
.box-type-7 .center-column .tab-content {
	padding-top: 35px !important
}
.box-type-4 .center-column .tab-content {
	padding-bottom: 0 !important
}
.box-type-10 .center-column .tab-content {
	padding-bottom: 0 !important
}
.box-type-5 .center-column .tab-content {
	padding-bottom: 0 !important
}
.tab-content:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	border-top: 1px solid #e5e5e5;
	z-index: 1;
	display: block
}
.tab-content:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
	z-index: 1;
	display: block
}
.box-type-4 .tab-content:after {
	display: none
}
.box-type-3 .tab-content:after {
	display: none
}
.box-type-14 .tab-content:after {
	display: none
}
.box-type-10 .tab-content:after {
	display: none
}
.box-type-5 .tab-content:after {
	display: none !important
}
.fixed-body .center-column .tab-content {
	margin: 0 -45px;
	padding-left: 45px;
	padding-right: 45px
}
.box-type-4.no-box-type-7 .fixed-body .center-column .tab-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .tab-content {
	margin: 0 -4000px;
	padding-left: 4000px;
	padding-right: 4000px
}
.standard-body .fixed .center-column .tab-content {
	margin: 0 -40px
}
.body-white .standard-body .full-width .center-column .tab-content {
	padding-left: 0;
	padding-right: 0
}
.center-column .tab-content>:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}
.center-column .tab-content>:first-child {
	padding-top: 0;
	margin-top: 0
}
.center-column .tab-content #form-review h2 {
	padding: 5px 0 20px;
	margin: 0
}
.center-column .tab-content .form-horizontal .control-label {
	padding-top: 5px
}
.center-column #shopify-product-reviews {
	margin: 0
}
#shopify-product-reviews .spr-container {
	padding: 0 !important;
	border: 0 !important
}
#shopify-product-reviews .spr-header-title {
	display: none
}
#shopify-product-reviews .spr-form-title {
	font-size: 18px;
	margin: 0;
	padding: 5px 0 20px
}
#shopify-product-reviews .spr-form {
	border: 0;
	padding-top: 10px;
	margin-top: 10px
}
#shopify-product-reviews .spr-form-label+.spr-form-input {
	margin: 5px 0
}
#shopify-product-reviews .spr-form-actions {
	margin-top: 15px
}
#shopify-product-reviews .spr-icon, .spr-badge .spr-badge-starrating .spr-icon {
	margin: 0 2px 0 0;
	font-size: 100%
}
#shopify-product-reviews .spr-review-content {
	margin: 15px 0 20px;
	padding: 20px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
#shopify-product-reviews .spr-review-content:before {
	position: absolute;
	top: -9px;
	left: 9px;
	display: inline-block;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid #e6e6e6;
	border-left: 9px solid transparent !important;
	content: ''
}
#shopify-product-reviews .spr-review-content:after {
	position: absolute;
	top: -8px;
	left: 10px;
	display: inline-block;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent !important;
	content: ''
}
#shopify-product-reviews .spr-review-header-starratings {
	float: right;
	font-size: 100%;
	margin: 0
}
#shopify-product-reviews .spr-review-header-title {
	margin-bottom: 5px;
	padding-top: 0;
	font-size: 100%
}
#shopify-product-reviews .spr-review-header-byline {
	margin-bottom: 0;
	opacity: 1;
	font-size: 80%
}
#shopify-product-reviews .spr-review-header-byline strong {
	font-weight: 400
}
#shopify-product-reviews .spr-review-header-byline strong:first-child {
	font-weight: 700;
	font-size: 120%;
	font-style: normal
}
.quickview .quickform {
	background-color: #fff;
	padding: 30px
}
.quickview .mfp-inline-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.quickview .mfp-inline-holder .mfp-close {
	top: -40px;
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.quickview .mfp-inline-scaler .mfp-inline {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-attachment: scroll;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.quickview .mfp-inline-holder .mfp-content {
	max-width: 900px
}
.quickview .mfp-nav .mfp-arrow[data-idx="-1"] {
	display: none
}
.quickview .mfp-inline {
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7)
}
.quickview.mfp-bg {
	opacity: .01;
	transition: all .2s ease-out
}
.quickview.mfp-ready .mfp-inline {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.quickview.mfp-ready.mfp-bg {
	opacity: .4
}
.quickview.mfp-removing .mfp-inline {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0
}
.quickview.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .4
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}
body .mfp-arrow-left:before, body .mfp-arrow-left .mfp-b {
	border-right-color: gray
}
body .mfp-arrow-right:before, body .mfp-arrow-right .mfp-b {
	border-left-color: gray
}
body .mfp-inline-scaler .quickform {
	box-shadow: none
}
body .mfp-figure:after {
	box-shadow: 0 0 8px rgba(0,0,0,0.3)
}
body .mfp-counter {
	color: #dedede
}
.popup {
	background-color: #FFF;
	padding: 50px 60px;
	text-align: left;
	max-width: 750px;
	margin: 40px auto;
	position: relative
}
.box-type-9 .popup {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
body .popup-module .mfp-close {
	top: -20px;
	right: -20px;
	text-align: center;
	width: 45px;
	height: 45px;
	border: 2px solid #d9121f;
	color: #d9121f;
	background-color: #fff;
	opacity: 1;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
body .popup-module .mfp-close:hover {
	background-color: #d9121f;
	color: #fff
}
body .popup-module.without-button-close .mfp-close {
	display: none
}
.popup h4 {
	font-size: 20px;
	padding: 5px 0 25px;
	margin: 0 0 25px;
	position: relative
}
.popup h4:after {
	content: '';
	position: absolute;
	width: 41px;
	height: 2px;
	background-color: #d9121f;
	bottom: 0;
	left: 0
}
.popup .content {
	padding: 0 0 10px;
	margin: 0;
	line-height: 23px
}
.popup .newsletter {
	padding: 22px 0 9px
}
.popup .newsletter input {
	margin: 0;
	vertical-align: top
}
.popup .newsletter .subscribe {
	height: 45px;
	vertical-align: top;
	margin: 0 0 0 18px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}
.popup .dont-show-label {
	padding: 5px 0 0
}
.popup .buttons-yes-no {
	padding: 23px 0 10px;
	text-align: center
}
.popup .buttons-yes-no .button:first-child {
	margin-right: 18px
}
.popup .buttons-yes-no .button {
	height: 45px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 16px 30px 0;
	margin: 0
}
.popup .form-contact .error {
	background-color: #ffd3d7
}
.popup .form-contact .contact-label {
	padding-top: 14px
}
.popup .form-contact .contact-label:first-child {
	padding-top: 0
}
.popup .form-contact .contact-label label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase
}
.popup .form-contact .contact-label label.required:before {
	content: '* ';
	color: red;
	font-weight: 700
}
.popup .form-contact .btn {
	margin: 15px auto 10px;
	display: block
}
.swatch {
	padding: 15px 0 0;
	margin: 0;
	line-height: 23px
}
.swatch .header {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700
}
.swatch .header span:before {
	content: '* ';
	color: red;
	font-weight: bold
}
.swatch .swatch-element {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 10px 7px 5px 0;
	padding: 0;
	min-height: 20px;
	position: relative
}
.swatch .swatch-element input {
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer
}
.swatch .swatch-element label {
	border: 1px solid rgba(0,0,0,0.1);
	min-width: 40px;
	display: block;
	text-align: center;
	padding: 9px 20px 8px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 10px;
	cursor: pointer
}
.swatch .swatch-element label.img {
	padding: 2px;
	min-width: 30px
}
.swatch .swatch-element label img, .swatch .swatch-element .tooltip {
	display: none
}
.swatch .swatch-element label.img i {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}
.swatch .swatch-element label:hover {
	border-color: #d9121f
}
.swatch .swatch-element input:checked+label {
	border-color: #d9121f;
	background-color: #d9121f;
	color: #fff
}
.swatch .swatch-element input:checked+label.img {
	background: none
}
.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}
.list-box {
	list-style: none;
	margin: 0;
	padding: 10px 0
}
.list-box li {
	padding: 5px 30px 0;
	line-height: 35px;
	background-position: top left;
	background-repeat: repeat-x
}
.list-box li:first-child {
	background: none
}
.error, .success, .warning, .attention, .information {
	padding: 16px 14px 13px 16px;
	margin: 0 0 30px;
	clear: both;
	color: #222
}
.success {
	background-color: #EAF7D9;
	border: 1px solid #BBDF8D
}
.error, .warning {
	background-color: #FFD1D1;
	border: 1px solid #F8ACAC
}
.attention {
	background-color: #FFF5CC;
	border: 1px solid #F2DD8C
}
.information {
	background-color: #E8F6FF;
	border: 1px solid #B8E2FB
}
table.attribute, table.list, .wishlist-product table, .wishlist-info table, .compare-info, .checkout-product table, .table {
	border-collapse: separate;
	border-spacing: 0;
	border: solid 1px #e5e5e5;
	width: 100%;
	margin: 0 0 30px
}
table.attribute tr, table.list tr, .wishlist-product table tr, .wishlist-info table tr, .compare-info tr, .checkout-product table tr, .table {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
table.attribute tr:hover, table.list tr:hover, .wishlist-product table tr:hover, .wishlist-info table tr:hover, .compare-info tr:hover, .checkout-product table tr:hover, .table tr:hover {
	background-color: #fafafa
}
table.attribute td, table.list td, .wishlist-product table td, .wishlist-info table td, .compare-info td, .checkout-product table td, .table td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 20px 30px 16px;
	text-align: left;
	vertical-align: top
}
.body-other table.attribute td, .body-other table.list td, .body-other .wishlist-product table td, .body-other .wishlist-info table td, .body-other .compare-info td, .body-other .checkout-product table td, .body-other .table td {
	padding: 20px 20px 16px
}
table.attribute td *, table.list td *, .wishlist-product table td *, .wishlist-info table td *, .compare-info td *, .checkout-product table td *, .table td * {
	box-sizing: border-box
}
.table td.text-center {
	text-align: center
}
.table td.text-center .input-group {
	margin: 0 auto
}
.table td.text-right {
	text-align: right
}
table.attribute thead td, table.list thead td, .wishlist-product table thead td, .wishlist-info table thead td, .compare-info thead td, .checkout-product table thead td, .table thead td {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 30px 14px
}
.body-other table.attribute thead td, .body-other table.list thead td, .body-other .wishlist-product table thead td, .body-other .wishlist-info table thead td, .body-other .compare-info thead td, .body-other .checkout-product table thead td, .body-other .table thead td {
	padding: 18px 20px 14px
}
table.attribute thead:first-child td, table.list thead:first-child td, .wishlist-product table thead:first-child td, .wishlist-info table thead:first-child td, .compare-info thead:first-child td, .checkout-product table thead:first-child td, .table thead:first-child td {
	border-top: none
}
table.attribute td:first-child, table.list td:first-child, .wishlist-product table td:first-child, .wishlist-info table td:first-child, .compare-info td:first-child, .checkout-product table td:first-child, .table td:first-child {
	border-left: none
}
.cart-info {
	position: relative;
	margin: 0 -40px
}
.main-fixed .cart-info {
	margin-left: -45px;
	margin-right: -45px
}
.standard-body .fixed2 .cart-info {
	margin-left: -45px;
	margin-right: -45px
}
.standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: -40px
}
.body-white-type-2 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0 !important
}
.box-type-12 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0 !important
}
.body-white .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0
}
.body-white.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: -50px
}
.body-white-type-2.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0 !important
}
.body-type-12.border-width-1 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0 !important
}
.body-white .standard-body .full-width .cart-info {
	margin: 0
}
.cart-info table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	width: 100%
}
.cart-info table td {
	border: none;
	padding: 30px 30px 0;
	text-align: left;
	vertical-align: middle
}
.cart-info table td:first-child {
	padding-left: 45px
}
.cart-info table td:last-child {
	padding-right: 45px
}
.body-white .standard-body .full-width .cart-info table td:first-child {
	padding-left: 0
}
.body-white .standard-body .full-width .cart-info table td:last-child {
	padding-right: 0
}
.cart-info table thead td {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 30px 14px;
	position: relative
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .cart-info thead td:first-child:before {
	content: '';
	position: absolute;
	width: auto;
	height: 1px;
	left: -10000px;
	right: -10000px;
	bottom: -1px;
	border-bottom: 1px solid #e6e6e6;
	z-index: -1;
	display: block
}
.cart-info .cart-update {
	background: none;
	border: 0;
	padding: 0;
	color: #5396C9;
	font-size: 18px
}
.cart-info .cart-remove {
	color: #F25F48;
	font-size: 18px
}
#wrapper-response #shipping-rates-feedback {
	margin-top: 25px;
	margin-bottom: 10px
}
.center-column .panel {
	position: relative;
	margin: 0 0 20px
}
.main-fixed .center-column .panel {
	margin: 0
}
.main-fixed .col-md-12 .col-md-12.center-column .panel {
	margin-left: -45px;
	margin-right: -45px
}
.center-column .panel:last-child {
	margin-bottom: 20px !important
}
.standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0 -40px
}
.body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
	margin: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0 -4000px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
	margin-bottom: 20px
}
.standard-body .full-width .center-column .panel:last-child {
	margin-bottom: 20px
}
.standard-body .fixed .center-column .panel {
	margin: 0 -40px
}
.standard-body .fixed .center-column .panel:last-child {
	margin-bottom: 20px
}
.center-column .panel-heading {
	border: 1px solid #e5e5e5;
	padding: 18px 30px 14px
}
.main-fixed .center-column .panel-heading, .standard-body .full-width .center-column .panel-heading, .standard-body .fixed .center-column .panel-heading, .standard-body .fixed2 .center-column .panel-heading {
	border: none;
	border-top: 1px solid #e5e5e5;
	padding: 18px 45px 14px
}
.body-white .standard-body .full-width .center-column .panel-heading, .standard-body .fixed2 .center-column .panel-heading {
	padding-left: 0;
	padding-right: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
	padding-left: 4000px;
	padding-right: 4000px
}
.standard-body .full-width .center-column .panel-heading, .standard-body .fixed .center-column .panel-heading {
	padding-left: 40px;
	padding-right: 40px
}
.main-fixed .center-column .panel:last-child, .standard-body .full-width .center-column .panel:last-child, .standard-body .fixed .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}
.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: none
}
.body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}
.checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
	border-top: none
}
.center-column .panel-heading h4 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase
}
.center-column .panel-body {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 30px 45px 35px;
	position: relative
}
.standard-body .full-width .center-column .panel-body, .standard-body .fixed .center-column .panel-body {
	padding-left: 40px;
	padding-right: 40px
}
.body-white .standard-body .full-width .center-column .panel-body, .standard-body .fixed2 .center-column .panel-body {
	padding-left: 0;
	padding-right: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
	padding-left: 4000px;
	padding-right: 4000px
}
.center-column .panel-body .buttons {
	margin: 0
}
.cart-total {
	overflow: auto;
	margin-bottom: 25px;
	padding-top: 25px
}
.cart-total table {
	float: right
}
.cart-total td {
	padding: 0 0 0 30px;
	text-align: right
}
.cart-total table tr td:last-child {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600
}
.templateCustomersLogin .well p {
	padding-bottom: 10px
}
#forgot_password {
	padding-bottom: 25px
}
#recover-password .action_bottom {
	padding-top: 10px
}
#recover-password .action_bottom span {
	padding-left: 8px
}
#account .action_bottom span {
	padding-left: 10px
}
#sandbox .empty {
	padding-top: 30px
}
#view_addresses .empty {
	padding-bottom: 30px
}
.customer_address .radio-inline {
	padding-left: 0
}
#order_detail tbody td {
	width: 50%
}
#order_address thead td {
	width: 50%;
	vertical-align: top
}
#order_detail .list-unstyled, #order_address .list-unstyled {
	margin-bottom: 0
}
.wishlist .btn-action span {
	display: none
}
.product-info .links .btn-action i {
	display: inline-block;
	vertical-align: middle
}
#content-search {
	padding-top: 7px
}
.product-search #button-search {
	margin-top: 10px
}
.product-search .search-heading {
	padding-top: 40px
}
.product-search .empty {
	padding: 10px 0
}
.btooltip {
	position: relative
}
.btooltip::before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	margin-bottom: 5px;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;
	visibility: hidden
}
.btooltip::after {
	content: attr(title);
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	right: 50%;
	bottom: 100%;
	background-color: #000;
	color: #fff;
	white-space: pre;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 10px;
	line-height: normal;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;
	visibility: hidden
}
.btooltip:hover::before, .btooltip:hover::after {
	opacity: 1;
	visibility: visible
}
.btooltip.loading::after {
	content: attr(data-loading-text)
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
[data-notify="progressbar"] {
margin-bottom:0;
position:absolute;
bottom:0;
left:0;
width:100%;
height:5px
}
.posts {
	padding: 10px 0 0;
	overflow: hidden
}
.standard-body .full-width .posts {
	padding: 0
}
.posts .post .post-content {
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 39px;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center
}
.posts .post .post-media {
	overflow: hidden;
	position: relative;
	margin: -1px -1px 0;
	text-align: left
}
.posts .post .post-media img, .posts .post .post-media iframe {
	display: block;
	max-width: 100%;
	width: 100%
}
.post .post-media .media-slider .owl-controls .owl-buttons {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	visibility: hidden
}
.post .post-media .media-slider:hover .owl-controls .owl-buttons {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev, .post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
	position: absolute;
	left: 75px;
	top: 50%;
	margin: -17px 0 0 !important;
	height: 34px;
	width: 34px;
	margin: 0;
	background-color: #fff;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	padding: 8px 0 0 12px;
	font-size: 13px
}
.buttons-prev-next-type-2 .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev, .buttons-prev-next-type-2 .post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 75px;
	padding: 8px 0 0 14px
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:hover, .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:hover {
	background-color: #d9121f
}
.container .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev {
	left: 30px
}
.container .post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
	right: 30px
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:before, .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before {
	content: "\f054"
}
.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:hover:before, .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:hover:before {
	color: #fff
}
.post .post-media .media-slider .owl-pagination {
	display: none
}
.posts .post .tags {
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 15px;
	margin-top: -9px;
	z-index: 22
}
.posts .post .tags a {
	display: inline-block;
	background-color: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 3px 9px 4px;
	padding: 1px 10px 0
}
.posts .post .tags a:hover {
	background-color: #333
}
.post .date-published {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 9px;
	padding-top: 35px;
	color: #1349b2
}
.posts .post .post-title {
	font-size: 25px;
	padding: 13px 30px 0;
	margin: 0;
	text-transform: none
}
.posts .meta {
	padding: 0
}
.posts .post .post-description {
	padding: 21px 30px 0;
	line-height: 23px
}
.posts .button-more {
	display: inline-block;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8px 30px 5px;
	margin: 22px 15px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #d9121f;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.posts .button-more:hover {
	background-color: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.blog-blog div.pagination-results {
	padding-top: 0;
	text-align: center
}
.pagination-ajax {
	margin: 5px 0 15px;
	text-align: center
}
.main-fixed .pagination-ajax {
	margin-top: 25px
}
.posts.posts-grid {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0
}
.posts.posts-grid .post {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px
}
.posts-3-columns-grid {
	position: relative;
	margin-bottom: -10px
}
.posts.posts-grid .post-with-3-columns {
	width: 33.333333333333%
}
.posts.posts-grid .post-with-3-columns .tags {
	margin: 0;
	text-align: left;
	top: 20px;
	left: 15px
}
.posts.posts-grid .post-with-3-columns .post-content {
	padding-bottom: 30px;
	margin-bottom: 40px
}
.posts.posts-grid .post-with-3-columns .date-published {
	padding-top: 20px
}
.posts.posts-grid .post-with-3-columns .post-description, .posts.posts-grid .post-with-3-columns .button-more {
	display: none
}
.posts.posts-grid .post-with-3-columns .post-title {
	font-size: 18px;
	line-height: 23px;
	padding: 10px 30px 0
}
.posts .news {
	margin-top: 0
}
.posts .ajax-content .big-news {
	display: none
}
.posts .ajax-content .news>div:first-child {
	display: block
}
.posts .news .media {
	margin: 0 0 30px
}
.posts .big-news {
	margin: 0 0 30px
}
.posts .big-news .post-content {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	position: relative;
	cursor: pointer
}
.posts .big-news .post-content .right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: repeat-y;
	background-position: top right;
	overflow: hidden
}
.posts .big-news .post-content .right .overflow {
	max-width: 320px;
	float: right;
	padding: 0 70px 0 25px;
	color: #fff;
	text-align: left
}
.posts .big-news .post-content .right .overflow .tags {
	position: relative;
	margin: 30px 0 0 -4px;
	padding: 0;
	width: auto;
	text-align: left
}
#main .posts .big-news .post-content .right .overflow .date-published {
	color: #fff;
	border-color: rgba(255,255,255,0.2);
	padding: 39px 0 15px;
	margin: 0
}
.posts .big-news .post-content .right .overflow .post-title {
	padding: 14px 0 25px;
	margin: 0
}
.posts .big-news .post-content .right .overflow .post-title a {
	font-size: 25px;
	line-height: 33px;
	color: #fff
}
.posts .big-news .post-content .right .overflow .post-description {
	padding: 0;
	margin: 0;
	max-height: 93px;
	overflow: hidden
}
.posts .big-news .post-content .right .overflow .button-more {
	border: none !important;
	margin: 31px 0 0
}
ul.blog-list-default {
	list-style: none;
	padding: 0;
	margin: 0
}
ul.blog-list-default li {
	padding: 21px 0 20px
}
ul.blog-list-default li:first-child {
	padding-top: 0
}
ul.blog-list-default li:last-child {
	padding-bottom: 0
}
ul.blog-list-default li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0,0,0,0.1);
	margin-top: -21px
}
ul.blog-list-default li:first-child:before {
	display: none
}
ul.blog-list-default li .thumb-holder {
	float: left;
	margin-right: 20px;
	width: 70px;
	position: relative;
	height: 90px;
	overflow: hidden
}
ul.blog-list-default li .thumb-holder img {
	display: block;
	position: absolute;
	height: 90px;
	max-width: inherit;
	right: 50%;
	top: 0;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%)
}
ul.blog-list-default li .date-published {
	padding: 4px 0 3px;
	font-size: 11px;
	font-weight: 700
}
ul.blog-list-default li h5 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px
}
.news {
	position: relative;
	margin-top: -30px
}
.news .media {
	position: relative;
	margin-top: 30px
}
.news .media .post-holder {
	line-height: 0
}
.news .thumb-holder {
	overflow: hidden;
	position: relative
}
.news .thumb-holder span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1
}
.news .thumb-holder img {
	display: block;
	width: 100%
}
.news .media-body {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}
.news .media-body:before {
	content: "";
	background-repeat: repeat-x;
	background-position: bottom left;
	opacity: .6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.news .media-body:hover:before {
	opacity: .7
}
.news .media-body .tags {
	position: absolute;
	top: 18px;
	left: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	z-index: 2
}
.news .media-body .tags a {
	display: inline-block;
	background-color: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 7px 9px 0;
	padding: 1px 10px 0
}
.news .media-body .tags a:hover {
	background-color: #333
}
.news .media-body .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.news.v1 .media-body .bottom {
	color: #fff
}
.news .media-body:hover .bottom {
	bottom: 10px
}
.news .media-body .date-published {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 9px;
	padding-top: 25px
}
.news .media-body h5 {
	padding: 12px 20px 34px;
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	text-transform: none;
	font-weight: 500 !important;
	color: #fff
}
.news.v1 {
	font-size: 0
}
.news.v1 .col-sm-4 {
	display: inline-block;
	vertical-align: top;
	float: none;
	font-size: 13px
}
.news.v2 .media {
	padding-bottom: 53px
}
.news.v2 .media .thumb-holder img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.news.v2 .media:hover .thumb-holder img {
	-webkit-transform: scale(1.04, 1.04);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.04, 1.04);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.04, 1.04);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}
.news.v2 .media-body:before {
	display: none !important
}
.news.v2 .media-body .bottom {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-top: none;
	color: #1349b2;
	bottom: 0 !important
}
.news.v2 .media-body .date-published {
	border-color: rgba(0,0,0,0.2)
}
.news.v2 .media-body h5 {
	padding-bottom: 33px
}
.news.v2 .media-body h5 a {
	line-height: 23px
}
.cameras-news {
	position: relative;
	margin-top: -30px
}
.cameras-news .media {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	padding-right: 30px;
	margin-top: 30px;
	text-align: center;
	overflow: visible !important
}
.cameras-news .media .thumb-holder {
	float: left;
	margin: -1px 30px -1px -1px;
	max-width: 60%;
	position: relative
}
.cameras-news .media .thumb-holder img {
	display: block
}
.cameras-news .media .thumb-holder .thumb {
	display: block;
	position: relative
}
.cameras-news .media .thumb-holder .thumb span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1
}
.cameras-news .media .tags {
	position: absolute;
	top: 17px;
	left: 20px;
	z-index: 2
}
.cameras-news .media .tags a {
	display: inline-block;
	background: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 7px 9px 0;
	padding: 1px 10px 0
}
.cameras-news .media .tags a:hover {
	background: #333
}
.cameras-news .media .date-published {
	padding: 37px 0 9px;
	margin: 0;
	font-weight: 700;
	font-size: 11px;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
.cameras-news .media .post-title {
	padding: 14px 0 25px;
	margin: 0
}
.cameras-news .media .post-title a {
	font-size: 16px;
	line-height: 20px
}
.cosmetics-news {
	position: relative;
	margin-top: -30px
}
.cosmetics-news .media {
	background: #fff;
	padding-right: 30px;
	margin-top: 30px
}
.cosmetics-news .media .thumb-holder {
	float: left;
	margin-right: 30px;
	max-width: 50%
}
.cosmetics-news .media .thumb-holder img {
	display: block
}
.cosmetics-news .media .thumb-holder .thumb {
	display: block;
	position: relative
}
.cosmetics-news .media .thumb-holder .thumb span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1
}
.cosmetics-news .media .tags {
	padding-top: 27px
}
.cosmetics-news .media .tags a {
	display: inline-block;
	background: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 7px 9px 0;
	padding: 0 10px 1px
}
.cosmetics-news .media .tags a:hover {
	background: #333
}
.cosmetics-news .media .date-published {
	padding: 14px 0 0;
	margin: 0
}
.cosmetics-news .media h5 {
	padding: 0 0 30px;
	margin: 0
}
.cosmetics-news .media h5 a {
	font-size: 20px;
	line-height: 25px
}
.medic-news {
	position: relative;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px
}
.medic-news>div {
	position: static;
	padding-left: 30px;
	padding-right: 30px
}
.medic-news>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	width: 1px;
	margin-left: -30px
}
.medic-news>div:first-child:before {
	display: none
}
.medic-news .media {
	padding-top: 50px;
	padding-bottom: 50px
}
.medic-news .media .media-body {
	overflow: visible !important
}
.medic-news .media .thumb-holder {
	float: left;
	margin-right: 30px;
	max-width: 50%
}
.medic-news .media .thumb-holder img {
	display: block
}
.medic-news .media .thumb-holder .thumb {
	display: block;
	position: relative
}
.medic-news .media .thumb-holder .thumb span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1
}
.medic-news .media .date-published {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	margin-top: -5px;
	position: relative
}
.medic-news .media h5 {
	padding: 2px 0 22px;
	margin: 0
}
.medic-news .media h5 a {
	font-size: 20px;
	line-height: 23px
}
.medic-news .media .post-description {
	max-height: 66px;
	line-height: 21px;
	overflow: hidden
}
#main .medic-news .media .button {
	margin: 22px 0 0;
	padding: 8px 23px 6px;
	font-size: 11px !important
}
.wine-news {
	position: relative;
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px
}
.wine-news>div {
	position: static;
	padding-left: 30px;
	padding-right: 30px
}
.wine-news>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	width: 1px;
	margin-left: -30px
}
.wine-news>div:first-child:before {
	display: none
}
.wine-news .media {
	padding-top: 47px;
	padding-bottom: 50px
}
.wine-news .media .date-published {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	position: relative
}
.wine-news .media .post-title {
	padding: 0 0 19px;
	margin: 0
}
.wine-news .media .post-title a {
	font-size: 20px;
	line-height: 25px;
	color: #000
}
.wine-news .media .post-description {
	max-height: 66px;
	line-height: 21px;
	overflow: hidden;
	color: #666
}
.wine-news .button-more {
	display: inline-block;
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8px 30px 5px;
	margin: 20px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #d9121f;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.wine-news .button-more:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.blog-article .post {
	padding-top: 10px
}
.standard-body .full-width .blog-article .post {
	padding-top: 0
}
.blog-article .post {
	margin-bottom: 20px;
	position: relative
}
.blog-article .post .post-media {
	margin-bottom: 39px;
	overflow: hidden
}
.blog-article .post .post-media iframe, .blog-article .post .post-media img {
	max-width: 100%;
	display: block
}
.blog-article .post .meta {
	padding: 32px 0 28px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0
}
.blog-article .post .meta>li {
	display: inline-block;
	margin: 0 6px
}
.blog-article .post .meta>li:before {
	content: "\f111";
	color: #9f9f9f;
	font-family: "FontAwesome";
	font-size: 5px;
	padding-right: 15px;
	float: left;
	margin-top: 5px;
	display: inline-block
}
.blog-article .post .meta>li:first-child {
	margin-left: 0
}
.blog-article .post .meta>li:first-child:before {
	display: none
}
.blog-article .post .meta>li.post-categories>span {
	display: none
}
.blog-article .post .meta>li a {
	font-weight: 700;
	color: #d9121f
}
.blog-article .post .meta>li a:hover {
	color: #333
}
.blog-article .post .post-content {
	padding: 0 0 32px;
	line-height: 23px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.blog-article .post .tags {
	line-height: 15px;
	position: relative;
	margin: 30px 0 -10px
}
.blog-article .post .tags a {
	display: inline-block;
	background-color: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 7px 9px 0;
	padding: 1px 10px 0
}
.blog-article .post .tags a:hover {
	background-color: #333
}
.blog-article .post .blog-post-author {
	margin-bottom: 0;
	padding-top: 30px
}
.blog-article .post .blog-post-author .media>.photo {
	margin-right: 28px;
	float: left;
	display: block
}
.blog-article .post .blog-post-author .media .media-heading {
	font-weight: 500;
	padding: 10px 0;
	margin: 0
}
.blog-article .post .blog-post-author .media .media-body .desc {
	line-height: 23px
}
.blog-article .post .comments .box-content, .blog-article .post .leave-reply .box-content {
	border-bottom: none !important
}
.blog-article .post .comments-list .text {
	margin: 15px 0 30px;
	padding: 20px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1)
}
.blog-article .post .comments-list .text:last-of-type {
	margin-bottom: 0
}
.blog-article .post .comments-list .text:before {
	position: absolute;
	top: -9px;
	left: 9px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ccc;
	border-left: 9px solid transparent;
	border-bottom-color: #e6e6e6;
	content: ''
}
.blog-article .post .comments-list .text:after {
	position: absolute;
	top: -8px;
	left: 10px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: ''
}
.blog-article .post .comments-list .author .name {
	font-weight: 600
}
.blog-article .post .comments-list .author .date {
	font-size: 10px;
	opacity: .8;
	font-style: italic;
	padding-left: 3px
}
.blog-article .post .form-horizontal .control-label {
	text-align: left
}
.blog-article .post .form-horizontal .button-comment {
	margin-bottom: 0;
	margin-top: 20px
}
.blog-article .post .box {
	padding-top: 20px !important;
	margin-top: 32px !important;
	background: none !important
}
.box-type-5 .blog-article .post .box {
	padding-top: 30px !important
}
.blog-article .post .box .box-heading {
	color: #333
}
#main .blog-article .post .box .box-content, #main .blog-article .post .box .product-grid {
	border: none !important;
	background: none !important
}
#main .blog-article .post .box .product-grid:after, #main .blog-article .post .box .product-grid:before {
	display: none !important
}
#main .blog-article .post .box-with-products .clear {
	display: block !important
}
#main .blog-article .post .box-content.products>div {
	margin: 0
}
#nprogress {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10001;
	background-color: #fff
}
#nprogress .bar {
	background-color: #d9121f;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #d9121f, 0 0 5px #d9121f;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px)
}
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #d9121f;
	border-left-color: #d9121f;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite
}
.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}
.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
	position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes nprogress-spinner {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
html.nprogress-busy::before {
	display: none
}
html.nprogress-done::before {
	display: none
}
.button-enquiry {
	padding-left: 30px;
	padding-right: 30px
}
.icon-enquiry {
	display: inline-block;
	margin-right: 14px;
	vertical-align: top;
	margin-top: -1px;
	position: relative
}
.icon-enquiry[align=right] {
	display: inline-block;
	margin-left: 14px;
	vertical-align: top;
	margin-top: -1px;
	position: relative
}
.text-enquiry {
	vertical-align: top;
	display: inline-block
}
.filter-product .carousel {
	overflow: hidden;
	padding: 0
}
.filter-product .filter-tabs {
	list-style: none;
	padding: 31px 0 0;
	margin: 0;
	text-align: center
}
.templateProduct .filter-product .product-grid .product-hover .only-hover {
	display: none
}
.filter-product .product-grid .product-hover .name, .filter-product .product-grid .product-hover .price {
	opacity: 1;
	visibility: visible;
	position: relative
}
.box-type-16 .filter-product .filter-tabs {
	padding-top: 14px
}
.box-type-3 .filter-product .filter-tabs {
	padding-top: 60px
}
.box-type-14 .filter-product .filter-tabs {
	padding-top: 60px
}
.box-type-4 .filter-product .filter-tabs {
	padding-top: 24px
}
.box-type-5 .filter-product .filter-tabs {
	padding-top: 41px
}
.box-type-11 .filter-product .filter-tabs {
	padding-top: 21px
}
.box-type-17 .filter-product .filter-tabs {
	padding-top: 21px
}
.filter-product .filter-tabs ul {
	list-style: none;
	margin: 0 -15px;
	padding: 9px 0 0;
	position: relative
}
.box-type-3 .filter-product .filter-tabs ul {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-14 .filter-product .filter-tabs ul {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px
}
.filter-product .filter-tabs ul>li {
	display: inline-block;
	vertical-align: top
}
.filter-product .filter-tabs ul>li>a {
	margin: 0 15px;
	padding: 10px 0;
	font-size: 20px;
	color: gray;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.filter-product .filter-tabs ul>li>a:hover {
	color: #333
}
.filter-product .filter-tabs ul>li.active>a, .filter-product .filter-tabs ul>li.active>a:hover, .filter-product .filter-tabs ul>li.active>a:focus {
	color: #333
}
.filter-product .filter-tabs ul>li>a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	z-index: 10
}
.box-type-6 .filter-product .filter-tabs ul>li>a:before {
	height: 1px
}
.filter-product .filter-tabs ul>li.active>a:before {
	background: #d9121f;
	visibility: visible;
	opacity: 1
}
.tab-content {
	position: relative;
	background: #fff
}
.tab-content:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	border-top: 1px solid #e5e5e5;
	z-index: 0;
	display: block
}
.box-type-4.no-box-type-7 .tab-content:before {
	left: 0 !important;
	right: 0 !important
}
.tab-content:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	border-bottom: 1px solid #e5e5e5;
	z-index: 0;
	display: block
}
.box-type-3 .tab-content:after {
	display: none
}
.box-type-14 .tab-content:after {
	display: none
}
.fixed-body .col-md-12>.filter-product .tab-content:after, .fixed-body .col-md-12>.filter-product .tab-content:before, .fixed-body .col-sm-12>.filter-product .tab-content:after, .fixed-body .col-sm-12>.filter-product .tab-content:before {
	left: -45px;
	right: -45px
}
.standard-body .fixed .col-md-12>.filter-product .tab-content:after, .standard-body .fixed .col-md-12>.filter-product .tab-content:before, .standard-body .fixed .col-sm-12>.filter-product .tab-content:after, .standard-body .fixed .col-sm-12>.filter-product .tab-content:before {
	left: -40px;
	right: -40px
}
.border-width-1 .standard-body .full-width .col-md-12>.filter-product .tab-content:after, .border-width-1 .standard-body .full-width .col-md-12>.filter-product .tab-content:before, .border-width-1 .standard-body .full-width .col-sm-12>.filter-product .tab-content:after, .border-width-1 .standard-body .full-width .col-sm-12>.filter-product .tab-content:before {
	left: -4000px;
	right: -4000px
}
.tab-content .prev-button, .tab-content .next-button {
	position: absolute;
	bottom: -18px;
	z-index: 10;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	padding: 8px 0 0 12px;
	text-align: left;
	left: 50%;
	font-size: 13px;
	font-family: "Poppins"
}
.buttons-prev-next-type-2 .tab-content .prev-button, .buttons-prev-next-type-2 .tab-content .next-button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.tab-content .prev-button:hover, .tab-content .next-button:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.tab-content .prev-button {
	margin-left: -50px
}
.tab-content .next-button {
	margin-left: 15px;
	padding: 8px 0 0 14px
}
.tab-content .prev-button:before, .tab-content .next-button:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.tab-content .next-button:before {
	content: "\f054"
}
.tab-content .prev-button:hover:before, .tab-content .next-button:hover:before {
	color: #fff
}
.templateProduct .tab-content .owl-item [class*="col-"] {
	width: 100%
}
.banners>div {
	padding-top: 60px
}
.product-block+.banners>div {
	padding-top: 0
}
.banners.banners-with-padding-30>div {
	padding-top: 30px
}
.banners.banners-with-padding-20>div {
	padding-top: 20px
}
.banners.banners-with-padding-45>div {
	padding-top: 45px
}
.banners.banners-with-padding-50>div {
	padding-top: 50px
}
.banners.banners-with-padding-40 {
	padding-top: 10px
}
.banners.banners-with-padding-40>div {
	padding-top: 30px
}
.banners.banners-with-padding-0>div {
	padding-top: 0
}
.banners.banners-with-padding-0-2>div {
	padding-top: 0
}
.banners>div img {
	display: block;
	margin: 0 auto
}
.banners-effect-1 .row-no-padding a>img, .banners-effect-1 .banners>div img {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.banners-effect-1 .row-no-padding a>img:hover, .banners-effect-1 .banners>div img:hover {
	opacity: .8
}
.banners-effect-2 .row-no-padding a, .banners-effect-2 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-2 .row-no-padding a:before, .banners-effect-2 .banners>div a:before {
	background-color: rgba(255,255,255,0.2);
	display: block;
	width: 100%;
	height: 100%;
	left: -100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	content: "";
	z-index: 1
}
.banners-effect-2 .row-no-padding a:hover:before, .banners-effect-2 .banners>div a:hover:before {
	left: 0;
	opacity: 1
}
.banners-effect-3 .row-no-padding a, .banners-effect-3 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-3 .row-no-padding a:before, .banners-effect-3 .banners>div a:before {
	border: 50px solid transparent;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	content: "";
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100px;
	height: 100px;
	-webkit-transform: scale(7);
	-ms-transform: scale(7);
	-o-transform: scale(7);
	transform: scale(7);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	visibility: visible;
	z-index: 1
}
.banners-effect-3 .row-no-padding a:hover:before, .banners-effect-3 .banners>div a:hover:before {
	border: 0 solid rgba(0,0,0,0.7);
	opacity: 0;
	filter: alpha(opacity=0)
}
.banners-effect-4 .row-no-padding a, .banners-effect-4 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-4 .row-no-padding a:before, .banners-effect-4 .banners>div a:before {
	border-bottom: 50px solid rgba(255,255,255,0.4);
	border-top: 50px solid rgba(255,255,255,0.4);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, transform .35s ease 0s;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	transform-origin: 50% 50% 0;
	width: 100%
}
.banners-effect-4 .row-no-padding a:hover:before, .banners-effect-4 .banners>div a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
	-ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
}
.banners-effect-5 .row-no-padding a, .banners-effect-5 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-5 .row-no-padding a:before, .banners-effect-5 .banners>div a:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
	-o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
	transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
	z-index: 1;
	border: 200px double transparent;
	opacity: 1;
	filter: alpha(opacity=100)
}
.banners-effect-5 .row-no-padding a:hover:before, .banners-effect-5 .banners>div a:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
	border: 0 double rgba(255,255,255,0.7);
	visibility: hidden
}
.banners-effect-6 .row-no-padding a, .banners-effect-6 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000
}
.banners-effect-6 .row-no-padding a img, .banners-effect-6 .banners>div a img {
	backface-visibility: hidden;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
	-o-transition: opacity 1s ease 0s, transform 1s ease 0s;
	transition: opacity 1s ease 0s, transform 1s ease 0s
}
.banners-effect-6 .row-no-padding a:hover img, .banners-effect-6 .banners>div a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	transform: scale3d(1.1, 1.1, 1)
}
.banners-effect-7 .row-no-padding a, .banners-effect-7 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-7 .row-no-padding a:before, .banners-effect-7 .banners>div a:before {
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 0;
	top: 0;
	left: 50%;
	content: "";
	transition: all .3s ease-in-out 0s
}
.banners-effect-7 .row-no-padding a:hover:before, .banners-effect-7 .banners>div a:hover:before {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%
}
.banners-effect-8 .row-no-padding a, .banners-effect-8 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000
}
.banners-effect-8 .row-no-padding a:before, .banners-effect-8 .banners>div a:before, .banners-effect-8 .row-no-padding a:after, .banners-effect-8 .banners>div a:after {
	bottom: 20px;
	content: "";
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
	-o-transition: opacity .35s ease 0s, transform .35s ease 0s;
	transition: opacity .35s ease 0s, transform .35s ease 0s;
	z-index: 1
}
.banners-effect-8 .row-no-padding a:before, .banners-effect-8 .banners>div a:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1)
}
.banners-effect-8 .row-no-padding a:after, .banners-effect-8 .banners>div a:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0)
}
.banners-effect-8 .row-no-padding img, .banners-effect-8 .banners>div img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .35s ease 0;
	-o-transition: opacity .35s ease 0;
	transition: opacity .35s ease 0
}
.banners-effect-8 .row-no-padding a:hover:before, .banners-effect-8 .banners>div a:hover:before, .banners-effect-8 .row-no-padding a:hover:after, .banners-effect-8 .banners>div a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.banners-effect-8 .row-no-padding a:hover img, .banners-effect-8 .banners>div a:hover img {
	opacity: .5;
	filter: alpha(opacity=50)
}
.banners-effect-9 .row-no-padding a, .banners-effect-9 .banners>div a {
	display: block;
	position: relative;
	z-index: 10
}
.banners-effect-9 .row-no-padding a:before, .banners-effect-9 .banners>div a:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	box-shadow: 0 3px 30px rgba(0,0,0,0.2);
	opacity: 0
}
.banners-effect-9 .row-no-padding a:hover:before, .banners-effect-9 .banners>div a:hover:before {
	opacity: 1
}
.banners-effect-9 .row-no-padding a img, .banners-effect-9 .banners>div a img {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0)
}
.banners-effect-9 .row-no-padding a:hover img, .banners-effect-9 .banners>div a:hover img {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
	transform: perspective(1000px) translate3d(0, 0, 21px)
}
.banners-effect-10 .row-no-padding a, .banners-effect-10 .banners>div a {
	display: block;
	position: relative;
	overflow: hidden
}
.banners-effect-10 .row-no-padding a:before, .banners-effect-10 .banners>div a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform .35s;
	transition: opacity 0.35s, transform .35s
}
.banners-effect-10 .row-no-padding a:hover:before, .banners-effect-10 .banners>div a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.social_widget {
	width: 308px;
	position: fixed;
	left: -308px;
	top: 150px;
	z-index: 999;
	-webkit-transition: all 0.8s cubic-bezier(0.6, 0, 0.4, 0.9);
	-o-transition: all 0.8s cubic-bezier(0.6, 0, 0.4, 0.9);
	transition: all 0.8s cubic-bezier(0.6, 0, 0.4, 0.9)
}
.social_widget.right {
	right: -308px;
	left: auto
}
.social_widget.twitter {
	z-index: 998
}
.social_widget.instagram {
	z-index: 997
}
.social_widget:not(.totop):hover {
	left: 0
}
.social_widget.right:not(.totop):hover {
	right: 0;
	left: auto
}
.social_widget .icon {
	height: 50px;
	width: 50px;
	right: -50px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	text-align: center;
	font-size: 18px;
	color: #fff
}
.social_widget.right .icon {
	left: -50px;
	right: auto
}
.social_widget.facebook .icon {
	background-color: #4b6baf
}
.social_widget.twitter .icon {
	background-color: #36a7e5
}
.social_widget.instagram .icon {
	background-color: #9D7144
}
.social_widget.totop .icon {
	background-color: #d9121f
}
.social_widget .icon i {
	line-height: 50px;
	display: block
}
.social_widget .content {
	background-color: #FFF;
	border: 4px solid;
	position: relative;
	z-index: 999
}
.social_widget.facebook .content {
	border-color: #4b6baf
}
.social_widget.twitter .content {
	border-color: #36a7e5
}
.social_widget.instagram .content {
	border-color: #9D7144
}
.social_widget.facebook+.social_widget.twitter, .social_widget.facebook+.social_widget.instagram, .social_widget.twitter+.social_widget.instagram, .social_widget.facebook+.social_widget.totop, .social_widget.twitter+.social_widget.totop, .social_widget.instagram+.social_widget.totop {
	top: 210px
}
.social_widget.facebook+.social_widget.twitter+.social_widget.instagram, .social_widget.facebook+.social_widget.twitter+.social_widget.totop, .social_widget.facebook+.social_widget.instagram+.social_widget.totop, .social_widget.twitter+.social_widget.instagram+.social_widget.totop {
	top: 270px
}
.social_widget.facebook+.social_widget.twitter+.social_widget.instagram+.social_widget.totop {
	top: 330px
}
.social_widget.instagram .g_thumbs {
	font-size: 0
}
.social_widget.instagram .g_thumbs a {
	display: inline-block;
	width: 25%
}
.social_widget.totop {
	z-index: 996
}
.social_widget.totop .icon {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.social_widget.totop .icon.on {
	opacity: 1;
	visibility: visible
}
#someone-liked {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	bottom: 20px;
	display: none;
	left: 20px;
	padding: 0;
	position: fixed;
	text-align: left;
	width: auto;
	z-index: 99999;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
	margin-right: 20px
}
#someone-liked img {
	float: left;
	max-height: 80px;
	width: auto
}
#someone-liked p {
	float: left;
	margin: 0 0 0 13px;
	width: auto;
	padding: 12px 12px 0 0;
	line-height: 20px
}
#someone-liked .price {
	padding-top: 5px;
	display: block;
	color: #d9121f;
	font-weight: 600
}
.cookie .standard-body:before {
	display: none !important
}
.cookie {
	display: none;
	position: fixed;
	padding: 15px 0 0;
	z-index: 999;
	width: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 -2px 2px 0 rgba(50,50,50,0.2);
	-moz-box-shadow: 0 -2px 2px 0 rgba(50,50,50,0.2);
	box-shadow: 0 -2px 2px 0 rgba(50,50,50,0.2)
}
.cookie.top {
	top: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(50,50,50,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(50,50,50,0.2);
	box-shadow: 0 2px 2px 0 rgba(50,50,50,0.2)
}
.cookie.bottom {
	bottom: 0
}
.cookie .content {
	float: left;
	padding: 1px 0 14px
}
.cookie .content p {
	margin: 0;
	padding: 0
}
.cookie .operations {
	float: right;
	width: 400px;
	text-align: right;
	padding-bottom: 14px
}
.cookie .operations .dont-show-label {
	display: inline-block
}
.cookie .operations .dont-show-label label>span {
	position: relative;
	top: 1px;
	padding-left: 4px
}
.cookie .operations .dont-show-label label {
	cursor: pointer
}
.cookie .operations .button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 0 30px
}
#map_container {
	position: relative
}
#contact_map {
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: -40px;
	height: 400px
}
#contact_map .gmnoprint {
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
#contact_map:hover .gmnoprint {
	opacity: 1;
	visibility: visible
}
#map_container .map_info {
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0
}
#map_container .map_content {
	background: #fff;
	padding: 30px
}
#map_container .about-us h6 {
	padding: 0;
	margin: 0;
	font-size: 15px
}
#map_container .about-us img+h6 {
	padding-top: 30px
}
#map_container .about-us ul {
	padding: 20px 0 0;
	margin: 0;
	line-height: 23px;
	list-style: none;
	clear: both
}
#map_container .social-icons {
	list-style: none;
	padding: 26px 0 0;
	margin: 0
}
#map_container .social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0 18px 0 0;
	font-size: 24px
}
#map_container .social-icons a {
	line-height: 30px;
	opacity: .5
}
#map_container .social-icons a:hover {
	opacity: 1
}
.faq-area {
	margin-bottom: 21px
}
.faq-area .faq-section {
	margin-bottom: -1px
}
.faq-area .faq-section .section-title {
	text-align: center;
	padding-top: 45px
}
.module-faq.body-white .standard-body .full-width .center-column.content-with-background .faq-area .faq-section:first-child .section-title {
	padding-top: 0
}
.faq-area .faq-section .panel-faq {
	margin-bottom: 0 !important
}
.faq-area .faq-section .panel-faq .panel-heading .panel-title {
	position: relative
}
.faq-area .faq-section .panel-faq .panel-heading .panel-title>a:after {
	content: "\f068";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px
}
.faq-area .faq-section .panel-faq .panel-heading .panel-title>a.collapsed:after {
	content: "\f067"
}
.faq-area .faq-section .panel-faq .panel-body p {
	padding: 0;
	margin: 0
}
.faq-area .faq-section .panel-faq .panel-body>* {
	padding-top: 5px
}
body.module-faq .center-column>:first-child {
	margin-top: -1px
}
.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
	margin-top: 0 !important
}
.body-white-type-2.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.body-type-12.border-width-1.module-faq .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px
}
.module-faq .standard-body .full-width .center-column.content-with-background {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important
}
.module-faq .standard-body .full-width .center-column.content-with-background .faq-area {
	margin-bottom: 0
}
.module-faq .standard-body .full-width .center-column .faq-section:first-child .panel:first-child .panel-heading {
	border-top: none
}
.module-faq .standard-body .full-width .center-column .faq-section:last-child .panel:last-child {
	border-bottom: none
}
.body-white.module-faq .standard-body .full-width .center-column .faq-section:last-child .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}
.center-column .panel {
	position: relative;
	margin: 0 0 20px
}
.main-fixed .center-column .panel {
	margin: 0
}
.main-fixed .col-md-12 .col-md-12.center-column .panel {
	margin-left: -45px;
	margin-right: -45px
}
.center-column .panel:last-child {
	margin-bottom: 20px !important
}
.standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0 -40px
}
.body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
	margin: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0 -4000px
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
	margin-bottom: 20px
}
.standard-body .full-width .center-column .panel:last-child {
	margin-bottom: 20px
}
.standard-body .fixed .center-column .panel {
	margin: 0 -40px
}
.standard-body .fixed .center-column .panel:last-child {
	margin-bottom: 20px
}
.center-column .panel-heading {
	border: 1px solid #e5e5e5;
	padding: 18px 30px 14px
}
.main-fixed .center-column .panel-heading, .standard-body .full-width .center-column .panel-heading, .standard-body .fixed .center-column .panel-heading, .standard-body .fixed2 .center-column .panel-heading {
	border: none;
	border-top: 1px solid #e5e5e5;
	padding: 18px 45px 14px
}
.body-white .standard-body .full-width .center-column .panel-heading, .standard-body .fixed2 .center-column .panel-heading {
	padding-left: 0;
	padding-right: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
	padding-left: 4000px;
	padding-right: 4000px
}
.standard-body .full-width .center-column .panel-heading, .standard-body .fixed .center-column .panel-heading {
	padding-left: 40px;
	padding-right: 40px
}
.main-fixed .center-column .panel:last-child, .standard-body .full-width .center-column .panel:last-child, .standard-body .fixed .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}
.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: none
}
.body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}
.checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
	border-top: none
}
.center-column .panel-heading h4 {
	padding: 0;
	margin: 0;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase
}
.center-column .panel-body {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 30px 45px 35px;
	position: relative
}
.standard-body .full-width .center-column .panel-body, .standard-body .fixed .center-column .panel-body {
	padding-left: 40px;
	padding-right: 40px
}
.body-white .standard-body .full-width .center-column .panel-body, .standard-body .fixed2 .center-column .panel-body {
	padding-left: 0;
	padding-right: 0
}
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
	padding-left: 4000px;
	padding-right: 4000px
}
.center-column .panel-body .buttons {
	margin: 0
}
.barber-footer-padding-left .container>div {
	padding-left: 33% !important
}
.barber-footer {
	padding-top: 20px;
	padding-bottom: 38px
}
.barber-footer .footer-logo {
	padding-top: 30px;
	padding-bottom: 6px
}
.barber-footer .contact {
	padding: 21px 0 0
}
.barber-footer .contact .left {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	font-size: 13px;
	line-height: 11px;
	color: #a5968c;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 0 0
}
.barber-footer ul.social-icons {
	padding: 25px 0 20px 44px;
	margin: 0;
	list-style: none
}
.barber-footer ul.social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 7px 0 0
}
.barber-footer ul.social-icons li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #2e221b;
	color: #3d3733;
	text-align: center;
	font-size: 18px;
	padding: 10px 0 0
}
.barber-footer ul.social-icons li a:hover {
	color: #fff;
	background: #2e221b
}
.barber-footer .contact .right {
	display: inline-block;
	vertical-align: top
}
.barber-footer .contact h3 {
	line-height: 1.2;
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-transform: none
}
.barber-footer .button {
	margin: 37px 0 0 42px
}
.ui-helper-hidden {
	display: none
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}
.ui-helper-clearfix:after {
	clear: both
}
.ui-helper-clearfix {
	min-height: 0
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.ui-front {
	z-index: 100
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999
}
.autocomplete-results {
	position: relative
}
.ui-autocomplete {
	background: #fff !important;
	border: none !important;
	padding: 0 !important;
	margin-top: 14px !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	min-width: 300px !important;
	text-align: left;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: 0 0 25px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15) !important;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15) !important
}
.dropdown-menu-type-2 .ui-autocomplete {
	border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important
}
.dropdown-menu-type-3 .ui-autocomplete {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important
}
.dropdown-menu-type-4 .ui-autocomplete {
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important
}
.dropdown-menu-type-5 .ui-autocomplete {
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important
}
.ui-autocomplete:after {
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: ''
}
.container-megamenu .ui-autocomplete {
	left: auto !important
}
.container-megamenu .ui-autocomplete:before {
	left: auto;
	right: 18px
}
.container-megamenu .ui-autocomplete:after {
	left: auto;
	right: 19px
}
.ui-autocomplete li {
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	border: none !important;
	background-position: top left !important;
	background-repeat: repeat-x !important;
	list-style: none !important
}
.ui-autocomplete li:first-child {
	background: none !important
}
.ui-autocomplete li a {
	display: block;
	padding: 13px 20px 10px !important;
	margin: 0 !important;
	cursor: pointer !important;
	border: none !important;
	background: none !important;
	overflow: hidden;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.6 !important
}
.ui-autocomplete li a.ui-state-focus {
	color: #d9121f !important
}
.ui-autocomplete li a:hover {
	color: #d9121f !important
}
.ui-autocomplete li a span.thumbnail {
	width: 30%;
	display: inline-block;
	border: none;
	float: left
}
.ui-autocomplete li a span.thumbnail img {
	max-height: 40px
}
.ui-autocomplete li a span.title {
	width: 70%;
	display: inline-block;
	float: left;
	line-height: 40px
}
.ui-autocomplete-loading {
	background-repeat: no-repeat !important;
	background-position: center !important
}
.body-white-type-3 .standard-body .full-width .product-filter {
	padding-left: 25px;
	padding-right: 25px
}
.body-white-type-3 .standard-body .full-width .product-grid, .body-white-type-3 .standard-body .full-width .product-list {
	padding: 0 15px
}
.fashion2-footer-info {
	padding: 22px 0 4px
}
.fashion2-footer-info .logo {
	padding: 20px 0 0
}
.fashion2-footer-info .contact {
	list-style: none;
	padding: 21px 0 0;
	margin: 0;
	color: #fff;
	font-size: 15px
}
.fashion2-footer-info .contact li {
	display: inline-block;
	padding: 0 23px
}
.fashion2-footer-info .contact li i {
	color: #a49583;
	margin-right: 13px
}
.footer-button {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #333 !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background-color: #fff;
	outline: none
}
.button-body-type-11 .footer-button {
	padding: 13px 30px 7px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.button-body-type-4 .footer-button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 11px !important;
	padding: 7px 40px 6px
}
.button-body-type-2 .footer-button {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.button-body-type-12 .footer-button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px 37px 5px
}
.button-body-type-13 .footer-button {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 8px 37px 5px
}
.button-body-type-5 .footer-button {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.button-body-type-6 .footer-button {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-left: 20px;
	padding-right: 20px
}
.button-body-type-7 .footer-button {
	padding: 5px 20px 4px;
	font-size: 10px !important
}
.footer-button:hover {
	color: #fff !important;
	background-color: #d9121f
}
.button-type-2 {
	padding: 8px 30px 5px;
	margin-top: 18px
}
.fashion3-footer .logo {
	padding: 32px 0 0
}
.fashion3-footer .contact {
	margin: 0 auto;
	max-width: 780px;
	text-align: left;
	line-height: 1;
	padding: 14px 0 0
}
.fashion3-footer .contact p {
	padding: 40px 0 6px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}
.fashion3-footer .contact h3 {
	font-size: 50px;
	line-height: 40px;
	padding: 0;
	margin: 0
}
.fashion3-footer ul.social-icons {
	padding: 14px 0 0;
	margin: 0;
	list-style: none
}
.fashion3-footer ul.social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 3px 0 4px
}
.fashion3-footer ul.social-icons li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #d2c9c3;
	color: #c2c2c2;
	text-align: center;
	font-size: 18px;
	padding: 11px 0 0
}
.fashion3-footer ul.social-icons li a:hover {
	color: #fff;
	background: #a38d82;
	border: 1px solid #a38d82
}
.fashion3-footer ul.links {
	list-style: none;
	padding: 96px 0 0;
	margin: 0
}
.fashion3-footer ul.links li {
	display: inline-block;
	padding: 0 8px
}
.fashion3-footer ul.links li a {
	line-height: 1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}
.fashion3-footer .copyright2 {
	max-width: 750px;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 7px 0 0
}
.flowers-parallax {
	padding: 135px 0 119px
}
.flowers-parallax .first-heading {
	font-size: 40px;
	line-height: 45px;
	color: #ce3854;
	font-weight: 300
}
.flowers-parallax .second-heading {
	font-size: 40px;
	line-height: 45px;
	color: #000;
	font-weight: 700
}
.flowers-parallax .button {
	margin: 19px 0 0;
	font-size: 12px !important;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.furniture-contact .logo {
	padding: 70px 0 0
}
.furniture-contact .row {
	padding-bottom: 17px
}
.furniture-contact .row>div {
	padding-top: 48px
}
.furniture-contact .row img {
	display: block;
	margin: 0 auto
}
.furniture-contact .row p {
	font-size: 25px;
	line-height: 23px;
	padding: 27px 0 3px;
	margin: 0;
	font-weight: 700
}
.furniture-contact .row span {
	font-size: 16px;
	line-height: 23px;
	font-weight: 700
}
.furniture-contact .row .button {
	margin-top: 30px;
	margin-bottom: 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 45px;
	padding-top: 14px
}
.lingerie-contact {
	padding: 9px 0 8px
}
.lingerie-contact h6 {
	color: #ef5f96;
	font-size: 30px;
	line-height: 15px
}
.lingerie-contact p {
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase
}
.box-type-16 #main .product-filter {
	padding: 0 20px !important;
	background: #fbf9f3 !important;
	border: 1px solid #e1e0da;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 20px;
	overflow: hidden
}
.box-type-16 #main .product-filter>div {
	margin: -8px 0
}
.box-type-16 #mfilter-content-container .product-grid {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.box-type-16 #mfilter-content-container .product-grid>div {
	margin: -1px
}
.box-type-16 #mfilter-content-container .product-grid:before, .box-type-16 #mfilter-content-container .product-grid:after {
	display: none
}
.box-type-16 .product-grid .product:hover:before {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.box-type-16 #main .product-list {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 14px;
	background-image: none
}
.box-type-16 .product-list>div:before {
	left: -2px;
	right: -2px
}
.box-type-16 .product-list>div:last-child:before {
	display: none
}
.box-type-16 .product-list>div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.box-type-16 .col-sm-3 .box-no-advanced.box .box-content, .box-type-16 .col-sm-4 .box-no-advanced.box .box-content, .box-type-16 .col-md-3 .box-no-advanced.box .box-content, .box-type-16 .col-md-4 .box-no-advanced.box .box-content, .box-type-16 #top .my-account, .box-type-16.cart-block-type-8 #top #cart_block .cart-heading, .box-type-16.cart-block-type-8 #top #cart_block .cart-heading .cart-count, .box-type-16 textarea, .box-type-16 input[type="text"], .box-type-16 input[type="password"], .box-type-16 input[type="datetime"], .box-type-16 input[type="datetime-local"], .box-type-16 input[type="date"], .box-type-16 input[type="month"], .box-type-16 input[type="time"], .box-type-16 input[type="week"], .box-type-16 input[type="number"], .box-type-16 input[type="email"], .box-type-16 input[type="url"], .box-type-16 input[type="search"], .box-type-16 input[type="tel"], .box-type-16 input[type="color"], .box-type-16 .uneditable-input, .box-type-16 select, .box-type-16 .product-info .thumbnails li img, .box-type-16 .product-info .thumbnails-carousel img, .box-type-16 .product-info .product-image, .box-type-16 .product-info .cart, .box-type-16 .popup, .box-type-16 .header-type-13 .search_form, .box-type-16 .header-type-13 .button-search, .box-type-16 .product-info .cart .add-to-cart input {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.box-type-16 .vertical .megamenuToogle-wrapper {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0
}
.box-type-16 #main .vertical .megamenu-wrapper {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px
}
.box-type-16.cart-block-type-8 #top #cart_block .cart-heading p {
	border-left-color: #d9d9d9;
	height: 45px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 13px;
	padding-bottom: 1px
}
.stationery2-parallax2 {
	text-align: center;
	color: #fff;
	padding: 80px 0 65px
}
.stationery2-parallax2 .first-heading {
	font-family: 'Shadows Into Light', cursive;
	font-size: 45px;
	line-height: 1
}
.stationery2-parallax2 .second-heading {
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 0 14px
}
.stationery2-parallax {
	text-align: center;
	color: #fff;
	padding: 119px 0 106px
}
.stationery2-parallax .first-heading {
	font-family: 'Shadows Into Light', cursive;
	font-size: 45px;
	line-height: 1
}
.stationery2-parallax .second-heading {
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 0 14px
}
.categories-wall>div:first-child:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 1
}
.categories-wall>div:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 1
}
.categories-wall.type-2>div:first-child:after, .categories-wall.type-2>div:first-child:before {
	display: none
}
.categories-wall .category-wall {
	position: relative;
	margin: 0 -15px;
	text-align: center;
	padding: 0 0 40px
}
.categories-wall.type-2 .category-wall {
	margin: 30px 0 0;
	border: 1px solid #d9d9d9
}
.categories-wall .category-wall:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 1
}
.categories-wall .row>div:first-child .category-wall:before, .categories-wall.type-2 .category-wall:before {
	display: none
}
.categories-wall .category-wall .image {
	position: relative
}
#main .categories-wall.type-2 .category-wall .image {
	margin: 0 !important;
	padding: 0 !important
}
.categories-wall .row>div:first-child .category-wall .image {
	margin-left: -30px;
	padding-left: 30px
}
.standard-body .full-width .categories-wall .row>div:first-child .category-wall .image {
	padding-left: 0;
	margin-left: 15px
}
.standard-body .fixed .categories-wall .row>div:first-child .category-wall .image {
	padding-left: 25px;
	margin-left: -25px
}
.categories-wall .row>div:last-child .category-wall .image {
	margin-right: -30px;
	padding-right: 30px
}
.standard-body .full-width .categories-wall .row>div:last-child .category-wall .image {
	padding-right: 0;
	margin-right: 15px
}
.standard-body .fixed .categories-wall .row>div:last-child .category-wall .image {
	padding-right: 25px;
	margin-right: -25px
}
.categories-wall .category-wall .image img {
	display: block;
	margin: 0 auto
}
.categories-wall .category-wall h3 {
	display: inline-block;
	padding: 30px 0 7px;
	margin: 0 15px;
	font-size: 25px;
	border-bottom: 2px solid #d9121f
}
.categories-wall .category-wall ul {
	list-style: none;
	padding: 15px 15px 0;
	margin: 0;
	font-size: 14px;
	line-height: 25px
}
.categories-wall .category-wall ul li a {
	line-height: 25px
}
.categories-wall .category-wall .more-categories {
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8px 30px 5px;
	margin: 21px 15px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #d9121f;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.categories-wall .category-wall .more-categories:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.templateListCollections .categories-wall .category-wall {
	margin: 0;
	margin-bottom: 30px;
	border: 1px solid
}
.templateListCollections .categories-wall .category-wall:before {
	display: none
}
.templateListCollections .categories-wall>div:first-child:before, .templateListCollections .categories-wall>div:first-child:after {
	display: none
}
.banner-big-sale {
	position: relative;
	padding: 80px 0 100px 8.5%
}
.fixed-body-2-2 .banner-big-sale {
	padding-left: 12%
}
.banner-big-sale h3 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 25px
}
.banner-big-sale a.button {
	margin: 0
}
.banner-big-sale img {
	display: block
}
.product-item-no-border .product-grid .product:hover:before {
	background-color: transparent
}
.product-item-no-border .product-grid .product:before {
	border: none
}
.toys3-categories {
	background: #fff;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: none
}
.toys3-categories>div {
	float: left;
	width: 12.5%;
	padding: 0 0 0 1px;
	background-position: top left;
	background-repeat: repeat-y
}
.toys3-categories>div:first-child {
	background: none;
	padding: 0
}
.toys3-categories>div>a {
	display: block;
	height: 108px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 27px 30px 0
}
.toys3-parallax {
	padding: 118px 0 100px
}
.toys3-parallax .first-heading {
	font-size: 13px;
	font-weight: 700;
	line-height: 10px;
	color: #ffdb18;
	text-transform: uppercase
}
.toys3-parallax .second-heading {
	color: #fff;
	font-size: 50px;
	line-height: 45px;
	font-weight: 800;
	padding: 5px 0 17px
}
.furniture-collections {
	position: relative
}
.furniture-collections>div {
	height: 263px
}
.furniture-collections:last-child {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: -40px
}
.furniture-collections:before {
	content: '';
	top: -1px;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	position: absolute;
	height: 1px;
	background-position: top left;
	background-repeat: repeat-x
}
.furniture-collections:first-child:before {
	display: none
}
.furniture-collections>div:before {
	content: '';
	top: 0;
	bottom: 0;
	left: -1px;
	position: absolute;
	width: 1px;
	background-position: top left;
	background-repeat: repeat-y
}
.furniture-collections>div:first-child:before {
	display: none
}
.furniture-collections>div a {
	display: block;
	height: 263px;
	font-size: 17px;
	line-height: 20px;
	color: #201c1d;
	font-weight: 700;
	padding: 50px 45px 0;
	position: relative;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.furniture-collections>div a:after {
	content: "\f054";
	display: block;
	margin-top: 14px;
	font: normal normal normal 11px/1 FontAwesome
}
.furniture-collections>div:hover a {
	padding-left: 55px
}
.home-instagram-widget-content {
	padding: 20px 0;
	text-align: center;
	background-color: #fff
}
.home-instagram-widget-content .btn {
	margin-top: 25px
}
.home-instagram-widget-content .title {
	text-align: center;
	margin-bottom: 35px;
	color: #000;
	font-size: 18px
}
.home-instagram-widget-content .title:after {
	display: none
}
.home-instagram-widget-content .title .caption {
	color: #000;
	text-transform: none;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 400
}
.home-instagram-widget-content .home-instafeed {
	margin: 0
}
.home-instagram-widget-content .home-instafeed .wrap {
	width: 12.5%;
	display: inline-block
}
.home-instagram-widget-content .home-instafeed a {
	border: none;
	text-align: center;
	position: relative;
	margin: 5px;
	display: block
}
.home-instagram-widget-content .home-instafeed .hover_border {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 6px;
	right: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset;
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset
}
.home-instagram-widget-content .home-instafeed .hover_border:hover {
	-webkit-box-shadow: 0 0 0 5px #D9121F inset;
	-moz-box-shadow: 0 0 0 5px #D9121F inset;
	box-shadow: 0 0 0 5px #D9121F inset
}
.tpro-wrapper {
	background-color: #000
}
.tpro {
	margin: 0 -15px;
	position: relative
}
.tpro>div {
	padding-left: 0;
	padding-right: 0
}
.tpro .background {
	display: inline-block;
	vertical-align: top;
	padding: 4px 15px;
	position: relative;
	z-index: 1;
	height: 40px
}
.tpro .background img {
	display: inline-block;
	vertical-align: top
}
.tpro .background p {
	vertical-align: top;
	display: inline-block;
	padding: 7px 0 0;
	margin: 0;
	font-size: 12px;
	color: #fff
}
.home-slider {
	overflow: hidden
}
.home-slider .slide-body {
	height: 500px
}
.home-slider .flex-direction-nav a {
	border-width: 1px;
	border-style: solid
}
.home-slider .slide-banner {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}
.home-slider .slide-img {
	visibility: hidden
}
.home-slider .slide-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1
}
.home-slider .slide-caption-wrapper {
	display: inline-block;
	padding: 30px 30px 5px
}
.home-slider .slide-sticker-wrapper {
	display: inline-block
}
.home-slider .caption.sub {
	display: inline-block
}
.home-slider .caption.header h2 {
	font-weight: 300
}
.home-slider .caption-content.real-caption {
	font-weight: 300
}
.home-slider .btn.btn-1 {
	font-size: 14px
}
.header-notice {
	background: #d9121f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: none
}
.header-notice a {
	color: #fff
}
.header-notice p {
	padding: 15px 0 17px;
	margin: 0
}
.header-notice a.close-notice {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	margin: 6px 10px;
	text-align: center;
	padding: 9px 0 0;
	color: #d9121f;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.header-notice a.close-notice:before {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.header-notice a.close-notice:hover {
	background: #333;
	color: #fff
}
.body-header-type-19 .home-slider {
	margin: 0px -20px 0px -20px
}
.header-type-25 #top .pattern>.container {
	padding-bottom: 18px;
	padding-top: 6px
}
.carparts-parallax {
	padding: 98px 0 99px
}
.carparts-parallax .heading {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #ffcd00;
	text-transform: uppercase
}
.carparts-parallax .heading2 {
	font-size: 45px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	padding: 5px 0 0
}
.carparts-parallax .heading3 {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: #2171c6
}
#main .carparts-button {
	margin: 30px 0 0;
	padding: 17px 30px 14px;
	font-size: 12px !important
}
.carparts-phone {
	display: inline-block !important;
	margin: 30px 45px 0 -301px;
	position: relative
}
.carparts-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 10px 0 0
}
.carparts-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	color: #adb0b7;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 4px 0 0;
	text-align: left
}
.carparts-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-size: 23px;
	color: #ffce00;
	font-weight: 600
}
.holidays-countries {
	padding-top: 9px
}
.holidays-countries .heading {
	padding: 40px 0 0;
	margin: 0 0 22px
}
.holidays-countries .heading a {
	display: inline-block;
	color: #f35622;
	border-bottom: 2px solid #f35622;
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	padding: 0 0 15px
}
.holidays-countries .heading a:hover {
	opacity: .75
}
.holidays-countries ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 27px
}
.architecture-individual-project {
	padding: 135px 0 131px
}
.architecture-individual-project h5 {
	color: #dab26d;
	font-size: 40px;
	line-height: 1;
	font-weight: 100;
	margin: 0;
	padding: 0 0 4px
}
.architecture-individual-project h6 {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	padding: 0 0 17px;
	margin: 0
}
.border-top {
	border-top: 1px solid #e5e5e5
}
.border-1px {
	border: 1px solid #e5e5e5
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5
}
.furniture-footer-padding-left {
	font-weight: 600
}
.furniture-footer-padding-left .container>div {
	padding-left: 42% !important
}
.architecture-categories {
	position: relative
}
.architecture-categories>div {
	position: static;
	padding-left: 35px;
	padding-top: 23px;
	padding-bottom: 25px
}
.architecture-categories>div:first-child {
	padding-left: 15px
}
.architecture-categories>div:before {
	width: 1px;
	top: 0;
	bottom: 0;
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	content: '';
	display: block;
	margin-left: -36px
}
.architecture-categories>div:first-child:before {
	display: none
}
.architecture-categories>div>a>img {
	display: inline-block;
	vertical-align: top
}
.architecture-categories>div>.heading {
	display: inline-block;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 11px
}
.architecture-categories>div>.heading a {
	font-weight: 600;
	font-size: 18px;
	color: #333;
	line-height: 1
}
.architecture-categories>div>.heading span {
	font-size: 13px;
	line-height: 1;
	display: block;
	font-weight: 500;
	color: #dab26d
}
.architecture-categories>div>.heading a:hover {
	color: #dab26d
}
.audio-testimonial {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 114px 0 95px 37%;
	padding: 0 0 0 69px
}
.audio-testimonial .description {
	font-family: 'Old Standard TT';
	font-style: italic;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	padding: 49px 0 15px
}
.audio-testimonial .author {
	font-size: 20px;
	font-weight: 700;
	color: #40cccc;
	padding: 0 0 43px
}
.audio-product {
	padding: 77px 0 0
}
.audio-product .countdown-special {
	text-align: center
}
.audio-product .countdown-special p {
	font-size: 13px;
	color: #676767;
	font-weight: 700;
	padding: 0;
	margin: 0
}
.audio-product .is-countdown {
	display: block !important;
	position: relative;
	margin: 10px auto 0;
	background: none;
	max-width: 242px;
	font-size: 10px;
	height: auto;
	left: 0;
	right: auto
}
.audio-product .is-countdown .countdown-section {
	padding: 12px 3px 11px 2px
}
.audio-product .is-countdown .countdown-section:before {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #131313;
	border: 1px solid #414141;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 2px;
	right: 3px;
	z-index: -100;
	color: #676767
}
.audio-product .is-countdown .countdown-section:after {
	display: none
}
.audio-product .is-countdown .countdown-amount {
	font-size: 14px;
	color: #fff;
	font-weight: 700
}
.audio-product .is-countdown .countdown-period {
	color: #676767;
	font-weight: 600;
	font-size: 10px
}
.audio-product .overflow-price-name {
	max-width: 823px;
	margin: 0 auto;
	padding-top: 39px;
	padding-bottom: 19px
}
.audio-product .overflow-price-name .price {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	height: 94px;
	border-right: 1px solid rgba(255,255,255,0.1);
	font-size: 30px;
	line-height: 1;
	color: #0d84ec;
	font-weight: 700;
	padding-top: 16px
}
.audio-product .overflow-price-name .price .price-old {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #e539e5;
	text-decoration: line-through;
	padding-top: 3px
}
.audio-product .overflow-price-name .name {
	display: table-cell;
	vertical-align: top;
	width: 452px;
	padding: 16px 40px 0
}
.audio-product .overflow-price-name .name a {
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	font-weight: 700
}
.audio-product .overflow-price-name .add-to-cart {
	display: table-cell;
	vertical-align: top;
	width: 171px;
	min-width: 171px;
	text-align: right;
	padding: 26px 0 0
}
.audio-product .overflow-price-name .add-to-cart .button-add-to-cart {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #0d84ec;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 38px 12px;
	margin: 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	background: #fff;
	outline: none
}
.audio-product .overflow-price-name .add-to-cart .button-add-to-cart:hover {
	background: #0d84ec;
	color: #fff
}
.audio-product .image {
	position: relative;
	margin: 0 0 -60px
}
.audio-product .image img {
	display: block;
	margin: 0 auto
}
.category-wall2 {
	background: #fff;
	margin-top: 60px;
	overflow: hidden
}
.category-wall2-megamenu {
	margin: -30px -45px -40px
}
.category-wall2 .row {
	position: relative
}
.category-wall2 .row:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	background-position: top left;
	background-repeat: repeat-x
}
.category-wall2 .row:first-child:before {
	display: none
}
.category-wall2 .row>div {
	position: static
}
.category-wall2 .row>div:before {
	width: 1px;
	top: 0;
	bottom: 0;
	content: '';
	display: block;
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute
}
.category-wall2 .row>div:first-child:before {
	display: none
}
.category-wall2 .row>div .category {
	padding: 21px 40px 19px
}
.category-wall2 .row>div img {
	display: block;
	float: left;
	width: auto
}
.category-wall2 .row>div a {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 18px
}
.shoes3-phone, .shoes3-phone2 {
	display: inline-block;
	vertical-align: top
}
.shoes3-phone {
	text-align: right;
	color: #117c97;
	font-size: 10px;
	line-height: 9px;
	font-weight: 600;
	padding: 2px 0 0 2px
}
.shoes3-phone2 {
	font-size: 20px;
	line-height: 20px;
	padding: 1px 0 0 9px
}
.box-type-18 .header-type-8 #top .search_form, .box-type-18 #top .my-account, .box-type-18.cart-block-type-4 #top #cart_block .cart-heading, .box-type-18 .product-grid .product:hover:before, .box-type-18 .col-sm-3 .box-no-advanced.box .box-content, .box-type-18 .col-sm-4 .box-no-advanced.box .box-content, .box-type-18 .col-md-3 .box-no-advanced.box .box-content, .box-type-18 .col-md-4 .box-no-advanced.box .box-content, .box-type-18 .product-list>div:hover, .box-type-18 .product-info .cart, .box-type-18 .product-info .thumbnails li img, .box-type-18 .product-info .thumbnails-carousel img, .box-type-18 .product-info .product-image, .box-type-18 textarea, .box-type-18 input[type="text"], .box-type-18 input[type="password"], .box-type-18 input[type="datetime"], .box-type-18 input[type="datetime-local"], .box-type-18 input[type="date"], .box-type-18 input[type="month"], .box-type-18 input[type="time"], .box-type-18 input[type="week"], .box-type-18 input[type="number"], .box-type-18 input[type="email"], .box-type-18 input[type="url"], .box-type-18 input[type="search"], .box-type-18 input[type="tel"], .box-type-18 input[type="color"], .box-type-18 .uneditable-input, .box-type-18 select, .box-type-18 .product-info .cart .add-to-cart input, .box-type-18 .popup, .box-type-18 .button-previous-next, .box-type-18 .product-info .thumbnails-carousel .owl-buttons .owl-prev, .box-type-18 .product-info .thumbnails-carousel .owl-buttons .owl-next, .box-type-18 ul.megamenu li .sub-menu .content {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.box-type-18 .box .box-heading {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0
}
.col-sm-3 .box-no-advanced.box-with-products.with-scroll, .col-sm-4 .box-no-advanced.box-with-products.with-scroll, .col-md-3 .box-no-advanced.box-with-products.with-scroll, .col-md-4 .box-no-advanced.box-with-products.with-scroll {
	margin-bottom: 17px
}
.col-sm-3 .box-no-advanced.box-with-products .clear, .col-sm-4 .box-no-advanced.box-with-products .clear, .col-md-3 .box-no-advanced.box-with-products .clear, .col-md-4 .box-no-advanced.box-with-products .clear {
	display: none
}
.col-sm-3 .box-no-advanced .product-grid>.row:before, .col-sm-4 .box-no-advanced .product-grid>.row:before, .col-md-3 .box-no-advanced .product-grid>.row:before, .col-md-4 .box-no-advanced .product-grid>.row:before {
	display: none
}
.col-sm-3 .box-no-advanced .products, .col-sm-4 .box-no-advanced .products, .col-md-3 .box-no-advanced .products, .col-md-4 .box-no-advanced .products {
	padding: 0 !important;
	margin-top: -2px !important;
	margin-bottom: -1px;
	overflow: hidden
}
.product-grid-type-8 .col-sm-3 .box-no-advanced .products, .product-grid-type-8 .col-sm-4 .box-no-advanced .products, .product-grid-type-8 .col-md-3 .box-no-advanced .products, .product-grid-type-8 .col-md-4 .box-no-advanced .products {
	padding-top: 28px !important
}
.col-sm-3 .box-no-advanced .item, .col-sm-4 .box-no-advanced .item, .col-md-3 .box-no-advanced .item, .col-md-4 .box-no-advanced .item {
	overflow: hidden
}
.col-sm-3 .box-no-advanced .products .product-grid, .col-sm-4 .box-no-advanced .products .product-grid, .col-md-3 .box-no-advanced .products .product-grid, .col-md-4 .box-no-advanced .products .product-grid {
	margin: -1px 0 0;
	padding: 0
}
.col-sm-3 .box-no-advanced.with-scroll .products .product-grid, .col-sm-4 .box-no-advanced.with-scroll .products .product-grid, .col-md-3 .box-no-advanced.with-scroll .products .product-grid, .col-md-4 .box-no-advanced.with-scroll .products .product-grid {
	margin: -1px 0 10px;
	padding: 0
}
.col-sm-3 .box-no-advanced .products .row>div, .col-sm-4 .box-no-advanced .products .row>div, .col-md-3 .box-no-advanced .products .row>div, .col-md-4 .box-no-advanced .products .row>div {
	width: 100%;
	margin: 0
}
.col-sm-3 .box-no-advanced .products .row>div .product, .col-sm-4 .box-no-advanced .products .row>div .product, .col-md-3 .box-no-advanced .products .row>div .product, .col-md-4 .box-no-advanced .products .row>div .product {
	margin: 0;
	padding: 28px;
	text-align: left;
	background-position: top left;
	background-repeat: repeat-x;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}
.product-grid-type-8 .col-sm-3 .box-no-advanced .products .row>div .product, .product-grid-type-8 .col-sm-4 .box-no-advanced .products .row>div .product, .product-grid-type-8 .col-md-3 .box-no-advanced .products .row>div .product, .product-grid-type-8 .col-md-4 .box-no-advanced .products .row>div .product {
	background: none;
	padding-top: 0
}
.col-sm-3 .box-no-advanced .products .row>div .product .sale, .col-sm-4 .box-no-advanced .products .row>div .product .sale, .col-md-3 .box-no-advanced .products .row>div .product .sale, .col-md-4 .box-no-advanced .products .row>div .product .sale, .col-sm-3 .box-no-advanced .products .row>div .product .new, .col-sm-4 .box-no-advanced .products .row>div .product .new, .col-md-3 .box-no-advanced .products .row>div .product .new, .col-md-4 .box-no-advanced .products .row>div .product .new {
	display: none
}
.col-sm-3 .box-no-advanced .products .row>div .product:before, .col-sm-4 .box-no-advanced .products .row>div .product:before, .col-md-3 .box-no-advanced .products .row>div .product:before, .col-md-4 .box-no-advanced .products .row>div .product:before {
	display: none
}
.col-sm-3 .box-no-advanced .products .row>div .product .left, .col-sm-4 .box-no-advanced .products .row>div .product .left, .col-md-3 .box-no-advanced .products .row>div .product .left, .col-md-4 .box-no-advanced .products .row>div .product .left {
	float: left;
	width: 34%
}
.col-sm-3 .box-no-advanced .products .row>div .product .right, .col-sm-4 .box-no-advanced .products .row>div .product .right, .col-md-3 .box-no-advanced .products .row>div .product .right, .col-md-4 .box-no-advanced .products .row>div .product .right {
	float: left;
	width: 57%;
	margin-left: 9%;
	padding-top: 0
}
.product-grid-type-8 .col-sm-3 .box-no-advanced .products .row>div .product .right, .product-grid-type-8 .col-sm-4 .box-no-advanced .products .row>div .product .right, .product-grid-type-8 .col-md-3 .box-no-advanced .products .row>div .product .right, .product-grid-type-8 .col-md-4 .box-no-advanced .products .row>div .product .right {
	padding-top: 8px
}
.col-sm-3 .box-no-advanced .products .row>div .product .right .name, .col-sm-4 .box-no-advanced .products .row>div .product .right .name, .col-md-3 .box-no-advanced .products .row>div .product .right .name, .col-md-4 .box-no-advanced .products .row>div .product .right .name {
	visibility: visible !important;
	opacity: 1 !important
}
.col-sm-3 .box-no-advanced .products .row>div .product .price, .col-sm-4 .box-no-advanced .products .row>div .product .price, .col-md-3 .box-no-advanced .products .row>div .product .price, .col-md-4 .box-no-advanced .products .row>div .product .price {
	padding-top: 7px;
	visibility: visible !important;
	opacity: 1 !important
}
.col-sm-3 .box-no-advanced .products .product .only-hover, .col-sm-4 .box-no-advanced .products .product .only-hover, .col-md-3 .box-no-advanced .products .product .only-hover, .col-md-4 .box-no-advanced .products .product .only-hover {
	display: none
}
.col-sm-3 .box-no-advanced .products .is-countdown, .col-sm-4 .box-no-advanced .products .is-countdown, .col-md-3 .box-no-advanced .products .is-countdown, .col-md-4 .box-no-advanced .products .is-countdown {
	display: none
}
.col-sm-3 .box-no-advanced .products .quickview, .col-sm-4 .box-no-advanced .products .quickview, .col-md-3 .box-no-advanced .products .quickview, .col-md-4 .box-no-advanced .products .quickview {
	display: none
}
.carparts2-columns {
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	margin: 30px 0 0;
	font-weight: 500
}
.carparts2-columns .row {
	margin: 0
}
.carparts2-columns .row>div {
	padding: 12px 37px 13px
}
.carparts2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e0e0e0;
	left: 0
}
.carparts2-columns .row>div:first-child:before {
	display: none
}
.carparts2-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.carparts2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.holidays-phone:first-child {
	margin-left: -70px
}
.holidays-phone {
	display: inline-block;
	vertical-align: top;
	padding: 35px 45px 7px 0
}
.holidays-phone img {
	display: inline-block;
	vertical-align: top
}
.holidays-phone .heading {
	display: inline-block;
	vertical-align: top;
	color: #019ad5;
	font-weight: 700;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 0 0 5px;
	text-align: left
}
.holidays-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 1px 0 0 5px;
	margin: 0;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	line-height: 1
}
.cameras-columns {
	border: 1px solid #e6e6e6;
	margin: 60px 0 10px;
	position: relative
}
.cameras-columns .row>div {
	position: static;
	padding-top: 33px;
	padding-bottom: 33px
}
.cameras-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
	margin-left: -15px
}
.cameras-columns .row>div:first-child:before {
	display: none
}
.cameras-columns img {
	display: inline-block;
	vertical-align: top;
	margin-left: 23px
}
.cameras-columns .row>div:first-child img {
	margin-left: 33px
}
.cameras-columns .right {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1;
	padding: 2px 0 0 8px
}
.cameras-columns h6 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 14px;
	color: #000
}
.cameras-columns p {
	padding: 0;
	margin: 0
}
.cleaning-columns {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 30px 0 0;
	font-weight: 500;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.cleaning-columns .row {
	margin: 0
}
.cleaning-columns .row>div {
	padding: 12px 37px 13px
}
.cleaning-columns.bigger .row>div {
	padding: 23px 37px 24px
}
.cleaning-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0,0,0,0.1);
	left: 0
}
.cleaning-columns .row>div:first-child:before {
	display: none
}
.cleaning-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.cleaning-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.box-type-13 .clear {
	display: none
}
.box-type-13 .box-heading {
	margin-bottom: 1px !important
}
.box-type-13 .box-with-categories .box-heading {
	margin-bottom: 0 !important
}
.box-type-13 .filter-product .filter-tabs {
	padding-bottom: 2px
}
.box-type-13 .htabs {
	padding-bottom: 1px
}
.box-type-13 .box-content, .box-type-13 .center-column .product-grid, .box-type-13 .standard-body .full-width .center-column.content-with-background:before, .box-type-13.body-other .standard-body .full-width .product-info:before {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.box-type-13 .standard-body .full-width .center-column.content-with-background:before, .box-type-13.body-other .standard-body .full-width .product-info:before {
	bottom: -2px
}
.box-type-13 .center-column .product-grid:before, .box-type-13 .center-column .product-grid:after {
	display: none
}
.box-type-13 .box-content.products>div {
	position: relative;
	margin: 0 0 -1px;
	overflow: hidden
}
.box-type-13 #main .box-content.products .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-13 #main .center-column .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-13 .product-grid .product:hover:before {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.box-type-13 .tab-content:before, .box-type-13 .tab-content:after {
	display: none
}
.box-type-13 .tab-content {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding-left: 35px !important;
	padding-right: 35px !important
}
.box-type-13 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.box-type-13 .tab-content>div>div {
	margin: -1px;
	overflow: hidden
}
.box-type-13 #main .tab-content .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-13 .col-sm-3 .box-no-advanced.box .box-content, .box-type-13 .col-sm-4 .box-no-advanced.box .box-content, .box-type-13 .col-md-3 .box-no-advanced.box .box-content, .box-type-13 .col-md-4 .box-no-advanced.box .box-content, .box-type-13 .product-info .cart, .box-type-13 .popup, .box-type-13 .product-info .thumbnails li img, .box-type-13 .product-info .thumbnails-carousel img, .box-type-13 .product-info .product-image {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.box-type-13 .product-info .product-image {
	padding: 1px
}
.box-type-13 .manufacturer-heading {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0
}
.box-type-13 .manufacturer-content {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px
}
.box-type-13 .col-sm-3 .box-no-advanced .box-heading, .box-type-13 .col-sm-4 .box-no-advanced .box-heading, .box-type-13 .col-md-3 .box-no-advanced .box-heading, .box-type-13 .col-md-4 .box-no-advanced .box-heading {
	padding-bottom: 8px
}
.box-type-13 .col-sm-3 .box-no-advanced .box-content, .box-type-13 .col-sm-4 .box-no-advanced .box-content, .box-type-13 .col-md-3 .box-no-advanced .box-content, .box-type-13 .col-md-4 .box-no-advanced .box-content {
	margin-top: 0 !important
}
.box-type-13 .box-with-categories .box-heading {
	padding-top: 25px !important;
	padding-bottom: 18px !important;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0
}
.box-type-13 .box-with-categories .box-content {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px
}
.box-type-13 #main .product-list {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 15px;
	background-image: none
}
.box-type-13 .product-list>div:before {
	left: -2px;
	right: -2px
}
.box-type-13 .product-list>div:last-child:before {
	display: none
}
.box-type-13 .product-list>div {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
.box-type-13 #main .product-filter {
	padding: 0 25px !important;
	background: #fff !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 20px;
	overflow: hidden
}
.box-type-13 #main .product-filter>div {
	margin: -8px 0
}
.templateProduct.box-type-13 #main .tab-content .product-grid {
	padding-left: 0;
	padding-right: 0
}
.cleaning-parallax {
	padding: 122px 0 148px
}
.cleaning-parallax:before {
	content: '';
	top: 0;
	left: -100%;
	right: -100%;
	height: 20px;
	position: absolute;
	background-position: top left;
	background-repeat: repeat-x
}
.cleaning-parallax:after {
	content: '';
	bottom: 0;
	left: -100%;
	right: -100%;
	height: 20px;
	position: absolute;
	background-position: bottom left;
	background-repeat: repeat-x
}
.cleaning-parallax .first-heading {
	font-family: Shadows Into Light;
	font-size: 45px;
	line-height: 1;
	color: #fff
}
.cleaning-parallax .second-heading {
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	color: #fff
}
.cleaning-parallax .button {
	margin: 26px 0 0;
	padding-left: 34px;
	padding-right: 34px;
	font-size: 12px !important
}
.cleaning-parallax2 {
	padding: 102px 0 88px
}
.cleaning-parallax2:before {
	content: '';
	top: 0;
	left: -100%;
	right: -100%;
	height: 20px;
	position: absolute;
	background-position: top left;
	background-repeat: repeat-x
}
.cleaning-parallax2:after {
	content: '';
	bottom: 0;
	left: -100%;
	right: -100%;
	height: 20px;
	position: absolute;
	background-position: bottom left;
	background-repeat: repeat-x
}
.cleaning-parallax2 .first-heading {
	font-family: Shadows Into Light;
	font-size: 45px;
	line-height: 1;
	color: #fff
}
.cleaning-parallax2 .second-heading {
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	color: #fff
}
.cleaning-parallax2 .button {
	margin: 7px 0 0;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 12px !important
}
.blog-tags .box-content {
	border-bottom: none !important
}
.tagcloud {
	line-height: 15px;
	position: relative;
	margin: -7px 0 -10px
}
.box-type-3 .tagcloud, .box-type-14 .tagcloud {
	padding: 7px 30px 25px
}
.tagcloud a {
	display: inline-block;
	background-color: #d9121f;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 7px 9px 0;
	padding: 1px 10px 0
}
.tagcloud a:hover, .tagcloud a.active {
	background-color: #333;
	color: #fff
}
.computer3-banners {
	border-bottom: 1px solid #dadada
}
.computer3-banners .container {
	padding: 0 !important
}
.computer3-banners img {
	display: block
}
.computer3-banners .text-right img {
	float: right
}
.computer3-banners .row>div {
	border-left: 1px solid #dadada
}
.computer3-banners .row>div:first-child {
	border: none
}
.computer4-parallax {
	padding: 142px 0 140px 57%
}
.computer4-parallax .heading {
	color: #fff;
	font-weight: 500;
	font-size: 50px;
	line-height: 45px
}
.computer4-parallax p {
	color: #333;
	font-weight: 500;
	font-size: 50px;
	line-height: 45px;
	padding: 1px 0 0;
	margin: 0
}
.computer4-parallax .button {
	margin: 22px 0 0
}
.toys2-columns {
	background: #f5f8fc;
	border: 1px solid #dfe6f0;
	margin: 30px 0 0;
	font-weight: 500;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.toys2-columns .row {
	margin: 0
}
.toys2-columns .row>div {
	padding: 12px 37px 13px
}
.toys2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #dcdfe2;
	left: 0
}
.toys2-columns .row>div:first-child:before {
	display: none
}
.toys2-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.toys2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.box-type-12 .clear {
	display: none
}
.box-type-12 .box-content.products, .box-type-12 .center-column .product-grid {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-12 .center-column .product-grid:before, .box-type-12 .center-column .product-grid:after {
	display: none
}
.box-type-12 .box-content.products>div {
	position: relative;
	margin: -1px;
	overflow: hidden
}
.box-type-12 #main .box-content.products .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-12 #main .center-column .product-grid {
	padding-left: 14px;
	padding-right: 14px
}
.box-type-12 .product-grid .product:hover:before {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-12 .tab-content:before, .box-type-12 .tab-content:after {
	display: none
}
.box-type-12 .tab-content {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 35px !important;
	padding-right: 35px !important
}
.box-type-12 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.box-type-12 .tab-content>div>div {
	margin: -1px;
	overflow: hidden
}
.box-type-12 #main .tab-content .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-12 .col-sm-3 .box-no-advanced.box .box-content, .box-type-12 .col-sm-4 .box-no-advanced.box .box-content, .box-type-12 .col-md-3 .box-no-advanced.box .box-content, .box-type-12 .col-md-4 .box-no-advanced.box .box-content, .box-type-12 .product-info .cart, .box-type-12 .popup, .box-type-12 .product-info .thumbnails li img, .box-type-12 .product-info .thumbnails-carousel img, .box-type-12 .product-info .product-image {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-12 .product-info .product-image {
	padding: 1px
}
.box-type-12 .manufacturer-heading {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0
}
.box-type-12 .manufacturer-content {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px
}
.box-type-12 .col-sm-3 .box-no-advanced .box-heading, .box-type-12 .col-sm-4 .box-no-advanced .box-heading, .box-type-12 .col-md-3 .box-no-advanced .box-heading, .box-type-12 .col-md-4 .box-no-advanced .box-heading {
	padding-bottom: 8px
}
.box-type-12 .col-sm-3 .box-no-advanced .box-content, .box-type-12 .col-sm-4 .box-no-advanced .box-content, .box-type-12 .col-md-3 .box-no-advanced .box-content, .box-type-12 .col-md-4 .box-no-advanced .box-content {
	margin-top: 0 !important
}
.box-type-12 .box-with-categories .box-heading {
	padding-top: 25px !important;
	padding-bottom: 18px !important;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0
}
.box-type-12 .box-with-categories .box-content {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px
}
.box-type-12 .cart-info table {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-bottom: 30px;
	background: #fff
}
.box-type-12 .cart-info table tr {
	background: none !important
}
.box-type-12 .cart-info table td:last-child {
	padding-right: 30px !important
}
.box-type-12 .cart-info table td:first-child {
	padding-left: 30px !important
}
.box-type-12 #accordion {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
	background: #fff
}
.box-type-12 #accordion .panel-heading {
	padding-left: 30px !important;
	padding-right: 30px !important;
	background: none !important;
	border-bottom: none !important
}
.box-type-12 #accordion .panel {
	margin-bottom: 0 !important;
	border: none !important
}
.box-type-12 #accordion .panel:first-child .panel-heading {
	border-top: none !important
}
.box-type-12 #accordion .panel .panel-body {
	padding-left: 30px !important;
	padding-right: 30px !important
}
.box-type-12 #main .product-list {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0 14px;
	background-image: none
}
.box-type-12 .product-list>div:before {
	left: -2px;
	right: -2px
}
.box-type-12 .product-list>div:last-child:before {
	display: none
}
.box-type-12 .product-list>div {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
.box-type-12 #main .product-filter {
	padding: 0 20px !important;
	background: #f5f8fd !important;
	border: 1px solid #dee7f0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 0 20px;
	overflow: hidden
}
.box-type-12 #main .product-filter>div {
	margin: -8px 0
}
.shoes3-columns {
	background: #fcfcfc;
	border: 1px solid #e2e2e2;
	margin: 30px 0 0;
	font-weight: 500
}
.shoes3-columns .row {
	margin: 0
}
.shoes3-columns .row>div {
	padding: 12px 37px 13px
}
.shoes3-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e2e2e2;
	left: 0
}
.shoes3-columns .row>div:first-child:before {
	display: none
}
.shoes3-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.shoes3-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.cosmetics-categories {
	background: #fff;
	width: 100%
}
.cosmetics-categories>div {
	float: left;
	width: 12.5%;
	padding: 0 0 0 1px;
	background-position: top left;
	background-repeat: repeat-y
}
.cosmetics-categories>div:first-child {
	background: none;
	padding: 0
}
.cosmetics-categories>div>a {
	display: block;
	height: 110px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	padding: 27px 30px 0
}
.standard-body .full-width .container.slider-overflow {
	padding: 0px
}
.cosmetics2-products .box {
	overflow: hidden
}
.cosmetics2-products .clear {
	display: none
}
#main .cosmetics2-products .box .box-content {
	padding-left: 15px;
	padding-right: 15px;
	background: #101010 !important
}
.cosmetics2-phone {
	display: inline-block !important;
	margin: 30px 37px 0 -261px;
	position: relative
}
.cosmetics2-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 1px 0 0
}
.cosmetics2-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 11px;
	color: #e8c22b;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 6px 0 0;
	text-align: left
}
.cosmetics2-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0;
	margin: 0;
	font-size: 27px;
	line-height: 1;
	color: #fff
}
.fashion2-parallax {
	padding: 133px 0 150px
}
.fashion2-parallax p {
	padding: 0;
	margin: 0;
	font-size: 100px;
	line-height: 1;
	color: #a49583;
	font-weight: 100
}
.fashion2-parallax .button {
	margin: 29px 0 0;
	height: 50px;
	padding: 16px 48px 0
}
.fashion3-columns>div {
	text-align: center;
	padding-top: 89px;
	padding-bottom: 114px
}
.fashion3-columns>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-position: top left;
	background-repeat: repeat-y
}
.fashion3-columns>div:first-child:before {
	display: none
}
.fashion3-columns h4 {
	font-size: 50px;
	line-height: 45px;
	margin: 0;
	padding: 15px 0 0
}
.fashion3-products>div {
	position: relative;
	margin-bottom: -1px;
	margin-top: -1px;
	overflow: hidden
}
.fashion3-products .clear {
	display: none
}
.fashion3-products .box .box-content.products {
	margin-top: 45px;
	margin-bottom: 25px
}
.fashion3-products-heading {
	top: 0;
	bottom: 0;
	right: 15px;
	position: absolute;
	width: 800px;
	height: 579px
}
.fashion3-products-heading.right {
	right: auto;
	left: 15px
}
div.testimonial {
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 0 26px
}
div.testimonial img[align=left] {
	margin-right: 30px;
	width: initial
}
div.testimonial img[align=right] {
	margin-left: 30px;
	width: initial
}
div.testimonial .author {
	line-height: 1.2;
	position: relative;
	margin-top: -3px
}
div.testimonial span {
	font-size: 16px
}
div.testimonial p {
	color: #d9121f
}
div.testimonial .description {
	font-size: 21px;
	line-height: 30px;
	font-weight: 200;
	padding: 4px 0 0
}
.flowers-columns {
	background: #fdfbf9;
	border: 1px solid #e5e5e5;
	margin: 60px 0 0;
	font-weight: 500
}
.flowers-columns .row {
	margin: 0
}
.flowers-columns .row>div {
	padding: 12px 37px 13px
}
.flowers-columns.bigger .row>div {
	padding: 23px 37px 24px
}
.flowers-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
	left: 0
}
.flowers-columns .row>div:first-child:before {
	display: none
}
.flowers-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.flowers-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.furniture-why-our-products {
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0 0 126px
}
.furniture-why-our-products .heading {
	font-size: 65px;
	line-height: 1;
	font-weight: 700;
	padding-top: 135px
}
.furniture-why-our-products .row {
	padding-bottom: 17px
}
.furniture-why-our-products .row>div {
	padding-top: 52px
}
.furniture-why-our-products .row img {
	display: block;
	margin: 0 auto
}
.furniture-why-our-products .row p {
	font-size: 25px;
	line-height: 23px;
	padding: 27px 0 3px;
	margin: 0;
	font-weight: 700
}
.furniture-why-our-products .row span {
	font-size: 16px;
	line-height: 23px;
	font-weight: 700
}
.furniture-customer-service {
	padding-left: 53%;
	padding-bottom: 211px;
	padding-top: 191px
}
.furniture-customer-service p {
	padding: 0;
	margin: 0;
	font-size: 65px;
	line-height: 55px;
	color: #fff;
	font-weight: 700
}
.furniture-customer-service .button {
	margin: 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 45px;
	padding-top: 14px;
	margin-top: 21px
}
.games-big-sale {
	background: #1a1a1a;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	padding: 73px 100px 70px 98px
}
.games-big-sale .image {
	position: absolute
}
.games-big-sale .image img {
	max-width: none;
	display: block
}
.games-big-sale .heading {
	font-size: 25px;
	font-weight: 500;
	color: gray;
	padding: 0 0 2px
}
#myCarouselRelated .owl-carousel, #myCarouselViewed .owl-carousel {
	margin: 0
}
.button-show-all-offers {
	display: inline-block;
	margin: 30px 0 0;
	background: #fff;
	width: 144px;
	vertical-align: top;
	font-size: 16px;
	color: #101f29;
	font-weight: 600;
	line-height: 18px;
	padding: 28px 30px 27px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.button-show-all-offers:hover {
	background: #101f29;
	color: #fff
}
.button-show-all-offers i {
	font-size: 9px
}
.jewelry2-banner-fullsize {
	padding: 86px 0 90px 5.4%
}
.jewelry2-banner-fullsize p {
	padding: 0 0 18px;
	margin: 0;
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	color: #c7b7a0
}
.jewelry2-banner-fullsize p span {
	color: #424378
}
.jewelry-banners img {
	display: block
}
.jewelry-banners .text-right img {
	float: right
}
.jewelry-banners>div:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px
}
.jewelry-banners>div:first-child:before {
	display: none
}
.lingerie-free-shipping {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
	color: gray;
	font-size: 11px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 30px 11px 0;
	position: relative
}
.lingerie-free-shipping img {
	display: inline-block;
	vertical-align: top;
	margin: 2px 17px 0 0
}
.lingerie-free-shipping:before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 100%;
	width: 10000px;
	height: 1px;
	background: rgba(255,255,255,0.1)
}
.lingerie-parallax {
	padding: 136px 0 155px 60%;
	max-height: 404px
}
.lingerie-parallax h3 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 40px;
	color: #ab6a57
}
.lingerie-parallax h4 {
	padding: 0 0 13px;
	margin: 0;
	line-height: 1;
	font-size: 40px
}
.lingerie-parallax a.button-lingerie-parallax {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding-left: 2px
}
.lingerie2-columns {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	margin: 30px 0 0;
	font-weight: 500
}
.lingerie2-columns.computer6-columns, .computer6-columns {
	background-image: none !important
}
.lingerie2-columns .row {
	margin: 0
}
.lingerie2-columns .row>div {
	padding: 12px 37px 13px
}
.lingerie2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e0e0e0;
	left: 0
}
.lingerie2-columns .row>div:first-child:before {
	display: none
}
.lingerie2-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.lingerie2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.lingerie2-parallax {
	padding: 83px 0 109px
}
.lingerie2-parallax h3 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 23px;
	color: #fff
}
.lingerie2-parallax h4 {
	padding: 0;
	margin: 0;
	line-height: 50px;
	font-size: 120px;
	color: #d04a69;
	font-weight: 700 !important
}
.lingerie2-parallax .button {
	margin: 65px 0 0
}
.market-products {
	border: 1px solid #e5e5e5
}
.market-products .box .box-content.products {
	margin-top: 0
}
.market-products .product-grid .product:before {
	top: 0
}
.market-products .box .clear {
	display: none
}
.market-products .row>div {
	position: static
}
.market-products .col-sm-9 {
	padding-left: 1px;
	margin-left: -15px;
	padding-right: 0;
	position: relative !important
}
.market-products .col-sm-9:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5
}
.market-products .col-sm-9 .box {
	padding: 0 14px
}
.market-products-categories .image {
	position: absolute;
	bottom: -1px;
	left: 0
}
.market-products-categories .image img {
	display: block
}
.market-products-categories>ul {
	list-style: none;
	padding: 34px 29px 22px;
	margin: 0
}
.market-products-categories>ul>li>a {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	border-bottom: 2px solid #d42f37;
	padding: 0 0 16px
}
.market-products-categories ul ul {
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
	line-height: 30px;
	font-weight: 500
}
.market-phone {
	display: inline-block !important;
	margin: 30px 45px 0 -301px;
	position: relative
}
.market-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 10px 0 0
}
.market-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 4px 0 0;
	text-align: left
}
.market-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font-size: 23px;
	color: #d42f37;
	font-weight: 600
}
.market-columns {
	background: #fafafa;
	border: 1px solid #d9d9d9;
	margin: 30px 0 0;
	font-weight: 500
}
.market-columns .row {
	margin: 0
}
.market-columns .row>div {
	padding: 14px 37px 17px
}
.market-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #d9d9d9;
	left: 0
}
.market-columns .row>div:first-child:before {
	display: none
}
.market-columns p {
	padding: 5px 0 0;
	margin: 0;
	line-height: 15px
}
.market-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.check-all-specialties {
	display: block;
	margin: 40px 0 0;
	background: #e6e6e6;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	padding: 10px 20px
}
.medic-phone {
	display: inline-block !important;
	margin: 30px;
	position: relative
}
.medic-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 1px 0 0
}
.medic-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 11px;
	color: #13ad9c;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 6px 0 0;
	text-align: left
}
.medic-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0;
	margin: 0;
	font-size: 27px;
	line-height: 1;
	color: #232323
}
.medic-products .box {
	overflow: hidden
}
.medic-products .clear:after {
	display: none
}
.medic-products .clear:before {
	left: 0 !important;
	right: 0 !important
}
.medic-products .box .box-content {
	padding-left: 15px;
	padding-right: 15px
}
.overflow-military-banners {
	position: relative;
	z-index: 22
}
.military-banners {
	position: absolute;
	bottom: 40px
}
.food-tips {
	padding: 124px 0 114px
}
.food-tips .first-heading {
	padding: 0 0 22px;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-weight: 300
}
.food-tips .first-heading strong {
	color: #191919;
	font-weight: 500
}
.food-tips .button {
	margin: 0
}
.shoes2-phone {
	display: inline-block !important;
	margin: 30px 45px 0 -301px;
	position: relative
}
.shoes2-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 2px 0 0
}
.shoes2-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 9px;
	color: #626262;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 5px 0 0;
	text-align: left
}
.shoes2-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0;
	margin: 0;
	font-size: 21px;
	color: #fff;
	font-weight: 600
}
.petshop2-columns {
	background: #fbf9f3;
	border: 1px solid #e1e0da;
	margin: 30px 0 0;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.petshop2-columns .row {
	margin: 0
}
.petshop2-columns .row>div {
	padding: 13px 37px 15px
}
.petshop2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e1e0da;
	left: 0
}
.petshop2-columns .row>div:first-child:before {
	display: none
}
.petshop2-columns p {
	padding: 9px 0 0;
	margin: 0;
	line-height: 15px
}
.petshop2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.shoes-parallax {
	padding: 200px 0 172px 24.2%
}
.shoes-parallax h3, .shoes-parallax h4 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 43px;
	font-weight: 300 !important;
	line-height: 1
}
.shoes-parallax h4 {
	font-size: 63px;
	font-weight: 400 !important;
	position: relative;
	margin-top: -7px
}
.shoes-parallax .button {
	margin: 5px 0 0
}
#main .button-white-shoes {
	background: #fff !important;
	color: #383735 !important;
	padding-left: 30px;
	padding-right: 30px
}
#main .button-white-shoes:hover {
	color: #fff !important;
	background: #383735 !important
}
.shoes2-parallax {
	padding: 119px 0 236px
}
.shoes2-parallax .first-heading {
	color: #1a191a;
	font-size: 40px;
	line-height: 1;
	font-weight: 300
}
.shoes2-parallax .second-heading {
	color: #f77b24;
	font-size: 40px;
	line-height: 1;
	font-weight: 500
}
.shoes2-parallax .button {
	margin: 22px 0 0;
	height: 45px;
	padding-top: 14px;
	font-size: 12px !important;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.shoes2-columns {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #fff 50%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #fff 50%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #fff 50%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 50%, #f2f2f2 100%);
	border: 1px solid #e5e5e5;
	margin: 30px 0 0;
	font-weight: 500
}
.shoes2-columns .row {
	margin: 0
}
.shoes2-columns .row>div {
	padding: 12px 37px
}
.shoes2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 87px;
	background-position: top left;
	background-repeat: no-repeat;
	left: -65px
}
.shoes2-columns .row>div:first-child:before {
	display: none
}
.shoes2-columns .row>div:last-child:before {
	background-position: top left;
	background-repeat: no-repeat
}
.shoes2-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.shoes2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.sport-products {
	padding-top: 0
}
.sport-products .box-heading-img {
	background-position: bottom left;
	background-repeat: repeat-x
}
.sport-products .box-heading-img img {
	display: block;
	margin: 0 auto
}
.sport-products.box .box-content.products {
	margin-top: 0
}
.sport-products .advanced-grid-products {
	padding: 10px 30px 30px
}
.sport-products .advanced-grid-products .product {
	padding: 20px 0 0
}
.sport-products .advanced-grid-products .product .image {
	max-width: 83px;
	width: 40%
}
.sport-products .advanced-grid-products .product .right {
	width: 60%;
	margin-left: 0;
	padding-left: 20px;
	padding-top: 19px
}
.stationery-back-to-school .box .box-content.products {
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.stationery-back-to-school .box .clear {
	display: none
}
.stationery-back-to-school .box .box-heading {
	color: #fff
}
.stationery-back-to-school>div {
	min-height: 670px
}
.back-to-school {
	padding: 100px 82px 7px 75px
}
.back-to-school .left {
	float: left;
	padding-top: 1px;
	padding-right: 30px
}
.back-to-school .line {
	background: rgba(255,255,255,0.2);
	height: 1px;
	overflow: hidden;
	margin-top: 87px
}
.back-to-school .left .first-heading {
	color: #f8721f;
	font-size: 40px;
	line-height: 1;
	padding-left: 2px;
	font-weight: 300
}
.back-to-school .left .second-heading {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding-top: 4px
}
.back-to-school .right {
	float: right;
	padding-left: 30px;
	padding-top: 63px
}
.stationery-phone {
	display: inline-block !important;
	margin: 30px 40px 0 -301px;
	position: relative
}
.stationery-phone img {
	display: inline-block;
	vertical-align: top;
	margin: 1px 0 0
}
.stationery-phone .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 1;
	color: #00abe0;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 3px 0 0;
	text-align: left
}
.stationery-phone p {
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0;
	margin: 0;
	font-size: 27px;
	line-height: 1.3;
	font-weight: 300
}
.stationery-categories {
	position: relative;
	z-index: 24
}
.stationery-categories .row {
	margin-top: -90px
}
.stationery-categories:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	background: #f6f6f6;
	height: 263px
}
.stationery-categories img {
	display: block;
	margin: 0 auto
}
.stationery-categories .row>div {
	padding-top: 30px
}
.stationery2-columns {
	background: #fff;
	margin: 30px 0 0
}
.stationery2-columns .row {
	margin: 0
}
.stationery2-columns .row>div {
	padding: 12px 37px 13px
}
.stationery2-columns .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
	left: 0
}
.stationery2-columns .row>div:first-child:before {
	display: none
}
.stationery2-columns p {
	padding: 10px 0 0;
	margin: 0;
	line-height: 15px
}
.stationery2-columns img {
	display: block;
	float: left;
	margin: 0 15px 0 0
}
.box-type-19 .clear {
	display: none
}
.box-type-19 .center-column .product-grid:before, .box-type-19 .center-column .product-grid:after {
	display: none
}
.box-type-19 .box-content.products>div {
	position: relative;
	margin: -1px;
	overflow: hidden
}
.box-type-19 #main .box-content.products .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-19 #main .center-column .product-grid {
	padding-left: 14px;
	padding-right: 14px
}
.box-type-19 .tab-content:before, .box-type-19 .tab-content:after {
	display: none
}
.box-type-19 .tab-content {
	padding-left: 35px !important;
	padding-right: 35px !important
}
.box-type-19 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.box-type-19 .tab-content>div>div {
	margin: -1px;
	overflow: hidden
}
.box-type-19 #main .tab-content .product-grid {
	padding-left: 15px;
	padding-right: 15px
}
.box-type-19 .col-sm-3 .box-no-advanced .box-heading, .box-type-19 .col-sm-4 .box-no-advanced .box-heading, .box-type-19 .col-md-3 .box-no-advanced .box-heading, .box-type-19 .col-md-4 .box-no-advanced .box-heading {
	padding-bottom: 8px
}
.box-type-19 .col-sm-3 .box-no-advanced .box-content, .box-type-19 .col-sm-4 .box-no-advanced .box-content, .box-type-19 .col-md-3 .box-no-advanced .box-content, .box-type-19 .col-md-4 .box-no-advanced .box-content {
	margin-top: 0 !important;
	border: none !important
}
.box-type-19 .box-with-categories .box-heading {
	padding-top: 25px !important;
	padding-bottom: 18px !important
}
.box-type-19 .cart-info table {
	background: #fff
}
.box-type-19 .cart-info table tr {
	background: none !important
}
.box-type-19 .cart-info table td:last-child {
	padding-right: 30px !important
}
.box-type-19 .cart-info table td:first-child {
	padding-left: 30px !important
}
.box-type-19 #main .product-list {
	padding: 0 14px;
	background-image: none
}
.box-type-19 .product-list>div:before {
	left: -2px;
	right: -2px
}
.box-type-19 .product-list>div:last-child:before {
	display: none
}
.box-type-19 #main .product-filter {
	padding: 0 20px !important;
	background: #fff !important;
	margin: 0 0 20px;
	overflow: hidden
}
.box-type-19 #main .product-filter>div {
	margin: -8px 0
}
.box-type-19 .today-deals-toys2-products .is-countdown {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-top: -37px
}
.tools2-looking {
	padding: 122px 0 110px
}
.tools2-looking .first-heading {
	padding: 0 0 22px;
	font-size: 40px;
	line-height: 1;
	color: #1a191a;
	font-weight: 300
}
.tools2-looking .first-heading strong {
	color: #0074de;
	font-weight: 500
}
.tools2-looking .button {
	margin: 0
}
.toys-heading {
	font-size: 30px;
	margin: 60px 0 0;
	color: #fff;
	font-weight: 400;
	padding: 39px 40px 37px 58px
}
.overflow-games-banners {
	position: relative;
	z-index: 22
}
.games-banners {
	position: absolute;
	bottom: 0
}
#main .tools2-button {
	margin: 0;
	font-size: 12px !important;
	padding: 14px 41px 12px !important;
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important
}
.bakery-steps>div {
	padding-top: 11px;
	padding-bottom: 11px;
	height: 141px
}
.bakery-steps>div.first:before {
	content: '';
	position: absolute;
	right: 70px;
	bottom: 26px;
	width: 42px;
	height: 11px;
	background-position: top left;
	background-repeat: no-repeat
}
.bakery-steps>div.second:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 32px;
	width: 42px;
	height: 12px;
	background-position: top left;
	background-repeat: no-repeat
}
.bakery-steps .circle {
	width: 105px;
	height: 119px;
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	font-family: Teko;
	font-weight: 300;
	color: #fff;
	padding: 38px 0 0 2px;
	margin: 0 24px 0 0
}
.bakery-steps .second .circle {
	margin-left: -36px
}
.bakery-steps .third .circle {
	margin-left: 12px
}
.bakery-steps p {
	font-family: Teko;
	color: #fff;
	font-size: 27px;
	line-height: 28px;
	font-family: 'Shadows Into Light', cursive;
	padding: 31px 0 0;
	margin: 0
}
.bakery-steps .second p {
	padding-top: 19px
}
.bakery-steps-title {
	font-size: 40px;
	line-height: 1;
	font-family: Teko;
	color: #fff;
	text-align: center;
	font-weight: 300;
	padding: 58px 0 0
}
.next-product .name .price {
	font-size: 14px;
	color: #d9121f;
	font-weight: 600;
	padding: 8px 0 0
}
.templateProduct .filter-product .product-grid .product-hover .name, .templateProduct .filter-product .product-grid .product-hover .price {
	visibility: visible !important;
	opacity: 1 !important
}
.computer6-banner {
	padding: 0 0 159px
}
.computer6-banner .title {
	color: #fff;
	font-size: 90px;
	line-height: 1;
	position: relative;
	margin-left: -4px;
	padding: 98px 0 0
}
.computer6-banner .price {
	color: #cb2d41;
	font-size: 30px;
	line-height: 1
}
.computer6-banner .price .price-old {
	font-size: 25px;
	font-weight: 300;
	color: #666;
	text-decoration: line-through
}
.computer6-banner .button {
	margin: 13px 0 0
}
.coffee-parallax {
	padding: 84px 0 85px
}
.coffee-parallax p {
	padding: 0 0 22px;
	margin: 0;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	position: relative;
	margin-top: -7px
}
.exclusive-parallax {
	padding: 106px 0 105px
}
.exclusive-parallax .heading {
	font-size: 40px;
	line-height: 1;
	padding: 0 0 17px
}
.exclusive-footer-columns {
	padding: 10px 0 19px
}
.exclusive-footer-columns .logo {
	padding-top: 32px
}
.exclusive-footer-columns .contact {
	padding-left: 10px;
	padding-right: 10px
}
.exclusive-footer-columns .contact>img {
	display: inline-block;
	vertical-align: top;
	margin: 29px 12px 0 0
}
.exclusive-footer-columns .contact .right {
	display: inline-block;
	vertical-align: top
}
.exclusive-footer-columns .contact .right .title {
	font-weight: 500 !important;
	font-size: 18px;
	line-height: 1;
	padding-top: 37px;
	margin: 0;
	border-bottom: 0;
	padding-bottom: 0
}
.exclusive-footer-columns .contact .right p {
	padding: 0;
	margin: 0
}
.exclusive-products-border-color .container>div>.row>div:last-child .box-heading {
	border-bottom-color: #fb0;
	color: #fb0
}
.exclusive-products-border-color .container>div>.row>div:last-child .product-grid .product:hover:before {
	border-color: #fb0 !important
}
.fixed-header-1 {
	position: fixed;
	top: -100px;
	display: none;
	z-index: 999;
	background: #fff;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden
}
.body-header-type-21 .fixed-header-1 {
	top: -130px
}
.body-header-type-21 .fixed-header {
	top: 0
}
.fixed-header {
	top: 0;
	opacity: 1;
	visibility: visible
}
.fixed-header-1 .top-bar {
	display: none !important
}
.fixed-header-1.header-type-3 #top .pattern>.container {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -10px
}
.fixed-header-1.header-type-3.header-type-10 #top .pattern>.container {
	margin-top: 0
}
.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper, .templateCollection.show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical .megamenu-wrapper {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	margin-top: 20px
}
.common-home.show-vertical-megamenu #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper, .templateCollection.show-vertical-megamenu-category-page #main .fixed-header-1 .megamenu-background .vertical:hover .megamenu-wrapper {
	visibility: visible;
	opacity: 1;
	margin-top: 0
}
.fixed-header-1.header-type-19 .megamenu-wrapper {
	visibility: hidden !important;
	opacity: 0 !important;
	margin-top: 20px !important;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.fixed-header-1.header-type-19 .container-megamenu:hover .megamenu-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	margin-top: 0 !important
}
.body-header-type-19.common-home .fixed-header-1 #slider .pattern {
	margin-top: 0
}
.fixed-header-1 #top {
	position: relative !important;
	padding: 0 !important
}
.fixed-header-1>#top .background, .fixed-header-1>.megamenu-background {
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15)
}
#quickview_product .phantom-gallery {
	display: none
}
#quickview_product .phantom-gallery .flexslider {
	margin-top: 40px
}
.mfp-zoom-out-cur .fixed-header-1, .mfp-zoom-out-cur #someone-liked {
	display: none !important
}
#filter-addtocart span {
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	right: 50%;
	bottom: 100%;
	background-color: #000;
	color: #fff;
	white-space: pre;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 10px;
	line-height: normal;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	opacity: 0;
	visibility: hidden
}
#filter-addtocart span:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	margin-bottom: 5px;
	-moz-transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out
}
#filter-addtocart.active span {
	opacity: 1;
	visibility: visible
}
.fashion5-sale {
	padding: 164px 0 109px
}
.fashion5-sale .heading {
	line-height: 1;
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	padding: 0 0 10px
}
.fashion5-sale .button {
	margin: 0
}
header .fixed-header-1 #top .pattern>.container {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -10px
}
header .fixed-header-1 #top .pattern>.container+.megamenu-background {
	margin-top: 12px
}
.fashion6-megamenu {
	padding: 10px 0 0;
	font-weight: 600;
	line-height: 27px
}
.fashion6-megamenu ul {
	list-style: none;
	padding: 12px 0 0;
	margin: 0 0 -7px;
	position: relative
}
.fashion6-parallax {
	padding: 133px 0 125px
}
.fashion6-parallax .first-heading {
	font-size: 65px;
	line-height: 55px;
	font-weight: 700
}
.fashion6-parallax .second-heading {
	font-size: 65px;
	color: #bf9e50;
	line-height: 55px;
	font-weight: 700
}
.fashion6-parallax .button {
	margin-top: 22px
}
.furniture-contact .logo {
	padding: 70px 0 0
}
.furniture-contact .row {
	padding-bottom: 17px
}
.furniture-contact .row>div {
	padding-top: 48px
}
.furniture-contact .row img {
	display: block;
	margin: 0 auto
}
.furniture-contact .row p {
	font-size: 25px;
	line-height: 23px;
	padding: 27px 0 3px;
	margin: 0;
	font-weight: 700
}
.furniture-contact .row span {
	font-size: 16px;
	line-height: 23px;
	font-weight: 700
}
.furniture-contact .row .button {
	margin-top: 30px;
	margin-bottom: 0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height: 45px;
	padding-top: 14px
}
.fashion6-contact .row {
	padding-bottom: 59px;
	margin-top: -10px
}
.fashion6-contact .row>div {
	position: relative;
	padding-top: 0
}
.fashion6-contact .row>div:first-child:before {
	display: none
}
.fashion6-contact .row>div:before {
	content: '';
	position: absolute;
	background: #e5e5e5;
	width: 1px;
	top: 2px;
	bottom: 0;
	left: 0
}
.market-contact .row>div {
	padding-bottom: 29px;
	position: static
}
.market-contact .row>div:before {
	width: 1px;
	content: '';
	top: 0;
	bottom: 0;
	background: #e5e5e5;
	position: absolute;
	margin-left: -47px
}
.market-contact .row>div:first-child:before {
	display: none
}
.market-contact img {
	display: inline-block;
	vertical-align: top;
	margin: 33px 10px 0 0
}
.market-contact .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	padding: 39px 4px 0 0
}
#main .market-contact p {
	display: inline-block;
	vertical-align: top;
	padding: 32px 0 0;
	margin: 0;
	font-size: 23px;
	color: #d42f37;
	font-weight: 600
}
.fashionsimple-page-title {
	padding: 72px 0 54px
}
.fashionsimple-page-title h3 {
	font-weight: 700 !important;
	font-size: 90px;
	line-height: 69px
}
.fashionsimple-page-title h4 {
	font-weight: 300 !important;
	font-size: 30px;
	line-height: 1
}
.border-top-1-grey {
	border-top: 1px solid #e5e5e5
}
.fashionsimple-top-contact {
	display: inline-block;
	vertical-align: top;
	padding: 38px 36px 0 0
}
.fashionsimple-top-contact img {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px
}
.fashionsimple-top-contact p {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 8px;
	margin: 0;
	font-size: 14px;
	font-weight: 600
}
#sidebar .product-grid .product:before {
	display: none
}
.games3-big-sale {
	position: relative;
	overflow: hidden;
	padding: 70px 0 75px 50px;
	margin-top: -13px;
	margin-bottom: 45px
}
.games3-big-sale .image {
	position: absolute
}
.games3-big-sale .image img {
	max-width: none;
	display: block
}
.games3-big-sale .heading {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	padding: 0 0 10px
}
.jewelryblack-banners {
	border-bottom: 1px solid #1a1a1a
}
.jewelryblack-banners .row>div {
	padding: 0
}
.jewelryblack-banners img {
	display: block;
	margin: 0 auto
}
.jewelryblack-banners .row>div:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #1a1a1a
}
.jewelryblack-banners .row>div:first-child:before {
	display: none
}
.body-header-type-27 #main {
	margin-left: 300px
}
.body-header-type-27 #top .pattern>.container {
	padding-bottom: 0
}
.body-header-type-27 .slider-header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	background: #000;
	padding: 0 50px;
	text-align: center
}
.body-header-type-27 .slider-header .container {
	width: auto !important;
	padding-left: 0;
	padding-right: 0;
	margin: 0 !important
}
.body-header-type-27 #top .dropdown {
	margin: 10px 8px 0
}
.body-header-type-27 #top .logo {
	padding-top: 50px
}
.body-header-type-27 #top .search_form {
	margin: 31px auto 0 !important;
	width: 45px !important;
	height: 45px !important;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	cursor: pointer;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	text-align: center;
	padding: 12px 1px 0 0
}
.body-header-type-27 #top .search_form .button-search {
	display: block;
	margin: 0 auto;
	right: auto;
	top: auto;
	left: auto;
	bottom: auto;
	position: relative;
	color: inherit
}
.body-header-type-27 ul.megamenu {
	text-align: left;
	padding-top: 57px
}
.body-header-type-27 ul.megamenu>li {
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
	border-top: 1px solid #262626
}
.body-header-type-27 ul.megamenu>li:first-child {
	border: none
}
.body-header-type-27 ul.megamenu>li>a {
	height: auto !important;
	padding: 13px 0 !important;
	margin: 0 !important
}
.body-header-type-27 .megamenu-background {
	border: none
}
.body-header-type-27 #top #cart_block {
	margin: 50px 0 0
}
.body-header-type-27 ul.megamenu>li.with-sub-menu>a strong:after, .body-header-type-27 #top #cart_block .cart-heading p:after {
	content: "\f054"
}
.body-header-type-27 .horizontal ul.megamenu>li>.sub-menu {
	max-width: none;
	left: 100%;
	right: auto;
	margin-top: -48px
}
.body-header-type-27 ul.megamenu>li>.sub-menu>.content>.arrow {
	left: 0 !important
}
.body-header-type-27 ul.megamenu>li>.sub-menu>.content>.arrow:after {
	margin-top: -10px;
	margin-left: -15px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}
.body-header-type-27 #top #cart_block .dropdown-menu {
	left: 100%;
	margin-top: -18px;
	right: auto;
	margin-left: 40px
}
.body-header-type-27 #top #cart_block .dropdown-menu:before {
	position: absolute;
	content: '';
	top: 0;
	left: -40px;
	width: 40px;
	bottom: 0
}
.body-header-type-27 #top #cart_block .dropdown-menu:after {
	left: -15px;
	top: 18px;
	right: auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg)
}
.body-header-type-27 #top #cart_block:hover .dropdown-menu {
	margin-top: -48px !important
}
.fashion7-banners {
	position: relative
}
.fashion7-banners:before {
	content: '';
	position: absolute;
	background: #e5e5e5;
	height: 1px;
	left: -10000px;
	right: -10000px;
	bottom: 0;
	z-index: -1
}
.fashion7-banners .row>div {
	padding-left: 0;
	position: relative;
	padding-right: 0
}
.fashion7-banners .row>div:before {
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
	position: absolute
}
.fashion7-banners .row>div:first-child:before {
	display: none
}
.fashion7-banners img {
	display: block;
	margin: 0 auto
}
.fashion7-features {
	position: relative;
	padding-bottom: 35px
}
.fashion7-features:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	z-index: -1;
	background: #f3f3f3
}
.fashion7-features .row>div {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 39px;
	position: relative
}
.fashion7-features .row>div:before {
	position: absolute;
	height: 1px;
	width: 46%;
	background: #dadada;
	left: -23%;
	top: 51%;
	content: ''
}
.fashion7-features .row>div:first-child:before {
	display: none
}
.fashion7-features img {
	display: block;
	margin: 0 auto 8px
}
.fashion7-banners2 {
	position: relative;
	margin-top: 30px
}
.fashion7-banners2:before {
	content: '';
	position: absolute;
	background: #e5e5e5;
	height: 1px;
	left: -10000px;
	right: -10000px;
	top: 0;
	z-index: -1
}
.fashion7-banners2 .row>div {
	padding-left: 0;
	position: relative;
	padding-right: 0
}
.fashion7-banners2 .row>div:before {
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e5e5e5;
	position: absolute
}
.fashion7-banners2 .row>div:first-child:before {
	display: none
}
.fashion7-banners2 img {
	display: block;
	margin: 0 auto
}
.sportwinter-big-sale {
	padding: 120px 0 134px 8.59%
}
.sportwinter-big-sale .first-heading {
	color: #e55a19;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px
}
.sportwinter-big-sale .second-heading {
	color: #1056a9;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	padding: 3px 0 18px
}
.box-type-15 .col-sm-12 .box.box-with-products, .box-type-15 .col-md-12 .box.box-with-products, .box-type-15 .col-sm-12 .filter-product .tab-content, .box-type-15 .col-md-12 .filter-product .tab-content {
	position: relative;
	margin-left: -40px;
	margin-right: -40px
}
.box-type-15 .col-sm-12 .box.box-with-products .box-content, .box-type-15 .col-md-12 .box.box-with-products .box-content, .box-type-15 .col-sm-12 .filter-product .tab-content, .box-type-15 .col-md-12 .filter-product .tab-content {
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1)
}
.wine-about-us {
	padding: 70px 0
}
.wine-about-us h6 {
	font-weight: 400;
	padding: 0
}
.firefox-mac .wine-about-us h6 {
	font-weight: 500
}
.wine-about-us .footer-block {
	margin: 0 -7px;
	padding: 11px 0 0
}
.wine-about-us .footer-about-us {
	padding-top: 34px
}
.wine-about-us .footer-blocks-top {
	padding-top: 8px
}
.wine-about-us .footer-about-us ul.social-icons li a {
	color: #c1c1c1
}
.wine-about-us .footer-about-us ul.social-icons li a:hover {
	color: #1f1f1f
}
.champange {
	padding: 40px 0 80px 7%;
	position: relative
}
.champange .image {
	position: absolute
}
.champange .heading {
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	padding: 97px 0 26px;
	position: relative;
	margin-left: -3px
}
.oneproduct-parallax {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	padding: 189px 0
}
.oneproduct-parallax2 {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	padding: 189px 0;
	max-width: 457px;
	float: right;
	color: #fff;
	display: block;
	width: 100%
}
.onepage-sections .section {
	padding-bottom: 40px
}
.onepage-sections .title {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	padding-top: 32px
}
.onepage-sections .specification {
	list-style: none;
	padding: 0;
	margin: 0
}
.onepage-sections .specification li {
	background: #f2f2f2;
	position: relative;
	margin: 0 -1000px;
	padding: 12px 1000px 8px
}
.onepage-sections .specification li:nth-child(even) {
	background: #fff;
	padding-top: 22px;
	padding-bottom: 18px
}
.onepage-sections .specification li p.first {
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
	font-weight: 600;
	padding-right: 15px;
	text-align: right
}
.onepage-sections .specification li p.second {
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
	padding-left: 15px
}
.onepage-sections .section .content {
	padding-top: 52px;
	padding-bottom: 0
}
.onepage-sections .price {
	font-size: 60px;
	line-height: 1;
	font-weight: 500;
	color: #890239;
	position: relative;
	margin-top: -10px
}
.onepage-sections .inputs {
	padding-top: 38px
}
.onepage-sections .inputs select {
	width: 290px;
	margin: 0
}
.onepage-sections .inputs .select {
	display: inline-block;
	vertical-align: top
}
.onepage-sections .inputs .button {
	margin: 0 0 0 17px
}
#menu {
	position: relative;
	overflow: visible
}
#menu .background-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.megaMenuToggle {
	display: none
}
.megamenu-type-8 .header-type-3 #top .pattern>.container>.row {
	margin-left: 0;
	margin-right: 0;
	position: relative
}
.container-megamenu2 {
	padding-bottom: 0 !important;
	padding-top: 10px !important;
	z-index: 30 !important
}
.megamenu-type-29 .container-megamenu2 {
	padding-top: 0 !important;
	padding-bottom: 25px !important
}
.megamenu-type-29.common-home .container-megamenu2 {
	padding-bottom: 0 !important
}
.megamenu-type-5 .container-megamenu2 {
	padding-top: 0 !important
}
.megamenu-type-6 .container-megamenu2 {
	padding-top: 0 !important
}
.megamenu-type-9 .container-megamenu2 {
	padding-top: 0 !important
}
.megamenu-type-19 .container-megamenu2 {
	padding-top: 0 !important
}
.megamenu-type-14 .container-megamenu2 {
	padding-top: 0 !important
}
.container-megamenu.container .container {
	width: auto !important
}
.mega-menu-modules>div {
	position: static
}
.mega-menu-modules>div:first-child>div {
	z-index: 0;
	position: relative;
	margin-left: -45px !important
}
.standard-body .fixed .mega-menu-modules>div:first-child>div {
	margin-left: -40px !important
}
.megamenu-type-15 .mega-menu-modules>div:first-child>div {
	margin-left: -30px !important
}
.megamenu-type-4 #main .mega-menu-modules>div:first-child>div, .megamenu-type-14 #main .mega-menu-modules>div:first-child>div, .megamenu-type-5 #main .mega-menu-modules>div:first-child>div, .megamenu-type-6 #main .mega-menu-modules>div:first-child>div, .megamenu-type-9 #main .mega-menu-modules>div:first-child>div, .megamenu-type-19 #main .mega-menu-modules>div:first-child>div, .megamenu-type-27 #main .mega-menu-modules>div:first-child>div, .megamenu-type-31 #main .mega-menu-modules>div:first-child>div, .megamenu-type-10 #main .mega-menu-modules>div:first-child>div, .megamenu-type-17 #main .mega-menu-modules>div:first-child>div, .megamenu-type-20 #main .mega-menu-modules>div:first-child>div, .megamenu-type-34 #main .mega-menu-modules>div:first-child>div, .megamenu-type-28 #main .mega-menu-modules>div:first-child>div, .megamenu-type-26 #main .mega-menu-modules>div:first-child>div, .megamenu-type-25 #main .mega-menu-modules>div:first-child>div, .megamenu-type-21 #main .mega-menu-modules>div:first-child>div {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.megamenu-type-5 #main .mega-menu-modules>div:first-child>div {
	margin-left: -35px !important
}
#main .mega-menu-modules>div:last-child>div {
	padding-left: 7px
}
.megamenu-type-4 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-20 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-34 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-28 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-26 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-21 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-10 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-type-17 #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.megamenu-background {
	border-bottom: 2px solid #d9121f;
	position: relative
}
.megamenu-background>div {
	background-position: top left;
	background-repeat: repeat-x
}
.megamenu-type-7 .megamenu-background>div .overflow-megamenu {
	background-position: bottom left;
	background-repeat: repeat-x
}
.megamenu-type-6 .megamenu-background {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.megamenu-type-28 .megamenu-background>div {
	background: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)
}
.megamenu-type-30 .megamenu-background>div {
	background: none;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1)
}
.megamenu-type-32 .megamenu-background>div {
	background: none
}
.megamenu-type-32 .megamenu-background>div>div>div {
	background-position: bottom left;
	background-repeat: repeat-x
}
.megamenu-type-33 .megamenu-background>div {
	background: none
}
.megamenu-type-33 .megamenu-background>div>div>div {
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.megamenu-type-6 .megamenu-background>div {
	background: none
}
.megamenu-type-25 .megamenu-background>div {
	background: none
}
.megamenu-type-27 .megamenu-background>div {
	background: none
}
.megamenu-type-26 .megamenu-background>div {
	background: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3)
}
.megamenu-type-27 .megamenu-background>div {
	background: none;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1)
}
.megamenu-type-23 .megamenu-background>div {
	background: none
}
.megamenu-type-9 .megamenu-background>div {
	background: none
}
.megamenu-type-19 .megamenu-background>div {
	background: none
}
.megamenu-type-17 .megamenu-background>div {
	background: none
}
.overflow-megamenu {
	position: relative;
	z-index: 25
}
.megamenu-type-19 #main .megamenu-wrapper {
	border: 1px solid rgba(255,255,255,0.15)
}
ul.megamenu {
	opacity: 1;
	margin: 0;
	padding: 0;
	list-style: none
}
.megamenu-type-33 ul.megamenu {
	text-align: center
}
.megamenu-type-29 ul.megamenu {
	padding: 0 10px
}
ul.megamenu>li {
	float: left;
	width: auto;
	margin: 0 36px 0 0
}
.megamenu-type-23 #main ul.megamenu {
	margin: 0 -40px
}
.megamenu-type-27 #main ul.megamenu {
	margin-left: -30px
}
.megamenu-type-31 #main ul.megamenu {
	margin-left: -30px
}
.megamenu-type-30 #main ul.megamenu {
	margin-left: -29px
}
.megamenu-type-23 #main ul.megamenu>li {
	margin: 0;
	border-left: 1px solid #ccc
}
.megamenu-type-23 #main ul.megamenu>li:first-child {
	border-left: none
}
.megamenu-type-29 #main ul.megamenu>li {
	margin: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-29 #main ul.megamenu>li:first-child {
	border-left: none
}
.megamenu-type-30 #main ul.megamenu>li {
	margin: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-30 #main ul.megamenu>li:first-child {
	border-left: none
}
.megamenu-type-24 #main ul.megamenu>li {
	margin-right: 28px
}
.megamenu-type-32 #main ul.megamenu>li {
	margin-right: 25px
}
.megamenu-type-33 #main ul.megamenu>li {
	margin-left: 12px;
	margin-right: 12px;
	display: inline-block;
	float: none
}
.megamenu-type-15 #main ul.megamenu>li {
	margin-right: 20px
}
.megamenu-type-20 #main ul.megamenu>li {
	margin-right: 21px
}
.megamenu-type-34 #main ul.megamenu>li {
	margin-right: 21px
}
.megamenu-type-28 #main ul.megamenu>li {
	margin-right: 21px
}
.megamenu-type-26 #main ul.megamenu>li {
	margin-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-26 #main ul.megamenu>li:first-child {
	border: none;
	margin-left: -30px
}
.megamenu-type-21 #main ul.megamenu>li {
	margin-right: 21px
}
.megamenu-type-16 #main ul.megamenu>li {
	margin-right: 34px
}
.megamenu-type-4 #main ul.megamenu>li {
	margin-right: 29px
}
.megamenu-type-14 #main ul.megamenu>li {
	margin-right: 29px
}
.megamenu-type-10 #main ul.megamenu>li {
	margin-right: 26px
}
.megamenu-type-17 #main ul.megamenu>li {
	margin-right: 0
}
.megamenu-type-6 #main ul.megamenu>li {
	margin: 0
}
.megamenu-type-9 #main ul.megamenu>li {
	margin: 0
}
.megamenu-type-19 #main ul.megamenu>li {
	margin: 0
}
.megamenu-type-27 #main ul.megamenu>li {
	margin: 0;
	border-right: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-27 #main ul.megamenu>li:last-child {
	border-right: none
}
.megamenu-type-31 #main ul.megamenu>li {
	margin: 0;
	border-right: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-31 #main ul.megamenu>li:last-child {
	border-right: none
}
.megamenu-type-12 .horizontal ul.megamenu>li {
	margin-right: 28px;
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 28px
}
.megamenu-type-12 .horizontal ul.megamenu>li:first-child {
	padding-left: 0;
	border: none
}
.megamenu-type-13 #main ul.megamenu>li {
	margin-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-13 #main ul.megamenu>li:first-child {
	border: none
}
.megamenu-type-7 #main ul.megamenu>li {
	margin: 0;
	border-left: 1px solid #e5e5e5;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-7 #main ul.megamenu>li:hover {
	background: #e5e5e5
}
.megamenu-type-7 #main ul.megamenu>li:first-child {
	margin-left: -27px;
	border: none
}
.megamenu-type-11 #main ul.megamenu>li {
	margin: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-11 #main ul.megamenu>li:first-child {
	margin-left: -31px;
	border: none
}
.megamenu-type-22 #main ul.megamenu>li {
	margin-right: 28px
}
.megamenu-type-22 #main ul.megamenu>li.home {
	margin-left: -29px;
	border-right: 1px solid rgba(0,0,0,0.1)
}
ul.megamenu>li.pull-right {
	float: right;
	margin: 0 0 0 10px
}
.megamenu-type-23 #main ul.megamenu>li.pull-right {
	border-left: none
}
.megamenu-type-23 #main ul.megamenu>li.pull-right:last-child {
	border-left: 1px solid #d9d9d9
}
.megamenu-type-20 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-34 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-28 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-26 #main ul.megamenu>li.pull-right {
	margin: 0
}
.megamenu-type-21 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-4 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-16 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-15 #main ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.megamenu-type-14 #main ul.megamenu>li.pull-right {
	margin: 0 40px 0 0
}
.megamenu-type-27 #main ul.megamenu>li.pull-right {
	border: none
}
.megamenu-type-31 #main ul.megamenu>li.pull-right {
	border: none
}
.megamenu-type-7 #main ul.megamenu>li.pull-right {
	margin: 0 -45px 0 10px
}
.megamenu-type-7 ul.megamenu>li.pull-right {
	border: none;
	background: #f7efe4;
	border-top: 1px solid #ded7cd;
	border-bottom: 1px solid #ded7cd;
	height: 61px
}
.megamenu-type-7 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -40px
}
.megamenu-type-11 #main ul.megamenu>li.pull-right {
	margin: 0 -45px 0 10px;
	border: none;
	background-position: top left;
	background-repeat: repeat-y
}
.megamenu-type-11 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -40px
}
.megamenu-type-22 #main ul.megamenu>li.pull-right {
	margin: 0 -45px 0 10px;
	border: none;
	background-position: top left;
	background-repeat: repeat-y
}
.megamenu-type-22 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -40px
}
.megamenu-type-13 #main ul.megamenu>li.pull-right {
	margin: 0 -45px 0 10px
}
.megamenu-type-13 ul.megamenu>li.pull-right {
	border: none
}
.megamenu-type-13 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -40px
}
.megamenu-type-24 #main ul.megamenu>li.pull-right {
	margin: 0 -45px 0 10px
}
.megamenu-type-24 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -40px
}
ul.megamenu>li .close-menu, ul.megamenu>li .open-menu {
	display: none
}
ul.megamenu>li.search {
	background: none
}
#top ul.megamenu>li.search .search_form {
	padding: 0;
	margin: 14px 0 0;
	width: 260px
}
.megamenu-type-15 #top ul.megamenu>li.search .search_form {
	margin-top: 11px
}
.megamenu-type-27 #top ul.megamenu>li.search .search_form {
	margin-top: 10px;
	width: 208px
}
.megamenu-type-31 #top ul.megamenu>li.search .search_form {
	margin-top: 10px;
	width: 208px
}
.megamenu-type-16 #top ul.megamenu>li.search .search_form {
	width: 227px
}
ul.megamenu>li.search .search_form input {
	padding: 11px 35px 10px 20px;
	margin: 0;
	height: 45px;
	width: 100%;
	font-size: 12px;
	min-height: 45px;
	border: none
}
.megamenu-type-27 #top ul.megamenu>li.search .search_form input {
	height: 40px;
	min-height: 40px
}
.megamenu-type-31 #top ul.megamenu>li.search .search_form input {
	height: 40px;
	min-height: 40px
}
.megamenu-type-15 #top ul.megamenu>li.search .search_form input {
	height: 40px;
	min-height: 40px
}
.megamenu-type-16 #top ul.megamenu>li.search .search_form input {
	height: 36px;
	min-height: 36px;
	padding-left: 40px;
	font-size: 14px
}
.megamenu-type-27 ul.megamenu>li.search .button-search2 {
	font-size: 14px;
	line-height: 14px;
	right: 20px
}
.megamenu-type-31 ul.megamenu>li.search .button-search2 {
	font-size: 14px;
	line-height: 14px;
	right: 20px
}
.megamenu-type-15 ul.megamenu>li.search .button-search2 {
	font-size: 14px;
	line-height: 14px
}
.megamenu-type-16 ul.megamenu>li.search .button-search2 {
	font-size: 18px;
	line-height: 18px;
	left: 14px;
	top: 9px;
	width: 25px
}
ul.megamenu .ui-autocomplete {
	margin-top: 10px !important
}
ul.megamenu>li>a {
	display: block;
	position: relative;
	font-size: 14px;
	padding: 26px 2px 19px;
	height: 71px
}
.megamenu-type-29 ul.megamenu>li>a {
	padding: 21px 23px 16px;
	height: 60px
}
.megamenu-type-32 ul.megamenu>li>a {
	padding: 14px 2px 16px;
	height: 61px
}
.megamenu-type-33 ul.megamenu>li>a {
	padding: 14px 2px 16px;
	height: 61px
}
.megamenu-type-30 ul.megamenu>li>a {
	padding: 30px 29px 29px;
	height: 80px
}
.megamenu-type-23 ul.megamenu>li>a {
	padding: 25px 39px 19px;
	height: 70px
}
.megamenu-type-2 ul.megamenu>li>a {
	height: 61px;
	padding-top: 20px
}
.megamenu-type-16 ul.megamenu>li>a {
	height: 61px;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0
}
.megamenu-type-20 ul.megamenu>li>a {
	height: 60px;
	padding-top: 21px
}
.megamenu-type-34 ul.megamenu>li>a {
	height: 60px;
	padding-top: 21px
}
.megamenu-type-28 ul.megamenu>li>a {
	height: 60px;
	padding: 21px 0 17px
}
.megamenu-type-26 ul.megamenu>li>a {
	height: 60px;
	padding: 21px 30px 19px
}
.megamenu-type-21 ul.megamenu>li>a {
	height: 60px;
	padding-top: 21px
}
.megamenu-type-15 ul.megamenu>li>a {
	height: 61px;
	padding-top: 21px
}
.megamenu-type-10 ul.megamenu>li>a {
	height: 50px;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0
}
.megamenu-type-17 ul.megamenu>li>a {
	height: 50px;
	padding-top: 15px;
	padding-left: 29px;
	padding-right: 29px;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-17 ul.megamenu>li:first-child>a {
	border-left: none;
	margin-left: -29px
}
.megamenu-type-7 ul.megamenu>li>a {
	height: 61px;
	padding-top: 20px;
	padding-left: 28px;
	padding-right: 28px
}
.megamenu-type-11 ul.megamenu>li>a {
	height: 61px;
	padding-top: 21px;
	padding-left: 31px;
	padding-right: 31px
}
.megamenu-type-11 ul.megamenu>li>a:hover {
	background: rgba(0,0,0,0.1)
}
.megamenu-type-22 ul.megamenu>li>a {
	height: 61px;
	padding: 21px 2px 18px
}
.megamenu-type-22 ul.megamenu>li.pull-right>a {
	padding-left: 31px
}
.megamenu-type-22 ul.megamenu>li.home>a {
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 22px
}
.megamenu-type-22 ul.megamenu>li.home>a>.fa-home {
	font-size: 18px
}
.megamenu-type-4 ul.megamenu>li>a {
	height: 51px;
	padding-top: 16px
}
.megamenu-type-14 ul.megamenu>li>a {
	height: 61px;
	padding-top: 21px
}
.megamenu-type-3 ul.megamenu>li>a {
	height: 65px;
	padding-top: 22px
}
.megamenu-type-12 ul.megamenu>li>a {
	height: 53px;
	padding-top: 18px
}
.megamenu-type-13 ul.megamenu>li>a {
	height: 61px;
	padding-top: 20px;
	padding-left: 28px;
	padding-right: 28px
}
.megamenu-type-13 ul.megamenu>li:first-child>a {
	padding-left: 0
}
.megamenu-type-24 ul.megamenu>li>a {
	height: 61px;
	padding-top: 20px
}
.megamenu-type-6 ul.megamenu>li>a {
	height: 54px;
	padding-top: 17px;
	padding-left: 21px;
	padding-right: 21px;
	border-left: 1px solid rgba(255,255,255,0.15)
}
.megamenu-type-6 ul.megamenu>li:first-child>a {
	border-left: none;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px
}
.megamenu-type-6 ul.megamenu>li:hover>a, .megamenu-type-6 ul.megamenu>li.home>a {
	background: rgba(255,255,255,0.1)
}
.megamenu-type-9 ul.megamenu>li>a {
	height: 50px;
	padding-top: 15px;
	padding-left: 21px;
	padding-right: 21px
}
.megamenu-type-9 ul.megamenu>li:first-child>a {
	padding-left: 30px
}
.megamenu-type-19 ul.megamenu>li>a {
	height: 59px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px
}
.megamenu-type-19 ul.megamenu>li:first-child>a {
	padding-left: 40px
}
#main ul.megamenu>li.bakery-show-all-products>a {
	padding-left: 40px;
	padding-right: 42px;
	position: relative;
	margin: -1px 22px -1px -1px;
	height: 61px;
	padding-top: 20px;
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff
}
.megamenu-type-27 ul.megamenu>li>a {
	height: 59px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px
}
.megamenu-type-31 ul.megamenu>li>a {
	height: 61px;
	padding-top: 21px;
	padding-left: 30px;
	padding-right: 30px
}
ul.megamenu>li.pull-right>a {
	padding-right: 0
}
.megamenu-type-23 ul.megamenu>li.pull-right>a {
	padding-right: 40px;
	padding-left: 10px
}
.megamenu-type-23 #main ul.megamenu>li.pull-right:last-child>a {
	padding-left: 40px;
	padding-right: 10px
}
.megamenu-type-23 #main ul.megamenu>li.pull-right:nth-last-child(2)>a {
	padding-right: 10px
}
.megamenu-type-23 ul.megamenu>li.pull-right>a strong {
	font-size: 13px
}
.megamenu-type-6 ul.megamenu>li.pull-right>a {
	padding-right: 21px
}
.megamenu-type-7 ul.megamenu>li.pull-right>a {
	padding-right: 45px
}
.megamenu-type-11 ul.megamenu>li.pull-right>a {
	padding-right: 45px
}
.megamenu-type-22 ul.megamenu>li.pull-right>a {
	padding-right: 40px
}
.megamenu-type-9 ul.megamenu>li.pull-right>a {
	padding-right: 30px;
	padding-left: 30px
}
.megamenu-type-19 ul.megamenu>li.pull-right>a {
	padding-right: 38px;
	padding-left: 38px;
	border-left: 1px solid rgba(255,255,255,0.15)
}
.megamenu-type-13 ul.megamenu>li.pull-right>a {
	padding-right: 40px;
	padding-left: 32px
}
.megamenu-type-24 ul.megamenu>li.pull-right>a {
	padding-right: 40px;
	padding-left: 38px
}
.megamenu-type-20 ul.megamenu>li.pull-right>a {
	padding-left: 17px;
	padding-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-34 ul.megamenu>li.pull-right>a {
	padding-left: 17px;
	padding-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-28 ul.megamenu>li.pull-right>a {
	padding-left: 17px;
	padding-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
.megamenu-type-21 ul.megamenu>li.pull-right>a {
	padding-left: 17px;
	padding-right: 0;
	border-left: 1px solid rgba(0,0,0,0.1)
}
ul.megamenu>li.with-sub-menu>a strong:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 5px 0 0 12px
}
.megamenu-type-6 ul.megamenu>li.with-sub-menu>a strong:after {
	margin-left: 10px
}
.megamenu-type-9 ul.megamenu>li.with-sub-menu>a strong:after {
	margin-left: 10px
}
ul.megamenu>li.with-sub-menu:hover>a strong:after {
	color: #333
}
ul.megamenu>li>a strong {
	font-weight: 600
}
ul.megamenu .megamenu-label {
	position: absolute;
	top: 5px;
	left: -13px;
	height: 16px;
	padding: 4px 10px;
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px
}
.megamenu-type-32 ul.megamenu .megamenu-label {
	top: -7px;
	left: -8px
}
.megamenu-type-33 ul.megamenu .megamenu-label {
	top: -7px;
	left: -8px
}
.megamenu-type-2 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-16 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-20 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-34 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-28 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-30 ul.megamenu>li>a .megamenu-label {
	top: -8px;
	left: 10px
}
.megamenu-type-26 ul.megamenu>li>a .megamenu-label {
	top: -8px;
	left: 15px
}
.megamenu-type-21 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-15 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-17 ul.megamenu>li>a .megamenu-label {
	top: -8px;
	left: 20px
}
.megamenu-type-7 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-11 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-22 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-4 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-14 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-3 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-12 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-13 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-24 ul.megamenu>li>a .megamenu-label {
	top: -8px
}
.megamenu-type-6 ul.megamenu>li>a .megamenu-label {
	top: -7px;
	left: 9px
}
.megamenu-type-9 ul.megamenu>li>a .megamenu-label {
	top: -6px;
	left: 15px
}
.megamenu-type-19 ul.megamenu>li>a .megamenu-label {
	top: -6px;
	left: 15px
}
.megamenu-type-27 ul.megamenu>li>a .megamenu-label {
	top: -8px;
	left: 30px
}
.megamenu-type-31 ul.megamenu>li>a .megamenu-label {
	top: -8px;
	left: 64px
}
.megamenu-label-type-2 ul.megamenu .megamenu-label {
	background-position: top left;
	background-repeat: repeat-x
}
.megamenu-label-type-3 ul.megamenu .megamenu-label {
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-size: 10px;
	padding-top: 3px
}
.megamenu-label-type-4 ul.megamenu .megamenu-label {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.megamenu-label-type-5 ul.megamenu .megamenu-label {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-position: top left;
	background-repeat: repeat-x
}
.megamenu-label-type-6 ul.megamenu .megamenu-label {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 3px
}
.megamenu-label-type-7 ul.megamenu .megamenu-label {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}
.header-type-3 ul.megamenu>li>a .megamenu-label {
	top: -15px
}
ul.megamenu ul .megamenu-label {
	display: inline-block;
	position: relative;
	top: 2px;
	vertical-align: top;
	left: 10px
}
ul.megamenu .static-menu ul .megamenu-label {
	top: 6px
}
ul.megamenu .static-menu ul .main-menu .megamenu-label {
	top: 7px
}
ul.megamenu>li>a:hover, ul.megamenu>li.active>a, ul.megamenu>li.home>a, ul.megamenu>li:hover>a {
	color: #d9121f
}
ul.megamenu>li>a>.fa-home {
	display: block;
	font-size: 20px
}
.megamenu-type-32 ul.megamenu>li>a>.fa-home {
	font-size: 18px;
	padding-top: 3px;
	color: #262626
}
.megamenu-type-20 ul.megamenu>li>a>.fa-home {
	font-size: 17px;
	padding-top: 1px
}
.megamenu-type-34 ul.megamenu>li>a>.fa-home {
	font-size: 17px;
	padding-top: 1px
}
.megamenu-type-21 ul.megamenu>li>a>.fa-home {
	font-size: 17px;
	padding-top: 1px
}
ul.megamenu>li>a img {
	margin-right: 11px;
	margin-left: 14px;
	margin-bottom: 3px;
	vertical-align: middle
}
.vertical ul.megamenu>li>a img {
	display: block;
	float: left;
	position: relative;
	margin: -5px 13px -1px 0
}
.megamenu-type-28 .vertical ul.megamenu>li>a img {
	margin: -3px 13px -1px 0
}
.megamenu-type-30 .horizontal ul.megamenu>li>a img {
	display: block;
	float: right;
	margin: -30px -29px 0 0
}
.megamenu-type-7 .horizontal ul.megamenu>li>a img {
	display: block;
	float: left;
	margin: -20px 0 0 -28px
}
.megamenu-type-26 .horizontal ul.megamenu>li>a img {
	display: block;
	float: right;
	margin: -21px -30px 0 0
}
.megamenu-type-11 ul.megamenu>li>a img {
	margin-left: 8px;
	margin-right: 26px;
	vertical-align: top;
	margin-top: -1px
}
.megamenu-type-23 ul.megamenu>li>a img {
	margin-left: 0;
	margin-right: 18px;
	vertical-align: top;
	margin-top: -11px
}
.megamenu-type-22 ul.megamenu>li>a img {
	margin-left: 8px;
	margin-right: 26px;
	vertical-align: top;
	margin-top: -1px
}
.megamenu-type-13 ul.megamenu>li>a img {
	margin-left: 0;
	margin-right: 20px
}
.megamenu-type-24 ul.megamenu>li>a img {
	margin-left: 0;
	margin-right: 10px;
	margin-top: -1px
}
.megamenu-type-19 ul.megamenu>li>a img {
	margin-left: 3px;
	margin-right: 14px
}
.megamenu-type-27 ul.megamenu>li>a img {
	margin: -3px 13px 0 0;
	vertical-align: top
}
.megamenu-type-31 ul.megamenu>li>a img {
	margin: -3px 15px 0 0;
	vertical-align: top
}
ul.megamenu>li>a.description {
	line-height: 1.1
}
ul.megamenu>li>a.description strong {
	font-size: 13px;
	padding-top: 1px;
	display: block
}
ul.megamenu>li>a.description img {
	float: left;
	margin-left: 0
}
ul.megamenu>li>a.description .description {
	font-size: 11px;
	opacity: .9
}
ul.megamenu>li>a.description .description-left {
	float: left;
	width: auto;
	display: block
}
ul.megamenu>li>.sub-menu {
	position: absolute;
	z-index: -20;
	visibility: hidden;
	right: 0
}
ul.megamenu>li.active>.sub-menu {
	z-index: 20;
	right: auto;
	visibility: visible
}
ul.megamenu>li>.sub-menu>.content {
	display: none
}
ul.megamenu>li.active>.sub-menu>.content {
	display: block
}
ul.megamenu>li>.sub-menu>.content>.arrow {
	position: absolute;
	left: 0;
	height: 1px
}
.megamenu-type-8 ul.megamenu>li>.sub-menu>.content>.arrow {
	display: none
}
ul.megamenu>li>.sub-menu>.content>.arrow:after {
	position: absolute;
	margin-top: -40px;
	margin-left: -20px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: '';
	z-index: 30
}
ul.megamenu.fade>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
ul.megamenu.fade>li.active>.sub-menu>.content {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
ul.megamenu.shift-up>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-top: 25px
}
ul.megamenu.shift-up>li.active>.sub-menu>.content {
	margin-top: 0;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
ul.megamenu.shift-down>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin-top: -25px
}
ul.megamenu.shift-down>li.active>.sub-menu>.content {
	margin-top: 0;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
ul.megamenu.shift-left>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	left: 30px
}
ul.megamenu.shift-left>li.active>.sub-menu>.content {
	left: 0;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
ul.megamenu.shift-right>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	left: -30px
}
ul.megamenu.shift-right>li.active>.sub-menu>.content {
	left: 0;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
ul.megamenu.flipping>li>.sub-menu>.content {
	display: block;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: perspective(350px) rotateX(-90deg);
	-o-transform: perspective(350px) rotateX(-90deg);
	transform: perspective(350px) rotateX(-90deg);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
ul.megamenu.flipping>li.active>.sub-menu>.content {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: perspective(350px) rotateX(0deg);
	-o-transform: perspective(350px) rotateX(0deg);
	transform: perspective(350px) rotateX(0deg);
	-webkit-transition: .2s linear 0;
	-o-transition: .2s linear 0;
	transition: .2s linear 0
}
ul.megamenu.slide>li>.sub-menu>.content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
ul.megamenu.slide>li.active>.sub-menu>.content {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	visibility: visible !important
}
.horizontal ul.megamenu>li>.sub-menu {
	max-width: 100%
}
.body-full-width .horizontal ul.megamenu>li>.sub-menu.full-width-sub-menu {
	margin-left: -45px
}
ul.megamenu li .sub-menu .content {
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important
}
.dropdown-menu-type-2 ul.megamenu li .sub-menu .content {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.dropdown-menu-type-3 ul.megamenu li .sub-menu .content {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
ul.megamenu li .sub-menu.full-width-sub-menu .content {
	padding: 30px 45px 40px
}
.megamenu-type-8 ul.megamenu li .sub-menu.full-width-sub-menu .content {
	padding-left: 40px;
	padding-right: 40px
}
.standard-body .fixed ul.megamenu li .sub-menu.full-width-sub-menu .content {
	padding: 30px 40px 40px
}
ul.megamenu .sub-menu .content>.row {
	padding-top: 20px
}
ul.megamenu .sub-menu .content>.border {
	display: none
}
ul.megamenu .sub-menu .content>.row:first-of-type {
	padding: 0
}
ul.megamenu .sub-menu .content>.row>[class^="col-sm-"] {
padding-left:15px;
padding-right:15px
}
ul.megamenu li .product {
	position: relative;
	margin-bottom: -4px
}
ul.megamenu li .product .image {
	padding: 0
}
ul.megamenu li .product .image img {
	display: block;
	margin: 0 auto
}
ul.megamenu li .product .name {
	padding: 13px 0 0;
	text-align: center
}
ul.megamenu li .product .price {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-align: center
}
ul.megamenu li .product .sale, ul.megamenu li .product .new {
	margin-top: -5px
}
.products-carousel-overflow {
	margin-bottom: 12px;
	position: relative;
	text-align: center
}
.products-carousel-overflow .product {
	margin-bottom: 0 !important;
	position: static !important;
	padding: 50px 10px
}
.products-carousel-overflow .product:after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	right: -1px;
	width: 1px;
	display: block;
	background-position: top left;
	background-repeat: repeat-y;
	transition: border-color .2s ease-in;
	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in
}
.products-carousel-overflow .box-heading {
	margin: 0 auto;
	padding: 0 0 9px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #d9121f;
	position: relative;
	z-index: 1
}
.products-carousel-overflow .strip-line {
	display: none
}
.products-carousel-overflow>.prev, .products-carousel-overflow>.next {
	position: absolute;
	bottom: -18px;
	z-index: 10;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	padding: 8px 0 0 12px;
	text-align: left;
	left: 50%;
	cursor: pointer
}
.products-carousel-overflow>.prev:hover, .products-carousel-overflow>.next:hover {
	background: #d9121f;
	border-color: #d9121f;
	color: #fff
}
.products-carousel-overflow>.prev {
	margin-left: -50px
}
.products-carousel-overflow>.next {
	margin-left: 15px;
	padding: 8px 0 0 14px
}
.products-carousel-overflow>.prev:before, .products-carousel-overflow>.next:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.products-carousel-overflow>.next:before {
	content: "\f054"
}
.products-carousel-overflow>.prev:hover:before, .products-carousel-overflow>.next:hover:before {
	color: #fff
}
.products-carousel-overflow .clear:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	margin-top: -1px;
	position: absolute;
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 1;
	display: block
}
.products-carousel-overflow .clear:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 1;
	display: block
}
ul.megamenu li .sub-menu .content .open-categories, ul.megamenu li .sub-menu .content .close-categories {
	display: none
}
ul.megamenu li .sub-menu .content .static-menu a.main-menu {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	padding: 0 0 11px;
	display: inline-block
}
ul.megamenu li .sub-menu .content .static-menu a.main-menu:after {
	position: absolute;
	content: '';
	width: 45px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #d9121f
}
ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
	float: left;
	width: 52%;
	padding-right: 8%
}
ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
	float: left;
	width: 40%;
	text-align: right;
	padding-top: 15px
}
ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
	float: left;
	width: 37%;
	padding-right: 7%;
	padding-top: 15px
}
ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
	float: left;
	width: 56%
}
ul.megamenu li .sub-menu .content .static-menu .menu ul {
	list-style: none;
	margin: 0;
	padding: 3px 0
}
ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li {
	padding-top: 7px
}
ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li:first-child {
	padding-top: 0
}
ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
	padding: 21px 0 5px;
	line-height: 30px
}
ul.megamenu li .sub-menu .content .static-menu .menu ul .categories-image-right ul a {
	display: block
}
ul.megamenu li .sub-menu .content .hover-menu .menu>ul>li {
	position: relative;
	margin: 0 -30px
}
ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 30px 8px;
	font-size: 14px;
	font-weight: 600
}
ul.megamenu li .sub-menu .content .hover-menu .col-sm-12 a.main-menu, ul.megamenu li .sub-menu .content .col-sm-12 .hover-menu a.main-menu {
	background-position: top left;
	background-repeat: repeat-x
}
ul.megamenu li .sub-menu .content .hover-menu li:first-child a.main-menu {
	background: none
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover>a {
	color: #d9121f
}
ul.megamenu li .sub-menu .content .hover-menu a.with-submenu {
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
ul.megamenu li .sub-menu .content .hover-menu a.with-submenu:before {
	display: block;
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #d9121f;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu:before {
	right: 0;
	color: #333;
	opacity: 0
}
ul.megamenu li .sub-menu .content .hover-menu a.with-submenu:after {
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #333;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0;
	visibility: hidden
}
ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu:after {
	left: 30px;
	opacity: 1;
	visibility: visible
}
ul.megamenu li .sub-menu .content .hover-menu li:hover>a.with-submenu {
	padding-left: 50px
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul {
	list-style: none;
	margin: -14px 0 -15px;
	padding: 0;
	position: relative
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
	display: none;
	width: 190px;
	padding: 15px 0;
	position: absolute;
	z-index: 10;
	left: 100%;
	top: 0;
	margin: -15px 0 0 30px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.dropdown-menu-type-2 ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.dropdown-menu-type-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}
ul.megamenu li:hover .sub-menu .content .hover-menu .menu ul ul {
	display: block
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul.active {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-left: 0
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	top: 24px;
	left: -10px;
	border-right-color: #fff;
	border-left-width: 0
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
	position: relative
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 30px 8px;
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: 600
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li:first-child a {
	background: none
}
.megaMenuToggle {
	display: none;
	cursor: pointer
}
.megamenuToogle-wrapper {
	position: relative;
	z-index: 22;
	margin-top: -1px;
	background: #fafafa;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.megamenu-type-6 .megamenuToogle-wrapper {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}
.megamenu-type-6 .active .megamenuToogle-wrapper {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0
}
.megamenuToogle-wrapper .megamenuToogle-pattern {
	background-position: top left;
	background-repeat: repeat-x
}
.megamenu-type-32 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background-image: none
}
.megamenu-type-32 .megamenuToogle-wrapper .megamenuToogle-pattern>.container {
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 10px !important
}
.megamenu-type-32 .active .megamenuToogle-wrapper .megamenuToogle-pattern>.container {
	background: none !important
}
.megamenu-type-33 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background-image: none
}
.megamenu-type-33 .megamenuToogle-wrapper .megamenuToogle-pattern>.container {
	padding-top: 10px !important;
	border-bottom: 1px solid transparent
}
.megamenu-type-33 .active .megamenuToogle-wrapper .megamenuToogle-pattern>.container {
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.megamenu-type-7 .megamenuToogle-wrapper .megamenuToogle-pattern>.container {
	background-position: bottom left;
	background-repeat: repeat-x
}
.megamenu-type-30 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1)
}
.megamenu-type-23 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-6 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-9 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-19 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-27 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-17 .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.main-content .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.vertical .megamenuToogle-wrapper {
	margin-top: 0
}
.megamenuToogle-wrapper:hover, .active .megamenuToogle-wrapper {
	background: #d9121f
}
.megamenuToogle-wrapper .container {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding: 22px 30px 18px !important;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.megamenu-type-17 .megamenuToogle-wrapper .container {
	padding-top: 19px !important;
	padding-bottom: 14px !important
}
.megamenu-type-6 .megamenuToogle-wrapper .container {
	padding: 18px 25px 14px !important
}
.megamenu-type-9 .megamenuToogle-wrapper .container {
	padding: 18px 25px 14px !important
}
.megamenu-type-19 .megamenuToogle-wrapper .container {
	padding: 18px 25px 14px !important
}
.megamenu-type-27 .megamenuToogle-wrapper .container {
	padding-top: 20px !important;
	padding-bottom: 16px !important
}
.megamenu-type-31 .megamenuToogle-wrapper .container {
	padding-top: 21px !important;
	padding-bottom: 16px !important
}
.megamenu-type-5 .megamenuToogle-wrapper .container {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.header-type-3 .megamenuToogle-wrapper .container {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.megamenuToogle-wrapper:hover .container, .active .megamenuToogle-wrapper .container {
	color: #fff
}
.vertical .megamenuToogle-wrapper .container {
	padding: 26px 30px 23px !important
}
.megamenuToogle-wrapper .container>div {
	float: right;
	width: 15px;
	margin: 4px 0 0
}
.megamenu-type-9 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-27 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-31 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-24 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-22 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-20 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-34 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-28 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-26 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-25 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-21 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenu-type-17 .megamenuToogle-wrapper .container>div {
	margin-top: 2px
}
.megamenuToogle-wrapper .container>div span {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 2px;
	background: #d9121f
}
.vertical #menuHeading {
	margin: 30px 0 0
}
.vertical .megamenu-wrapper {
	display: block;
	border: none;
	background: #333 !important;
	position: relative;
	z-index: 23
}
.vertical ul.megamenu>li {
	display: block;
	float: none !important;
	width: auto;
	background: none;
	border: none;
	border-top: 1px solid #404040;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	position: relative;
	margin: 0 !important;
	padding: 0
}
.vertical ul.megamenu>li:first-child {
	border: none;
	padding-top: 3px
}
.megamenu-type-28 .vertical ul.megamenu>li:first-child {
	padding-top: 0
}
.megamenu-type-10 .vertical ul.megamenu>li:first-child {
	padding-top: 11px
}
.megamenu-type-20 .vertical ul.megamenu>li:first-child {
	margin-top: 17px !important
}
.megamenu-type-20 .vertical ul.megamenu>li:last-child {
	margin-bottom: 17px !important
}
.megamenu-type-34 .vertical ul.megamenu>li:first-child {
	margin-top: 17px !important
}
.megamenu-type-34 .vertical ul.megamenu>li:last-child {
	margin-bottom: 17px !important
}
.megamenu-type-25 .vertical ul.megamenu>li:first-child {
	margin-top: 21px !important
}
.megamenu-type-25 .vertical ul.megamenu>li:last-child {
	margin-bottom: 16px !important
}
.megamenu-type-21 .vertical ul.megamenu>li:first-child {
	margin-top: 17px !important
}
.megamenu-type-21 .vertical ul.megamenu>li:last-child {
	margin-bottom: 17px !important
}
#main .vertical ul.megamenu>li.toys2-all-products {
	margin-bottom: 0 !important;
	margin-top: 19px !important;
	background: #fbf6f5 !important;
	border-top: 1px solid #e1dddc !important
}
#main .vertical ul.megamenu>li.toys2-all-products>a {
	padding-top: 14px !important;
	padding-bottom: 11px !important
}
#main .vertical ul.megamenu>li.toys2-all-products>a strong {
	color: #9d7359 !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-transform: uppercase !important
}
#main .vertical ul.megamenu>li.stationery2-all-products {
	margin-bottom: 0 !important;
	margin-top: 19px !important;
	border-top: 1px solid #363636 !important
}
#main .vertical ul.megamenu>li.stationery2-all-products>a {
	padding-top: 14px !important;
	padding-bottom: 11px !important
}
#main .vertical ul.megamenu>li.stationery2-all-products>a strong {
	color: #f44c1c !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-transform: uppercase !important
}
#main .vertical ul.megamenu>li.cleaning-all-products {
	margin-bottom: 0 !important;
	margin-top: 19px !important;
	background: rgba(0,0,0,0.1) !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important
}
#main .vertical ul.megamenu>li.cleaning-all-products>a {
	padding-top: 14px !important;
	padding-bottom: 11px !important
}
#main .vertical ul.megamenu>li.cleaning-all-products>a strong {
	color: #00a9cf !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-transform: uppercase !important
}
.megamenu-type-18 .vertical ul.megamenu>li:first-child {
	padding-top: 15px !important
}
.vertical ul.megamenu>li:last-child {
	padding-bottom: 3px
}
.megamenu-type-28 .vertical ul.megamenu>li:last-child {
	padding-bottom: 0
}
.megamenu-type-10 .vertical ul.megamenu>li:last-child {
	padding-bottom: 8px
}
.megamenu-type-18 .vertical ul.megamenu>li:last-child {
	padding-bottom: 16px !important
}
.vertical ul.megamenu>li:hover {
	background: #2d2d2d
}
.vertical ul.megamenu>li.home, .vertical ul.megamenu>li.search {
	display: none
}
.vertical ul.megamenu>li>a {
	color: #fff;
	text-shadow: none;
	background: none !important;
	height: auto !important;
	margin: 0;
	padding: 14px 30px 13px
}
.vertical ul.megamenu>li.with-sub-menu>a strong:after {
	display: none
}
.vertical ul.megamenu .megamenu-label {
	display: inline-block;
	position: relative;
	top: 2px !important;
	vertical-align: top;
	left: 10px
}
.megamenu-type-12 .vertical ul.megamenu .megamenu-label {
	left: 20px
}
.vertical ul.megamenu>li.active>a, .vertical ul.megamenu>li:hover>a {
	color: #fff
}
.vertical ul.megamenu>li>a.description {
	padding: 12px 20px 12px 21px
}
.vertical ul.megamenu>li.with-sub-menu>a {
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.vertical ul.megamenu>li.with-sub-menu>a:before {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.megamenu-type-4 .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 17px
}
.vertical ul.megamenu>li.with-sub-menu:hover>a:before {
	right: 0;
	opacity: 0
}
.vertical ul.megamenu>li.with-sub-menu>a:after {
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0;
	visibility: hidden
}
.megamenu-type-4 .vertical ul.megamenu>li.with-sub-menu>a:after {
	top: 17px
}
.vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px;
	opacity: 1;
	visibility: visible
}
.vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.vertical ul.megamenu>li>.sub-menu {
	left: 100%;
	padding-top: 0;
	top: -10px
}
.vertical ul.megamenu>li>.sub-menu>.content {
	margin-left: 0;
	position: relative !important
}
.vertical ul.megamenu>li>.sub-menu.full-width-sub-menu>.content {
	padding-left: 40px;
	padding-right: 40px
}
.vertical ul.megamenu>li>.sub-menu>.content>.arrow {
	left: 0 !important;
	top: 0
}
.vertical ul.megamenu>li>.sub-menu>.content>.arrow:after {
	position: absolute;
	top: 24px;
	left: 0;
	margin-top: 0;
	margin-left: -10px;
	display: block;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-right-color: #fff;
	border-left-width: 0;
	content: '';
	z-index: 30
}
.megamenu-background .vertical #menuHeading {
	margin: 0
}
.megamenu-type-4 .megamenu-background .vertical #menuHeading {
	margin-bottom: -2px;
	padding-bottom: 2px
}
.megamenu-background .vertical .megamenuToogle-wrapper {
	background: #fafafa;
	cursor: pointer;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.megamenu-type-5 #main .megamenu-background .vertical .megamenuToogle-wrapper {
	background: none
}
.megamenu-background .vertical:hover .megamenuToogle-wrapper {
	background: #d9121f
}
.megamenu-type-10 .megamenu-background .vertical .megamenuToogle-wrapper {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: -3px
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0
}
.megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background-position: top right;
	background-repeat: repeat-y
}
.megamenu-type-2 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-34 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background-position: top right !important;
	background-repeat: repeat-y !important;
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
	margin-bottom: -1px
}
.megamenu-type-26 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-4 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-14 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-17 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.megamenu-type-10 .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0
}
.megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding: 26px 30px 23px 45px !important;
	background-position: top left;
	background-repeat: repeat-x;
	color: #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	height: 71px
}
.megamenu-type-5 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	background: none !important
}
.megamenu-type-2 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	background: none
}
.megamenu-type-16 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	background: none
}
.megamenu-type-15 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 21px !important;
	padding-bottom: 18px !important;
	padding-left: 30px !important
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 60px;
	padding-top: 22px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important
}
.megamenu-type-34 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 60px;
	padding-top: 22px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important;
	border-bottom: 1px solid #3c3c3c
}
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 60px;
	padding-top: 23px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important
}
.megamenu-type-26 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 60px;
	padding-top: 22px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 46px;
	padding-top: 15px !important;
	padding-bottom: 13px !important;
	padding-left: 30px !important
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 60px;
	padding-top: 22px !important;
	padding-bottom: 16px !important;
	padding-left: 30px !important;
	background: none
}
.megamenu-type-7 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	background: none
}
.megamenu-type-11 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	background: none
}
.megamenu-type-22 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	background: none
}
.megamenu-type-4 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 51px;
	padding-left: 30px !important;
	padding-top: 15px !important;
	padding-bottom: 14px !important
}
.megamenu-type-14 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-left: 30px !important;
	padding-top: 21px !important;
	padding-bottom: 20px !important
}
.megamenu-type-10 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 50px;
	padding-left: 30px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important
}
.megamenu-type-17 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 50px;
	padding-left: 30px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	background: none
}
.megamenu-type-5 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-6 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-9 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-19 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-27 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-31 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 35px !important
}
.megamenu-type-3 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 65px;
	padding-top: 22px !important
}
.megamenu-type-12 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 53px;
	padding-top: 18px !important;
	padding-bottom: 18px !important
}
.megamenu-type-13 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	padding-bottom: 20px !important
}
.megamenu-type-24 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	height: 61px;
	padding-top: 20px !important;
	padding-bottom: 20px !important
}
.standard-body .fixed .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 40px !important
}
.megamenu-background .vertical:hover .megamenuToogle-wrapper .container {
	color: #fff
}
.standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1000px;
	width: 1020px;
	height: 71px;
	z-index: -1;
	background-position: top left;
	background-repeat: repeat-x;
	display: block
}
.fixed-body-2-2 .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none !important
}
.megamenu-type-2 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-16 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-15 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-7 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-11 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-22 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-20 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-34 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-28 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-26 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-25 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-21 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-4 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-14 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-10 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-17 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-5 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-6 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-9 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-19 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-27 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-31 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.megamenu-type-3 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 65px
}
.megamenu-type-12 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 53px
}
.megamenu-type-13 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-type-24 .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	height: 61px
}
.megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	color: #d9121f;
	vertical-align: top;
	margin: 5px 0 0 6px
}
.megamenu-type-10 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	display: none
}
.megamenu-type-15 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 23px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-15 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 29px;
	right: 29px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-15 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 35px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 22px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 28px;
	right: 29px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-20 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 34px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-34 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 22px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-34 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 28px;
	right: 29px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-34 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 34px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 22px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 28px;
	right: 29px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-28 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 34px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 15px;
	right: 20px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 21px;
	right: 20px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-25 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 27px;
	right: 20px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 22px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 28px;
	right: 29px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-21 .megamenu-background .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 34px;
	right: 29px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
#main .megamenu-background .vertical .megamenu-wrapper {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -100;
	margin-top: 20px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.megamenu-type-10 #main .megamenu-background .vertical .megamenu-wrapper {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px
}
.megamenu-type-20 #main .megamenu-background .vertical .megamenu-wrapper {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4)
}
.megamenu-type-34 #main .megamenu-background .vertical .megamenu-wrapper {
	background: #262626 !important
}
.megamenu-type-25 #main .megamenu-background .vertical .megamenu-wrapper {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px
}
.megamenu-type-21 #main .megamenu-background .vertical .megamenu-wrapper {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	background-position: top right !important;
	background-repeat: no-repeat !important
}
#main .megamenu-background .vertical:hover .megamenu-wrapper, .common-home.show-vertical-megamenu #main .megamenu-background .vertical .megamenu-wrapper, body.templateCollection.show-vertical-megamenu-category-page #main .megamenu-background .vertical .megamenu-wrapper {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	margin-top: 0
}
.megamenu-type-4 #main .megamenu-background .vertical:hover .megamenu-wrapper {
	margin-top: 2px
}
#main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 45px
}
.megamenu-type-4 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px;
	padding-top: 11px;
	padding-bottom: 10px
}
.megamenu-type-14 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 12px
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding: 4px 30px
}
.megamenu-type-20 .megamenu-background .vertical ul.megamenu>li {
	border: none !important;
	background: none !important
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li:last-child {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px
}
.megamenu-type-34 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding: 4px 30px
}
.megamenu-type-34 .megamenu-background .vertical ul.megamenu>li {
	border: none !important;
	background: none !important
}
.megamenu-type-28 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding: 20px 30px 17px
}
.megamenu-type-25 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding: 4px 30px
}
.megamenu-type-25 .megamenu-background .vertical ul.megamenu>li {
	border: none !important;
	background: none !important
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding: 4px 30px
}
.megamenu-type-21 .megamenu-background .vertical ul.megamenu>li {
	border: none !important;
	background: none !important
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li:last-child {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px
}
.megamenu-type-15 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px
}
.megamenu-type-10 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px
}
.megamenu-type-17 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px
}
.megamenu-type-5 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 35px
}
.megamenu-type-6 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 35px
}
.megamenu-type-9 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 35px
}
.megamenu-type-19 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 35px
}
.megamenu-type-27 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 35px
}
.standard-body #main .fixed .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 40px
}
#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 20px
}
#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 45px
}
.megamenu-type-15 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px
}
.megamenu-type-15 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
#main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 65px
}
.megamenu-type-15 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px;
	top: 10px
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 10px
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.megamenu-type-20 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.megamenu-type-34 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px;
	top: 10px
}
.megamenu-type-34 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 10px
}
.megamenu-type-34 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.megamenu-type-34 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.megamenu-type-28 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px;
	top: 10px
}
.megamenu-type-28 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 10px
}
.megamenu-type-28 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.megamenu-type-28 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.megamenu-type-25 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px;
	top: 10px
}
.megamenu-type-25 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 10px
}
.megamenu-type-25 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.megamenu-type-25 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px;
	top: 10px
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:before {
	top: 10px
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.megamenu-type-21 #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px
}
.slideshow-modules {
	position: relative;
	z-index: 22
}
.slideshow-modules .vertical {
	position: relative
}
.slideshow-modules .vertical #menuHeading {
	margin: 0;
	cursor: pointer
}
.slideshow-modules .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background: none
}
.slideshow-modules .vertical .megamenuToogle-wrapper .container {
	padding-top: 24px !important;
	padding-bottom: 25px !important
}
.megamenu-type-18 .slideshow-modules .vertical .megamenuToogle-wrapper .container {
	padding-top: 25px !important;
	padding-bottom: 24px !important
}
.megamenu-type-18 .slideshow-modules .vertical .megamenuToogle-wrapper .container:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 27px;
	right: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-18 .slideshow-modules .vertical .megamenuToogle-wrapper .container:after {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 33px;
	right: 30px;
	margin: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.megamenu-type-18 .slideshow-modules .vertical .megamenuToogle-wrapper:before {
	width: 16px;
	height: 4px;
	display: block;
	content: '';
	position: absolute;
	background: #000;
	top: 39px;
	right: 30px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
#main .slideshow-modules .vertical .megamenu-wrapper {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -100;
	margin-top: 20px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
#main .slideshow-modules .vertical:hover .megamenu-wrapper, .common-home.show-vertical-megamenu #main .slideshow-modules .vertical .megamenu-wrapper, body.templateCollection.show-vertical-megamenu-category-page #main .slideshow-modules .vertical .megamenu-wrapper {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	margin-top: 0
}
#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li {
	position: static
}
#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li>a {
	padding-top: 21px;
	padding-bottom: 16px
}
.megamenu-type-18 #main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li>a {
	padding-top: 11px;
	padding-bottom: 6px
}
#main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:before, #main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:after {
	top: 26px
}
.megamenu-type-18 #main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:before, .megamenu-type-18 #main .slideshow-modules .vertical ul.megamenu>li.with-sub-menu>a:after {
	top: 17px
}
#main .slideshow-modules .vertical ul.megamenu>li>.sub-menu {
	top: 0
}
#main .slideshow-modules .vertical ul.megamenu>li>.sub-menu .arrow {
	display: none
}
#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li>a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
#main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li.active>a img, #main .slideshow-modules .vertical .megamenu-wrapper ul.megamenu>li:hover>a img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
@media (max-width: 767px) {
.responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right, .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-top {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right>div>ul {
	display: block !important
}
.responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
	float: none;
	width: 100%;
	padding: 0
}
.responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
	float: none;
	width: 100%;
	padding: 0
}
.responsive ul.megamenu .sub-menu .content {
	padding: 20px 30px !important
}
.responsive .header-type-3 ul.megamenu .sub-menu .content {
	padding: 20px 25px !important
}
.responsive .megamenu-type-6 ul.megamenu .sub-menu .content {
	padding: 20px 25px !important
}
.responsive .megamenu-type-9 ul.megamenu .sub-menu .content {
	padding: 20px 25px !important
}
.responsive .megamenu-type-19 ul.megamenu .sub-menu .content {
	padding: 20px 25px !important
}
.responsive .megamenu-type-5 ul.megamenu .sub-menu .content {
	padding: 20px 25px !important
}
.responsive ul.megamenu .sub-menu .content .border {
	display: none
}
.responsive ul.megamenu .sub-menu .content .row {
	margin: 0 -30px;
	padding: 0
}
.responsive .header-type-3 ul.megamenu .sub-menu .content .row {
	margin: 0 -25px
}
.responsive ul.megamenu .sub-menu .content .row>div {
	margin-top: 20px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
	padding-left: 30px;
	background: none !important;
	padding-right: 30px
}
.responsive .header-type-3 ul.megamenu .sub-menu .content .row>div {
	padding-left: 25px;
	padding-right: 25px
}
.responsive ul.megamenu .sub-menu .content .row:first-of-type>div:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0
}
.responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-disabled+.mobile-enabled {
	margin-top: 0;
	border-top: none;
	padding-top: 0
}
.responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-enabled, .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-enabled, .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-enabled, .responsive ul.megamenu .sub-menu .content .row:first-of-type>div.mobile-enabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-disabled+.mobile-enabled {
	margin-top: 20px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px
}
.responsive ul.megamenu li .menu>ul>li {
	position: relative
}
.responsive ul.megamenu .menu>ul>li.active>.close-categories {
	display: block !important;
	position: absolute;
	top: 0;
	right: 14px;
	height: 45px;
	cursor: pointer
}
.responsive .megamenu-type-6 ul.megamenu .menu>ul>li>.close-categories {
	right: 7px
}
.responsive .megamenu-type-9 ul.megamenu .menu>ul>li>.close-categories {
	right: 7px
}
.responsive .megamenu-type-19 ul.megamenu .menu>ul>li>.close-categories {
	right: 7px
}
.responsive .megamenu-type-5 ul.megamenu .menu>ul>li>.close-categories {
	right: 7px
}
.responsive .standard-body .fixed ul.megamenu .menu>ul>li.active>.close-categories {
	right: 13px
}
.responsive .vertical ul.megamenu .menu>ul>li.active>.close-categories {
	right: 5px
}
.responsive #main .header-type-3 ul.megamenu .menu>ul>li.active>.close-categories {
	right: 7px
}
.responsive ul.megamenu .menu>ul>li.active>.close-categories:before {
	content: "-";
	font-family: Arial;
	font-weight: 300;
	font-size: 30px;
	line-height: 46px;
	padding: 0 18px
}
.responsive ul.megamenu .menu>ul>li>.open-categories {
	display: block !important;
	position: absolute;
	top: 0;
	right: 14px;
	height: 45px;
	cursor: pointer
}
.responsive .megamenu-type-6 ul.megamenu .menu>ul>li>.open-categories {
	right: 7px
}
.responsive .megamenu-type-9 ul.megamenu .menu>ul>li>.open-categories {
	right: 7px
}
.responsive .megamenu-type-19 ul.megamenu .menu>ul>li>.open-categories {
	right: 7px
}
.responsive .megamenu-type-5 ul.megamenu .menu>ul>li>.open-categories {
	right: 7px
}
.responsive .standard-body .fixed ul.megamenu .menu>ul>li>.open-categories {
	right: 13px
}
.responsive .vertical ul.megamenu .menu>ul>li>.open-categories {
	right: 5px
}
.responsive #main .header-type-3 ul.megamenu .menu>ul>li>.open-categories {
	right: 7px
}
.responsive ul.megamenu .menu>ul>li.active>.open-categories {
	display: none !important
}
.responsive ul.megamenu li .open-categories:before {
	content: "+";
	font-family: Arial;
	font-weight: 300;
	font-size: 20px;
	line-height: 50px;
	padding: 0 17px
}
.responsive #main ul.megamenu li .menu>ul>li .visible, .responsive #main ul.megamenu li .menu>ul>li>ul {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu.matrialarts-menu {
	padding: 0 !important
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive ul.megamenu li .sub-menu .content .static-menu .menu {
	position: relative;
	margin: -20px -30px;
	overflow: hidden
}
.responsive .megamenu-type-6 ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive .megamenu-type-6 ul.megamenu li .sub-menu .content .static-menu .menu {
	margin: -20px -25px
}
.responsive .megamenu-type-9 ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive .megamenu-type-9 ul.megamenu li .sub-menu .content .static-menu .menu {
	margin: -20px -25px
}
.responsive .megamenu-type-19 ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive .megamenu-type-19 ul.megamenu li .sub-menu .content .static-menu .menu {
	margin: -20px -25px
}
.responsive .megamenu-type-5 ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive .megamenu-type-5 ul.megamenu li .sub-menu .content .static-menu .menu {
	margin: -20px -25px
}
.responsive #main .header-type-3 ul.megamenu li .sub-menu .content .hover-menu .menu, .responsive #main .header-type-3 ul.megamenu li .sub-menu .content .static-menu .menu {
	margin: -20px -25px
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li {
	border-top: 1px solid #e5e5e5;
	margin: 0;
	background: none;
	float: none
}
.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li:before {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu>ul:first-child>li:first-child, .responsive ul.megamenu li .sub-menu .content .static-menu .menu>ul:first-child>li:first-child {
	border-top: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	display: block;
	padding: 13px 30px 10px;
	font-size: 14px;
	font-weight: 300;
	background: #fff
}
.responsive .megamenu-type-6 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .megamenu-type-6 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .megamenu-type-9 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .megamenu-type-9 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .megamenu-type-19 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .megamenu-type-19 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .megamenu-type-5 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .megamenu-type-5 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .vertical ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .megamenu-background .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive .megamenu-background .vertical ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding-left: 30px;
	padding-right: 30px
}
.responsive #main .header-type-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, .responsive #main .header-type-3 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
	padding: 11px 25px
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li ul li a, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li ul li a {
	font-size: 13px
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:hover, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:hover, .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li.active>a, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li.active>a {
	background: #fafafa
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:before, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:before, .responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:after, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:after {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
	margin: 0 !important;
	padding: 0 !important
}
.responsive #main ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li a, .responsive #main ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
	padding-left: 40px !important
}
.responsive #main ul.megamenu li .sub-menu .content .hover-menu .menu ul ul ul li a, .responsive #main ul.megamenu li .sub-menu .content .static-menu .menu ul ul ul li a {
	padding-left: 60px !important
}
.responsive ul.megamenu .sub-menu .content .static-menu .row>div {
	padding: 0 20px !important
}
.responsive .static-menu .visible {
	padding: 0 !important
}
.responsive ul.megamenu li .sub-menu .content .static-menu>.menu>ul>li {
	padding: 0
}
.responsive .megamenu-type-10 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 25px !important
}
.responsive .megamenu-type-10 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 25px !important
}
.responsive .megamenu-type-17 .megamenu-background .vertical .megamenuToogle-wrapper .container {
	padding-left: 25px !important
}
.responsive .megamenu-type-17 #main .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 25px !important
}
}
@media (max-width: 991px) {
.responsive .megamenu-type-21 .megamenu-background>div, .responsive .megamenu-type-20 .megamenu-background>div, .responsive .megamenu-type-34 .megamenu-background>div, .responsive .megamenu-type-25 .megamenu-background>div, .responsive .megamenu-type-10 .megamenu-background>div {
	background: none
}
.responsive ul.megamenu li .sub-menu .content {
	background-image: none !important
}
.responsive .mega-menu-modules .vertical.mobile-disabled {
	display: none !important
}
.responsive .vertical ul.megamenu>li {
	position: relative !important;
	padding: 0 !important;
	border-left: none !important;
	border-right: none !important
}
.responsive .vertical ul.megamenu>li.click:before, .responsive .vertical ul.megamenu>li.hover:before {
	display: none
}
.responsive #main .vertical ul.megamenu>li>a {
	padding-left: 30px !important
}
.responsive .megamenu-type-4 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-14 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-5 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-6 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-9 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-19 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-10 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-17 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-20 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-34 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-28 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-26 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-25 #main header .vertical ul.megamenu>li>a, .responsive .megamenu-type-21 #main header .vertical ul.megamenu>li>a, .responsive #main .main-content .vertical ul.megamenu>li>a {
	padding-left: 25px !important
}
.responsive .mega-menu-modules>div:first-child>div {
	margin-right: -30px !important
}
.responsive .mega-menu-modules>div:first-child .vertical #menuHeading {
	margin-top: 0 !important;
	display: none
}
.responsive .megamenu-background .vertical .megamenuToogle-wrapper .megamenuToogle-pattern {
	background-image: none
}
.responsive #main .vertical .megamenuToogle-wrapper .container {
	padding-left: 30px !important;
	height: auto !important
}
.responsive .megamenu-type-4 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-14 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-5 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-6 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-9 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-19 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-10 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-17 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-20 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-34 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-28 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-26 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-25 #main header .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-type-21 #main header .vertical .megamenuToogle-wrapper .container, .responsive #main .main-content .vertical .megamenuToogle-wrapper .container {
	padding-left: 25px !important
}
.responsive .standard-body .full-width .megamenu-background .mega-menu-modules>div:first-child:before {
	display: none
}
.responsive .megamenu-background .vertical .megamenuToogle-wrapper {
	background: #d9121f
}
.responsive .megamenu-background .vertical .megamenuToogle-wrapper .container {
	color: #fff
}
.responsive .vertical ul.megamenu>li.with-sub-menu>a:before, .responsive .vertical ul.megamenu>li.with-sub-menu>a:after {
	display: none
}
.responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 30px !important
}
.responsive #main .megamenu-background .vertical .megamenu-wrapper {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	margin-top: 0 !important;
	position: relative;
	display: none
}
.responsive #main .slideshow-modules .vertical {
	margin-left: -20px;
	margin-right: -20px
}
.responsive #main .slideshow-modules .vertical .megamenu-wrapper {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	margin-top: 0 !important;
	position: relative;
	display: none
}
.responsive .standard-body .full-width .megamenu-background .megaMenuToggle {
	position: relative
}
.responsive .standard-body .full-width .megamenu-background .megaMenuToggle:before {
	content: '';
	position: absolute;
	top: 0;
	left: -500%;
	right: -500%;
	bottom: 0;
	z-index: -1;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fafafa;
	display: block
}
.responsive .header-type-3 .megamenu-background .megaMenuToggle:before, .responsive .main-fixed2 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-4 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-14 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-5 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-6 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-9 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-19 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-10 .megamenu-background .megaMenuToggle:before, .responsive .megamenu-type-17 .megamenu-background .megaMenuToggle:before {
	display: none !important
}
.responsive .megaMenuToggle {
	display: block
}
.responsive .horizontal {
	position: relative;
	margin: 0 -30px !important
}
.responsive .header-type-3 .horizontal, .responsive .megamenu-type-4 .horizontal, .responsive .megamenu-type-14 .horizontal, .responsive .megamenu-type-5 .horizontal, .responsive .megamenu-type-6 .horizontal, .responsive .megamenu-type-9 .horizontal, .responsive .megamenu-type-19 .horizontal {
	margin: 0 !important
}
.responsive .horizontal .megamenu-wrapper {
	display: none;
	background: #333 !important;
	position: relative
}
.responsive .megamenu-type-6 .horizontal .megamenu-wrapper {
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px
}
.responsive .horizontal ul.megamenu>li {
	display: block;
	text-align: left;
	float: none !important;
	width: auto;
	background: none !important;
	border: none;
	border-top: 1px solid #404040;
	position: relative;
	margin: 0 !important;
	padding: 0;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in
}
.responsive .megamenu-type-33 #main .horizontal ul.megamenu>li {
	display: block
}
.responsive #main .horizontal ul.megamenu>li {
	border-left: none;
	border-right: none;
	border-bottom: none
}
.responsive .horizontal ul.megamenu>li:first-child {
	border: none !important
}
.responsive ul.megamenu>li.home, .responsive ul.megamenu>li.search {
	display: none
}
.responsive .horizontal ul.megamenu>li>a {
	color: #fff;
	text-shadow: none;
	background: none !important;
	margin: 0;
	padding: 14px 30px 13px !important;
	height: auto !important;
	border: none
}
.responsive .megamenu-type-17 .horizontal ul.megamenu>li>a {
	padding-top: 12px !important;
	padding-bottom: 10px !important
}
.responsive .megamenu-type-6 .horizontal ul.megamenu>li>a {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .megamenu-type-9 .horizontal ul.megamenu>li>a {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .megamenu-type-19 .horizontal ul.megamenu>li>a {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .megamenu-type-5 .horizontal ul.megamenu>li>a {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .header-type-3 .horizontal ul.megamenu>li>a {
	padding-left: 25px !important
}
.responsive .horizontal ul.megamenu>li>a img {
	margin-left: 0
}
.responsive .megamenu-type-7 .horizontal ul.megamenu>li>a img {
	display: none
}
.responsive .megamenu-type-26 .horizontal ul.megamenu>li>a img {
	display: none
}
.responsive .megamenu-type-30 .horizontal ul.megamenu>li>a img {
	display: none
}
.responsive ul.megamenu>li.with-sub-menu>a strong:after {
	display: none
}
.responsive .horizontal ul.megamenu .megamenu-label {
	display: inline-block;
	position: relative;
	top: 2px;
	vertical-align: top;
	left: 10px
}
.responsive ul.megamenu>li>.sub-menu>.content>.arrow {
	display: none
}
.responsive ul.megamenu>li:hover, .responsive ul.megamenu>li.active {
	background: #2d2d2d !important
}
.responsive ul.megamenu>li.with-sub-menu .open-menu {
	position: absolute;
	right: 13px;
	top: 2px;
	z-index: 10;
	padding: 6px 18px 10px 50px;
	display: block;
	cursor: pointer;
	height: 45px;
	color: #fff
}
.responsive .slideshow-modules .vertical ul.megamenu>li.with-sub-menu .open-menu, .responsive .slideshow-modules .vertical ul.megamenu>li.with-sub-menu .close-menu {
	top: 10px
}
.responsive .megamenu-type-6 ul.megamenu>li.with-sub-menu .open-menu {
	right: 7px
}
.responsive .megamenu-type-9 ul.megamenu>li.with-sub-menu .open-menu {
	right: 7px
}
.responsive .megamenu-type-19 ul.megamenu>li.with-sub-menu .open-menu {
	right: 7px
}
.responsive .megamenu-type-5 ul.megamenu>li.with-sub-menu .open-menu {
	right: 7px
}
.responsive .vertical ul.megamenu>li.with-sub-menu .open-menu {
	right: 5px
}
.responsive .header-type-3 ul.megamenu>li.with-sub-menu .open-menu {
	right: 7px
}
.responsive ul.megamenu>li.active .open-menu {
	display: none
}
.responsive ul.megamenu>li.with-sub-menu .open-menu:before {
	content: "+";
	font-family: Arial;
	font-weight: 300;
	font-size: 20px
}
.responsive ul.megamenu>li.active .close-menu {
	display: block;
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 13px;
	width: 85px;
	height: 45px;
	padding: 0 3px 0 40px;
	text-align: center;
	cursor: pointer;
	color: #fff
}
.responsive .megamenu-type-6 ul.megamenu>li.active .close-menu {
	right: 7px
}
.responsive .megamenu-type-9 ul.megamenu>li.active .close-menu {
	right: 7px
}
.responsive .megamenu-type-19 ul.megamenu>li.active .close-menu {
	right: 7px
}
.responsive .megamenu-type-5 ul.megamenu>li.active .close-menu {
	right: 7px
}
.responsive .vertical ul.megamenu>li.active .close-menu {
	right: 5px
}
.responsive .header-type-3 ul.megamenu>li.active .close-menu {
	right: 7px
}
.responsive ul.megamenu>li.active .close-menu:before {
	content: "-";
	font-family: Arial;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.3
}
.responsive ul.megamenu>li>.sub-menu {
	width: 100% !important;
	padding-top: 0;
	position: relative;
	display: none;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	z-index: 2 !important;
	visibility: visible !important;
	left: 0 !important;
	top: 0 !important;
	margin: 0 !important
}
.responsive ul.megamenu li .sub-menu .content {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0x;
	-webkit-border-radius: 0;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	margin-top: 0 !important;
	left: 0 !important;
	margin-left: 0 !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	-webkit-transform: scale(1, 1) !important;
	-moz-transform: scale(1, 1) !important;
	-o-transform: scale(1, 1) !important;
	-ms-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul, .responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	visibility: visible !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
	display: block;
	margin: 0 10px 5px;
	width: auto;
	padding: 0;
	position: static;
	left: 0;
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
	display: none
}
.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
	display: none
}
.responsive .visible>div {
	margin: 0 !important;
	border: none !important;
	padding: 0 0 0 10px !important
}
}
@media (max-width: 1098px) {
.responsive ul.megamenu>li {
	margin: 0 20px 0 0
}
.responsive ul.megamenu>li.pull-right {
	margin: 0 0 0 10px
}
.responsive .megamenu-type-7 #main ul.megamenu>li.pull-right, .responsive .megamenu-type-7 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -30px
}
.responsive .megamenu-type-11 #main ul.megamenu>li.pull-right, .responsive .megamenu-type-11 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -30px
}
.responsive .megamenu-type-22 #main ul.megamenu>li.pull-right, .responsive .megamenu-type-22 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -30px
}
.responsive .megamenu-type-13 #main ul.megamenu>li.pull-right, .responsive .megamenu-type-13 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -30px
}
.responsive .megamenu-type-24 #main ul.megamenu>li.pull-right, .responsive .megamenu-type-24 .standard-body #main .fixed ul.megamenu>li.pull-right {
	margin-right: -30px
}
.responsive #main .mega-menu-modules>div:last-child>div {
	padding-left: 0
}
.responsive .megamenu-background .vertical .megamenuToogle-wrapper .container, .responsive .megamenu-background .vertical ul.megamenu>li>a, .responsive .standard-body .fixed .megamenu-background .vertical .megamenuToogle-wrapper .container, .responsive .standard-body .fixed .megamenu-background .vertical ul.megamenu>li>a {
	padding-left: 30px !important
}
.responsive .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a, .responsive .standard-body .fixed .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a {
	padding-left: 50px !important
}
.responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu>a:after {
	left: 10px
}
.responsive #main .megamenu-background .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
	left: 30px
}
.responsive .mega-menu-modules>div:first-child>div, .responsive .standard-body .fixed .mega-menu-modules>div:first-child>div {
	margin-left: -30px !important
}
}
@media (min-width: 992px) {
.megamenu-type-8 .megamenu-wrapper {
	display: inline-block !important;
	background: rgba(0,0,0,0.34);
	border: 1px solid rgba(163,141,130,0.2);
	margin-left: 15px
}
}
.computer-menu ul {
	list-style: none;
	padding: 2px 0 0 !important;
	margin: 0 !important;
	font-weight: 600;
	line-height: 30px
}
.computer-menu a {
	font-size: 14px
}
.computer-menu li {
	margin: 0 !important;
	float: left;
	clear: both
}
.with-border-left {
	position: static
}
.with-border-left:before {
	content: '';
	position: absolute;
	width: 1px;
	top: -30px;
	bottom: -30px;
	background-repeat: repeat;
	margin-left: -31px
}
.full-width-sub-menu .with-border-left:before {
	bottom: -40px
}
@media (max-width: 767px) {
.responsive .with-border-left:before {
	display: none
}
}
.flowers-menu {
	margin: 0 0 -9px !important
}
.flowers-menu ul {
	list-style: none;
	padding: 2px 0 0 !important;
	margin: 0 !important;
	font-weight: 600;
	line-height: 30px
}
.flowers-menu a {
	font-size: 13px
}
.flowers-menu li {
	margin: 0 !important;
	float: left;
	clear: both
}
@media (max-width: 767px) {
.responsive .flowers-menu {
	padding: 0 !important
}
}
.fashion3-megamenu {
	position: relative
}
@media (min-width: 767px) {
.fashion3-megamenu {
	margin: -30px -40px -40px;
	position: relative
}
.fashion3-megamenu>.row {
	display: table;
	width: 100%;
	margin: 0
}
.fashion3-megamenu>.row>div .static-menu {
	padding-left: 40px;
	padding-right: 40px
}
.fashion3-megamenu>.row>div {
	padding-left: 0;
	padding-right: 0
}
.fashion3-megamenu .white-text {
	color: #fff
}
.fashion3-megamenu .white-text a {
	color: #fff
}
.fashion3-megamenu .white-text a:hover {
	opacity: .8
}
#main .fashion3-megamenu .static-menu a.main-menu {
	padding: 0 0 3px;
	line-height: 1
}
}
.fashion3-megamenu .static-menu a.main-menu:after {
	display: none
}
#main .fashion3-megamenu .static-menu .menu ul {
	line-height: 25px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}
#main .fashion3-megamenu .static-menu .menu>ul {
	padding-top: 35px;
	padding-bottom: 45px
}
.fashion3-megamenu .all-products {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 12px 40px 10px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase
}
.sport-menu ul {
	list-style: none;
	padding: 2px 0 0 10px !important;
	margin: 0 !important;
	line-height: 30px
}
.sport-menu a {
	font-size: 14px;
	font-weight: 600
}
.sport-menu li {
	margin: 0 !important;
	float: left;
	clear: both
}
.horizontal-type-2 {
	position: relative;
	background: #ce3854
}
.horizontal-type-2 .container, .horizontal-type-2.container {
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	max-width: none !important
}
.horizontal-type-2 ul.megamenu {
	padding: 0 11px !important
}
.horizontal-type-2 ul.megamenu>li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: table-cell !important;
	width: 280px !important;
	border-left: 1px solid rgba(255,255,255,0.1) !important
}
.horizontal-type-2 ul.megamenu>li>a {
	height: 60px !important;
	padding: 20px 30px 18px !important;
	margin: 0 !important;
	background: none !important
}
.horizontal-type-2 ul.megamenu>li:first-child {
	border: none !important
}
.horizontal-type-2 ul.megamenu>li>a img {
	margin: -2px 27px 0 0
}
.horizontal-type-2 ul.megamenu>li>a strong {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #fff !important;
	display: block !important
}
.horizontal-type-2 ul.megamenu>li>a strong:after {
	color: #fff !important;
	float: right;
	font-size: 11px
}
.horizontal-type-2 ul.megamenu li .sub-menu .content {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important
}
@media (max-width: 1098px) {
.responsive .horizontal-type-2 ul.megamenu>li>a {
	padding: 20px 20px 18px !important
}
}
@media (max-width: 991px) {
.responsive .horizontal-type-2 .megaMenuToggle {
	display: none !important
}
.responsive #main .horizontal-type-2 .megamenu-wrapper {
	display: block !important;
	background: none !important
}
.responsive .horizontal-type-2 ul.megamenu {
	padding: 0 !important
}
.responsive #main .horizontal-type-2 ul.megamenu>li {
	display: block !important;
	width: auto !important;
	border: none !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	background: none !important
}
.responsive #main .horizontal-type-2 ul.megamenu>li>a {
	padding: 18px 30px 17px !important
}
.responsive #main .horizontal-type-2 ul.megamenu>li>a img {
	display: none !important
}
.responsive #main .horizontal-type-2 ul.megamenu>li>a strong {
	font-size: 13px !important
}
.responsive .horizontal-type-2 ul.megamenu>li.with-sub-menu .open-menu, .responsive .horizontal-type-2 ul.megamenu>li.with-sub-menu .close-menu {
	color: #fff !important;
	height: 53px;
	top: 6px
}
}
.horizontal-type-3 {
	position: relative;
	background: #232323;
	background: -moz-linear-gradient(top, #232323 0%, #181818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232323), color-stop(100%, #181818));
	background: -webkit-linear-gradient(top, #232323 0%, #181818 100%);
	background: -o-linear-gradient(top, #232323 0%, #181818 100%);
	background: -ms-linear-gradient(top, #232323 0%, #181818 100%);
	background: linear-gradient(to bottom, #232323 0%, #181818 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#181818', GradientType=0)
}
.horizontal-type-3 .container, .horizontal-type-3.container {
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	max-width: none !important
}
.horizontal-type-3 ul.megamenu>li {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: table-cell !important;
	width: 196px !important;
	border-left: 1px solid rgba(255,255,255,0.07) !important
}
.horizontal-type-3 ul.megamenu>li>a {
	height: 110px !important;
	padding: 19px 20px 18px !important;
	margin: 0 !important;
	background: none !important;
	text-align: center
}
.horizontal-type-3 ul.megamenu>li>a:hover {
	background: #191919 !important;
	background: -moz-linear-gradient(top, #191919 0%, #0f0f0f 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191919), color-stop(100%, #0f0f0f)) !important;
	background: -webkit-linear-gradient(top, #191919 0%, #0f0f0f 100%) !important;
	background: -o-linear-gradient(top, #191919 0%, #0f0f0f 100%) !important;
	background: -ms-linear-gradient(top, #191919 0%, #0f0f0f 100%) !important;
	background: linear-gradient(to bottom, #191919 0%, #0f0f0f 100%) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#0f0f0f', GradientType=0) !important
}
.horizontal-type-3 ul.megamenu>li:first-child {
	border: none !important
}
.horizontal-type-3 ul.megamenu>li>a img {
	margin: 0 auto 5px;
	display: block
}
.horizontal-type-3 ul.megamenu>li>a strong:after {
	display: none
}
.horizontal-type-3 ul.megamenu li .sub-menu .content {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important
}
.horizontal-type-3 ul.megamenu>li>.sub-menu>.content>.arrow:after {
	margin-left: -10px
}
@media (max-width: 1098px) {
.responsive .horizontal-type-3 ul.megamenu>li>a {
	padding: 20px 20px 18px !important
}
}
@media (max-width: 991px) {
.responsive .horizontal-type-3 .megaMenuToggle {
	display: none !important
}
.responsive #main .horizontal-type-3 .megamenu-wrapper {
	display: block !important;
	background: none !important
}
.responsive .horizontal-type-3 ul.megamenu {
	padding: 0 !important
}
.responsive #main .horizontal-type-3 ul.megamenu>li {
	display: block !important;
	width: auto !important;
	border: none !important;
	border-top: 1px solid rgba(255,255,255,0.07) !important;
	background: none !important
}
.responsive #main .horizontal-type-3 ul.megamenu>li:first-child {
	border: none !important
}
.responsive #main .horizontal-type-3 ul.megamenu>li>a {
	padding: 18px 30px 17px !important;
	text-align: left;
	color: #fff !important
}
.responsive #main .horizontal-type-3 ul.megamenu>li>a img {
	display: none !important
}
.responsive .horizontal-type-3 ul.megamenu>li.with-sub-menu .open-menu, .responsive .horizontal-type-3 ul.megamenu>li.with-sub-menu .close-menu {
	color: #fff !important;
	height: 53px;
	top: 7px
}
}
@media (max-width: 1270px) {
.responsive .megamenu-type-23 ul.megamenu>li>a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .megamenu-type-23 ul.megamenu>li.pull-right>a {
	padding-right: 25px;
	padding-left: 10px
}
.responsive .megamenu-type-23 #main ul.megamenu>li.pull-right:last-child>a {
	padding-left: 25px;
	padding-right: 10px
}
.responsive .megamenu-type-23 #main ul.megamenu>li.pull-right:nth-last-child(2)>a {
	padding-right: 10px
}
.responsive .megamenu-type-30 .horizontal ul.megamenu>li>a img {
	display: none
}
}
@media (max-width: 1098px) {
.responsive .megamenu-type-23 #main ul.megamenu {
	margin: 0 -30px
}
.responsive .megamenu-type-23 ul.megamenu>li>a {
	padding-left: 20px;
	padding-right: 20px
}
.responsive .megamenu-type-23 ul.megamenu>li>a img {
	max-width: 21px;
	margin-top: 0
}
.responsive .megamenu-type-23 ul.megamenu>li.pull-right>a {
	padding-right: 15px;
	padding-left: 5px
}
.responsive .megamenu-type-23 #main ul.megamenu>li.pull-right:last-child>a {
	padding-left: 15px;
	padding-right: 5px
}
.responsive .megamenu-type-23 #main ul.megamenu>li.pull-right:nth-last-child(2)>a {
	padding-right: 10px
}
.responsive .megamenu-type-29 ul.megamenu>li>a {
	padding-left: 17px;
	padding-right: 17px
}
}
@media (max-width: 991px) {
.responsive .megamenu-type-23 #main ul.megamenu {
	margin: 0
}
.responsive .megamenu-type-23 #main ul.megamenu li.pull-right {
	border-left: none
}
.responsive .megamenu-type-27 #main ul.megamenu {
	margin: 0
}
.responsive .megamenu-type-31 #main ul.megamenu {
	margin: 0
}
.responsive .megamenu-type-30 #main ul.megamenu {
	margin: 0
}
.responsive .megamenu-type-29 #main ul.megamenu {
	padding: 0
}
.responsive .slideshow-modules .vertical #menuHeading, .vertical #menuHeading, .vertical .megamenu-wrapper {
	display: none
}
#main .slideshow-modules .vertical .megamenu-wrapper {
	-webkit-transition-property: none;
	transition-property: none
}
#main .megamenu-background .vertical .megamenu-wrapper {
	-webkit-transition-property: none;
	transition-property: none
}
.vertical .megamenuToogle-wrapper:before {
	display: none !important
}
.vertical .megamenuToogle-wrapper .container:before {
	display: none !important
}
.vertical .megamenuToogle-wrapper .container:after {
	width: auto !important;
	height: auto !important;
	display: block !important;
	content: "\f078" !important;
	color: inherit !important;
	position: static !important;
	background: none !important;
	margin: 5px 0 0 !important;
	float: right !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.responsive .standard-body #main .full-width .megamenu-background .megaMenuToggle:before {
	background: none !important
}
.megamenu-type-5 #main .mega-menu-modules>div:first-child>div {
	margin-left: 0 !important
}
}
@media (max-width: 1270px) {
.responsive .camera_wrap {
	height: auto !important
}
.responsive #top .search_form {
	width: 140px;
	margin-right: 18px
}
.responsive .header-type-12 #top .search_form {
	width: 430px
}
.responsive .header-type-12 #top .search_form .overflow-input {
	width: 285px
}
.responsive #top .dropdown {
	margin-right: 12px
}
.responsive #top #cart_block {
	margin-left: 28px
}
.responsive #top #cart_block .cart-heading p {
	padding-left: 12px
}
.responsive .banner-big-sale {
	padding-left: 5%
}
.responsive .newsletter .heading {
	padding-left: 30px
}
.responsive .body-full-width .header-type-3 #header-right {
	min-width: 300px
}
.responsive .gardentools-newsletter .inputs input {
	width: 200px
}
.responsive .gardentools-newsletter .heading {
	padding-top: 77px
}
.responsive .gardentools-newsletter .heading p {
	font-size: 45px
}
.responsive .barber-footer-padding-left .container>div {
	padding-left: 25% !important
}
.responsive .header-type-5 #top .my-account {
	margin-left: 10px
}
.responsive .header-type-5 #top .search_form {
	margin-right: 22px
}
.responsive .wine-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .cosmetics-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .glamshop-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .medic-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .newsletter.medic-newsletter .content p {
	padding-left: 40px
}
.responsive .cosmetics2-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .newsletter.cosmetics2-newsletter .content p {
	padding-left: 40px
}
.responsive .architecture-newsletter.newsletter .inputs {
	padding-right: 45px
}
.responsive .architecture-newsletter.newsletter .inputs input {
	width: 180px
}
.responsive .newsletter.architecture-newsletter .content p {
	padding-left: 40px
}
.responsive .toys3-newsletter.newsletter .inputs {
	padding-right: 45px
}
.responsive .toys3-newsletter.newsletter .inputs input {
	width: 150px
}
.responsive .toys3-newsletter .content p {
	padding-left: 40px
}
.responsive .spices-newsletter.newsletter .inputs {
	padding-right: 25px
}
.responsive .computer4-parallax {
	padding-left: 50%
}
.responsive .architecture-products .product .right {
	padding-top: 53px
}
.responsive .header-type-14 #top .search_form {
	width: 170px;
	margin-left: 38px;
	margin-right: 38px
}
.responsive .header-type-14 #top .search_form:before {
	left: -41px
}
.responsive .header-type-14 #top #cart_block {
	margin-left: 58px
}
.responsive .header-type-14 #top #cart_block:before {
	left: -58px
}
.responsive .matrialarts-contact {
	padding: 13px 40px 0 0
}
.responsive .matrialarts-contact:before {
	left: -41px
}
.responsive .header-type-15 #top .search_form {
	width: 260px
}
.responsive .bakery-newsletter.newsletter .inputs input {
	width: 248px;
	background: none;
	border: 1px solid rgba(255,255,255,0.15)
}
.responsive .header-type-20 #top .search_form {
	width: 252px !important;
	max-width: 252px
}
.responsive .holidays-phone {
	padding-right: 25px
}
.responsive .holidays-phone p {
	font-size: 20px;
	padding-top: 3px
}
.responsive .product-list-type-4 .product-list>div .name-actions .name {
	padding: 44px 0 0 10px
}
.responsive .product-list-type-4 .product-list .desc {
	padding-top: 47px
}
.responsive .books-newsletter .heading .second-heading {
	display: none
}
}
@media (max-width: 1098px) {
.responsive .social_widget.right .icon {
	left: -35px
}
.responsive .social_widget.left .icon {
	right: -35px
}
.responsive .social_widget .icon {
	width: 35px;
	height: 35px
}
.responsive .social_widget .icon i {
	line-height: 35px
}
.responsive .product-grid .product .only-hover .btn-action {
	width: 35px;
	height: 35px;
	padding: 5px 0
}
.responsive .fixed-body .container, .responsive .standard-body .fixed .container, .responsive .standard-body .fixed2 .container, .responsive .fixed-body-2-2 .container {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .fixed-body .container .container, .responsive .standard-body .fixed .container .container, .responsive .standard-body .fixed2 .container .container {
	padding-left: 0;
	padding-right: 0
}
.responsive .categories-wall .row>div:first-child .category-wall .image {
	margin-left: -15px;
	padding-left: 15px
}
.responsive .standard-body .full-width .categories-wall .row>div:first-child .category-wall .image {
	padding-left: 0;
	margin-left: 0
}
.responsive .categories-wall .row>div:last-child .category-wall .image {
	margin-right: -15px;
	padding-right: 15px
}
.responsive .standard-body .full-width .categories-wall .row>div:last-child .category-wall .image {
	padding-right: 0;
	margin-right: 0
}
.responsive .banner-big-sale {
	padding-left: 4%
}
.responsive .banner-big-sale img {
	max-width: 55%
}
.responsive .fixed-body .col-md-12>.box-with-products .clear:after, .responsive .fixed-body .col-md-12>.box-with-products .clear:before, .responsive .standard-body .fixed .col-md-12>.box-with-products .clear:after, .responsive .standard-body .fixed .col-md-12>.box-with-products .clear:before, .responsive .fixed-body .col-sm-12>.box-with-products .clear:after, .responsive .fixed-body .col-sm-12>.box-with-products .clear:before, .responsive .standard-body .fixed .col-sm-12>.box-with-products .clear:after, .responsive .standard-body .fixed .col-sm-12>.box-with-products .clear:before {
	left: -30px;
	right: -30px
}
.responsive .fixed-body .center-column .tab-content, .responsive .standard-body .fixed .center-column .tab-content {
	margin: 0 -30px;
	padding-left: 30px;
	padding-right: 30px
}
.responsive .main-fixed .col-md-12 .col-md-12.center-column .panel, .responsive .main-fixed .cart-info, .responsive .standard-body .fixed2 .cart-info {
	margin-left: -30px;
	margin-right: -30px
}
.responsive .main-fixed .cart-info table td:first-child, .responsive .standard-body .fixed2 .cart-info table td:first-child {
	padding-left: 30px
}
.responsive .main-fixed .cart-info table td:last-child, .responsive .standard-body .fixed2 .cart-info table td:last-child {
	padding-right: 30px !important
}
.responsive .main-fixed .col-md-12 .col-md-12.center-column .panel-heading {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .center-column .panel-body {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .standard-body .fixed .center-column .panel, .responsive .standard-body .fixed .cart-info {
	margin-left: -30px;
	margin-right: -30px
}
.responsive .standard-body .fixed .cart-info table td:first-child {
	padding-left: 30px
}
.responsive .standard-body .fixed .cart-info table td:last-child {
	padding-right: 30px
}
.responsive .standard-body .fixed .center-column .panel-heading {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .standard-body .fixed .center-column .panel-body {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .barber-footer-padding-left .container>div {
	padding-left: 20% !important
}
.responsive .newsletter.wine-newsletter .heading p {
	font-size: 20px
}
.responsive .newsletter.wine-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.cosmetics-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.glamshop-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.medic-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.cosmetics2-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.architecture-newsletter .inputs input {
	width: 140px
}
.responsive .newsletter.toys3-newsletter .inputs input {
	width: 110px
}
.responsive .newsletter.spices-newsletter .heading p {
	font-size: 20px
}
.responsive .newsletter.spices-newsletter .inputs input {
	width: 140px
}
.responsive .computer4-parallax {
	padding-left: 40%
}
.responsive .military-newsletter {
	padding: 0 35px
}
.responsive .header-type-12 #top .search_form {
	width: 310px
}
.responsive .header-type-12 #top .search_form .overflow-input {
	width: 165px
}
.responsive #main .market-contact p {
	padding: 39px 0 0 4px;
	font-size: 16px
}
.responsive .market-products-categories .image {
	display: none
}
.responsive .architecture-products .product .right {
	padding-top: 43px
}
.responsive .header-type-15 #top .search_form {
	width: 140px
}
.responsive .newsletter.bakery-newsletter .heading h6 {
	font-size: 25px;
	line-height: 1;
	padding-top: 7px
}
.responsive .bakery-newsletter.newsletter .inputs input {
	width: 188px;
	background: none;
	border: 1px solid rgba(255,255,255,0.15)
}
.responsive .shoes3-newsletter {
	padding-left: 40px;
	padding-right: 40px
}
.responsive .shoes3-newsletter .inputs input {
	width: 170px
}
.responsive .computer8-newsletter .heading {
	padding-right: 40px
}
.responsive .computer8-newsletter .inputs {
	padding-left: 40px
}
.responsive .computer8-newsletter .inputs input {
	width: 170px
}
.responsive .fixed-body .col-md-12>.filter-product .tab-content:after, .responsive .fixed-body .col-md-12>.filter-product .tab-content:before, .responsive .standard-body .fixed .col-md-12>.filter-product .tab-content:after, .responsive .standard-body .fixed .col-md-12>.filter-product .tab-content:before, .responsive .fixed-body .col-sm-12>.filter-product .tab-content:after, .responsive .fixed-body .col-sm-12>.filter-product .tab-content:before, .responsive .standard-body .fixed .col-sm-12>.filter-product .tab-content:after, .responsive .standard-body .fixed .col-sm-12>.filter-product .tab-content:before {
	left: -30px;
	right: -30px
}
.responsive #contact_map {
	margin-left: -30px;
	margin-right: -30px
}
.responsive .back-to-school {
	padding-left: 0;
	padding-right: 0
}
}
@media (max-width: 991px) {
.responsive .standard-body .fixed {
	padding: 0 20px
}
.responsive .standard-body .full-width .container {
	padding-left: 20px;
	padding-right: 20px
}
.responsive .standard-body .fixed .container {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .standard-body .fixed2 .container {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .main-fixed .container {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .main-fixed .custom-footer.fixed {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.responsive .standard-body .container .container, .responsive .main-fixed .container .container {
	padding-left: 0;
	padding-right: 0
}
.responsive .col-sm-3 .box-no-advanced.box-with-products, .responsive .col-sm-4 .box-no-advanced.box-with-products, .responsive .col-md-3 .box-no-advanced.box-with-products, .responsive .col-md-4 .box-no-advanced.box-with-products {
	display: none
}
.responsive .box-with-categories {
	margin-top: -25px !important
}
.responsive .breadcrumb-type-1 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-9 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-2 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-4 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-8 .box-with-categories {
	padding-top: 30px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-6 .box-with-categories {
	padding-top: 30px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-3 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-10 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-5 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive .breadcrumb-type-11 .box-with-categories {
	padding-top: 40px !important;
	margin-top: 0 !important
}
.responsive #main .box-with-links {
	margin-top: 0 !important;
	padding-top: 40px !important
}
.responsive .header-type-3 #header-center, .responsive .header-type-3 #header-left, .responsive .header-type-3 #header-right {
	display: block;
	width: 100%;
	min-width: 1px !important;
	max-width: none !important
}
.responsive .header-type-3 #header-left .logo, .responsive .header-type-3 #top #header-right {
	text-align: center
}
.responsive .header-type-3 #top #header-right {
	padding-top: 5px
}
.responsive #main .barber-footer-padding-left .container>div {
	padding-left: 15% !important
}
.responsive #main .header-type-5 #top .my-account {
	margin-left: 0
}
.responsive #main .header-type-5 #top .search_form {
	margin-right: 12px
}
.responsive .header-type-10 #top .logo {
	padding: 30px 0 0
}
.responsive .header-type-10 #header-center {
	padding-top: 23px
}
.responsive .header-type-10 #top #header-right {
	padding-top: 0;
	padding-right: 33px;
	text-align: right
}
.responsive .header-type-13 #header-left {
	display: block;
	width: 100%;
	float: none
}
.responsive .market-phone {
	margin: 30px auto 0;
	display: block !important
}
.responsive .petshop2-phone {
	margin-top: 0 !important
}
.responsive .carparts-phone {
	margin: 30px auto 0;
	display: block !important
}
.responsive .stationery-phone {
	margin: 30px auto 0;
	display: block !important
}
.responsive .header-type-18 #top .search_form {
	width: 170px !important
}
.responsive body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
	padding-left: 0 !important
}
.responsive .header-type-24 #top .search_form .search-cat {
	min-width: 180px
}
.responsive .header-type-24 #top .pattern>.container>.row:before {
	left: 10px;
	right: 10px
}
.responsive .header-type-24 #top .logo {
	padding-bottom: 1px
}
.responsive .header-type-24 #top .overflow-change-menu ul.menu {
	padding: 4px 0 0
}
.responsive .header-type-24 #top .currency {
	padding-top: 4px
}
.responsive #main .header-type-24 .megamenu-background .vertical .megamenu-wrapper {
	margin-bottom: -7px
}
.responsive .header-type-24 #top .pattern>.container .megamenu-background {
	display: block;
	text-align: left;
	padding: 0 30px
}
.responsive .header-type-24 #top .pattern>.container .megamenu-background .megaMenuToggle {
	margin-top: 25px
}
.responsive .header-type-24 #top .pattern>.container #header-left:before, .responsive .header-type-24 #top .pattern>.container #header-left:after {
	display: none
}
.responsive .header-type-24 #top .pattern>.container #header-right {
	text-align: center
}
.responsive .header-type-24 #top .overflow-change-menu ul.menu li {
	padding: 0 7px
}
.responsive .shoes2-phone {
	margin: 20px auto 0;
	display: block !important
}
.responsive #main .dropdown-menu {
	display: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important
}
.responsive #main .open>.dropdown-menu {
	margin-top: 9px;
	display: block !important
}
.responsive .computer4-parallax {
	padding-left: 30%
}
.responsive .header-type-12 #top #header-left, .responsive .header-type-12 #top #header-right {
	width: 100%;
	display: block;
	text-align: center
}
.responsive .header-type-12 #top #header-left .logo {
	text-align: center
}
.responsive .header-type-12 #top .search_form {
	margin-left: 0
}
.responsive .architecture-products .product .right {
	padding-top: 33px
}
.responsive .header-type-14 #top .search_form {
	width: 100px;
	margin-left: 18px;
	margin-right: 18px
}
.responsive .header-type-14 #top .search_form:before {
	left: -21px
}
.responsive .header-type-14 #top #cart_block {
	margin-left: 38px
}
.responsive .header-type-14 #top #cart_block:before {
	left: -38px
}
.responsive .matrialarts-contact {
	padding: 13px 20px 0 0
}
.responsive .matrialarts-contact:before {
	left: -21px
}
.responsive .standard-body .header-type-13 .fixed .search_form {
	margin-right: 10px;
	margin-left: 10px
}
.responsive .body-header-type-19 .camera_slider {
	margin: 30px 0 0
}
.responsive .body-header-type-19.common-home #slider .pattern {
	position: relative;
	margin-top: 0
}
.responsive .header-type-19 .shop-by-car {
	padding-left: 25px;
	width: 160px;
	min-width: 160px
}
}
@media (min-width: 991px) and (max-width: 1098px) {
.responsive #top .search_form {
	width: 120px;
	margin-right: 15px
}
.responsive #top .dropdown {
	margin-right: 10px
}
}
@media (min-width: 767px) and (max-width: 991px) {
.responsive #top .search_form {
	width: 100px;
	margin-right: 15px
}
.responsive .search_form .button-search, .responsive .search_form .button-search2 {
	right: 15px
}
.responsive .header-type-7 #top .search_form {
	width: 170px !important
}
.responsive #top .dropdown {
	margin-right: 10px
}
.responsive #top .dropdown>a:after {
	margin-left: 5px
}
.responsive #top .currency_form:last-child .dropdown {
	margin-right: -17px;
	position: relative
}
.responsive #top #cart_block {
	margin-left: 23px
}
.responsive #top #cart_block .cart-heading p {
	padding-left: 7px
}
}
@media (max-width: 767px) {
.responsive #quickview_product .phantom-gallery {
	display: block
}
.responsive #quickview_product .popup-gallery {
	display: none
}
.responsive .medic-last-in-stock .image {
	text-align: inherit
}
.responsive .owl-carousel {
	margin: -10px
}
.responsive .owl-carousel .owl-item .item {
	margin: 10px
}
.responsive .tpro-wrapper .row:before {
	display: none
}
.responsive .tpro-wrapper .row div:before {
	display: none
}
.responsive .tpro-wrapper .row .background {
	padding: 1px 15px;
	height: initial
}
.responsive .tpro-wrapper .row>div {
	text-align: center
}
.responsive .border-width-1 .box-with-products .clear:after, .responsive .border-width-1 .box-with-products .clear:before {
	left: -20px;
	right: -20px
}
.responsive .body-other .standard-body .full-width .box-with-products .clear:after, .responsive .body-other .standard-body .full-width .box-with-products .clear:before {
	left: 0;
	right: 0
}
.responsive .row {
	margin-left: -10px;
	margin-right: -10px
}
.responsive .row>div {
	padding-left: 10px;
	padding-right: 10px
}
.responsive .fixed-body-2-2 .main-content .pattern>.container {
	padding-left: 20px !important;
	padding-right: 20px !important
}
.responsive .standard-body .full-width .container {
	padding: 0 20px
}
.responsive .standard-body .fixed {
	padding: 0 20px
}
.responsive .standard-body .fixed .pattern>.container {
	padding: 0 20px;
	overflow: hidden
}
.responsive .standard-body .fixed2 .container {
	padding: 0 20px
}
.responsive .fixed-body {
	padding: 0
}
.responsive .main-fixed .container {
	padding: 0 20px
}
.responsive .standard-body .container .container {
	padding-left: 0;
	padding-right: 0
}
.responsive .mobile-disabled {
	display: none !important
}
.responsive #top .pattern>.container {
	padding-top: 10px;
	padding-bottom: 30px
}
.responsive .top-bar {
	text-align: center;
	padding-bottom: 16px
}
.responsive .top-bar .menu {
	float: none
}
.responsive .top-bar .menu li {
	padding: 0 7px
}
.responsive .top-bar-type-4 #top .top-bar .currency_form:before {
	display: none !important
}
.responsive .top-bar-type-4 #top .top-bar .currency_form {
	padding-left: 0
}
.responsive .top-bar-type-4 .top-bar .menu li {
	padding: 0 7px
}
.responsive .top-bar-type-4 .top-bar .menu li:before {
	display: none
}
.header-type-2 #top .search_form {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block
}
.responsive #top #header-left {
	text-align: center
}
.responsive #top .logo {
	text-align: center;
	padding: 35px 0 5px
}
.responsive #top #cart_block .dropdown-menu {
	display: none !important
}
.responsive #top #header-right {
	text-align: center
}
.responsive .breadcrumb .container {
	padding-top: 0 !important;
	overflow: visible !important
}
.responsive .breadcrumb-type-10 .breadcrumb .container>div {
	padding-top: 40px
}
.responsive body.templateCollection.show-vertical-megamenu-category-page .breadcrumb .container>div {
	padding-left: 0 !important
}
.responsive .main-content .pattern>.container, .responsive .standard-body .main-content .pattern>.container {
	padding-bottom: 35px
}
.responsive .camera_slider {
	margin-top: 30px !important
}
.responsive #slider .fullwidth .camera_slider {
	margin-top: 0 !important
}
.responsive .body-white-type-2 #mfilter-content-container {
	margin-top: 10px
}
.responsive .body-white-type-2 .main-fixed #mfilter-content-container {
	margin-top: 20px
}
.responsive .box-type-12 #mfilter-content-container {
	margin-top: 10px
}
.responsive .box-type-19 #mfilter-content-container {
	margin-top: 10px
}
.responsive .box-type-16 #mfilter-content-container {
	margin-top: 10px
}
.responsive body.templateCollection .col-md-9.center-column {
	margin-top: 10px
}
.responsive .standard-body .full-width .center-column.content-without-background {
	padding-top: 10px !important
}
.responsive .center-column>:first-child {
	margin-top: 30px
}
.responsive .body-white-type-2 .main-fixed .center-column>:first-child {
	margin-top: 45px
}
.responsive body.templateProduct.body-white-type-2 .main-fixed .center-column>:first-child {
	margin-top: 10px
}
.responsive .standard-body .full-width .center-column.content-with-background {
	padding: 25px 35px 5px;
	margin-top: 40px !important
}
.responsive .body-white .standard-body .full-width .center-column.content-with-background {
	padding: 0 10px
}
.responsive .standard-body .full-width .center-column.content-with-background:before {
	left: 10px;
	right: 10px
}
.responsive .standard-body .full-width .center-column .panel {
	margin-left: -25px;
	margin-right: -25px
}
.responsive .body-other .standard-body .full-width .center-column .panel {
	margin-left: -25px !important;
	margin-right: -25px !important
}
.responsive .body-white.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
	margin-top: -40px
}
.responsive .body-white-type-2.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
	margin-top: 0
}
.responsive .box-type-12.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
	margin-top: 0
}
.responsive .box-type-19.border-width-1.checkout-checkout .standard-body .full-width .center-column .panel:first-child {
	margin-top: 0
}
.responsive .standard-body .full-width .center-column .panel-heading, .responsive .standard-body .full-width .center-column .panel-body {
	padding-left: 0;
	padding-right: 0
}
.responsive .body-other .standard-body .full-width .center-column .panel-heading, .responsive .body-other .standard-body .full-width .center-column .panel-body {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-heading, .responsive .standard-body.fixed-body-2-2 .full-width .center-column .panel-body {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .border-width-1 .standard-body .full-width .center-column .panel-heading, .responsive .border-width-1 .standard-body .full-width .center-column .panel-body {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .templateCart .center-column .buttons .btn {
	padding-left: 20px;
	padding-right: 20px
}
.responsive .standard-body .full-width .cart-info {
	margin-left: -25px;
	margin-right: -25px
}
.responsive .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: -25px
}
.responsive .body-white .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: -40px
}
.responsive .body-white.box-type-16 .standard-body .full-width .center-column>:first-child .cart-info {
	margin-top: 0
}
.responsive .cart-info table td {
	padding-left: 5px;
	padding-right: 5px
}
.responsive .cart-info table td:first-child {
	padding-left: 15px
}
.responsive .cart-info table td:last-child {
	padding-right: 15px !important
}
.responsive .body-white .standard-body .full-width .cart-info table td:last-child {
	padding-right: 20px !important
}
.responsive .cart-info table thead td {
	padding: 18px 0 14px
}
.responsive .cart-total {
	margin-bottom: 20px;
	padding-top: 20px
}
.responsive .banners>div {
	padding-top: 30px
}
.responsive .banners.banners-with-padding-20>div {
	padding-top: 20px
}
.responsive .banners.banners-with-padding-0>div:first-child {
	padding-top: 0
}
.responsive .box {
	margin-top: 18px
}
.responsive .col-sm-3 .box-no-advanced.box .box-content, .responsive .col-sm-4 .box-no-advanced.box .box-content, .responsive .col-md-3 .box-no-advanced.box .box-content, .responsive .col-md-4 .box-no-advanced.box .box-content {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .box-type-3 .box {
	margin-top: 30px
}
.responsive .box-type-14 .box {
	margin-top: 30px
}
.responsive .breadcrumb-type-1 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-9 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-2 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-4 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-8 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-6 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-3 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-10 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-5 .box-with-categories {
	margin-top: 0 !important
}
.responsive .breadcrumb-type-11 .box-with-categories {
	margin-top: 0 !important
}
.responsive .standard-body .full-width .category-box-type-2 {
	padding-top: 40px !important
}
.responsive .box-type-4 .standard-body .full-width .category-box-type-2 {
	padding-top: 30px !important
}
.responsive .box.with-scroll {
	margin-bottom: 15px
}
.responsive .box-product .carousel .item .product-grid .row>div {
	display: none !important
}
.responsive .box-product .carousel .item .product-grid .row:first-child>div:first-child, .responsive .box-product .carousel .item .product-grid .row:first-child>div:nth-child(2) {
	display: block !important
}
.responsive .box-with-categories .box-heading {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .box-category>ul>li>a {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .box-category ul li li a {
	padding-left: 40px
}
.responsive .standard-body .full-width .product-grid {
	padding: 0 9px;
	overflow: hidden
}
.responsive .border-width-1 .standard-body .full-width .product-grid {
	padding: 0;
	overflow: visible
}
.responsive .box-product .carousel {
	margin: 0 -9px;
	padding: 0 9px
}
.responsive .product-grid .product:before {
	right: -11px
}
.responsive .product-grid .product:hover:before {
	right: -9px;
	left: -9px
}
.responsive .product-grid .row>div.col-xs-6:nth-child(odd) {
	clear: both
}
.responsive .product-grid .row>div.col-xs-6 .product:after {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	right: -30px;
	height: 1px;
	display: block;
	border-top: 1px solid #e5e5e5
}
.responsive .product-grid .row>div.col-xs-6:nth-child(2n+1) .product:after {
	left: -30px;
	right: -10px
}
.responsive .product-grid .row>div.col-xs-6:first-child .product:after, .responsive .product-grid .row>div.col-xs-6:nth-child(2) .product:after, .responsive .product-grid .row>div.col-xs-6:nth-child(2n) .product:before {
	display: none !important
}
.responsive .product-grid .row>div.col-xs-6:nth-child(2n) .product:hover:before {
	display: block !important
}
.responsive .product-grid .product:before {
	bottom: -1px
}
.responsive .product-grid>.row {
	margin: 0 -20px;
	padding: 0 10px 1px
}
.responsive .product-grid>.row:before {
	left: -20px;
	right: -20px;
	width: auto;
	display: block
}
.responsive .product-grid>.row:first-child:before {
	display: none
}
.responsive .product-list>div {
	text-align: center
}
.responsive .product-list>div:before {
	left: -20px;
	right: -20px
}
.responsive .border-width-0 .standard-body .full-width .product-list>div:before {
	left: -2px;
	right: -2px
}
.responsive .product-list .name-actions:before, .responsive .product-list .desc:before {
	display: none
}
.responsive .product-list .name-actions>.name, .responsive .product-list .name-actions>.price, .responsive .product-list .name-actions>ul {
	padding-left: 0;
	padding-right: 0
}
.responsive .product-list .name-actions>ul {
	padding-left: 10px
}
.responsive .product-list .name-actions>.name {
	padding-top: 20px
}
.responsive .product-list .desc {
	padding-top: 20px !important
}
.responsive .product-filter .options, .responsive .product-filter .list-options, .responsive .product-filter .list-options .limit, .responsive .product-filter .list-options .sort {
	float: none;
	margin: 0;
	padding: 0;
	clear: both
}
.responsive .product-filter .options .button-group, .responsive .product-filter .options .product-wishlist {
	padding-bottom: 10px
}
.responsive .product-filter .list-options .limit, .responsive .product-filter .list-options .sort {
	float: left;
	clear: none;
	margin: 0 30px 10px 0
}
.responsive .product-filter .list-options .limit:after, .responsive .product-filter .list-options .sort:after {
	margin-top: 16px
}
.responsive .product-filter .list-options .sort:before, .responsive .product-filter .list-options .limit:before, .responsive .product-filter .options .product-wishlist:before {
	display: none
}
.responsive .category-info:before, .responsive .refine_search_overflow:after {
	left: -20px !important;
	right: -20px !important
}
.responsive .body-other .standard-body .full-width .category-info:before, .responsive .body-other .standard-body .full-width .refine_search_overflow:after {
	left: 0 !important;
	right: 0 !important
}
.responsive .product-list {
	margin: 0 -20px;
	padding: 0 20px;
	width: auto !important
}
.responsive .border-width-0 .standard-body .full-width .product-list {
	margin: 0;
	padding: 0
}
.responsive .border-width-0 .standard-body .full-width .product-list>div {
	margin-left: 0;
	margin-right: 0
}
.responsive .category-list {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px
}
.responsive .body-other .standard-body .full-width .product-list, .responsive .body-other .standard-body .full-width .category-list {
	margin-left: 0;
	margin-right: 0
}
.responsive .center-column .product-grid:before, .responsive .center-column .product-grid:after {
	left: -20px;
	right: -20px
}
.responsive .body-other .standard-body .full-width .product-info {
	padding: 25px
}
.responsive .body-other .standard-body .full-width .product-info:before {
	top: 40px
}
.responsive .product-info .popup-gallery.col-sm-7, .responsive .product-info .product-center.col-sm-5 {
	width: 100%
}
.responsive .product-info .product-center, .responsive .product-block, .responsive .product-info .product-image {
	margin-top: 40px
}
.responsive .product-info .col-sm-10 .product-image {
	margin-top: 5px
}
.responsive .product-info .thumbnails {
	padding-top: 40px
}
.responsive .product-info .cart .add-to-cart, .responsive .product-info .cart .minimum {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .product-info .cart .links {
	padding-left: 25px
}
.responsive .product-info .thumbnails li, .responsive .product-info .thumbnails-left li {
	width: 25%;
	float: left
}
.responsive .center-column .tab-content {
	padding-top: 25px;
	padding-bottom: 25px
}
.responsive .standard-body .full-width .center-column .tab-content {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .body-white .standard-body .full-width .center-column .tab-content {
	padding-left: 0;
	padding-right: 0
}
.responsive .htabs {
	padding-top: 34px
}
.responsive .box-type-3 .htabs:before {
	top: 30px
}
.responsive .box-type-14 .htabs:before {
	top: 30px
}
.responsive div.pagination-results .text-left, .responsive div.pagination-results .text-right {
	text-align: center
}
.responsive .login-content .left, .responsive .login-content .right, .responsive .main-content .content .left, .responsive .main-content .content .right, .responsive .checkout-content .left, .responsive .checkout-content .right {
	float: none;
	width: 100%
}
.responsive .categories-wall {
	margin-top: 52px !important
}
.responsive .categories-wall.type-2 {
	margin-top: 0 !important
}
.responsive .categories-wall .category-wall {
	margin: 0 -20px
}
.responsive .categories-wall.type-2 .category-wall {
	margin: 30px 0 0
}
.responsive .categories-wall .category-wall:before {
	right: 0;
	left: 0;
	top: 0;
	height: 1px;
	bottom: auto;
	background-repeat: repeat-x;
	display: block;
	width: 100%
}
.responsive .categories-wall.type-2 .category-wall:before {
	display: none
}
.responsive .custom-footer .container>.row>div:before {
	width: auto;
	height: 1px;
	bottom: auto;
	top: auto;
	left: -20px;
	right: -20px;
	margin-left: 0;
	background-repeat: repeat-x;
	margin-top: -5px
}
.responsive .custom-footer .container>.row>div {
	padding-left: 10px
}
.responsive .standard-body .full-width.footer .container>.row:before, .responsive .standard-body .full-width.footer .advanced-grid .container>div>.row:before {
	left: -10px;
	right: -10px
}
.responsive .main-fixed2 .footer .container>.row:before, .responsive .main-fixed2 .footer .advanced-grid .container>div>.row:before {
	left: -10px;
	right: -10px
}
.responsive .footer .container>.row>div:before, .responsive .footer .advanced-grid .container>div>.row>div:before {
	width: auto;
	height: 1px;
	bottom: auto;
	top: auto;
	left: -20px;
	right: -20px;
	margin-left: 0;
	background-repeat: repeat-x;
	margin-top: -23px
}
.responsive .footer-type-23 .footer .container>.row>div:before, .responsive .footer-type-23 .footer .advanced-grid .container>div>.row>div:before {
	left: 10px;
	right: 10px;
	margin-top: -15px
}
.responsive .footer-type-26 .footer .container>.row>div:before, .responsive .footer-type-26 .footer .advanced-grid .container>div>.row>div:before {
	margin-top: -28px
}
.responsive .footer .container>.row>div, .responsive .footer .advanced-grid .container>div>.row>div {
	padding-left: 10px
}
.responsive .footer .container>.row.footer-blocks-top.type-2 {
	padding-top: 30px
}
.responsive .footer .container>.row.footer-blocks-top.type-2>div {
	padding-top: 0
}
.responsive .footer-blocks-top {
	padding-bottom: 10px
}
.responsive .footer-blocks-top>div {
	text-align: left
}
.responsive .footer-blocks-top .footer-block {
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0 !important
}
.responsive .footer-blocks-top .footer-button {
	margin-top: 15px
}
.responsive .footer-blocks-bottom .footer-block {
	text-align: left
}
.responsive .advanced-grid-products .product .right {
	margin-left: 1%
}
.responsive .antique-products .advanced-grid-products .product .right {
	margin-left: 6%
}
.responsive .footer-type-4 .footer .container>.row>div:before, .responsive .footer-type-4 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-14 .footer .container>.row>div:before, .responsive .footer-type-14 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-27 .footer .container>.row>div:before, .responsive .footer-type-27 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-20 .footer .container>.row>div:before, .responsive .footer-type-20 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-8 .footer .container>.row>div:before, .responsive .footer-type-8 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-6 .footer .container>.row>div:before, .responsive .footer-type-6 .footer .advanced-grid .container>div>.row>div:before {
	display: block
}
.responsive .footer-type-4 .footer .container>.row>div:first-child:before, .responsive .footer-type-4 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-14 .footer .container>.row>div:first-child:before, .responsive .footer-type-14 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-27 .footer .container>.row>div:first-child:before, .responsive .footer-type-27 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-20 .footer .container>.row>div:first-child:before, .responsive .footer-type-20 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-8 .footer .container>.row>div:first-child:before, .responsive .footer-type-8 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-6 .footer .container>.row>div:first-child:before, .responsive .footer-type-6 .footer .advanced-grid .container>div>.row>div:first-child:before {
	display: none
}
.responsive .footer-type-15 .footer .container>.row>div, .responsive .footer-type-15 .footer .advanced-grid .container>div>.row>div {
	padding-top: 0;
	padding-bottom: 17px
}
.responsive .footer-type-20 .footer ul {
	padding-bottom: 0
}
.responsive .footer-type-15 .footer h4 {
	padding-top: 5px
}
.responsive .footer-type-15 .footer .container>.row>div:first-child, .responsive .footer-type-15 .footer .advanced-grid .container>div>.row>div:first-child {
	padding-top: 30px
}
.responsive .footer-type-13 .footer ul {
	padding-bottom: 10px
}
.responsive .footer-type-13 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-13 .footer .container>.row>div {
	padding-top: 5px
}
.responsive .footer-type-13 .footer .advanced-grid .container>div>.row:last-child>div, .responsive .footer-type-13 .footer .container>.row:last-child>div {
	padding-top: 30px
}
.responsive .footer-type-24 .footer ul {
	padding-bottom: 10px
}
.responsive .footer-type-24 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-24 .footer .container>.row>div {
	padding-top: 5px
}
.responsive .footer-type-24 .footer .container>.row:first-child>div:first-child, .responsive .footer-type-24 .footer .advanced-grid .container>div>.row:first-child>div:first-child {
	padding-top: 30px
}
.responsive .footer-type-24 .footer .advanced-grid .container>div>.row:last-child>div, .responsive .footer-type-24 .footer .container>.row:last-child>div {
	padding-top: 30px
}
.responsive .footer-type-22 .footer ul {
	padding-bottom: 0;
	margin-bottom: -5px
}
.responsive .footer-type-22 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-22 .footer .container>.row>div {
	padding-top: 15px
}
.responsive .footer-type-22 .footer .advanced-grid .container>div>.row:last-child>div, .responsive .footer-type-22 .footer .container>.row:last-child>div {
	padding-top: 30px;
	margin-top: 20px
}
.responsive .footer-type-27 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-27 .footer .container>.row>div {
	padding-top: 25px;
	padding-bottom: 25px
}
.responsive .footer-type-25 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-25 .footer .container>.row>div {
	padding-top: 25px;
	padding-bottom: 30px
}
.responsive .footer-type-25 .footer .advanced-grid .container>div>.row>div:before, .responsive .footer-type-25 .footer .container>.row>div:before {
	display: block;
	margin-top: -30px
}
.responsive .footer-type-25 .footer .advanced-grid .container>div>.row>div:first-child:before, .responsive .footer-type-25 .footer .container>.row>div:first-child:before {
	display: none
}
.responsive .footer-type-18 .footer ul {
	padding-bottom: 0;
	margin-bottom: -10px
}
.responsive .footer-type-18 .footer .advanced-grid .container>div>.row>div, .responsive .footer-type-18 .footer .container>.row>div {
	padding-bottom: 40px;
	padding-top: 0
}
.responsive .footer-type-18 .footer .advanced-grid .container>div>.row:last-child, .responsive .footer-type-18 .footer .container>.row:last-child {
	margin-top: 5px
}
.responsive .footer-type-18 .footer .advanced-grid .container>div>.row:last-child>div, .responsive .footer-type-18 .footer .container>.row:last-child>div {
	padding-top: 30px;
	padding-bottom: 27px
}
.responsive .copyright ul {
	padding: 5px 0 10px;
	float: none
}
.responsive .zoomContainer {
	display: none !important
}
.responsive .banner {
	margin-top: 30px
}
.responsive #quickview .thumbnails {
	margin-bottom: 0
}
.responsive .modal-footer {
	text-align: center
}
.responsive .button-continue-shopping {
	display: inline-block;
	float: none
}
.responsive .button-checkout {
	display: inline-block;
	float: none
}
.responsive .computer3-banners .row>div {
	border: none;
	border-top: 1px solid #dadada;
	clear: both
}
.responsive .computer3-banners .row>div:first-child {
	border: none
}
.responsive .jewelry-banners>div:before {
	bottom: auto;
	right: 0;
	width: auto;
	height: 1px
}
.responsive .jewelryblack-banners .row>div:before {
	bottom: auto;
	right: 0;
	width: auto;
	height: 1px
}
.responsive #main .barber-footer-padding-left .container>div {
	padding-left: 0 !important
}
.responsive .ceramica-newsletter-margin-top-75 {
	margin-top: 45px !important
}
.responsive #main .header-type-5 #top .search_form {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 100%
}
.responsive .mobile-padding-top-0 .container>div {
	padding-top: 0 !important
}
.responsive .wine-about-us {
	padding: 45px 0 35px
}
.responsive .wine-about-us .footer-blocks-top {
	padding-bottom: 0;
	padding-top: 12px
}
.responsive .champange {
	padding: 0;
	position: relative
}
.responsive .champange .heading {
	padding-top: 40px
}
.responsive .games-banners {
	position: relative
}
.responsive .slider-align-top #top {
	position: relative;
	width: 100%
}
.responsive .games-big-sale {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-top: 35px
}
.responsive .header-margin-top-80 header {
	margin-top: 30px
}
.responsive .responsive-margin-top-30 {
	margin-top: 30px !important
}
.responsive .responsive-margin-top-50 {
	margin-top: 50px !important
}
.responsive .responsive-margin-top-60 {
	margin-top: 60px !important
}
.responsive .responsive-margin-top-40 {
	margin-top: 40px !important
}
.responsive .responsive-margin-top-45 {
	margin-top: 45px !important
}
.responsive .responsive-margin-top-10 {
	margin-top: 10px !important
}
.responsive .responsive-margin-top-15 {
	margin-top: 15px !important
}
.responsive .responsive-margin-top-0 {
	margin-top: 0 !important
}
.responsive .responsive-margin-bottom-0 {
	margin-bottom: 0 !important
}
.responsive .responsive-margin-bottom-15 {
	margin-bottom: 15px !important
}
.responsive .responsive-margin-bottom-10 {
	margin-bottom: 10px !important
}
.responsive .product-page-type-2 .standard-body .full-width .product-info .product-center:before {
	left: 10px;
	right: 10px
}
.responsive .computer4-parallax {
	padding-left: 0
}
.responsive .computer4-contact {
	padding-top: 0
}
.responsive .furniture-contact .logo {
	padding: 40px 0 0
}
.responsive .furniture-contact .row {
	padding-bottom: 0
}
.responsive .furniture-footer-padding-left .container>div {
	padding-left: 0 !important;
	text-align: center
}
.furniture-customer-service {
	padding-left: 0;
	padding-bottom: 110px;
	padding-top: 110px
}
.responsive .furniture-box {
	padding-top: 30px;
	margin-bottom: -30px;
	position: relative
}
.responsive .furniture-why-our-products {
	padding: 0 0 56px
}
.responsive .furniture-why-our-products .heading {
	padding-top: 75px
}
.responsive .toys-heading {
	background-image: none !important;
	margin-top: 30px
}
.responsive .military-banners {
	position: relative;
	bottom: 30px
}
.responsive .medic-contact {
	padding-top: 3px;
	padding-bottom: 5px
}
.responsive .medic-contact .row>div {
	padding-left: 10px !important
}
.responsive .medic-top-bar {
	padding: 6px 0 5px
}
.responsive .medic-top-bar:before {
	display: none
}
.responsive .medic-top-bar>div {
	text-align: center;
	background: none
}
.responsive .medic-top-bar .background {
	padding: 1px 15px;
	background: none
}
.responsive .medic-top-bar .background:before {
	display: none
}
.responsive .stationery-top-bar {
	padding: 6px 0 5px
}
.responsive .stationery-top-bar:before {
	display: none
}
.responsive .stationery-top-bar>div {
	text-align: center;
	background: none
}
.responsive .stationery-top-bar .background {
	padding: 1px 15px;
	background: none
}
.responsive .stationery-top-bar .background:before {
	display: none
}
.responsive .medic-phone {
	margin: 22px auto 5px;
	display: block !important
}
.responsive .medic-products .container>div {
	padding-bottom: 40px !important
}
.responsive .medic-products .box .box-content {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .check-all-specialties {
	margin: 30px 0 0
}
.responsive .header-type-9 .overflow-currency-language {
	text-align: center
}
.responsive .header-type-9 .overflow-header-center {
	margin: 0;
	text-align: center
}
.responsive .header-type-9 #top .search_form {
	margin-left: auto;
	margin-right: auto
}
.responsive .header-type-9 #top #header-center .menu li {
	padding: 0 7px
}
.fashionsimple-top-contact {
	display: block;
	padding: 30px 0 0;
	text-align: center
}
.responsive .fashionsimple-page-title {
	padding: 35px 0
}
.responsive .fashionsimple-page-title h3 {
	font-size: 50px;
	line-height: 40px
}
.responsive .fashionsimple-page-title h4 {
	font-size: 25px
}
.responsive .fashion2-footer-info {
	padding: 15px 0 20px
}
.responsive .fashion2-parallax {
	padding: 103px 0 120px
}
.responsive .fashion2-parallax p {
	font-size: 75px
}
.responsive .games3-big-sale {
	padding: 40px 0 30px;
	text-align: center
}
.responsive .fashion3-columns>div {
	text-align: center;
	padding-top: 59px;
	padding-bottom: 70px
}
.responsive .fashion3-columns>div:before {
	top: 0;
	bottom: auto;
	left: -20px;
	right: -20px;
	width: auto;
	height: 1px;
	border-top: 1px solid #e5e5e5
}
.responsive .fashion3-footer .contact>div {
	padding-left: 10px !important;
	text-align: center
}
.responsive .fashion3-footer ul.social-icons {
	padding: 39px 0 0
}
.responsive .fashion3-footer ul.links {
	padding: 46px 0 2px
}
.responsive .fashion3-products-heading {
	left: 0 !important;
	right: 0 !important;
	position: relative;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	width: auto
}
.responsive .cameras-top-bar>div {
	text-align: center
}
.responsive .cameras-top-bar>div:before {
	display: none
}
.responsive .cameras-columns {
	margin: 30px 0 0
}
.responsive .cameras-columns .row>div:before {
	bottom: auto;
	top: auto;
	margin: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	margin-top: -33px
}
.responsive .cameras-columns img {
	margin-left: 23px !important
}
.responsive #main .products-grid-with-carousel {
	padding: 0 10px !important
}
.responsive .grocery-top-bar {
	padding: 6px 0 7px
}
.responsive .grocery-top-bar:before {
	display: none
}
.responsive .grocery-top-bar>div {
	text-align: center;
	background: none
}
.responsive .grocery-top-bar .background {
	padding: 1px 15px;
	background: none
}
.responsive .grocery-top-bar .background:before {
	display: none
}
.responsive .footer-type-11 .footer .container>.row:nth-last-child(2)>div:before, .responsive .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	top: auto;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	bottom: auto;
	margin-top: -18px
}
.responsive .footer-type-11 .footer .container>.row:nth-last-child(2)>div, .responsive .footer-type-11 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .footer-type-19 .footer .container>.row:nth-last-child(2)>div:before, .responsive .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	top: auto;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	bottom: auto;
	margin-top: -25px
}
.responsive .footer-type-19 .footer .container>.row:nth-last-child(2)>div, .responsive .footer-type-19 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding: 25px 20px
}
.responsive .footer-type-16 .footer .background {
	margin-top: -30px
}
.responsive .footer-type-16 .footer .container>.row:nth-last-child(2)>div:before, .responsive .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div:before {
	top: auto;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	bottom: auto;
	margin-top: -18px
}
.responsive .footer-type-16 .footer .container>.row:nth-last-child(2)>div, .responsive .footer-type-16 .footer .advanced-grid .container>div>.row:nth-last-child(2)>div {
	padding-left: 0;
	padding-right: 0
}
.responsive .footer-block-grocery {
	padding: 10px 0 15px
}
.responsive .header-type-12 #top .search_form {
	display: block;
	margin-right: 0;
	margin-left: 0;
	width: 100%
}
.responsive .header-type-12 #top .search_form .search-cat {
	width: 331px
}
.responsive .header-type-12 #top .search_form .overflow-input {
	width: 407px
}
.responsive .market-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .market-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #d9d9d9;
	margin: 0
}
.responsive .toys2-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .toys2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #dcdfe2;
	margin: 0
}
.responsive .stationery2-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .stationery2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e5e5e5;
	margin: 0
}
.responsive .header-type-13 .search-cat {
	width: 650px
}
.responsive .header-type-13 .overflow-input {
	width: 300px
}
.responsive .market-about-us {
	padding-top: 5px
}
.responsive .footer-type-12 .footer h4 {
	padding-top: 10px
}
.responsive .footer-type-17 .footer h4 {
	padding-top: 10px
}
.responsive .footer-type-17 .footer ul {
	padding-bottom: 0
}
.responsive .market-contact .row>div:before {
	width: auto;
	content: '';
	left: -10px;
	right: -10px;
	top: auto;
	bottom: auto;
	background: #e5e5e5;
	position: absolute;
	margin: 0;
	height: 1px
}
.responsive .market-products .col-sm-9 {
	padding-left: 10px !important;
	margin-left: 0;
	padding-right: 10px !important
}
.responsive .market-products .col-sm-9:before {
	top: -1px;
	left: 10px;
	right: 10px;
	bottom: auto;
	width: auto;
	height: 1px
}
.responsive .market-products .col-sm-9 .box {
	padding: 0
}
.responsive .architecture-categories {
	position: relative
}
.responsive .architecture-categories>div {
	position: relative
}
.responsive .architecture-categories>div:before {
	width: auto;
	top: 0;
	left: -20px;
	right: -20px;
	height: 1px;
	margin-left: 0
}
.responsive .architecture-products {
	padding: 0;
	position: relative;
	margin-top: -30px
}
.responsive .architecture-products .product {
	margin-top: 30px
}
.responsive .architecture-products .product .left {
	display: block;
	width: 100%
}
.responsive .architecture-products .product .left .image {
	margin: -1px
}
.responsive .architecture-products .product .right {
	display: block;
	width: auto;
	padding: 25px
}
.responsive .mobile-background-none>div {
	background: none !important
}
.responsive .architecture-individual-project {
	padding: 25px 0 35px
}
.responsive .architecture-individual-project h5 {
	font-size: 20px
}
.responsive .architecture-individual-project h6 {
	font-size: 20px
}
.responsive .architecture-contact .row>div {
	padding-left: 10px !important
}
.responsive #main .architecture-contact p {
	padding: 21px 0 0;
	font-size: 17px
}
.responsive .stationery-contact .row>div {
	padding-left: 10px !important
}
.responsive #main .stationery-contact p {
	padding: 21px 0 0;
	font-size: 17px
}
.responsive .header-type-14 .top-bar {
	padding-bottom: 8px
}
.responsive .header-type-14 .welcome-text {
	padding-top: 8px
}
.responsive .header-type-14 #top .dropdown {
	margin: 3px 7px 0
}
.responsive .header-type-14 #top .top-bar .text-right {
	text-align: center
}
.responsive .header-type-14 #top .top-bar .currency_form:before {
	display: none
}
.responsive .header-type-14 #top .search_form {
	width: 140px;
	margin-left: 0;
	margin-top: 10px
}
.responsive .header-type-14 #top .search_form:before {
	display: none
}
.responsive .header-type-14 #top #cart_block {
	margin-top: 10px;
	margin-left: 24px
}
.responsive .header-type-14 #top #cart_block:before {
	display: none
}
.responsive .matrialarts-contact {
	display: block;
	text-align: center;
	padding-right: 0;
	padding-top: 3px
}
.responsive .matrialarts-contact:before {
	display: none
}
.responsive .columns-matrialarts {
	padding-top: 0;
	padding-bottom: 20px
}
.responsive .columns-matrialarts>div:before {
	display: none

}
.responsive .matrialarts-products-tabs .description {
	padding-left: 0;
	padding-top: 18px
}
.responsive .matrialarts-products-tabs .select-tab {
	padding-left: 0
}
.responsive .sport-contact {
	position: relative;
	margin-top: -20px
}
.responsive .sport-contact .row>div {
	padding-left: 10px !important
}
.responsive .sport-newsletter .heading {
	padding-left: 0;
	font-size: 65px;
	margin-top: -23px;
	line-height: 1.2
}
.responsive .sport-newsletter .content-newsletter {
	padding-left: 6px;
	font-size: 30px;
	line-height: 1.2
}
.responsive .sport-newsletter .content-newsletter p {
	padding: 0 0 0 38px
}
.responsive .sport-newsletter .inputs {
	padding: 22px 0 52px 10%
}
.responsive .sport-newsletter .inputs input {
	width: 180px
}
.responsive .header-type-15 #top #header-left {
	position: relative
}
.responsive .header-type-15 #top .logo {
	padding-right: 0
}
.responsive .header-type-15 #top .logo:before {
	display: none
}
.responsive .header-type-15 #top .search_form {
	display: block;
	float: none;
	margin: 25px auto 0;
	width: 100%
}
.responsive .cosmetics2-phone {
	margin: 22px auto 5px;
	display: block !important
}
.responsive .cosmetics2-contact {
	position: relative;
	margin-top: -30px
}
.responsive .cosmetics2-contact .row>div {
	padding-left: 10px !important
}
.responsive .cosmetics2-top-bar {
	padding: 6px 0 5px
}
.responsive .cosmetics2-top-bar>div {
	text-align: center;
	background: none
}
.responsive .cosmetics2-top-bar .background {
	padding: 1px 15px;
	background: none
}
.responsive .header-type-16 #top #header-left .menu {
	padding: 20px 0 0
}
.responsive .header-type-16 .overflow-currency-language {
	text-align: center
}
.responsive .header-type-16 #top #header-left .menu li {
	padding: 0 7px
}
.responsive .header-type-16 #top .dropdown {
	margin-left: 12px
}
.responsive .exclusive-newsletter>div {
	position: relative
}
.responsive .exclusive-newsletter>div:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: auto;
	width: auto;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.1);
	margin-left: 0;
	height: 1px
}
.responsive .exclusive-newsletter .heading p {
	padding: 30px 0 18px;
	text-align: center
}
.responsive .exclusive-newsletter .content-newsletter p {
	padding: 28px 0 0;
	text-align: center
}
.responsive .exclusive-newsletter .inputs {
	margin: 25px 0 30px
}
.responsive .exclusive-footer-columns {
	padding-bottom: 10px
}
.responsive .exclusive-footer-columns .logo {
	padding-top: 12px
}
.responsive .exclusive-banners .row>div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: auto;
	left: 10px;
	right: 10px;
	width: auto;
	height: 1px
}
.responsive .exclusive-banners .row>div>div {
	padding-left: 0
}
.responsive .header-type-17 #top #header-left .menu {
	padding: 20px 0 0
}
.responsive .header-type-17 #top .currency_form:first-of-type {
	margin-left: 0
}
.responsive .perfume-newsletter {
	padding: 0 0 30px
}
.responsive .perfume-newsletter .circle {
	display: none
}
.responsive .header-type-18 .top-bar {
	padding-top: 2px
}
.responsive .header-type-18 .top-bar .menu {
	padding-top: 4px
}
.responsive .header-type-18 #top .logo {
	padding-top: 25px
}
.responsive .header-type-18 #top .search_form {
	width: 100% !important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px
}
.responsive .header-type-18 .top-bar .left {
	display: block;
	width: auto;
	text-align: center;
	padding-left: 12px;
	float: none
}
.responsive .header-type-18 .top-bar .line {
	display: none
}
.responsive .header-type-18 .top-bar .right {
	display: block;
	text-align: center;
	width: auto;
	float: none;
	padding-left: 0
}
.responsive .coffee-parallax {
	padding: 54px 0
}
.coffee-parallax p {
	font-size: 30px;
	margin-top: -4px
}
.responsive .footer-block-coffee:before {
	display: none
}
.responsive .coffee-footer-blocks:before {
	display: none
}
.responsive .standard-body .header-type-13 .fixed .search_form {
	margin-right: -10px;
	margin-left: -10px
}
.responsive .carparts-parallax {
	padding: 48px 0 49px
}
.responsive .carparts-parallax .heading2 {
	font-size: 35px
}
.responsive .carparts-parallax .heading3 {
	font-size: 40px
}
.responsive .header-type-19 .search_form_overflow {
	display: block;
	width: auto
}
.responsive .header-type-19 .shop-by-car {
	border: none;
	display: block;
	min-width: 1px;
	width: auto;
	padding: 0
}
.responsive .header-type-19 .shop-by-brands {
	display: block;
	border: none;
	min-width: 1px;
	width: auto;
	border-top: 1px solid rgba(255,255,255,0.1);
	position: relative;
	margin: 0 -20px -5px;
	padding: 0 20px
}
.responsive .carparts-phone {
	margin: -10px auto 0
}
.responsive .bakery-steps>div.first:before {
	display: none
}
.responsive .bakery-steps>div.second:before {
	display: none
}
.responsive .bakery-steps .second .circle {
	margin-left: 0
}
.responsive .bakery-steps .third .circle {
	margin-left: 0
}
.responsive .header-type-20 #top .search_form {
	width: 100% !important;
	max-width: none
}
.responsive #main .toys2-slider-button {
	padding: 16px 25px 14px !important;
	font-size: 8px !important
}
.responsive .footer-block-toys2 {
	padding-top: 10px
}
.responsive .footer-block-toys2 .footer-block-content p {
	font-size: 20px
}
.responsive .footer-blocks-top-toys2 .text-right {
	text-align: left;
	padding-top: 13px
}
.responsive .box-type-12 #main .box-content.products .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-12 .tab-content {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .box-type-12 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.responsive .box-type-12 #main .tab-content .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-12 #accordion .panel-heading {
	padding-left: 25px !important
}
.responsive .box-type-12 #accordion .panel .panel-body {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .box-type-12 #main .product-list {
	padding: 0
}
.responsive .box-type-12 #main .center-column .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .today-deals-toys2-products .is-countdown {
	margin-left: -25px;
	margin-right: -25px
}
.responsive .box-type-13 #main .box-content.products .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-13 .tab-content {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .box-type-13 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.responsive .box-type-13 #main .tab-content .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-13 #main .product-list {
	padding: 0
}
.responsive .box-type-13 #main .center-column .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .cleaning-columns .row>div {
	padding: 14px 37px 17px
}
.responsive .cleaning-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #dcdfe2;
	margin: 0
}
.responsive .cleaning-parallax {
	padding: 70px 0
}
.responsive .cleaning-parallax .second-heading {
	font-size: 45px
}
.responsive .cleaning-parallax2 {
	padding: 60px 0
}
.responsive .cleaning-parallax2 .second-heading {
	font-size: 45px
}
.responsive .flowers-columns {
	margin-top: 40px
}
.responsive .flowers-columns .row>div {
	padding: 14px 37px 17px
}
.responsive .flowers-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e5e5e5;
	margin: 0
}
.responsive .flowers-parallax {
	padding: 57px 0 50px
}
.responsive .flowers-parallax .first-heading {
	font-size: 25px;
	line-height: 1
}
.responsive .flowers-parallax .second-heading {
	font-size: 25px;
	line-height: 1
}
.responsive #main .add-to-cart-flowers {
	padding: 12px 25px 11px !important;
	font-size: 10px !important
}
.responsive .add-to-cart-flowers:before {
	display: none
}
.responsive .flower-product {
	margin-bottom: 0
}
.responsive #main .flower-product .right .name {
	padding: 20px 0 0
}
.responsive .audio-newsletter {
	padding-left: 30px;
	padding-right: 30px
}
.responsive .audio-newsletter .inputs input {
	width: 179px
}
.responsive .audio-product {
	padding: 47px 0 0
}
.responsive .audio-product .overflow-price-name {
	padding-top: 29px;
	padding-bottom: 29px
}
.responsive .audio-product .overflow-price-name .price {
	display: block;
	text-align: center;
	border: none;
	width: auto;
	padding: 15px 0 0;
	height: auto
}
.responsive .audio-product .overflow-price-name .name {
	display: block;
	width: auto;
	text-align: center;
	padding: 15px 0 0
}
.responsive .audio-product .overflow-price-name .add-to-cart {
	display: block;
	width: auto;
	text-align: center;
	padding: 30px 0 0
}
.responsive .audio-product .image {
	margin: 0 0 -30px
}
.responsive .audio-testimonial {
	margin: 54px 0 55px
}
.responsive .holidays-contact .button {
	margin: 0 30px 15px 0;
	float: none !important
}
.responsive .responsive-holidays-contact .container>div {
	padding: 30px !important
}
.responsive .product-grid-type-7 #main .product-grid:before, .responsive .product-grid-type-7 #main .product-grid:after, .responsive .product-grid-type-7 #main .product-grid .row:before, .responsive .product-grid-type-7 #main .product-grid .row:after, .responsive .product-grid-type-7 #main .product-grid .product:before, .responsive .product-grid-type-7 #main .product-grid .product:after, .responsive .product-grid-type-7 #main .product-grid .row>div .product:after, .responsive .product-grid-type-7 #main .box-with-products .clear:after {
	display: none !important
}
.responsive .header-type-23 #top .logo {
	padding-top: 25px
}
.responsive .holidays-phone:first-child {
	margin-left: 0;
	padding-bottom: 0
}
.responsive .holidays-phone {
	display: inline-block;
	vertical-align: top;
	padding: 20px 15px 7px
}
.responsive .holidays-phone p {
	padding: 1px 0 0 5px;
	font-size: 25px
}
.responsive .header-type-23 .top-bar {
	padding-bottom: 10px
}
.responsive #main .header-type-23 #top #cart_block {
	margin-bottom: -7px !important
}
.responsive #main .header-type-23 #top .account {
	margin-bottom: -7px !important;
	float: none;
	display: inline-block;
	margin-right: 10px !important;
	margin-left: 10px !important;
	vertical-align: top
}
.responsive .header-type-23 #top #cart_block {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px !important
}
.responsive .header-type-23 #top #cart_block:before {
	display: none
}
.responsive .header-type-23 #top .dropdown {
	margin-right: 10px !important;
	margin-left: 10px !important
}
.responsive .header-type-23 .top-bar .currency_form:before {
	display: none !important
}
.header-type-23 .top-bar .currency_form:first-of-type:before {
	display: none !important
}
.responsive .header-type-23 .top-bar .currency_form {
	padding-left: 0
}
.responsive .product-list-type-4 .product-list>div .row>div {
	width: 100% !important;
	text-align: left
}
.responsive .product-list-type-4 .product-list>div .name-actions .name {
	padding: 49px 25px 0
}
.responsive .product-list-type-4 .product-list>div .name-actions .brand {
	padding: 1px 25px 0
}
.responsive .product-list-type-4 .product-list>div .name-actions .price {
	padding: 10px 25px 0
}
.responsive .product-list-type-4 .product-list>div .name-actions>ul {
	padding: 18px 25px 0
}
.responsive .product-list-type-4 .product-list .description {
	padding: 0 25px
}
.responsive .product-list-type-4 .product-list .desc {
	padding-top: 47px;
	padding-bottom: 30px
}
.responsive .product-list-type-4 .product-list .desc:before {
	display: none
}
.responsive .sportwinter-newsletter {
	padding: 0 25px 24px;
	text-align: center
}
.responsive .sportwinter-newsletter .heading {
	padding-top: 30px
}
.responsive .sportwinter-newsletter .inputs {
	text-align: center;
	padding-top: 6px
}
.responsive .sportwinter-big-sale {
	padding-left: 0
}
.responsive .sportwinter-big-sale .first-heading {
	font-size: 35px;
	line-height: 45px
}
.responsive .sportwinter-big-sale .second-heading {
	font-size: 35px;
	line-height: 45px
}
.responsive .footer-type-21 .footer .container>.row>div:first-child:before, .responsive .footer-type-21 .footer .advanced-grid .container>div>.row>div:first-child:before {
	display: none !important
}
.responsive .footer-type-21 .footer .container>.row>div:last-child:after, .responsive .footer-type-21 .footer .advanced-grid .container>div>.row>div:last-child:after {
	display: none !important
}
.responsive #main .add-to-cart-books {
	padding: 7px 10px 6px !important;
	font-size: 6px !important
}
.responsive .add-to-cart-books:before {
	display: none
}
.responsive .books-contact {
	padding-bottom: 2px;
	padding-top: 15px
}
.responsive .news .media-body .date-published {
	padding-top: 18px
}
.responsive .news .media-body h5 {
	padding-bottom: 20px;
	margin: 0;
	font-size: 14px;
	line-height: 18px
}
.responsive .news.v2 .media-body h5 {
	padding-bottom: 18px
}
.responsive .news.v2 .media-body h5 a {
	line-height: 18px
}
.responsive .medic-news>div:before {
	content: '';
	position: absolute;
	top: auto;
	bottom: auto;
	left: -20px;
	right: -20px;
	width: auto;
	height: 1px;
	margin: 0
}
.responsive .wine-news .media {
	padding-top: 37px;
	padding-bottom: 40px
}
.responsive .wine-news>div:before {
	content: '';
	position: absolute;
	top: auto;
	bottom: auto;
	left: 10px;
	right: 10px;
	width: auto;
	height: 1px;
	margin: 0
}
.responsive .shoes-parallax {
	padding: 200px 0 172px
}
.responsive .shoes2-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .shoes2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: rgba(0,0,0,0.1);
	margin: 0
}
.responsive .shoes2-contact {
	padding-bottom: 2px;
	padding-top: 15px
}
.responsive #main .button-shoes2-add-to-cart {
	padding: 10px 20px 8px !important;
	font-size: 9px !important
}
.responsive .button-shoes2-add-to-cart:before {
	display: none
}
.responsive #main .button-petshop-add-to-cart {
	padding: 10px 20px 8px !important;
	font-size: 9px !important
}
.responsive .button-petshop-add-to-cart:before {
	display: none
}
.responsive .shoes3-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .shoes3-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e2e2e2;
	margin: 0
}
.responsive .carparts2-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .carparts2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e0e0e0;
	margin: 0
}
.responsive .footer-blocks-top-shoes3 {
	padding-top: 12px
}
.responsive .footer-blocks-top-shoes3>div {
	text-align: left
}
.responsive .footer-blocks-top-shoes3 .button {
	margin: 12px 0 0
}
.responsive .shoes3-newsletter {
	padding: 25px
}
.responsive .shoes3-newsletter .inputs {
	float: none;
	padding-left: 0;
	margin: 0 auto;
	padding-top: 19px
}
.responsive .shoes3-newsletter .heading {
	float: none;
	padding-right: 0
}
.responsive .shoes3-newsletter .strip-line {
	display: none
}
.responsive .computer8-newsletter {
	padding: 25px 0
}
.responsive .computer8-newsletter .inputs {
	float: none;
	padding-left: 0;
	margin: 0 auto;
	padding-top: 19px
}
.responsive .computer8-newsletter .heading {
	float: none;
	padding-right: 0
}
.responsive .computer8-newsletter .strip-line {
	display: none
}
.responsive .lingerie-parallax {
	padding-left: 45%
}
.responsive #main .lingerie-newsletter {
	padding-top: 0
}
.responsive #main .lingerie-newsletter .first-heading {
	padding-top: 23px
}
.responsive .lingerie-free-shipping {
	border: none;
	padding-right: 0
}
.responsive .lingerie-free-shipping:before {
	right: -1000px
}
.responsive .header-type-26 #top .logo {
	padding-top: 25px
}
.responsive .header-type-26 ul.menu {
	padding: 28px 0 0;
	margin: 0;
	list-style: none
}
.responsive .header-type-26 ul.menu li {
	padding: 0 8px
}
.responsive .header-type-26 #header-right ul.menu li {
	padding: 0 8px
}
.responsive .header-type-26 .overflow-currency-cart {
	margin-left: -30px;
	padding-top: 22px;
	border: none
}
.responsive .header-type-26 .overflow-currency-cart:before {
	left: -1000px
}
.responsive .header-type-26 .overflow-currency-cart>.currency_form:first-of-type {
	border: none
}
.responsive .footer-blocks-top-lingerie2 {
	padding-top: 2px
}
.responsive .footer-blocks-top-lingerie2>div {
	text-align: left
}
.responsive .footer-blocks-top-lingerie2 .button {
	margin: 12px 0 0
}
.responsive .lingerie2-columns .row>div {
	padding: 15px 37px 16px
}
.responsive .lingerie2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e0e0e0;
	margin: 0
}
.responsive .category-wall2 {
	margin-top: 30px
}
.responsive .category-wall2-megamenu {
	margin: -20px -25px
}
.responsive .category-wall2 .row:before {
	display: none
}
.responsive .category-wall2 .row>div {
	position: relative;
	padding: 0 15px;
	margin: 0 !important;
	border: none !important
}
.responsive .category-wall2-megamenu .row>div {
	padding: 0 25px !important
}
.responsive .category-wall2 .row>div:before {
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: 1px;
	display: block !important;
	border-top: 1px solid #e5e5e5
}
.responsive .category-wall2 .row:first-child>div:first-child:before {
	display: none !important
}
.responsive .category-wall2 .row>div .category {
	padding: 8px 25px 6px
}
.responsive table.attribute, .responsive table.list, .responsive .wishlist-product table, .responsive .wishlist-info table, .responsive .compare-info, .responsive .checkout-product table, .responsive .table {
	display: block;
	overflow-x: auto
}
.responsive .templateCart .table {
	display: table;
	overflow: visible
}
.responsive .templateCart .table .img-thumbnail {
	max-width: 65px
}
.responsive table.attribute td, .responsive table.list td, .responsive .wishlist-product table td, .responsive .wishlist-info table td, .responsive .compare-info td, .responsive .checkout-product table td, .responsive .table td {
	padding: 8px
}
.responsive table.attribute thead td, .responsive table.list thead td, .responsive .wishlist-product table thead td, .responsive .wishlist-info table thead td, .responsive .compare-info thead td, .responsive .checkout-product table thead td, .responsive .table thead td {
	padding: 8px
}
.responsive .petshop2-columns .row>div {
	padding: 15px 37px 17px
}
.responsive .petshop2-columns .row>div:before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 1px;
	width: auto;
	background: #e1e0da;
	margin: 0
}
.responsive .box-type-16 #main .product-list, .responsive .box-type-16 #mfilter-content-container .product-grid {
	padding-left: 0;
	padding-right: 0
}
.responsive .box-type-16 #mfilter-content-container .product-grid>div {
	padding: 0
}
.responsive .petshop2-contact {
	margin-bottom: 30px
}
.responsive .petshop2-contact .row>div {
	padding-bottom: 0;
	margin-top: -10px
}
.responsive .carparts2-products {
	padding-left: 0
}
.responsive .carparts2-products-on-sale {
	padding-top: 0
}
.responsive .carparts2-products .product-grid {
	padding: 0 !important
}
.responsive .carparts2-products .product-grid .product:before, .responsive .carparts2-products .product-grid .product:after {
	display: none !important
}
.responsive .box-type-19 #main .box-content.products .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-19 .tab-content {
	padding-left: 25px !important;
	padding-right: 25px !important
}
.responsive .box-type-19 .filter-product .tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.responsive .box-type-19 #main .tab-content .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .box-type-19 #main .product-list {
	padding: 0
}
.responsive .box-type-19 #main .center-column .product-grid {
	padding-left: 9px;
	padding-right: 9px
}
.responsive .pagination-ajax {
	margin-top: 5px
}
.responsive .posts .post .post-content {
	padding-bottom: 29px
}
.responsive .posts .post .post-description, .responsive .posts .post .post-title {
	padding-left: 25px;
	padding-right: 25px
}
.responsive .posts.posts-grid .post {
	width: 100%
}
.responsive .posts-3-columns-grid {
	margin-bottom: 0
}
.responsive .posts.posts-grid .post-with-3-columns .post-content {
	padding-bottom: 25px;
	margin-bottom: 30px
}
.responsive .posts .big-news .post-content .right .overflow {
	max-width: none;
	float: none;
	padding: 0 25px
}
.responsive .posts .big-news .post-content .right .overflow .date-published {
	padding-top: 15px
}
.responsive #main .blog-article .post .post-media {
	margin-bottom: 29px
}
.responsive #main .blog-article .post .post-content {
	padding-bottom: 22px
}
.responsive #main .blog-article .post .meta {
	padding: 22px 0 18px
}
.responsive #main .blog-article .post .box {
	padding-top: 12px !important
}
.responsive .filter-product .filter-tabs {
	padding-top: 21px
}
.responsive .box-type-3 .filter-product .filter-tabs {
	padding-top: 30px
}
.responsive .box-type-14 .filter-product .filter-tabs {
	padding-top: 30px
}
.responsive .filter-product .filter-tabs ul>li>a {
	margin: 0 12px
}
.responsive .fixed-body .filter-product .tab-content:after, .responsive .fixed-body .filter-product .tab-content:before, .responsive .standard-body .fixed .filter-product .tab-content:after, .responsive .standard-body .fixed .filter-product .tab-content:before, .border-width-1 .standard-body .full-width .filter-product .tab-content:after, .border-width-1 .standard-body .full-width .filter-product .tab-content:before {
	left: -20px;
	right: -20px
}
.responsive #contact_map {
	margin-bottom: 0;
	height: 280px
}
.responsive #map_container .map_info {
	position: static
}
.responsive #map_container .map_content {
	padding: 30px 0 15px
}
.responsive #contact_map .gmnoprint {
	opacity: 1;
	visibility: visible
}
.responsive .back-to-school {
	text-align: center
}
.responsive .back-to-school .left {
	float: none;
	padding-right: 0
}
.responsive .back-to-school .right {
	float: none;
	padding-left: 0;
	padding-top: 40px
}
.responsive .back-to-school .line {
	display: none
}
.responsive .stationery-back-to-school .box .box-content.products {
	padding-left: 0;
	padding-right: 0
}
.responsive #widgets .social_widget.hide, .responsive #widgets .social_widget.totop {
	display: inline-block !important;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto
}
.responsive #widgets .social_widget .icon {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	height: auto;
	width: auto;
	display: block;
	opacity: 1;
	visibility: visible
}
.responsive #widgets .social_widget .icon i {
	line-height: 40px
}
.responsive #widgets {
	font-size: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 100000
}
.responsive #widgets.widget_2 .social_widget {
	width: 50%
}
.responsive #widgets.widget_3 .social_widget {
	width: 33.333333333333%
}
.responsive #widgets.widget_4 .social_widget {
	width: 25%
}
.responsive #widgets .social_widget .cart-count {
	display: block;
	position: relative
}
.responsive #widgets .social_widget .total_count_ajax {
	display: block;
	position: absolute;
	left: 50%;
	top: 9px;
	width: 14px;
	height: 14px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 4px;
	background: #666;
	color: #fff
}
.responsive .footer .copyright {
	padding-bottom: 40px
}
.responsive #mfilter-content-container .spinner img {
	margin-top: 200px
}
.responsive .templateCollection #sidebar {
	position: fixed;
	z-index: 99;
	left: -300px;
	top: 0;
	bottom: 40px;
	overflow: auto;
	padding-bottom: 22px;
	width: 300px;
	max-width: 100%;
	background-color: #fff;
	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1)
}
.responsive .templateCollection.open_filter #sidebar {
	left: 0
}
.responsive .templateCollection #sidebar .box {
	padding-top: 22px !important;
	margin-top: 0 !important
}
.responsive .templateCollection #sidebar .box-content {
	border: none !important
}
.responsive .templateCollection.open_filter .spinner img {
	display: none
}
.responsive .templateCollection.open_filter #mfilter-content-container .spinner {
	position: fixed;
	display: block;
	z-index: 98;
	background-color: #000;
	opacity: .6;
	cursor: default
}
}
@media (min-width: 500px) and (max-width: 767px) {
.responsive .templateListCollections .categories-wall .category-wall {
	margin: 0 0 20px
}
.responsive .templateListCollections .categories-wall>div[class*="col-"] {
	width: 50%;
	float: left
}
.responsive .templateListCollections .categories-wall>div[class*="col-"]:nth-child(3n+1) {
	clear: none
}
.responsive .templateListCollections .categories-wall>div[class*="col-"]:nth-child(2n+1) {
	clear: both
}
.responsive .home-instagram-widget-content .home-instafeed .wrap {
	display: none;
	width: 15%
}
.responsive .home-instagram-widget-content .home-instafeed .wrap:nth-child(-n+12) {
	display: inline-block
}
}
@media (max-width: 500px) {
.responsive .product-grid>.row>div {
	width: 100%;
	float: none
}
.responsive .box-product .carousel .item .product-grid .row:first-child>div {
	width: 50%;
	float: left
}
.responsive #main .product-grid .row>div.col-xs-6 .product:after {
	content: '';
	position: absolute;
	top: 0;
	left: -30px !important;
	right: -30px !important;
	height: 1px;
	display: block !important
}
.responsive #main .product-grid .row>div.col-xs-6:first-child .product:after {
	display: none !important
}
.responsive #main .with-scroll .product-grid .row>div.col-xs-6 .product:after, .responsive #main .carousel-inner.owl-carousel .product-grid .row>div.col-xs-6 .product:after {
	display: none !important
}
.responsive .product-grid .row>div.col-xs-6 .product:before {
	display: none !important
}
.responsive .product-grid .row>div.col-xs-6 .product:hover:before, .responsive .with-scroll .product-grid .row>div.col-xs-6 .product:before, .responsive .carousel-inner.owl-carousel .product-grid .row>div.col-xs-6 .product:before {
	display: block !important
}
.responsive .architecture-products .row>div {
	width: 100%;
	float: none
}
.responsive .home-instagram-widget-content .home-instafeed .wrap {
	display: none;
	width: 20%
}
.responsive .home-instagram-widget-content .home-instafeed .wrap:nth-child(-n+10) {
	display: inline-block
}
.responsive .popup .newsletter .subscribe {
	margin-left: 0;
	margin-top: 15px
}
.responsive .popup .newsletter input {
	width: 100%
}
.responsive .home-slider .slide-sticker-wrapper img {
	max-width: 50%;
	margin: auto;
	text-align: center
}
}
@media (min-width: 1160px) {
.fixed-header-1 {
	display: block
}
}
@media (max-width: 767px) {
.responsive .fashion6-contact .row>div:before {
	display: none
}
.responsive .fashion6-contact .row>div {
	padding-bottom: 40px
}
}
@media (min-width: 992px) {
.standard-body .full-width .container {
	max-width: 100%
}
}
@media (max-width: 991px) {
.responsive .body-header-type-27 ul.megamenu {
	padding-top: 0
}
.responsive .body-header-type-27 #main {
	margin-left: 0
}
.responsive .body-header-type-27 .slider-header {
	position: relative;
	top: 0;
	left: 0;
	bottom: auto;
	width: auto;
	padding: 0 20px 30px
}
.responsive .body-header-type-27 #top #cart_block {
	margin-top: 30px
}
.responsive .body-header-type-27 #top #cart_block .cart-heading p:after {
	content: "\f078"
}
.responsive .body-header-type-27 #top .search_form {
	margin-top: 21px !important
}
.responsive .body-header-type-27 #top .pattern>.container {
	padding-bottom: 30px
}
}
@media (max-width: 767px) {
.responsive .fashion7-banners .row>div:before {
	left: -20px;
	right: -20px;
	top: -1px;
	bottom: auto;
	height: 1px;
	width: auto
}
.responsive .fashion7-features .row>div:before {
	display: none
}
.responsive .fashion7-banners2 .row>div:before {
	left: -20px;
	right: -20px;
	top: 0;
	bottom: auto;
	height: 1px;
	width: auto
}
}
@media (min-width: 1200px) {
.LT-1200 {
	display: none
}
}
@media (max-width: 1199px) {
.GTorE-1200 {
	display: none
}
}
@media (min-width: 768px) {
.LT-768 {
	display: none
}
}
@media (max-width: 767px) {
.GTorE-768 {
	display: none
}
}
.section-wrapper {
	position: relative
}
.section-wrapper.advanced-grid .matrialarts-products-tabs .select-tab li.active a {
	color: #333
}
@media (max-width: 991px) {
.responsive .col-sm-3 .box-no-advanced.box-with-products, .responsive .col-sm-4 .box-no-advanced.box-with-products, .responsive .col-md-3 .box-no-advanced.box-with-products, .responsive .col-md-4 .box-no-advanced.box-with-products {
	display: block !important
}
}
.matrialarts-products-tabs {
	list-style: none;
	padding: 31px 0 0
}
.fixed-body .col-md-12 .box-with-products .clear:after, .fixed-body .col-md-12 .box-with-products .clear:before {
	left: -30px;
	right: -30px
}
.vertical ul.megamenu>li.with-sub-menu .sub-menu ul li a img.img-check-required {
	display: block;
	float: left;
	position: relative;
	margin: -5px 13px -1px 0
}
.advanced-grid-onboarding .container .row div {
	font-size: 18px;
	text-align: center
}
.delivery-bar {
	margin: 30px 0px 0px 0px;
	border: 1px solid rgba(0,0,0,0.1)
}
.delivery-bar .row>div {
	border-left: 1px solid rgba(0,0,0,0.1)
}
.delivery-bar .row>div:first-child {
	border-left: none
}
.delivery-bar img {
	float: left;
	margin: 14px 0px 0px 26px
}
.delivery-bar .row>div:first-child img {
	margin-left: 39px
}
.delivery-bar p {
	padding: 13px 0px 11px 21px;
	margin: 0px;
	font-weight: 600;
	float: left
}
@media (max-width: 767px) {
.responsive .delivery-bar {
	margin-top: 20px
}
.responsive .delivery-bar .row {
	margin: 0px
}
.responsive .delivery-bar .row>div {
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 0px
}
.responsive .delivery-bar .row>div:first-child {
	border-top: none
}
.responsive .delivery-bar .row>div:first-child img {
	margin-left: 26px
}
}
.promo-products .box {
	padding: 60px 0px 60px 0px;
	margin: 0px 0px 0 50%
}
@media (max-width: 767px) {
.responsive .promo-products .box {
	margin-left: 0;
	padding: 30px 0px 30px 0px
}
}
.promo-products .product-grid>.row {
	display: block;
	margin: 0px -15px !important;
	border: none !important
}
.promo-products .product-grid>.row>div {
	padding: 0px 15px !important;
	border: none !important
}
.promo-products .product-grid .product {
	background: #fff;
	padding: 20px 20px 34px 20px !important;
	margin: 30px 0px 0px 0px !important
}
.big-sale {
	text-align: center;
	font-size: 40px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
	padding: 26px 0px 34px 0px
}
.button-big-sale {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 0px 25px;
	margin: 6px 0px 0px 19px
}
.border-width-1 .standard-body .full-width .col-md-12 .box-with-products .clear::after, .border-width-1 .standard-body .full-width .col-md-12 .box-with-products .clear::before {
	left: -4000px;
	right: -4000px
}
@media (max-width: 767px) {
.responsive .row>div.section-wrapper {
	padding-left: 0
}
.responsive .row>div#shopify-section-header-menu1, .responsive .row>div#shopify-section-header-menu2 {
	padding-left: 10px
}
}
.product-tab-wrapper .carousel .product-grid>.row {
	overflow: visible
}
.ag-products-tabs .product.clearfix.product-hover:after, .product-tab-wrapper .product.clearfix.product-hover:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
	top: 0px;
	z-index: -1
}
@media (max-width: 767px) {
.responsive .box-product .carousel .item .product-grid .row:first-child>div:first-child, .responsive .box-product .carousel .item .product-grid .row:first-child>div:nth-child(2) {
	display: block !important
}
}
@media (max-width: 500px) {
.responsive .box-product .carousel .item .product-grid .row:first-child>div {
	width: 100%;
	float: left
}
}
@media (max-width: 767px) {
.responsive .box-product .carousel .item .product-grid .row>div {
	display: block !important
}
}
@media (max-width: 500px) {
.responsive .product-grid>.row>div {
	width: 100%;
	float: none
}
}
@media (max-width: 767px) {
.responsive .row>div {
	padding-left: 10px;
	padding-right: 10px
}
}
@media (max-width: 1067px) {
.col-sm-3 .ag-product-tab-item.box-no-advanced .product-grid, .col-sm-4 .ag-product-tab-item.box-no-advanced .product-grid, .col-md-3 .ag-product-tab-item.box-no-advanced .product-grid, .col-md-4 .ag-product-tab-item.box-no-advanced .product-grid {
	display: block !important
}
}
.mega-menu-modules>div:first-child>div.horizontal {
	margin-left: 0px !important
}
.product:hover .image-swap-effect .swap-image {
	visibility: visible;
	opacity: 1;
	z-index: 1
}
.body-header-type-24 ul.megamenu .megamenu-label {
	top: -6px
}
.page-wishlist {
	position: relative
}
.page-wishlist .wishlist-loader {
	display: none
}
.page-wishlist.is_loading .wishlist-loader {
	display: block
}
.page-wishlist .wishlist-loader:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	z-index: 3;
	content: ''
}
.page-wishlist .wishlist-loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	z-index: 5
}
.sample-ag-section {
	border: 1px solid #d3dbe2;
	padding: 10px
}
.sample-ag-section div {
	text-align: center;
	border-bottom: 1px dotted #d3dbe2;
	padding: 10px
}
.sample-ag-section div:last-child {
	border: none
}
.sample-ag-section h2 {
	text-align: center;
	margin-top: 5px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px
}
#main .products-grid-with-carousel {
	overflow: visible
}
.footer-about-us img {
	display: block
}
.main-fixed {
	overflow-x: hidden
}
.main-content.home .pattern>.container>.row {
	margin: 0
}
#header-phantom .mega-menu-modules .section-wrapper.hidden {
	display: none !important;
	visibility: hidden !important
}
#shopify-section-header-top-block {
	display: inline-block
}
.menu-one-only #shopify-section-header-menu1, .menu-one-only #shopify-section-header-menu2 {
	position: static
}
p.nil-paragraph {
	padding: 0;
	margin: 0
}
.box-product .owl-carousel {
	margin: 0
}
.box-product .owl-carousel .owl-item .item {
	margin: 0
}
.box-product .owl-carousel .product-grid>.row {
	margin: 0
}
.box-product .owl-carousel .product-grid>.row>div {
	padding: 0
}
body .main-content .box-product .owl-carousel .product-grid {
	padding: 0 15px !important
}
.fixed-body .col-md-12 .box-with-products .clear:after, .fixed-body .col-md-12 .box-with-products .clear:before {
	left: -45px;
	right: -45px
}
.product-grid .product {
	z-index: 2
}
@media (max-width: 767px) {
.responsive body .main-content .box-product .owl-carousel .product-grid {
	padding: 0 9px !important;
	overflow: visible
}
.responsive .box-product .owl-carousel .product-grid>.row {
	padding: 0 0 1px
}
.responsive .product-grid .row>div.col-xs-6 .product:after {
	width: inherit
}
}
.products-grid-with-carousel .next, .products-grid-with-carousel .prev {
	display: none
}
#header-phantom .overflow-megamenu .hidden {
	display: none !important;
	visibility: hidden !important
}
.home-slider-content .flex-direction-nav a {
	color: #000000;
	border: 2px solid #000000;
	background-color: transparent
}
.home-slider-content .flex-direction-nav a:hover {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff
}
.home-slider .caption.header h2 {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.home-slider .caption-content.real-caption {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.overflow-megamenu>.section-wrapper {
	padding-left: 0;
	padding-right: 0
}
#top .search_form {
	margin: 24px 26px 0 0
}
#slider {
	clear: both
}
.header-type-27 #shopify-section-header-slideshow {
	position: static
}
.header-type-9 #shopify-section-header-slideshow {
	position: static
}
.product-grid .product-hover:hover .only-hover {
	z-index: 2
}
#shopify-section-header-menu1 #megamenu_1.section-megamenu-content:not(.vertical), #shopify-section-header-menu2 #megamenu_2.section-megamenu-content:not(.vertical) {
	position: static
}
.shopify-challenge__container {
	padding-top: 50px
}
.product-info .cart .add_to_cart .quantity {
	position: relative
}
.product-info .cart .add_to_cart .quantity #q_up {
	position: absolute;
	right: 20px;
	top: 8px;
	cursor: pointer;
	display: block
}
.product-info .cart .add_to_cart .quantity #q_down {
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
	display: block
}
.product-info .cart .add_to_cart .quantity input {
	text-align: center
}
.product-info .links .link a.add_to_compare {
	display: block;
	margin-top: 10px
}
.product-info .links .link:last-child {
	border: none !important
}
.product-info .links .link:first-child {
	border-right: 1px solid #e5e5e5 !important
}
.product-list .name-actions ul {
	padding: 20px 15px 0 20px
}
.product-grid .product-hover .only-hover {
	bottom: 15px
}
.quickview.compareview .mfp-inline-holder .mfp-content {
	max-width: 90%;
	width: auto
}
.compare-content table, .compare-content td, .compare-content th {
	border: 1px solid #d1d1d1;
	border-collapse: collapse;
	border-spacing: 0
}
.compare-content td, .compare-content td>div {
	text-align: center
}
.compare-content td .product-price-and-shipping {
	display: inline-block;
	margin-bottom: 0
}
.compare-content th {
	width: 205px;
	max-width: 205px;
	min-width: 205px;
	overflow: hidden;
	text-align: left;
	padding-left: 15px
}
.compare-content th span {
padding:.85rem 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase
}
.compare-content td {
	width: 230px;
	max-width: 230px;
	min-width: 230px
}
#be_compare_features_table_inner .price-old {
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 5px
}
#be_compare_features_table_inner .price-new {
	font-weight: 600 !important;
	color: #d9121f
}
#be_compare_features_table_inner .spr-badge-caption {
	display: none
}
#be_compare_features_table_inner {
	position: relative
}
.no-flex #be_compare_features_table {
	display: inline-block
}
#be_compare_features_table {
	padding: 15px;
	justify-content: center;
	display: flex;
	max-width: 100%;
	max-height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
@media (max-width: 767px) {
#be_compare_features_table {
	display: inline-block
}
}
#be_compare_features_table_inner.scroll-left::before, #be_compare_features_table_inner.scroll-right::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	z-index: 500
}
#be_compare_features_table_inner.scroll-right::after {
	background: -webkit-radial-gradient(right ellipse, rgba(0,0,0,0.2) 0, rgba(0,0,0,0) 75%) 100% center;
	background: radial-gradient(ellipse at right, rgba(0,0,0,0.2) 0, rgba(0,0,0,0) 75%) 100% center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
	background-position: 100% 0;
	right: 0
}
#be_compare_features_table_inner.scroll-left::before {
	background: -webkit-radial-gradient(left ellipse, rgba(0,0,0,0.2) 0, rgba(0,0,0,0) 75%) 0 center;
	background: radial-gradient(ellipse at left, rgba(0,0,0,0.2) 0, rgba(0,0,0,0) 75%) 0 center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
	left: 0
}
.product-grid .product .price {
	margin-bottom: 8px
}
.swatch-list .swatch-item {
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative
}
.swatch-list .swatch-item:after, .swatch-list .swatch-item:before {
	position: absolute;
	right: 50%;
	bottom: 100%;
	opacity: 0;
	visibility: hidden
}
.swatch-list .swatch-item:before {
	content: '';
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	margin-bottom: 5px;
	-moz-transition: opacity 250ms ease-out;
	-webkit-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out
}
.swatch-list .swatch-item:after {
	content: attr(data-title);
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	background-color: #000;
	color: #fff;
	white-space: pre;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: 10px;
	line-height: normal;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-transition: opacity 250ms ease-out;
	-webkit-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out
}
.swatch-list .swatch-item:hover:after, .swatch-list .swatch-item:hover:before {
	opacity: 1;
	visibility: visible
}
.product-grid .product .right {
	min-height: 80px
}
@media (max-width: 767px) {
.mobile-cart-content {
	padding-right: 15px
}
.mobile-cart-content>div {
	line-height: 55px
}
.rtl .flex-viewport .slides {
	float: left !important
}
.cart-info table td:first-child {
	white-space: normal;
	padding-left: 0
}
.cart-info table input[name="updates[]"] {
	display: block
}
}
header .mobile-navbar-toggle {
	display: none;
	font-size: 26px;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 50px;
	left: 8px;
	z-index: 999
}
header .mobile-navbar-toggle>div {
	width: 25px;
	cursor: pointer
}
header .mobile-navbar-toggle>div span {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 4px;
	background: #d9121f
}
.unero-off-canvas-layer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9990;
	cursor: pointer;
	display: none;
	background-color: rgba(0,0,0,0.5)
}
.open-canvas-panel .unero-off-canvas-layer {
	display: block
}
.primary-mobile-nav {
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 400;
	width: 475px;
	background-color: #fff;
	position: fixed;
	left: -475px;
	top: 0;
	overflow: auto;
	height: 100%;
	color: #aaa;
	z-index: 9995;
	transition: transform .25s ease
}
.primary-mobile-nav .close-canvas-mobile-panel {
	font-size: 44px;
	line-height: 44px;
	color: #000
}
.primary-mobile-nav .mobile-nav-content {
	padding: 15px
}
.primary-mobile-nav ul.menu {
	padding: 0
}
.primary-mobile-nav ul.menu li {
	list-style: none;
	margin-bottom: 0
}
.primary-mobile-nav ul.menu li.menu-item-has-children>a .mobile-child-menu::after {
	content: "+";
	font-family: Arial;
	font-weight: 300;
	font-size: 30px;
	padding: 10px 0 10px 10px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}
.primary-mobile-nav ul.menu li>a {
	color: #999;
	position: relative
}
.primary-mobile-nav ul.menu li.active>a, .primary-mobile-nav ul.menu li>a:hover, .primary-mobile-nav ul.menu ul li.mobile-active a, .primary-mobile-nav ul.menu>li.mobile-active a {
	color: #000
}
.primary-mobile-nav ul.menu li.active>a .mobile-child-menu::after {
	content: "-";
	font-family: Arial
}
.primary-mobile-nav ul.menu ul {
	padding-left: 15px;
	display: none;
	padding-top: 10px
}
.primary-mobile-nav ul.menu ul li {
	padding: 8px 0
}
.primary-mobile-nav ul.menu ul li a {
	font-size: 14px;
	display: block
}
.primary-mobile-nav ul.menu ul li a:after {
	font-size: 14px
}
.primary-mobile-nav ul.menu>li {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0 14px
}
.primary-mobile-nav ul.menu>li>a {
	font-size: 16px;
	display: block
}
body.open-canvas-panel {
	overflow: hidden
}
@media (max-width: 991px) {
.open-canvas-panel .unero-off-canvas-layer, header .mobile-navbar-toggle {
	display: block
}
.primary-mobile-nav.open {
	transform: translate3d(475px, 0, 0)
}
}
@media (max-width: 480px) {
.primary-mobile-nav {
	width: 320px;
	left: -320px
}
.primary-mobile-nav.open {
	transform: translate3d(320px, 0, 0)
}
}
@media (max-width: 320px) {
.primary-mobile-nav {
	width: 280px;
	left: -280px
}
.primary-mobile-nav.open {
	transform: translate3d(280px, 0, 0)
}
}
.market-phone {
	min-width: 300px
}
#main .new, #main .sale {
	z-index: 2
}
.trust-sale-img {
	margin-top: 20px
}
.short-description {
	padding-top: 15px;
	padding-bottom: 15px
}
.product-additional-galleries {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #fff;
	z-index: 2;
	box-shadow: 0 0 9px rgba(0,0,0,0.1)
}
.product-360-button, .product-video-button {
	display: inline-block;
	transition: box-shadow .2s
}
.product-360-button:hover, .product-video-button:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.product-360-button a, .product-video-button a {
	position: relative;
	text-decoration: none;
	color: #4E4E4E;
	display: block;
	padding: 5px
}
.fastor-tooltip {
	position: relative
}
.fastor-tooltip-label {
	padding: 0 10px;
	line-height: 28px;
	font-size: 12px;
	letter-spacing: .3px;
	visibility: hidden;
	white-space: nowrap;
	color: transparent;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	bottom: 130%;
	left: 50%;
	right: auto;
	top: auto;
	-webkit-transform: translateX(-50%) translateY(0);
	-o-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	-sand-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0)
}
.fastor-tooltip-label:before {
	content: "\f0d7";
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 50%;
	right: auto;
	color: transparent;
	font-size: 16px;
	font-family: FontAwesome;
	line-height: 5px;
	-webkit-transform: translateX(-50%) translateY(0);
	-o-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	-sand-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.fastor-tooltip:hover .fastor-tooltip-label {
	background-color: #000;
	color: #fff;
	visibility: visible;
	top: auto;
	bottom: 115%;
	left: 50%;
	right: auto
}
.fastor-tooltip:hover .fastor-tooltip-label:before {
	color: #000
}
.fastor-tooltip:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7f7f7;
	color: #000;
	vertical-align: middle;
	border-radius: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	transition: color .3s ease, background-color .3s ease
}
.product-video-button a:before {
	content: "";
	background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2060%2060%22%20style%3D%22enable-background%3Anew%200%200%2060%2060%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M45.563%2C29.174l-22-15c-0.307-0.208-0.703-0.231-1.031-0.058C22.205%2C14.289%2C22%2C14.629%2C22%2C15v30%0A%09%09c0%2C0.371%2C0.205%2C0.711%2C0.533%2C0.884C22.679%2C45.962%2C22.84%2C46%2C23%2C46c0.197%2C0%2C0.394-0.059%2C0.563-0.174l22-15%0A%09%09C45.836%2C30.64%2C46%2C30.331%2C46%2C30S45.836%2C29.36%2C45.563%2C29.174z%20M24%2C43.107V16.893L43.225%2C30L24%2C43.107z%22/%3E%0A%09%3Cpath%20d%3D%22M30%2C0C13.458%2C0%2C0%2C13.458%2C0%2C30s13.458%2C30%2C30%2C30s30-13.458%2C30-30S46.542%2C0%2C30%2C0z%20M30%2C58C14.561%2C58%2C2%2C45.439%2C2%2C30%0A%09%09S14.561%2C2%2C30%2C2s28%2C12.561%2C28%2C28S45.439%2C58%2C30%2C58z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E)
}
.product-360-button a:before {
	content: "";
	background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20294.843%20294.843%22%20style%3D%22enable-background%3Anew%200%200%20294.843%20294.843%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M147.421%2C0c-3.313%2C0-6%2C2.687-6%2C6s2.687%2C6%2C6%2C6c74.671%2C0%2C135.421%2C60.75%2C135.421%2C135.421s-60.75%2C135.421-135.421%2C135.421%0A%09%09S12%2C222.093%2C12%2C147.421c0-50.804%2C28.042-96.902%2C73.183-120.305c2.942-1.525%2C4.09-5.146%2C2.565-8.088%0A%09%09c-1.525-2.942-5.147-4.09-8.088-2.565C30.524%2C41.937%2C0%2C92.118%2C0%2C147.421c0%2C81.289%2C66.133%2C147.421%2C147.421%2C147.421%0A%09%09s147.421-66.133%2C147.421-147.421S228.71%2C0%2C147.421%2C0z%22/%3E%0A%09%3Cpath%20d%3D%22M205.213%2C71.476c-16.726-12.747-36.71-19.484-57.792-19.484c-52.62%2C0-95.43%2C42.81-95.43%2C95.43s42.81%2C95.43%2C95.43%2C95.43%0A%09%09c25.49%2C0%2C49.455-9.926%2C67.479-27.951c2.343-2.343%2C2.343-6.142%2C0-8.485c-2.343-2.343-6.143-2.343-8.485%2C0%0A%09%09c-15.758%2C15.758-36.709%2C24.436-58.994%2C24.436c-46.003%2C0-83.43-37.426-83.43-83.43s37.426-83.43%2C83.43-83.43%0A%09%09c36.894%2C0%2C69.843%2C24.715%2C80.126%2C60.104c0.924%2C3.182%2C4.253%2C5.011%2C7.436%2C4.087c3.182-0.925%2C5.012-4.254%2C4.087-7.436%0A%09%09C233.422%2C101.308%2C221.398%2C83.809%2C205.213%2C71.476z%22/%3E%0A%09%3Cpath%20d%3D%22M217.773%2C129.262c-2.344-2.343-6.143-2.343-8.485%2C0c-2.343%2C2.343-2.343%2C6.142%2C0%2C8.485l22.57%2C22.571%0A%09%09c1.125%2C1.125%2C2.651%2C1.757%2C4.243%2C1.757s3.118-0.632%2C4.243-1.757l22.57-22.571c2.343-2.343%2C2.343-6.142%2C0-8.485%0A%09%09c-2.344-2.343-6.143-2.343-8.485%2C0l-18.328%2C18.328L217.773%2C129.262z%22/%3E%0A%3C/g%3E%0A%3C/svg%3E)
}
.product-360-view-wrapper {
	position: relative;
	max-width: 800px;
	margin: 100px auto
}
.product-360-view-wrapper .mfp-close {
	top: -40px !important;
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.fastor-threed-view {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
	cursor: -webkit-grab
}
.fastor-threed-view:active {
	cursor: ew-resize;
	cursor: -webkit-grabbing
}
.fastor-threed-view:after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	height: 50%;
	z-index: 5;
	border-bottom: 5px solid rgba(175,175,175,0.15);
	border-top: 2px solid rgba(175,175,175,0.05);
	border-right: 2px solid rgba(175,175,175,0.1);
	border-left: 2px solid rgba(175,175,175,0.1);
	border-radius: 50%
}
.fastor-threed-view .threed-title {
	position: relative;
	padding-top: 20px;
	z-index: 40;
	text-align: center
}
.fastor-threed-view .threed-view-images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0
}
.fastor-threed-view .threed-view-images img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto
}
.fastor-threed-view .threed-view-images img.previous-image {
	visibility: hidden
}
.fastor-threed-view .threed-view-images img.current-image {
	visibility: visible
}
.fastor-threed-view .spinner {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #000;
	font-weight: bolder;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.fastor-threed-view .spinner span {
	line-height: 60px
}
.fastor-threed-view .nav_bar {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -67.5px;
	z-index: 11;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15)
}
.fastor-threed-view .nav_bar a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 0;
	text-align: center;
	text-decoration: none
}
.fastor-threed-view .nav_bar a:hover {
	background-color: #f9f9f9
}
.fastor-threed-view .nav_bar a:after {
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome
}
.fastor-threed-view .nav_bar a.nav_bar_play:after {
	font-size: 24px;
	content: "\f04b"
}
.fastor-threed-view .nav_bar a.nav_bar_previous:after {
	font-size: 24px;
	content: "\f104"
}
.fastor-threed-view .nav_bar a.nav_bar_stop:after {
	font-size: 24px;
	content: "\f04c"
}
.fastor-threed-view .nav_bar a.nav_bar_next:after {
	font-size: 24px;
	content: "\f105"
}
.fastor-threed-view:-webkit-full-screen {
background:#fff;
width:100%;
height:100%;
margin-top:0;
padding-top:200px
}
.fastor-threed-view:-moz-full-screen {
background:#fff;
width:100%;
height:100%;
margin-top:0;
padding-top:200px
}
@media (max-width: 991px) {
.product-additional-galleries {
	text-align: left
}
.product-additional-galleries>div {
	margin-left: 0;
	margin-right: 0
}
.product-additional-galleries .product-video-button {
	margin-right: 15px
}
}
.product-instagram {
	text-align: center;
	margin-top: 25px
}
.product-instafeed {
	margin: 0
}
.product-instafeed .wrap {
	width: 10%;
	display: inline-block
}
.product-instafeed a {
	border: none;
	text-align: center;
	position: relative;
	margin: 5px;
	display: block
}
.product-instafeed .hover_border {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 6px;
	right: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset;
	-moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.15) inset
}
.product-instafeed .hover_border:hover {
	-webkit-box-shadow: 0 0 0 5px #d9121f inset;
	-moz-box-shadow: 0 0 0 5px #d9121f inset;
	box-shadow: 0 0 0 5px #d9121f inset
}
@media (max-width: 767px) {
.product-instafeed .wrap {
	width: 20%
}
}
.product-grid .wishlist {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0
}
.product-grid .product-hover:hover .wishlist {
	visibility: visible;
	opacity: 1
}
.col-md-3 .box-no-advanced .products .product .wishlist, .col-md-4 .box-no-advanced .products .product .wishlist, .col-sm-3 .box-no-advanced .products .product .wishlist, .col-sm-4 .box-no-advanced .products .product .wishlist {
	display: none
}
.product-grid .product .wishlist i {
	font-size: 18px
}
.progressive img.preview {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px)
}
.product-info .options2 .selector-wrapper:after, .slick-slide.dragging img {
	pointer-events: none
}
.shopify-preview-bar {
	display: none
}
#header-phantom .mega-menu-modules .section-wrapper.hidden {
	display: block !important;
	visibility: visible !important
}
.product-info .options2 .selector-wrapper.hide-choose-option:after, .summary.entry-summary .invisible {
	display: none
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}
.product-additional-galleries {
	right: 20px
}
.quickview .product-additional-galleries {
	right: 25px;
	bottom: 150px
}
.product-info .product-center {
	margin-top: 0
}
.product-section-wrapper .product-info {
	margin-top: 50px
}
.product-info .product-thumbnails-bottom .thumbnails {
	padding-top: 0
}
.product-info .description p span:nth-child(2) {
	font-weight: 600
}
.product-info .price {
	padding-top: 15px;
	padding-bottom: 0
}
.product-info .description, .product-info .options2 h2, .quickview .product-info .description, body.templateProduct .sidebar-slide .product-inner .price {
	padding-bottom: 15px
}
.product-info .price-range.price .price-new {
	font-size: 25px;
	vertical-align: middle;
	color: #000
}
form.variations_form {
	border: none !important
}
.swatch .swatch-element .swatch-radio.selected+label.img {
	background: 0 0
}
.product-info .options2 .selector-wrapper {
	padding-top: 0
}
.product-info .review {
	margin-bottom: 15px
}
.product-info .options {
	padding-top: 15px
}
.product-info .swatch {
	padding-top: 0
}
.product-info .description span {
	text-align: left;
	width: auto
}
.product-page-design-full-screen .product-summary {
	padding-top: 40px
}
.sidebar-slide .product-inner .price .price-old {
	color: #232323;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	padding-left: 0
}
.sidebar-slide .product-inner .price .price-new {
	font-size: 14px !important;
	font-weight: 600 !important;
	vertical-align: middle;
	line-height: 14px
}
.sidebar-slide .product-inner .price .price-old+.price-new {
	padding-left: 15px
}
.sidebar-block-wrap.collection .title-block {
	font-size: 20px;
	font-weight: 500 !important;
	text-transform: none;
	margin: 0 auto 28px;
	padding: 6px 0 9px;
	text-align: center;
	width: 100%;
	display: inline-block;
	border-bottom: 2px solid #d9121f;
	border-bottom-color: #d9121f
}
.pswp .video-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}
.pswp .video-wrapper .wp-video, .pswp .video-wrapper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.pswp .video-wrapper iframe:-webkit-full-screen {
transform:none
}
.quickview .mfp-ajax-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.quickview .mfp-ajax-holder .mfp-close {
	top: -40px;
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.quickview .mfp-ajax-scaler .mfp-inline {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-attachment: scroll;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.quickview .mfp-ajax-holder .mfp-content {
	max-width: 900px
}
.quickview .mfp-content .product-info .review {
	margin: 0;
	padding: 0;
	border: none
}
.quickview .mfp-content .product-info .links {
	padding-left: 15px;
	padding-right: 15px
}
.product-accordion {
	margin: 20px 0 0;
	padding: 0
}
.product-accordion .accordion-item {
	list-style: none;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 3em;
	-webkit-transition: height .35s ease-out;
	-o-transition: height .35s ease-out;
	transition: height .35s ease-out
}
.product-accordion .accordion-item h3.title {
	margin: 0;
	height: 3em;
	line-height: 2.5em;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	padding: 0 1px;
	font-weight: 700 !important
}
.product-accordion .accordion-item h3.title svg {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	width: 10px;
	height: 10px
}
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}
.product-accordion .accordion-item h3.title svg .vertical-line {
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transform-origin: 50% 50%;
	transform: scaleY(1);
	-moz-transform-origin: scaleY(1);
	-webkit-transform-origin: scaleY(1)
}
.product-accordion .accordion-item .content {
	padding: 0 0 25px;
	font-size: 12px;
	line-height: 1.75;
	color: #6d6e71
}
.product-accordion .accordion-item .content li {
	margin: 0 0 5px
}
.product-accordion .accordion-item.active h3.title svg .vertical-line {
	transform: scaleY(0)
}
.product-accordion .accordion-item:first-child {
	border-top: 1px solid #ccc
}
.accordion-item.accordion-review.active {
	height: auto !important
}
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-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 {
	left: 0;
	top: 0
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.rt-fastor-product-gallery__wrapper.loaded:after, .rt-fastor-product-gallery__wrapper.loaded:before, .slick-arrow.slick-hidden {
	display: none
}
.rt-fastor-product-gallery__wrapper {
	max-height: 570px;
	overflow: hidden;
	margin: 0
}
.rt-fastor-product-gallery__wrapper>* {
	opacity: 0
}
.rt-fastor-product-gallery__wrapper:after, .rt-fastor-product-gallery__wrapper:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #c00;
	opacity: .6;
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}
.rt-fastor-product-gallery__wrapper:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.rt-fastor-product-gallery__wrapper.loaded {
	overflow: inherit;
	max-height: inherit
}
.rt-fastor-product-gallery__wrapper.loaded>* {
	opacity: 1
}
div.fastor-images {
	margin-bottom: 0;
	position: relative;
	overflow: hidden
}
div.fastor-images .FeaturedImage-product-template img {
	max-height: 600px
}
div.fastor-images .photoswipe {
	cursor: crosshair
}
div.fastor-images .slick-arrow {
	opacity: 0;
	font-size: 50px;
	cursor: pointer;
	font-weight: 100;
	color: #999;
	transition: .5s
}
div.fastor-images .slick-arrow:hover {
	color: #000
}
div.fastor-images .slick-arrow.slick-disabled {
	color: #ccc;
	cursor: auto
}
div.fastor-images:hover .slick-arrow {
	opacity: 1;
	left: 20px
}
div.fastor-images:hover .slick-next-arrow {
	right: 20px;
	left: auto
}
.feature-video .video {
	position: relative;
	display: block
}
.feature-video .video:before {
	font-family: FontAweSome;
	content: "\f04b";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #000;
	font-size: 15px;
	padding-left: 5px
}
.feature-video .video:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff
}
div.fastor-images .slick-arrow {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	z-index: 99
}
div.fastor-images .slick-next-arrow {
	right: -20px;
	left: auto
}
.design-thumbnail-left .rt-fastor-product-gallery {
	padding-left: 100px
}
.product-thumbnails {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%
}
.product-thumbnails .thumbnails {
	padding-top: 0;
	position: relative;
	margin: -15px 0;
	height: 100%
}
.product-thumbnails .thumbnails:hover .slick-prev-arrow {
	top: 10px;
	opacity: 1
}
.product-thumbnails .thumbnails:hover .slick-next-arrow {
	bottom: -10px;
	opacity: 1
}
.product-thumbnails-bottom .thumbnails .slick-arrow {
	position: absolute;
	top: 35px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(-90deg)
}
.product-thumbnails-bottom .thumbnails .slick-next-arrow {
	left: auto;
	right: 10px
}
.product-thumbnails-bottom .thumbnails:hover .slick-prev-arrow {
	left: 0;
	opacity: 1
}
.product-thumbnails-bottom .thumbnails:hover .slick-next-arrow {
	right: 0;
	opacity: 1
}
.product-thumbnails .thumbnails .slick-arrow, .product-thumbnails-bottom .thumbnails .slick-arrow {
	opacity: 0;
	font-size: 24px;
	z-index: 99;
	cursor: pointer;
	font-weight: 700;
	color: #999;
	transition: .5s
}
.product-thumbnails .thumbnails .slick-arrow:hover, .product-thumbnails-bottom .thumbnails .slick-arrow:hover {
	color: #000
}
.product-thumbnails .thumbnails .slick-arrow.slick-disabled, .product-thumbnails-bottom .thumbnails .slick-arrow.slick-disabled {
	color: #ccc;
	cursor: auto
}
.product-thumbnails .thumbnails .slick-arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px
}
.product-thumbnails .thumbnails .slick-track {
	height: 100%
}
.product-thumbnails .thumbnails .slick-next-arrow {
	bottom: -10px;
	top: auto
}
.product-thumbnails .thumbnails .slick-slide {
	width: 70px;
	float: none;
	padding: 15px 0;
	border: none;
	opacity: .2;
	transition: .5s;
	cursor: pointer
}
.product-thumbnails-bottom .thumbnails .slick-slide {
	padding: 0 15px;
	border: none;
	opacity: .2;
	transition: .5s;
	cursor: pointer
}
.product-thumbnails .thumbnails .slick-slide.slick-current, .product-thumbnails-bottom .thumbnails .slick-slide.slick-current {
	opacity: 1
}
.product-thumbnails .thumbnails .slick-slide.video-thumb, .product-thumbnails-bottom .thumbnails .slick-slide.video-thumb {
	position: relative
}
.product-thumbnails .thumbnails .slick-slide.video-thumb:before, .product-thumbnails-bottom .thumbnails .slick-slide.video-thumb:before {
	font-family: FontAweSome;
	content: "\f04b";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #000;
	padding-left: 5px
}
.product-thumbnails .thumbnails .slick-slide.video-thumb:after, .product-thumbnails-bottom .thumbnails .slick-slide.video-thumb:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff
}
.product-thumbnails .thumbnails .slick-slide:active, .product-thumbnails .thumbnails .slick-slide:focus, .product-thumbnails-bottom .thumbnails .slick-slide:active, .product-thumbnails-bottom .thumbnails .slick-slide:focus {
	border: none;
	outline: 0
}
.product-thumbnails .thumbnails .slick-slide:last-child {
	margin-bottom: 0
}
.design-thumbnail-bottom div.fastor-images, .design-thumbnail-sidebar div.fastor-images {
	padding-left: 0;
	padding-bottom: 50px
}
.product-thumbnails-bottom {
	margin: 0 auto;
	text-align: center
}
.product-design-sticky div.summary {
	margin-bottom: 0 !important
}
.design-thumbnail-scroll div.fastor-images {
	padding: 0
}
.design-thumbnail-scroll div.fastor-images figure>figure {
	margin-bottom: 15px
}
.product-design-sticky .product-summary {
	position: relative;
	opacity: 1;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out
}
.product-design-sticky .product-summary.block-sticked .entry-summary {
	transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-webkit-transition: transform .5s ease
}
.product-design-sticky .product-summary.hide-temporary {
	opacity: 0
}
.product-design-sticky .fastor-images .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a {
	display: block;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	transition: all .45s ease-in-out;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	opacity: 0
}
.product-design-sticky .fastor-images .shopify-product-gallery__wrapper .shopify-product-gallery__image:not(:first-child) a.animate-images {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1
}
@media (max-width: 991px) {
.product-page-design-full-screen .product-summary, .responsive .product-info .thumbnails {
	padding-top: 0
}
.product-design-sticky .product-summary {
	height: auto !important
}
.product-design-sticky .product-summary .entry-summary {
	padding: 0;
	position: static !important
}
.product-design-sticky .product-summary.hide-temporary {
	opacity: 1
}
.product-design-sticky .product-summary.block-sticked .entry-summary {
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important
}
}
.thumbnail-gallery-item {
	border: none;
	opacity: .2;
	transition: .5s;
	cursor: pointer;
	padding: 15px;
	width: 50%;
	float: left
}
.thumbnail-gallery-item.active {
	opacity: 1
}
.thumbnail-gallery-item.video-thumb {
	position: relative
}
.thumbnail-gallery-item.video-thumb:before {
	font-family: FontAweSome;
	content: "\f04b";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #000;
	padding-left: 5px
}
.thumbnail-gallery-item.video-thumb:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff
}
.product-images-content.design-thumbnail-full-screen, .product-page-design-carousel .product-summary, .product-page-design-full-screen .product-summary {
	max-width: 600px;
	text-align: center;
	margin: 0 auto
}
.product-page-design-carousel table.variations td, .product-page-design-carousel table.variations th, .product-page-design-full-screen table.variations td, .product-page-design-full-screen table.variations th {
	text-align: center
}
.product-page-design-carousel table.variations th label, .product-page-design-full-screen table.variations th label {
	margin-right: 15px
}
.product-page-design-carousel .product-external-action, .product-page-design-carousel .variations_button, .product-page-design-full-screen .product-external-action, .product-page-design-full-screen .variations_button {
	padding-bottom: 0;
	display: flex;
	justify-content: center
}
.product-page-design-carousel .product-external-action .compare-form, .product-page-design-carousel .product-external-action .wishlist-form, .product-page-design-full-screen .product-external-action .compare-form, .product-page-design-full-screen .product-external-action .wishlist-form {
	padding-left: 15px;
	padding-right: 15px
}
.product-images-content.design-thumbnail-carousel .fastor-images, .product-images-content.design-thumbnail-full-screen .fastor-images {
	margin-bottom: 50px;
	padding: 0 !important;
	max-width: none !important
}
.rt-fastor div.product.product-page-design-carousel .fastor-single-product-detail {
	padding-bottom: 0
}
.rt-fastor div.product.product-page-design-full-screen .fastor-single-product-detail {
	padding-bottom: 50px
}
.rt-fastor div.product.product-page-design-carousel div.fastor-images .slick-arrow {
	display: block;
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	font-size: 18px;
	color: #fff
}
.rt-fastor div.product.product-page-design-carousel div.fastor-images .slick-arrow:hover {
	background-color: rgba(0,0,0,0.9)
}
.sidebar-block-wrap {
	margin-bottom: 50px
}
.sidebar-block-wrap:last-child {
	margin-bottom: 0
}
.sidebar-block-wrap h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 24px;
	color: #000
}
.sidebar-block-wrap .sidebar-slide-content {
	padding-left: 0;
	position: relative
}
.sidebar-block-wrap .sidebar-slide-content .product-inner {
	border-bottom: 1px solid #e5e5e5
}
.sidebar-image img {
	width: 100%
}
.sidebar-block-wrap .sidebar-slide-content .un-product-thumbnail {
	display: table-cell;
	vertical-align: middle
}
.sidebar-block-wrap .sidebar-slide-content .un-product-thumbnail img {
	max-width: 60px
}
.sidebar-block-wrap .sidebar-slide-content .un-product-details {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle
}
.sidebar-block-wrap .sidebar-slide-content .un-product-details h3 {
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0
}
.sidebar-block-wrap .sidebar-slide-content .un-product-details h3 a {
	font-size: 14px;
	font-weight: 500;
	color: #000
}
.sidebar-block-wrap .sidebar-slide-content .product-countdown-item {
	display: block;
	float: left
}
.sidebar-block-wrap .sidebar-slide-content .slick-arrow {
	opacity: 0;
	font-size: 24px;
	z-index: 99;
	cursor: pointer;
	font-weight: 700;
	color: #999;
	transition: .5s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px
}
.sidebar-block-wrap .sidebar-slide-content .slick-arrow.slick-next-arrow {
	bottom: -30px;
	top: auto
}
.sidebar-block-wrap .sidebar-slide-content .slick-arrow.slick-disabled {
	color: #ccc;
	cursor: auto
}
.sidebar-block-wrap .sidebar-slide-content:hover .slick-prev-arrow {
	top: -10px;
	opacity: 1
}
.sidebar-block-wrap .sidebar-slide-content:hover .slick-arrow.slick-next-arrow {
	bottom: -20px;
	opacity: 1
}
.sidebar-info p>span {
	display: table-cell
}
.sidebar-info p>span:first-child {
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	border-radius: 50%;
	background: #eff1f0;
	transition: all .5s;
	margin-right: 15px
}
.sidebar-info p>span:first-child i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #666;
	transform: translate(-50%, -50%);
	transition: all .5s
}
.sidebar-info:hover p>span:first-child i {
	color: #fff
}
.product-design-sticky .product-summary.block-sticked .entry-summary .description, .product-design-sticky .product-summary.block-sticked .entry-summary .review {
	display: none
}
.product-grid .product .swatch-list {
	position: absolute;
	left: 0;
	width: 100%
}
.aspect-product__wrapper {
	position: relative;
	display: block
}
.aspect-product__spacer {
	width: 100%
}
.aspect-product__images {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	text-align: left
}
.aspect-product__picture {
	position: absolute !important;
	height: 100% !important;
	width: auto !important;
	max-width: inherit;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	transform: translate(-50%, -50%) !important
}
.aspect-ratio-1 .aspect-product__picture, .aspect-ratio-1333 .aspect-product__picture, .aspect-ratio-15 .aspect-product__picture {
	width: 100% !important;
	height: auto !important
}
.aspect-ratio-1 .aspect-product__spacer-inner {
	padding-top: 100%
}
.aspect-ratio-075 .aspect-product__spacer-inner {
	padding-top: 133.33333%
}
.aspect-ratio-0667 .aspect-product__spacer-inner {
	padding-top: 149.92504%
}
.aspect-ratio-1333 .aspect-product__spacer-inner {
	padding-top: 75.01875%
}
.aspect-ratio-15 .aspect-product__spacer-inner {
	padding-top: 66.66667%
}
.product-info .description p span.unavailable {
	width: 100%;
	max-width: none
}
@media (max-width: 767px) {
.table-responsive.cart-info .text-center a {
	white-space: pre-line
}
.cart-info table input[name="updates[]"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 10px
}
}
.architecture-products .product {
	display: flex;
	align-items: center;
	text-align: center
}
.architecture-products .product .left {
	width: calc(100% - 194px)
}
.architecture-products .product .right {
	padding: 0
}
@media (max-width: 991px) {
.responsive .architecture-products .product {
	display: block
}
}
.roarlookbook {
	box-sizing: border-box;
	position: relative;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center
}
.roarlookbook:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: 2px solid #E0F5F5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1
}
.roarlookbook:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-top-color: #47C1BF;
	border-left-color: #47C1BF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: ralb-spinner .4s linear infinite;
	-moz-animation: ralb-spinner .4s linear infinite;
	animation: ralb-spinner .4s linear infinite;
	z-index: 2
}
.roarlookbook_init {
	height: auto
}
.roarlookbook .media__blank-preview {
	position: relative;
	display: inline-block;
	z-index: 3;
	opacity: 0
}
.roarlookbook .media__blank-preview.sfx-fadeIn {
	-webkit-animation: ralb-fadeIn ease-in 1;
	-moz-animation: ralb-fadeIn ease-in 1;
	animation: ralb-fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s
}
.roarlookbook .hotspot {
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	background: #000;
	color: #fff;
	border-radius: 50%;
	border: 3px solid #eeeeee;
	text-align: center;
	cursor: pointer;
	outline: none;
	z-index: 10;
	animation: ralb-scale 1.3s ease-in-out infinite
}
.roarlookbook .hotspot:hover, .roarlookbook .hotspot_init {
	color: #FFF;
	background-color: #47C1BF;
	border-color: #FFF;
	animation: none
}
.roarlookbook .hotspot_init {
	font-size: 0
}
.roarlookbook .hotspot_init:before {
	content: '\d7';
	font-size: 20px
}
.roarlookbook .image-preview {
	display: block
}
.hotspot-widget {
	position: absolute;
	z-index: 99999999999;
	display: none
}
.hotspot-widget.hotspot-loading img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px)
}
.hotspot-widget .hotspot-content {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	position: relative;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
	width: 300px;
	max-width: 100%;
	max-height: 100%
}
.hotspot-widget .hotspot-content:before {
	content: '';
	display: inline-block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 100%
}
.hotspot-widget.hotspot-right .hotspot-content:before {
	border-right: 12px solid #fff;
	border-left: 0;
	left: auto;
	right: 100%
}
.hotspot-widget .price {
	font-size: 16px;
	color: #878787;
	margin: 10px 5px 5px
}
.hotspot-widget h3 {
	font-size: 15px;
	color: inherit;
	margin: 10px 0
}
.hotspot-widget h3 a {
	display: inline-block;
	font-size: inherit
}
.hotspot-widget a {
	display: block;
	font-size: 0;
	opacity: 1
}
.hotspot-widget img {
	display: block;
	width: 100%
}
.hotspot-widget .hotspot-btns {
	padding-top: 5px;
	border-top: 1px solid #e8e9eb
}
.hotspot-widget .hotspot-btn {
	display: inline-block;
	width: 50%
}
.hotspot-widget .hotspot-btns a {
	display: inline-block;
	color: inherit;
	margin: 0;
	background: 0 0;
	box-shadow: none;
	border: 0;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px
}
.hotspot-widget .hotspot-close {
	cursor: pointer;
	border: 1px solid #f0f0f0;
	background: #fff;
	border-radius: 50%;
	top: -15px;
	right: -15px;
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: 400;
	color: #000;
	z-index: 2;
	display: none
}
.hotspot-widget .hotspot-close:hover {
	color: #47C1BF
}
.hotspot-widget.hotspot-left .hotspot-close {
	left: -15px;
	right: auto
}
@-webkit-keyframes ralb-spinner {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes ralb-spinner {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(360deg)
}
}
@keyframes ralb-spinner {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
@-webkit-keyframes ralb-fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@-moz-keyframes ralb-fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes ralb-fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes ralb-scale {
0%, 100% {
transform:scale(1)
}
50% {
transform:scale(0.8)
}
}
@keyframes ralb-scale2 {
0%, 100% {
transform:scale(0.8)
}
50% {
transform:scale(1)
}
}
@media (max-width: 767px) {
.hotspot-widget {
	position: fixed;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100%
}
.hotspot-widget:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5
}
.hotspot-widget .hotspot-content {
	position: absolute;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%)
}
.hotspot-widget .hotspot-content:before {
	display: none
}
.hotspot-widget .hotspot-close {
	right: -15px !important;
	left: auto !important
}
.hotspot-widget .hotspot-inner {
	overflow: auto;
	max-height: calc(100vh - 50px)
}
.hotspot-widget .hotspot-close {
	display: block
}
}
.select2 {background-color: #f5f5f5;
	color: gray;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 0;
	padding: 12px 20px 11px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-webkit-transition: background-color linear 0.2s, border-color linear .2s;
	-moz-transition: background-color linear 0.2s, border-color linear .2s;
	-o-transition: background-color linear 0.2s, border-color linear .2s;
	transition: background-color linear 0.2s, border-color linear .2s;
	height: 45px;}
