.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333333333em;
	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.2857142857142858em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571428572em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0)
	}

	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0)
	}

	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0)
	}

	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\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-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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-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-exclamation-triangle:before,
.fa-warning: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 {
	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-cogs:before,
.fa-gears: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:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-asc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-desc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-reply-all:before {
	content: "\f122"
}

.fa-mail-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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won: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 {
	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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

/* BxSlider v4.0  */
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000
}

.bx-wrapper .bx-prev {
	left: 10px
}

.bx-wrapper .bx-next {
	right: 10px
}

.related .bx-wrapper .bx-next {
	margin-right: -50px
}

.related .bx-wrapper .bx-prev {
	margin-left: -50px
}

.image-additional .bx-wrapper .bx-next {
	margin-right: -40px
}

.image-additional .bx-wrapper .bx-prev {
	margin-left: -40px
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a:hover {
	color: #ff6f28
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	height: 32px;
	z-index: 99;
	color: #7e7e7e;
	font-size: 26px
}

.bx-wrapper .bx-controls-direction a {
	font-size: 19px;
	height: 25px;
	margin-top: -20px
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.bx-wrapper .bx-caption span {
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

/* photoswipe.css  */
body.ps-active,
body.ps-building,
div.ps-active,
div.ps-building {
	background: #fff;
	overflow: hidden
}

body.ps-active *,
div.ps-active * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	display: none
}

body.ps-active :focus,
div.ps-active :focus {
	outline: 0
}

div.ps-document-overlay {
	background: #000
}

div.ps-uilayer {
	background: #000;
	cursor: pointer
}

div.ps-zoom-pan-rotate {
	background: #000
}

div.ps-zoom-pan-rotate * {
	display: block
}

div.ps-carousel-item-loading {
	background: url(../images/loader.gif) no-repeat center center
}

div.ps-carousel-item-error {
	background: url(error.gif) no-repeat center center
}

div.ps-caption {
	background: #000;
	background: -moz-linear-gradient(top, #303130 0, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303130), color-stop(100%, #000101));
	border-bottom: 1px solid #42403f;
	color: #fff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center
}

div.ps-caption * {
	display: inline
}

div.ps-caption-bottom {
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px
}

div.ps-caption-content {
	padding: 13px;
	display: block
}

div.ps-toolbar {
	background: #000;
	background: -moz-linear-gradient(top, #303130 0, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #303130), color-stop(100%, #000101));
	border-top: 1px solid #42403f;
	color: #fff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed
}

div.ps-toolbar * {
	display: block
}

div.ps-toolbar-top {
	border-bottom: 1px solid #42403f;
	border-top: none
}

div.ps-toolbar-close,
div.ps-toolbar-next,
div.ps-toolbar-play,
div.ps-toolbar-previous {
	cursor: pointer;
	display: table-cell
}

div.ps-toolbar div div.ps-toolbar-content {
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat
}

div.ps-toolbar-close div.ps-toolbar-content {
	background-position: 0 0
}

div.ps-toolbar-previous div.ps-toolbar-content {
	background-position: -44px 0
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
	background-position: -44px -44px
}

div.ps-toolbar-next div.ps-toolbar-content {
	background-position: -132px 0
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
	background-position: -132px -44px
}

div.ps-toolbar-play div.ps-toolbar-content {
	background-position: -88px 0
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
	div.ps-toolbar div div.ps-toolbar-content {
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(../images/icons@2x.png);
	}
}

/* Bootstrap v3.1.0 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}
input {
	line-height: normal
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
legend {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td,
th {
	padding: 0
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		box-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	select {
		background: #fff !important
	}

	.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 td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #428bca;
	text-decoration: none
}

a:focus,
a:hover {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #999
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

cite {
	font-style: normal
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #428bca
}

a.text-primary:hover {
	color: #3071a9
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #428bca
}

a.bg-primary:hover {
	background-color: #3071a9
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

.list-inline>li:first-child {
	padding-left: 0
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.428571429
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #999
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

blockquote:after,
blockquote:before {
	content: ""
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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 code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666666666666%
}

.col-xs-10 {
	width: 83.33333333333334%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666666666666%
}

.col-xs-7 {
	width: 58.333333333333336%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666666666667%
}

.col-xs-4 {
	width: 33.33333333333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.666666666666664%
}

.col-xs-1 {
	width: 8.333333333333332%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666666666666%
}

.col-xs-pull-10 {
	right: 83.33333333333334%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666666666666%
}

.col-xs-pull-7 {
	right: 58.333333333333336%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666666666667%
}

.col-xs-pull-4 {
	right: 33.33333333333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.666666666666664%
}

.col-xs-pull-1 {
	right: 8.333333333333332%
}

.col-xs-pull-0 {
	right: 0
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666666666666%
}

.col-xs-push-10 {
	left: 83.33333333333334%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666666666666%
}

.col-xs-push-7 {
	left: 58.333333333333336%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666666666667%
}

.col-xs-push-4 {
	left: 33.33333333333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.666666666666664%
}

.col-xs-push-1 {
	left: 8.333333333333332%
}

.col-xs-push-0 {
	left: 0
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
	margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
	margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
	margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666666666666%
	}

	.col-sm-10 {
		width: 83.33333333333334%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666666666666%
	}

	.col-sm-7 {
		width: 58.333333333333336%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666666666667%
	}

	.col-sm-4 {
		width: 33.33333333333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.666666666666664%
	}

	.col-sm-1 {
		width: 8.333333333333332%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666666666666%
	}

	.col-sm-pull-10 {
		right: 83.33333333333334%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666666666666%
	}

	.col-sm-pull-7 {
		right: 58.333333333333336%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666666666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.666666666666664%
	}

	.col-sm-pull-1 {
		right: 8.333333333333332%
	}

	.col-sm-pull-0 {
		right: 0
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666666666666%
	}

	.col-sm-push-10 {
		left: 83.33333333333334%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666666666666%
	}

	.col-sm-push-7 {
		left: 58.333333333333336%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666666666667%
	}

	.col-sm-push-4 {
		left: 33.33333333333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.666666666666664%
	}

	.col-sm-push-1 {
		left: 8.333333333333332%
	}

	.col-sm-push-0 {
		left: 0
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666666666666%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333333334%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666666666666%
	}

	.col-sm-offset-7 {
		margin-left: 58.333333333333336%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666666666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.666666666666664%
	}

	.col-sm-offset-1 {
		margin-left: 8.333333333333332%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666666666666%
	}

	.col-md-10 {
		width: 83.33333333333334%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666666666666%
	}

	.col-md-7 {
		width: 58.333333333333336%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666666666667%
	}

	.col-md-4 {
		width: 33.33333333333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.666666666666664%
	}

	.col-md-1 {
		width: 8.333333333333332%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666666666666%
	}

	.col-md-pull-10 {
		right: 83.33333333333334%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666666666666%
	}

	.col-md-pull-7 {
		right: 58.333333333333336%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666666666667%
	}

	.col-md-pull-4 {
		right: 33.33333333333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.666666666666664%
	}

	.col-md-pull-1 {
		right: 8.333333333333332%
	}

	.col-md-pull-0 {
		right: 0
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666666666666%
	}

	.col-md-push-10 {
		left: 83.33333333333334%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666666666666%
	}

	.col-md-push-7 {
		left: 58.333333333333336%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666666666667%
	}

	.col-md-push-4 {
		left: 33.33333333333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.666666666666664%
	}

	.col-md-push-1 {
		left: 8.333333333333332%
	}

	.col-md-push-0 {
		left: 0
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666666666666%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333333334%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666666666666%
	}

	.col-md-offset-7 {
		margin-left: 58.333333333333336%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666666666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.666666666666664%
	}

	.col-md-offset-1 {
		margin-left: 8.333333333333332%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666666666666%
	}

	.col-lg-10 {
		width: 83.33333333333334%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666666666666%
	}

	.col-lg-7 {
		width: 58.333333333333336%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666666666667%
	}

	.col-lg-4 {
		width: 33.33333333333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.666666666666664%
	}

	.col-lg-1 {
		width: 8.333333333333332%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666666666666%
	}

	.col-lg-pull-10 {
		right: 83.33333333333334%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666666666666%
	}

	.col-lg-pull-7 {
		right: 58.333333333333336%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666666666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.666666666666664%
	}

	.col-lg-pull-1 {
		right: 8.333333333333332%
	}

	.col-lg-pull-0 {
		right: 0
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666666666666%
	}

	.col-lg-push-10 {
		left: 83.33333333333334%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666666666666%
	}

	.col-lg-push-7 {
		left: 58.333333333333336%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666666666667%
	}

	.col-lg-push-4 {
		left: 33.33333333333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.666666666666664%
	}

	.col-lg-push-1 {
		left: 8.333333333333332%
	}

	.col-lg-push-0 {
		left: 0
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666666666666%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333333334%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666666666666%
	}

	.col-lg-offset-7 {
		margin-left: 58.333333333333336%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666666666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.666666666666664%
	}

	.col-lg-offset-1 {
		margin-left: 8.333333333333332%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=date] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	float: left;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
	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
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #428bca;
	cursor: pointer;
	border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.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
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.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-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group-xs>.btn {
	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, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #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:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #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 {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		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-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 20px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

@media (min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 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-form.navbar-right:last-child {
		margin-right: -15px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	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:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: grey
}

.label-primary {
	background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #3071a9
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
	color: #428bca;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.container .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.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 a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #428bca
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.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-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.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:focus,
a.list-group-item:hover {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
	color: #e1edf7
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group .list-group-item:first-child {
	border-top: 0
}

.panel>.list-group .list-group-item:last-child {
	border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-top: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #428bca
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #428bca
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-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;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .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 (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}

	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	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-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	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 {
	content: "";
	border-width: 10px
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	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, .6);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	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;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {

	.carousel-control .glyphicons-chevron-left,
	.carousel-control .glyphicons-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		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
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
td.visible-xs,
th.visible-xs,
tr.visible-xs {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

.visible-sm,
td.visible-sm,
th.visible-sm,
tr.visible-sm {
	display: none !important
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

.visible-md,
td.visible-md,
th.visible-md,
tr.visible-md {
	display: none !important
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

.visible-lg,
td.visible-lg,
th.visible-lg,
tr.visible-lg {
	display: none !important
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (max-width:767px) {

	.hidden-xs,
	td.hidden-xs,
	th.hidden-xs,
	tr.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {

	.hidden-sm,
	td.hidden-sm,
	th.hidden-sm,
	tr.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.hidden-md,
	td.hidden-md,
	th.hidden-md,
	tr.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {

	.hidden-lg,
	td.hidden-lg,
	th.hidden-lg,
	tr.hidden-lg {
		display: none !important
	}
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

@media print {

	.hidden-print,
	td.hidden-print,
	th.hidden-print,
	tr.hidden-print {
		display: none !important
	}
}

/* wordpress */
.post-list-item span.post-date {
	margin-top: -20px;
	display: block
}

#post-list .post-list-item span.post-date {
	display: block;
	margin: 10px 0 0 0;
	font-size: .9em;
	font-style: normal;
	color: #888;
	text-align: right
}

.post-date {
	font-style: italic;
	font-size: 98%;
	margin-bottom: 10px
}

.post-meta {
	font-style: italic
}

.post-entry {
	font-size: 110%;
	height: 1%;
	margin-bottom: 1.5em;
	overflow: hidden
}

.post-entry-with-image {
	height: 1%;
	overflow: hidden
}

.post-entry p {
	margin-bottom: 1em;
	text-align: justify
}

.featured-image {
	border: 1px solid #ddd;
	margin: 4px 10px 2px 0;
	padding: 1px
}

.featured-image.right {
	margin: 2px 0 4px 10px
}

.is-blog .toolbar {
	margin: 0 0 10px
}

.blog-title.not-first-page {
	display: none
}

.blog-title.with-tagline {
	margin-bottom: 10px
}

.post-list li.item {
	margin-bottom: 60px
}

.post-list li.item .post-list-item {
	height: 1%;
	overflow: hidden
}

.post-list h2 {
	line-height: 1em;
	margin-bottom: 1em
}

.page-title.post-title {
	margin-bottom: 25px
}

.post-view .post-meta {
	margin-bottom: 20px
}

.post-view .post-skips {
	display: block;
	margin-top: 20px;
	width: 100%
}

.post-view .post-skips .post-skip-previous {
	margin-right: 10px
}

.post-view .yarpp-related {
	margin-bottom: 20px
}

.comments-wrapper h2 {
	margin-bottom: 10px
}

.comments-wrapper ul.children {
	margin-left: 20px
}

.comment {
	height: 1%;
	overflow: hidden;
	margin-bottom: 10px
}

.comment .comment-inner {
	border-bottom: 1px solid #eee;
	padding: 10px 0
}

.comment .gravatar {
	float: left;
	margin: 0 10px 10px 0
}

.comment .comment-meta {
	margin-bottom: 10px
}

.comment .comment-when {
	display: block;
	text-decoration: none
}

.comment .comment-entry {
	clear: both;
	font-size: 110%
}

.author-description {
	font-style: italic;
	margin-bottom: 20px
}

.block-blog-pinterest li.item {
	text-align: center
}

.block-blog-pinterest .follow {
	text-align: center;
	margin: 10px 0 15px
}

.shortcode-pinterest ul {
	height: 1%;
	overflow: hidden
}

.shortcode-pinterest li {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px;
	float: left
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.gallery .gallery-icon img,
img[class*=align],
img[class*=wp-image-] {
	border: 1px solid #ddd !important;
	padding: 5px;
	background: #fbfbfb
}

.gallery .gallery-icon a:active img,
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img {
	border: 1px solid #872934 !important
}

.gallery .gallery-item .gallery-caption {
	padding: 5px 5px 0;
	font-size: .74em;
	line-height: 1.3
}

img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
	height: auto
}

img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto;
	height: auto
}

img.aligncenter,
img.alignleft,
img.alignright {
	margin-bottom: 1.625em
}

.wp-caption {
	margin-top: .4em
}

.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
	border-color: #eee
}

.wp-caption .wp-caption-text {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px
}

.wp-caption .wp-caption-text {
	margin-bottom: .6em;
	padding: 10px 0 5px 40px;
	position: relative
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px
}

.wp-caption img {
	border-color: #eee
}

.wp-caption a:active img,
.wp-caption a:focus img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
	font-style: italic;
	font-size: 12px;
	font-size: .857142857rem;
	line-height: 2;
	color: #757575
}

div.gallery {
	height: 1%;
	overflow: hidden
}

.gallery-columns-2 dl.gallery-item {
	width: 50%
}

.gallery-columns-3 dl.gallery-item {
	width: 33%
}

.gallery-columns-4 dl.gallery-item {
	width: 25%
}

.gallery-columns-5 dl.gallery-item {
	width: 20%
}

dl.gallery-item {
	float: left
}

dl.gallery-item .gallery-icon {
	overflow: hidden
}

.post-view ul.form-list {
	list-style: none outside none
}

#wp-calendar {
	margin: 0;
	width: 100%;
	padding: 5px 10px
}

#wp-calendar th {
	font-weight: 700
}

#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: left
}

#wp-calendar #next {
	text-align: right
}

.yarpp-thumbnail-default,
.yarpp-thumbnail-title,
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	display: inline-block
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127, 127, 127, .1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0;
	vertical-align: top
}

.yarpp-thumbnail-default,
.yarpp-thumbnail>img {
	width: 120px;
	height: 120px;
	margin: 5px
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-default,
.yarpp-thumbnails-horizontal .yarpp-thumbnail>img {
	margin-bottom: 0;
	display: block
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden
}

.yarpp-thumbnail-default {
	overflow: hidden
}

.yarpp-thumbnail-default>img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none
}

.yarpp-thumbnail-default>img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none
}

#recipress_recipe {
	clear: both
}

.std ul.mini-products-list {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.std ul.mini-products-list ul.item {
	list-style: none
}

.post-list .pager .amount {
	display: none
}

/* extra_style.css */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0
}

ol,
ul {
	margin: 0
}

p {
	margin: 0
}

.main-container label {
	font-weight: 400
}

.page .label {
	color: inherit;
	font-size: 100%;
	border-radius: 0;
	display: inline-block;
	text-align: left;
	white-space: normal;
	line-height: normal
}

.main-container .data-table .label {
	display: table-cell
}

.main-container .checkbox,
.main-container .radio {
	display: inline-block;
	margin-top: 0
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px;
		width: 1200px
	}
}

@media only screen and (min-width:768px) {

	.block .block-content,
	.box-collateral-content,
	.footer-col-content {
		height: 100% !important;
		display: block !important;
		opacity: 1 !important
	}
}

.col-main p.razmer-skidki-nabora {
	font-size: 17px;
	margin: 0
}

p.razmer-skidki-nabora span {
	color: #872934
}

.data-table.grouped-items-table p.summa-v-nabore {
	text-align: right;
	font-weight: 700;
	font-size: .85em;
	white-space: nowrap
}

.skidka-info {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.skidka-info span {
	position: absolute;
	display: block;
	width: 200px;
	height: 80px;
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	font-size: .9em;
	color: #fff;
	border-radius: 6px;
	white-space: normal;
	background: #872934;
	visibility: hidden
}

.skidka-info span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid #872934;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

.skidka-info:hover span {
	visibility: visible;
	opacity: .9;
	right: 100%;
	top: 50%;
	margin-top: -35px;
	margin-right: 10px
}

.skidka-info .fa-info-circle:before {
	color: #bdc3c7
}

#block-related .product-image .discounts-percent {
	top: 0
}

p.short-brand-desc-title {
	color: #7e7e7e;
	font-size: 13px;
	font-weight: 700
}

.data-table th {
	vertical-align: middle
}

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%;
	width: 100%
}

.catalog-product-compare-index>div {
	min-width: 600px
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	min-width: 320px;
	position: relative;
	-webkit-text-size-adjust: none;
	font-family: Georgia, serif
}

body>.wrapper {
	position: relative
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto
}

a {
	color: #383838;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #872934
}

:focus {
	outline: 0;
	color: #000;
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none;
	color: #872934
}

h1 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 0
}

h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 7px
}

h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 7px
}

h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px
}

h5 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 7px
}

h6 {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 7px
}

form {
	display: inline
}

fieldset {
	border: 0
}

legend {
	display: none
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%
}

caption,
td,
th {
	vertical-align: top;
	text-align: left;
	font-weight: 400
}

strong {
	font-weight: 700
}

address {
	font-style: normal;
	margin-bottom: 5px
}

cite {
	font-style: normal
}

blockquote,
q {
	quotes: none
}

q:after,
q:before {
	content: ''
}

big,
small {
	font-size: 1em
}

sup {
	font-size: 1em
}

ol,
ul {
	list-style: none
}

.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important
}

.nobr {
	white-space: nowrap
}

.wrap {
	white-space: normal !important
}

.a-left {
	text-align: left !important
}

.a-center {
	text-align: center !important
}

.a-right {
	text-align: right !important
}

.v-top {
	vertical-align: top
}

.v-middle {
	vertical-align: middle
}

.f-left,
.left {
	float: left !important
}

.f-right,
.right {
	float: right !important
}

.f-none {
	float: none !important
}

.f-fix {
	float: left;
	width: 100%
}

.no-display {
	display: none
}

.no-margin {
	margin: 0 !important
}

.no-padding {
	padding: 0 !important
}

.no-bg {
	background: 0 0 !important
}

#back-top span:before,
#menu-icon:before,
.about-padd-2 ul li:before,
.add-to-links li a:before,
.aside-cart .empty p:before,
.block-cart-header:after,
.block-cart-header:before,
.block-layered-nav dd li:before,
.block-slider-sidebar .slider-sidebar-pager a:before,
.btn-edit:before,
.btn-remove2:before,
.btn-remove:before,
.camera_wrap .camera_pag .camera_pag_ul li:before,
.checkout-progress li:before,
.currency-switch .currency-title:before,
.custom-servis-ul li h3:before,
.header .form-search button.button span:before,
.header-button.currency-list>a:after,
.header-button.lang-list>a:after,
.home-link:before,
.language-list .language-title:before,
.list-icon li a:before,
.map-popup-close:before,
.product-view .box-tags .form-add .input-box:before,
.product-view .bx-controls-direction>a:before,
.row-product .email-friend:before,
.row-product .no-rating:before,
.sf-menu li a:before,
.sf-menu-phone li strong:before,
.sorter .list:before,
.sorter .view-mode .grid:before,
.swipe ul a:before,
.switch-show>div:after,
button.button span:before,
span.toggle:before,
.header-search-block .form-search .search-button span:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0 !important
}

.wrapper {
	width: 100%;
}

.page {
	text-align: left
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left
}

.page-popup {
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	background: #fff
}

.page-popup .ratings .rating-box {
	float: none;
	margin: 0 auto 10px
}

.main-container {
	position: relative;
	z-index: 1
}

.col-left {
	float: left
}

.col-main {
	float: left
}

.col-right {
	float: right
}

.col1-layout .col-main {
	float: none
}

.col2-left-layout .col-main {
	float: right
}

.col3-layout .col-wrapper {
	float: left
}

.col3-layout .col-wrapper .col-main {
	float: right
}

.col2-set .col-narrow {
	width: 33%
}

.col2-set .col-wide {
	width: 65%
}

.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {
	width: 48%;
	float: left
}

.cart-collaterals .col2-set .col-1 {
	margin-right: 20px
}

.col3-set .col-1 {
	float: left;
	width: 32%
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%
}

.col3-set .col-3 {
	float: right;
	width: 32%
}

.col4-set .col-1 {
	float: left;
	width: 23.5%
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%
}

.col4-set .col-3 {
	float: left;
	width: 23.5%
}

.col4-set .col-4 {
	float: right;
	width: 23.5%
}

button,
input,
select,
textarea {
	vertical-align: middle;
	color: #000
}

.form-control,
input.input-text,
select,
textarea {
	border: 1px solid #ddd;
	border-radius: 0
}

input.input-text,
textarea {
	padding: 6px 12px;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0
}

select {
	padding: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select option {
	padding-right: 10px
}

select.multiselect option {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px
}

select.multiselect option:last-child {
	border-bottom: 0
}

textarea {
	overflow: auto
}

input.radio {
	margin-right: 3px
}

input.checkbox {
	margin-right: 3px
}

input.qty {
	width: 40px !important;
	text-align: center !important;
	background: 0 0;
	display: inline-block
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0
}

button.button {
	-webkit-border-fit: lines
}

button.button {
	background: 0 0;
	border: 0;
	overflow: visible;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: auto
}

button.button>span {
	float: left;
	text-align: center;
	white-space: nowrap;
	padding: 0
}

button.button span span {
	padding: 0 16px;
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	color: #fff;
	background: #872934
}

.page-sitemap .links a,
button.button>span {
	padding: 2px;
	color: #383838;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 14px;
	text-transform: lowercase;
	line-height: 40px;
	height: 40px;
	border: solid 1px #d5d5d5;
	background: #fff
}

.page-sitemap .links a:hover,
button.button:hover>span {
	color: #fff
}

button.button>span {
	border-color: #872934
}

button.button:hover>span {
	border-color: #872934;
	background: #872934
}

button.button:hover span span {
	background: #872934
}

.page-sitemap .links a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-transform: none;
	padding: 0 11px;
	height: 36px;
	line-height: 36px
}

p.control input.checkbox,
p.control input.radio {
	margin-right: 6px
}

.form-list label {
	float: left;
	color: #000;
	font-weight: 700;
	position: relative;
	z-index: 0;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 0
}

.form-list label.required em {
	float: right;
	font-style: normal;
	color: #872934;
	position: absolute;
	top: 0;
	right: -8px
}

.form-list li.control label {
	float: none
}

.form-list li.control input.checkbox,
.form-list li.control input.radio {
	margin-right: 6px
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto
}

.form-list .input-box {
	display: block;
	clear: both;
	margin-bottom: 7px;
	width: 260px
}

.form-list .field {
	float: left;
	width: 360px
}

.form-list textarea {
	resize: none;
	width: 254px;
	height: 10em
}

.form-list select {
	width: 100%
}

.form-list li.wide .input-box {
	width: 535px
}

.form-list li.wide input.input-text {
	width: 529px
}

.form-list li.wide textarea {
	width: 529px
}

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0
}

.form-list .input-range input.input-text {
	width: 74px
}

.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-suffix .input-box {
	width: auto
}

.form-list .name-prefix {
	width: 65px
}

.form-list .name-prefix select {
	width: 55px
}

.form-list .name-prefix input.input-text {
	width: 49px
}

.form-list .name-suffix {
	width: 65px
}

.form-list .name-suffix select {
	width: 55px
}

.form-list .name-suffix input.input-text {
	width: 49px
}

.form-list .name-middlename {
	width: 132px
}

.form-list .name-middlename input.input-text {
	width: 104px
}

.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
	width: 140px
}

.form-list .customer-name-prefix-middlename .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
	width: 124px
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 318px
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px
}

.field.name-suffix {
	margin-top: 8px
}

.field.name-prefix {
	margin-bottom: 10px
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px
}

.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-prefix .name-firstname {
	width: 210px
}

.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname,
.form-list .customer-name-suffix .name-lastname {
	width: 230px
}

.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname,
.opc .form-list .customer-name-suffix .name-lastname {
	width: 191px
}

.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text {
	width: 202px
}

.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text {
	width: 171px
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: 400;
	color: #888
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
	width: 60px
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
	width: 35px
}

.form-list .customer-dob .dob-year {
	width: 140px
}

.form-list .customer-dob .dob-year input.input-text {
	width: 213px
}

.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px 0 5px 0
}

.buttons-set .back-link {
	float: left;
	margin-top: 5px
}

.customer-account-forgotpassword .buttons-set .back-link a {
	padding-right: 50px
}

.buttons-set button.button {
	float: left
}

.customer-account-create .buttons-set button.button {
	padding-left: 50px
}

.my-account .buttons-set button.button {
	padding-left: 50px
}

.buttons-set p.required {
	margin: 0 0 10px;
	font-size: 12px;
	color: #f44336
}

.fieldset>p {
	margin-bottom: 10px
}

.fieldset .legend {
	position: relative;
	font-size: 1.3em;
	text-transform: none;
	margin: 10px 0 20px;
	padding-bottom: 5px;
	color: #872934
}

.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	font-size: 10px;
	line-height: 13px;
	color: red
}

.validation-failed {
	border: 1px dashed red !important;
	background: #faebe7 !important
}

p.required {
	font-size: 10px;
	text-align: right;
	color: #7a0b2a
}

.v-fix {
	float: left
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative
}

.success {
	color: #3d6611;
	font-weight: 700
}

.error {
	color: red;
	font-weight: 700
}

.notice {
	color: #ccc
}

.messages,
.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important
}

.messages {
	width: 100%;
	overflow: hidden
}

.messages li {
	margin: 0 0 20px
}

.messages li li {
	margin: 4px 0 3px
}

div.alert a {
	font-size: 12px;
	padding-left: 5px
}

div.alert a:hover {
	color: #fff
}

div.alert {
	position: fixed;
	background: #353535;
	top: 0;
	left: 50%;
	width: 333px;
	margin-left: -220px;
	padding: 20px 60px;
	color: #fff;
	z-index: 999;
	font-size: 12px;
	font-weight: 700;
	color: #ddd;
	border-radius: 0 0 3px 3px;
	text-align: center
}

div.alert button {
	background: url(../images/remove-popup.png) 0 0 no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 45%;
	border: none;
	z-index: 9999
}

div.alert button:hover {
	cursor: pointer;
	background-position: 0 -9px
}

.error-msg,
.note-msg,
.notice-msg,
.success-msg {
	border-bottom: 2px solid #dfebb5;
	background-position: 15px center;
	background-repeat: no-repeat;
	padding: 5px 10px;
	line-height: 1.3;
	font-size: 1.1em;
	font-weight: 100;
	text-align: center
}

.error-msg {
	background: url(../images/i_msg-note.png) left -3px no-repeat #fde4e1;
	color: #df0505;
	font-weight: 700
}

.success-msg {
	color: #437d00;
	border-bottom: none;
	background: #d9ecc3
}

.note-msg,
.notice-msg {
	background: url(../images/i_msg-note.png) 7px 6px no-repeat #fde4e1 !important;
	border-color: #ebbcb5;
	color: #df0505;
	font-weight: 700
}

.note-msg-empty-catalog {
	padding: 30px 30px 30px 150px
}

.availability-only {
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-bottom: 5px
}

.category-title,
.page-title {
	margin: 0 0 30px;
	background: #872934;
	padding: 15px 20px 15px 20px
}

.category-title {
	display: block
}

.page-title h1,
.page-title h2 {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	color: #fff;
	margin: 0
}

h2 {
	font-size: 21px;
	color: #7a0c25
}

.page-title .separator {
	margin: 0 3px;
	color: #cc818a
}

.page-title .link-rss {
	float: right
}

.title-buttons {
	text-align: right
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
	float: left
}

.title-buttons a {
	color: #fff
}

.title-buttons a:hover {
	color: #872934
}

.index-title-second {
	background: url(../images/bg_title_index.gif) no-repeat 50% 0;
	padding: 26px 0 24px 0;
	margin: 50px 0 25px;
	text-align: center
}

.index-title-second .headingH2 {
	font-family: Tinos, "Times New Roman", serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #fff !important;
	margin: 0 !important;
	border: 0 !important;
	padding-bottom: 5px;
	line-height: 1.25
}

.sub-title,
.subtitle {
	clear: both
}

.pager {
	text-align: center
}

.pager .amount {
	float: left;
	padding-top: 2px
}

.pager .amount span {
	font-weight: 700
}

.pager .amount.spinner {
	padding-top: 13px
}

.pager .amount strong {
	font-weight: 400;
	display: inline-block;
	padding-top: 0
}

.pager .amount strong span {
	font-weight: 700
}

.pager .limiter {
	float: right;
	min-width: 89px;
	display: none
}

.pager .limiter label {
	display: inline-block;
	padding-top: 2px;
	padding-right: 6px;
	float: left
}

.pager .pages strong {
	padding-right: 3px
}

.pager .pages ol {
	display: inline
}

.pager .pages li {
	display: inline-block;
	vertical-align: baseline;
	padding: 0;
	color: #487682;
	font-size: .9em;
	line-height: 1
}

.pager .pages li a {
	display: block;
	text-decoration: none;
	padding: 0;
	text-align: center;
	border: none;
	border-radius: 3px;
	background: #ecf0f1
}

.pager .pages li a[class*=next],
.pager .pages li a[class*=previous] {
	border: none
}

.pager .pages .current {
	position: relative;
	padding: 0;
	text-align: center;
	border-bottom: none;
	border-radius: 3px;
	font-weight: 100;
	color: #fff;
	background: #872934
}

.pager ol>li:first-child>a {
	text-decoration: none
}

.pager ol>li>a {
	border: 0;
	padding: 3px;
	background: 0 0
}

.pager ol>li>a:focus,
.pager ol>li>a:hover {
	color: #fff;
	background: #872934
}

.sorter .view-mode {
	float: left;
	font-size: 0;
	overflow: hidden;
	height: 30px;
	width: 150px;
	padding: 0
}

.sorter .grid,
.sorter .list {
	display: block;
	float: left;
	background: url(../images/grid-list.gif) no-repeat left bottom;
	width: 17px;
	height: 16px
}

.sorter .list {
	background-position: right bottom
}

.sorter a.list {
	background-position: right top
}

.sorter a.list:hover {
	background-position: right bottom
}

.sorter a.grid {
	background-position: left top
}

.sorter a.grid:hover {
	background-position: left bottom
}

.sorter .view-mode a,
.sorter .view-mode strong {
	margin-right: 10px
}

.sorter .sort-by {
	float: right;
	min-width: 152px
}

.sorter .sort-by select {
	margin-right: 15px
}

.sorter .sort-by label {
	display: inline-block;
	padding-top: 2px;
	padding-right: 6px;
	float: left
}

.toolbar {
	margin-bottom: 30px
}

.toolbar select {
	min-width: 63px
}

.toolbar .pager {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0 0 10px
}

.toolbar .sorter {
	padding: 0
}

.categorypath-tableware-collections .toolbar .sorter .sort-by {
	display: none
}

.toolbar-bottom {
	margin-top: 30px
}

.data-table {
	width: 100%
}

.data-table th {
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: 700;
	white-space: nowrap;
	color: #000
}

.data-table td {
	padding: 10px;
	border: 1px solid #ddd
}

.data-table tbody.odd td {
	border-width: 0 1px
}

.data-table tbody.even td {
	border-width: 0 1px
}

.data-table tbody.even tr.border td,
.data-table tbody.odd tr.border td {
	border-bottom-width: 1px
}

.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: 400
}

.data-table td.label,
.data-table th.label {
	font-weight: 700;
	color: #7e7e7e
}

.data-table-indent {
	margin-bottom: 20px
}

tr.summary-total {
	cursor: pointer
}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer
}

tr.show-details .summary-collapse {
	background-position: 0 -53px
}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db
}

tr.summary-details-excluded {
	font-style: italic
}

.cart-tax-info {
	display: block
}

.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: 400 !important
}

.cart-tax-total-expanded {
	background-position: 100% -53px
}

.std .subtitle {
	padding: 0
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px
}

.std dl dt {
	font-weight: 700
}

.std dl dd {
	margin: 0 0 10px
}

.std address,
.std blockquote,
.std dl,
.std ol,
.std p {
	margin: 0 0 1em;
	padding: 0
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em
}

.std ul ul {
	list-style-type: circle
}

.std ol ol,
.std ol ul,
.std ul ol,
.std ul ul {
	margin: .5em 0
}

.std dt {
	font-weight: 700
}

.std dd {
	padding: 0 0 0 1.5em
}

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em
}

.std address {
	font-style: normal
}

.std b,
.std strong {
	font-weight: 700
}

.std em,
.std i {
	font-style: italic
}

.links li {
	display: inline;
	padding-left: 12px
}

.links.LoginLink li.first {
	padding-left: 0
}

.links li.last {
	padding-bottom: 0
}

.links li a {
	text-decoration: none
}

.link-cart {
	font-weight: 700
}

.link-cart:hover {
	text-decoration: underline
}

.link-wishlist {
	font-weight: 700
}

.link-reorder {
	font-weight: 700
}

.link-compare {
	font-weight: 700
}

.link-print {
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px
}

.link-rss {
	background: url(../images/i_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	white-space: nowrap
}

.btn-remove {
	display: inline-block;
	overflow: hidden;
	margin-left: 13px;
	font-size: 0;
	text-indent: -999px;
	text-decoration: none !important
}

.btn-remove:before {
	content: "\f00d";
	font-size: 16px;
	display: block
}

.btn-remove2 {
	display: inline-block;
	font-size: 0;
	margin: 0;
	background: 0 0;
	border: 0
}

.btn-remove2:before {
	content: "\f014";
	font-size: 24px;
	line-height: 24px;
	display: block
}

.btn-edit {
	display: block;
	font-size: 0;
	text-indent: -999px;
	overflow: hidden;
	margin-left: 2px
}

.btn-edit:before {
	content: "\f040";
	font-size: 14px;
	display: block
}

.cards-list dt {
	margin: 5px 0 0
}

.cards-list .offset {
	padding: 2px 0 2px 20px
}

.prod-cart img {
	border: 1px solid #ededed
}

.separator {
	margin: 0 3px
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #ddd;
	font-size: 0;
	overflow: hidden
}

.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat
}

.noscript p {
	margin: 0
}

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff
}

.notice-cookie {
	border-bottom: 1px solid #cfcfcf;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f
}

.notice-cookie .notice-inner {
	width: 870px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(../images/i_notice.gif) 20px 25px no-repeat;
	text-align: left
}

.notice-cookie .notice-inner p {
	margin: 0 0 10px;
	border: 1px dotted #cccc73;
	padding: 10px
}

.header .logo {
	display: block;
	text-decoration: none !important
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
}

.header h1.logo {
	margin: 0;
	padding: 0
}

.header .logo img {
	max-width: 100%;
	height: auto
}

.top-container {
	background: url(../images/bg_top.gif) 50% 0
}

.top_block {
	padding: 20px 0 23px 0
}

.header {
	padding: 29px 0 22px;
	position: relative
}

.header .right_head {
	float: right;
	padding: 5px 18px 0 0
}

.header .right_head p {
	padding: 2px 0 0 5px
}

.header .quick-access {
	float: right;
	padding: 6px 0 0 0
}

.top_block .welcome-msg {
	float: right;
	margin: 0 0 0 80px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 18px;
	color: #fff
}

.header .form-search {
	text-align: right
}

#search_mini_form {
	position: absolute;
	bottom: -39px;
	right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5
}

.header .form-search label {
	float: left;
	margin-left: 17px;
	display: none
}

#select-form {
	margin-left: 1px
}

.header .form-search .search-autocomplete {
	z-index: 999;
	font-size: 13px;
	width: 100%;
}
#search_mini_form #search_autocomplete {
	top: 45px;
}
#search_mini_form #search_autocomplete .all {
	text-align: left;
	margin: 0;
}
#search_mini_form #search_autocomplete .all a,
#search_mini_form #search_autocomplete .all a:link,
#search_mini_form #search_autocomplete .all a:visited {
	display: block;
	padding: 10px;
}

.header .form-search .search-autocomplete li {
	position: relative;
	cursor: pointer;
	text-align: left
}
.header .form-search .search-autocomplete li > a,
.header .form-search .search-autocomplete li > a:link,
.header .form-search .search-autocomplete li > a:visited {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 2;
}

.header .form-search .search-autocomplete li:hover {
	background-color: #fafafa
}

.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: 700
}

.header .search-autocomplete li p {
	overflow: hidden
}

.header .form-search .search-autocomplete li img {
	margin-right: 10px
}

.header-search-block .ajaxsearch .preview img {
	margin-right: 5px;
	margin-bottom: 5px
}

.header-search-block .ajaxsearch .form-search-wrapper {
	font-size: 11px
}

.skidka-label {
	padding: 10px;
	color: #fff;
	font-size: 12px
}

.razmer-skidki {
	display: block;
	float: right;
	font-size: 17px;
	margin-top: -5px
}

#shopping-cart-totals-table tbody tr:first-child {
	display: none
}

.header-buttons {
	margin: -2px 0 0 0;
	float: right
}

.header-button {
	float: right;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px
}

.header-button>a {
	display: block
}

.header-button.currency-list>a,
.header-button.lang-list>a {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 17px;
	text-transform: capitalize;
	color: #fff
}

.header-button.lang-list {
	background: url(../images/select_sp.gif) no-repeat 100% 0;
	padding-right: 20px;
	margin-right: 20px
}

.header-button>a:after {
	content: "\f107";
	font-size: 14px;
	float: right;
	margin: 0 0 0 5px
}

.header-button ul {
	display: none;
	text-align: left;
	position: absolute;
	right: 0;
	top: 32px;
	padding: 0;
	z-index: 999;
	border: 1px solid #ddd;
	width: 220px
}

.header-button.lang-list ul {
	width: 120px
}

.header-button ul li {
	float: none;
	display: block;
	padding-left: 0;
	border-bottom: 1px solid #ddd
}

.header-button ul li:last-child {
	border: 0
}

.header-button ul li a {
	display: block;
	background: #fff;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	padding: 5px 10px;
	min-height: 18px
}

.header-button ul li a:hover {
	color: #872934
}

.header-button.active>a,
.header-button>a:hover {
	color: #2a2a2a
}

.header-container .top-container {
	clear: both;
	text-align: right
}

.block-cart-header:before {
	content: "\f07a";
	color: #872934;
	float: left;
	margin: 0 13px 0 0
}

.block-cart-header .headingH3 {
	font-family: Tinos, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	float: left;
	margin: 0 7px 0 0
}

.block-cart-header .empty,
.block-cart-header .summary,
.block-cart-header .summary strong {
	font-family: Tinos, "Times New Roman", serif;
	line-height: normal;
	color: #3b3b3b
}

.block-cart-header .empty:hover,
.block-cart-header .summary:hover {
	cursor: pointer
}

.block-cart-header .btn-edit,
.block-cart-header .btn-remove {
	float: right;
	margin: 0 5px 0 0
}

.block-cart-header .truncated {
	display: none
}

.block-cart-header .empty .cart-content {
	background: #fff;
	padding: 10px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
	-webkit-box-shadow: 0 0 5px rgba (0, 0, 0, .18);
	border: 1px solid #ddd;
	white-space: nowrap;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.block-cart-header .actions button.button+button.button {
	margin-right: 0
}

.block-cart-header .mini-products-list li.item {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	width: 100%;
	float: left;
	clear: both;
	min-height: 85px;
	padding: 20px;
	position: relative
}

.block-cart-header .mini-products-list .product-image {
	width: 70px;
	border: 1px solid #ededed
}

.block-cart-header .mini-products-list .product-details {
	margin: 0 0 0 80px;
	overflow: inherit
}

.block-cart-header .product-name {
	padding-bottom: 0;
	width: 54% !important
}

.block-cart-header .cart-content .price {
	font-weight: 700
}

.block-cart-header .cart-content-header {
	padding: 10px 15px;
	text-align: left
}

.block-cart-header .cart-content-header {
	background: #872934
}

.block-cart-header .subtotal .label {
	font-weight: 100;
	padding: 0
}

.block-cart-header .subtotal .price {
	float: right
}

.block-cart-header .mini-cart {
	display: none
}

.list_carousel {
	margin: 0 0 30px -15px;
	width: 100%
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block
}

.list_carousel li {
	text-align: center;
	width: 270px;
	display: inline-block;
	vertical-align: text-top;
	float: none;
	margin-bottom: 10px
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0
}

.clearfix {
	float: none;
	clear: both
}

.prev_c {
	float: left;
	margin-left: 10px
}

.next_c {
	float: right;
	margin-right: 10px
}

.pager_c {
	float: left;
	width: 100%;
	text-align: center
}

.pager_c a {
	margin: 0 5px;
	text-decoration: none
}

.pager_c a.selected {
	text-decoration: underline
}

.timer_c {
	background-color: #999;
	height: 6px;
	width: 0
}

.col2-set {
	width: auto
}

.block {
	margin: 0 0 30px
}

.block.last_block {
	margin-bottom: 0
}

.block.social {
	margin-bottom: 0
}

.block.social .block-content {
	text-align: center
}

.block .block-title strong {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-transform: none;
	color: #fff;
	margin: 0
}

.block .block-title a {
	text-decoration: none !important
}

.block .block-subtitle {
	font-size: 13px;
	line-height: 16px;
	color: #2d2328;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 14px
}

.block .block-content {
	width: 100%
}

.block.dostavka {
	border: 1px #d6d6d6 solid
}

.block.dostavka .block-title {
	margin-bottom: 10px
}

.block.dostavka .dostavka-opis {
	text-align: center;
	padding: 0 7px 7px;
	font-size: 14px
}

.dostavka-opis>p>span {
	font-weight: 700
}

.block li.item {
	padding: 12px 0;
	border-bottom: 1px solid #ddd
}

.block li.last {
	border: 0
}

.block li.item:first-child {
	padding-top: 0
}

.widget.widget-catalogsale-products .block ol li {
	padding: 20px 0 20px 0
}

.widget.widget-catalogsale-products .price-box.map-info {
	padding: 10px 0 10px 0
}

.widget.widget-catalogsale-products .price-box.map-info a {
	padding-left: 0
}

.block .btn-edit,
.block .btn-remove {
	float: right
}

.block .actions {
	padding: 17px 0 0 0
}

.block .actions a {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 10px
}

.block .actions a:hover {
	text-decoration: none
}

.block-compare .actions {
	padding: 20px 0 10px 0
}

.block .price-box.map-info .price {
	font-size: 13px;
	font-family: Arial
}

.block.reviews-block {
	margin-top: 30px
}

.reviews-block-content .rev_item {
	padding: 12px 0;
	border-bottom: 1px solid #ddd
}

.reviews-block-content .rev_item .rev_item_pimage {
	float: left;
	width: 90px;
	background: #fff;
	margin-right: 10px;
	position: relative
}

.reviews-block-content .rev_item .rev_item_pname a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	display: block
}

.reviews-block-content .rev_item .review_text {
	font-size: 15px;
	line-height: 19px;
	display: block;
	text-align: justify;
	width: 100%;
	padding: 7px
}

.reviews-block-content .rev_item span.review_date {
	line-height: 1;
	display: block;
	font-style: italic
}

.block .price {
	font-weight: 700
}

.mini-products-list li.item {
	padding-top: 20px;
	padding-bottom: 20px
}

.mini-products-list .product-control-buttons {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	height: 19px
}

.mini-products-list .product-image {
	float: left;
	width: 90px;
	background: #fff;
	margin-right: 10px;
	position: relative
}

.mini-products-list .product-image .discounts-percent {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 1.2rem;
	right: -5px
}

.mini-products-list .product-image .plus-present {
	width: 50px;
	height: 50px;
	font-size: 11px;
	right: -8px;
	background-size: cover
}

.mini-products-list .product-image .plus-present span {
	font-size: 20px
}

.mini-products-list .product-image img {
	max-width: 100%
}

.mini-products-list .product-details {
	padding-top: 3px;
	overflow: hidden
}

.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0
}

.mini-products-list .product-name {
	margin-left: 10px;
	display: block;
	overflow: hidden
}

.mini-products-list .price-box {
	margin-bottom: 10px
}

.label-price {
	display: none
}

.catalog-category-view .products-grid .price-box {
	text-align: center
}

.catalog-category-view .products-grid .price-box .label-price {
	display: inline-block;
	text-align: center
}

.catalog-category-view .products-grid .price-box .regular-price,
body .flex-list .item .price-box .regular-price {
	display: inline-block;
	text-align: center
}

.block-cart .mini-products-list .product-details .nobr small,
.block-cart .mini-products-list .product-name {
	word-wrap: break-word
}

.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important
}

.block-account ul li {
	padding-bottom: 5px
}

.block-currency select {
	width: 100%;
	border: 1px solid #888
}

.block-layered-nav dt {
	border-top: 1px solid #ddd;
	font-weight: 700;
	padding-top: 15px
}

.block-layered-nav dd {
	padding: 10px 0 10px 19px;
	margin-bottom: 15px
}

.block-layered-nav dd.odd.last {
	padding-bottom: 0;
	margin-bottom: 0
}

.block-layered-nav dd li a {
	text-decoration: none
}

.block-layered-nav dd li {
	color: #872934;
	padding: 0 0 3px
}

.block-layered-nav dd li:before {
	content: "\f105";
	margin-right: 10px;
	font-size: 14px
}

.block-layered-nav dd li .price {
	font-weight: 400
}

.block-layered-nav .btn-remove {
	float: right;
	margin: 5px 3px 0 2px
}

.block-layered-nav .block-content .actions a {
	text-decoration: none
}

.block-layered-nav .block-content .actions {
	padding-top: 5px;
	padding-bottom: 10px
}

.block-layered-nav #narrow-by-list2 dt {
	border: none;
	padding-top: 0
}

.widget-catalogsale-products .price-box .price-label {
	display: none
}

#product_tabs_review_tabbed_contents #review-form h3 span {
	color: #872934
}

.block-cart .block-content li.item.last {
	padding-bottom: 0
}

.block-cart .summary {
	margin-bottom: 20px
}

.block-cart .amount a {
	font-weight: 700
}

.block-cart .amount a:hover {
	text-decoration: underline
}

.block-cart .subtotal {
	margin-top: 5px;
	padding: 5px 15px;
	border-top: 1px solid #ecf0f1;
}

.block-cart .subtotal .price {
	font-weight: 700;
	color: #000;
	padding-left: 6px
}

.block-cart .subtotal .label {
	padding: 0
}

.block-cart .amount-2 {
	border-top: 1px solid #ddd;
	color: #000;
	padding-top: 16px;
	padding-bottom: 17px
}

.block-cart .amount-2 a {
	text-decoration: none;
	font-weight: 700
}

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
	display: none
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0
}

.block-cart .actions {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 17px
}

.block-cart .product-details {
	text-transform: none
}

.block-cart .product-details strong {
	font-weight: 400;
	padding: 0 0 0 3px
}

.block-wishlist .btn-remove {
	margin-left: 7px
}

.block-wishlist .product-name a {
	text-decoration: none
}

.block-wishlist .price-box {
	float: left
}

.block-wishlist .link-cart {
	float: right;
	text-decoration: underline;
	margin-top: 5px;
	margin-left: 5px
}

.block-wishlist .link-cart:hover {
	text-decoration: none
}

.block-wishlist .actions {
	padding-bottom: 5px
}

.product-image {
	display: inline-block
}

.block-related li {
	padding: 5px 0
}

.block-related input.checkbox {
	float: left;
	margin: 5px 5px 0 0
}

.block-related .product {
	overflow: hidden
}

.block-related .product .product-details .regular-price {
	float: none
}

.rel-label {
	font-size: 12px;
	color: #333;
	padding-top: 6px;
	display: inline-block
}

.block-related .link-wishlist {
	font-size: 12px;
	font-weight: 700
}

.block-related .link-wishlist:hover {
	text-decoration: underline
}

.block-related .block-content li.item {
	padding: 20px 0
}

.block-related .block-content li.item:first-child {
	padding-top: 0
}

.block-related .block-content li.item.last {
	padding-bottom: 10px
}

.block-related .product-name {
	width: 152px
}

.col-main .post-view .post-entry .product-post-block p {
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	text-align: center
}

.col-main .post-view .post-entry .product-post-block .product-details p {
	font-size: 13px;
	color: #b2b2b2
}

.col-main .post-view .post-entry .product-post-block .product-details p.product-name {
	font-size: 16px;
	line-height: 1.2
}

.col-main .post-view .post-entry .product-post-block .product-details p.product-name a {
	color: #383838
}

.col-main .post-view .post-entry .product-post-block .product-details p.product-name a:hover {
	color: #872934
}

.wordpress-post-view .product-post-block {
	display: block;
	margin: 0
}

.wordpress-post-view .product-post-block .product-details .price-box .price {
	font-size: 20px;
	font-weight: 700;
	color: #872934
}

.wordpress-post-view .single-product-on-post {
	display: inline;
	float: left;
	position: relative;
	margin: 0 25px 25px 5px;
	height: auto
}

.wordpress-post-view .product-post-block .mini-products-list .product-details {
	padding: 15px 0
}

.wordpress-post-view .product-post-block .mini-products-list li.item .product {
	box-shadow: none;
	padding: 0
}

.wordpress-post-view .product-post-block .mini-products-list .product-image {
	float: none;
	width: 100%;
	background: #fff;
	margin-right: 10px;
	position: relative
}

.wordpress-post-view .product-post-block ul.mini-products-list li {
	float: none
}

.wordpress-post-view .product-post-block .products-grid {
	margin: 10px 0 30px
}

.block-compare li {
	padding: 12px 0
}

.block-compare .btn-remove {
	margin-left: 10px
}

.block-compare .block-title small {
	display: none
}

.block-compare .product-name {
	overflow: hidden
}

.block-compare .product-name a {
	text-decoration: none
}

.block-compare .product-image {
	float: left;
	margin-right: 10px
}

.block-compare button.button {
	margin-right: 10px
}

.block-compare .actions a {
	margin-left: 0
}

.block-compare .actions button {
	margin-bottom: 7px
}

.block-compared li a,
.block-viewed li a {
	text-decoration: none;
	display: inline-block
}

.block-compared .block-content li.item:first-child,
.block-viewed .block-content li.item:first-child {
	border-top: none
}

#co-payment-form {
	width: 100px
}

.block-poll .block-subtitle {
	font-size: 13px;
	line-height: 15px;
	text-transform: none;
	font-weight: 700
}

.block-poll label {
	line-height: 18px;
	margin-bottom: 0
}

.block-poll input.radio {
	float: left;
	margin: 2px 0 0 0
}

.block-poll .label {
	display: block;
	margin-left: 32px;
	padding: 3px 0 0
}

.block-poll li {
	padding: 3px 0 9px 0
}

.block-poll .actions {
	margin: 0 0 0;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px
}

.block-poll .answer {
	float: left;
	width: 200px
}

.block-poll .answer span {
	display: block;
	width: 150px;
	color: #b2b2b2
}

.block-poll .votes {
	font-weight: 400;
	float: right;
	width: 70px;
	text-align: right;
	color: #872934
}

.block-tags {
	border: none
}

.block-tags li,
.block-tags ul {
	display: inline
}

.block-tags .actions a {
	margin-left: 0
}

.block-tags .actions {
	padding-bottom: 5px
}

.product-tags li {
	float: left;
	margin-right: 7px
}

#addTagForm {
	overflow: hidden
}

.block-subscribe .form-subscribe-header {
	display: inline-block;
	margin-bottom: 8px
}

.block-subscribe .input-box {
	width: 100%
}

.block-subscribe .input-box input {
	width: 100%;
	padding: 8px
}

.block-subscribe .actions {
	float: left
}

.block-reorder li {
	padding: 5px 0
}

.block-reorder input.checkbox {
	float: left;
	margin: 0
}

.block-reorder .product-name {
	margin-left: 20px
}

.block-reorder .actions a {
	margin-left: 0
}

.block-reorder button.button {
	margin: 0 10px 8px 0
}

.block-banner .block-content {
	text-align: center;
	padding: 0;
	border: 0
}

.block-login label {
	font-weight: 700;
	color: #666
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0
}

.paypal-logo {
	display: inline-block;
	margin: 0;
	text-align: center;
	overflow: hidden
}

.paypal-logo a {
	float: none;
	display: inline-block;
	width: 100px
}

.paypal-logo a img {
	max-width: 100%;
	height: auto
}

.block-slider-sidebar {
	display: none;
	position: relative
}

.block-slider-sidebar.block-slider-start {
	display: block
}

.block-slider-sidebar li {
	width: 270px;
	min-height: 200px;
	float: left;
	position: relative
}

.block-slider-sidebar li a {
	display: block;
	background: #ccc
}

.block-slider-sidebar img {
	max-width: 100%
}

.block-slider-sidebar .block-content>a {
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0
}

.block-slider-sidebar a.slider-sidebar-prev {
	right: 40px
}

.block-slider-sidebar .slider-sidebar-pager {
	text-align: center
}

.block-slider-sidebar .slider-sidebar-pager a {
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	margin: 0 4px
}

.block-slider-sidebar .slider-sidebar-pager a:before {
	content: "\f111"
}

.block-slider-sidebar .slider-sidebar-pager a.selected,
.block-slider-sidebar .slider-sidebar-pager a:hover {
	color: #000
}

.block-slider-sidebar .slider-sidebar-pager span {
	font-size: 0;
	text-indent: -777px
}

.products-grid {
	position: relative;
	margin: 10px 0 30px 0;
	text-align: center
}

.products-grid.last {
	margin-bottom: 0
}

.price-box.map-info a {
	text-decoration: none;
	margin-top: 5px
}

.products-grid.last {
	border-bottom: 0
}

.products-grid li.item {
	float: none;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	list-style-type: none;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 10px
}

.catalog-category-view .products-grid li.item {
	float: none
}

.cms-index-index .list_carousel .products-grid li.item .grid_wrap {
	display: block
}

.cms-index-index .list_carousel .products-grid li.item .grid_wrap .product-shop {
	display: inline-block;
	vertical-align: text-top
}

.cms-index-index .home-widgets .left.review-carousel-control {
	display: block;
	padding: 0;
	margin-top: -9px;
	height: 50px;
	width: 50px;
	background: url(left.png) no-repeat 50% 50%
}

.cms-index-index .home-widgets .left.review-carousel-control:hover {
	background: url(left-b.png) no-repeat 50% 50%
}

.cms-index-index .home-widgets .right.review-carousel-control {
	display: block;
	padding: 0;
	margin-top: -9px;
	height: 50px;
	width: 50px;
	background: url(right.png) no-repeat 50% 50%
}

.cms-index-index .home-widgets .right.review-carousel-control:hover {
	background: url(right-b.png) no-repeat 50% 50%
}

.cms-index-index .home-widgets .reviews-home-block .reviews-home-block-content {
	min-height: 225px;
	color: #000
}

.cms-index-index .home-widgets .reviews-home-block-content .rev_item .rev_item_pname a {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #000
}

.cms-index-index .home-widgets .reviews-home-block-content .rev_item .rev_item_pname a:hover {
	color: #3c3c3c
}

.cms-index-index .home-widgets .reviews-home-block-content .rev_item_info .rev_item_pimage.customerimage {
	padding-left: 35px
}

.cms-index-index .main-widget .main-widget-content .tab-pane .rev_item_info p {
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 1.2
}

.products-grid li.last {
	margin-right: 0
}

.products-grid .product-image {
	display: block;
	height: auto;
	margin: 0 auto 10px;
	text-align: center;
	position: relative
}

.grid_wrap {
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
	padding: 26px 30px;
	position: relative
}

.products-grid .price-box {
	color: #3a3a3a;
	overflow: hidden;
	margin: 0 0 12px;
	width: 100%
}

.products-grid .price-box .price {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	color: #872934
}

.products-grid .availability {
	line-height: 21px
}

.products-grid .actions {
	clear: both;
	margin: 0;
	position: relative
}

.products-grid .actions>span {
	position: absolute;
	left: 0;
	bottom: -3px
}

.products-grid .desc.std {
	overflow: hidden;
	color: #b2b2b2;
	padding: 5px 0
}

.product-box-2 {
	background: url(../images/tail-grid-bottom.gif) 0 0 repeat-x #fdfdfd;
	padding: 16px 18px 0 18px;
	margin: 0 -18px;
	overflow: hidden;
	position: relative
}

.product-box-2>span {
	position: absolute;
	left: 18px;
	bottom: -3px
}

.products-grid .ratings .rating-box {
	float: none;
	margin: 0 auto 5px
}

.products-grid .ratings .amount a {
	text-decoration: none
}

.products-grid .no-rating a {
	text-decoration: none;
	padding-top: 0;
	display: inline-block
}

.products-grid .no-rating {
	padding-top: 8px;
	margin-bottom: 7px
}

.products-grid .add-to-links {
	position: relative;
	float: none;
	padding-top: 10px
}

.products-grid .desc_grid {
	font-size: 13px;
	color: #b2b2b2
}

.cms-index-index .list_carousel .products-grid .desc_grid {
	margin-bottom: 0;
	font-size: 12px
}

.add-to-links {
	float: left
}

.products-grid .item .dop-info-tovar-labels {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 2
}

.label-hover-content {
	background: #ececec;
	color: #555;
	font-size: 12px;
	text-align: center
}

.label-hover-content .tooltip {
	background: #872934;
	left: 100%;
	color: #fff;
	display: block;
	right: -25px;
	opacity: 0;
	padding: 5px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.label-hover-content .tooltip:after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 0;
	height: 0;
	border-right: 8px solid #662934;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

.products-grid .item .dop-info-tovar-labels li:hover {
	cursor: help
}

.products-grid .item .dop-info-tovar-labels li:hover .label-hover-content .tooltip {
	opacity: 1;
	position: absolute;
	width: 200px;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 999
}

.lte8 .label-hover-content .tooltip {
	display: none
}

.lte8 .label-hover-content:hover .tooltip {
	display: block
}

.products-grid .product-name,
.products-list .product-name {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 1px
}

.cms-index-index .products-grid .product-name {
	color: #34495e
}

.products-grid .product-name a,
.products-list .product-name a {
	color: #383838;
	text-decoration: none;
	text-align: center
}

.products-grid .product-name a:after,
.products-list .product-name a:after {
	content: "";
	border-bottom: 1px solid #eee;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding-top: 3px
}

.products-grid .product-name a:hover,
.products-list .product-name a:hover {
	color: #872934
}

.products-grid .product-image img,
.products-list .product-image img {
	max-width: 100%
}

.products-list li.item {
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
	padding: 16px;
	margin-bottom: 20px;
	position: relative
}

.products-list li.item.last {
	border-bottom: 0
}

.products-list .product-image {
	float: left;
	width: 210px;
	height: auto;
	margin-right: 30px;
	display: block;
	position: relative
}

.products-list .list-inner {
	width: 210px;
	height: 210px;
	position: relative;
	float: left
}

.products-list .product-shop {
	overflow: hidden
}

.products-list .price-box {
	color: #3a3a3a;
	margin: 12px 0;
	overflow: hidden;
	width: 100%
}

.products-list .price-box .price {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	color: #872934
}

.products-list .availability {
	float: left;
	margin: 3px 0 0
}

.products-list .desc {
	clear: both;
	margin: 0 0 15px
}

.products-list .desc>p {
	float: left
}

.products-list .desc>p strong {
	color: #872934
}

.products-list .desc .link-learn {
	font-weight: 700;
	text-decoration: underline
}

.products-list .add-to-links {
	padding-top: 10px;
	float: none
}

.products-list .add-to-links li:first-child {
	margin-right: 19px
}

.products-list .f-fix {
	position: relative
}

.products-list .f-fix>span {
	left: 0;
	position: absolute;
	bottom: 0
}

.products-list .list-btn {
	display: inline-block;
	float: left
}

.products-list .add-to-links .separator {
	display: none
}

.products-list .add-to-links li {
	float: left
}

.list-reviews {
	float: right;
	width: 285px;
	text-align: right
}

.row-list {
	width: 100%;
	position: relative
}

.row-list>span {
	position: absolute;
	left: 0;
	top: 40px
}

.products-list .ratings {
	margin-bottom: 17px
}

.products-list .ratings .rating-links {
	clear: left;
	padding-top: 5px
}

.products-list .no-rating {
	text-align: right;
	padding-top: 6px
}

.products-list .no-rating a {
	text-decoration: none
}

.ratings {
	line-height: 15px;
	margin: 5px 0 7px 0
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0
}

.ratings .rating-links {
	margin: 0
}

.ratings .rating-links a {
	text-decoration: none
}

.ratings .rating-links .separator {
	margin: 0 2px
}

.rating-box {
	width: 91px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.png) 0 0 repeat-x;
	font-size: 0;
	overflow: hidden
}

.rating-box .rating {
	float: left;
	height: 14px;
	background: url(../images/bkg_rating.png) 0 100% repeat-x
}

.ratings .rating-box {
	float: left;
	margin-right: 7px
}

.email-friend.left {
	float: left
}

.ratings-table td,
.ratings-table th {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0
}

.ratings-table th {
	font-weight: 700;
	padding-right: 8px
}

.review-product-list .col-main .ratings-table td,
.review-product-list .col-main .ratings-table th {
	border: 1px solid #ddd;
	padding: 7px
}

.review-product-list .col-main .ratings-table {
	margin: 10px 0
}

#block-related .price-box.map-info {
	display: none
}

.availability {
	margin: 0
}

.availability span {
	font-weight: 700
}

.availability.out-of-stock span {
	color: #d83820
}

.availability-only {
	margin: 0 0 5px
}

.availability-only a {
	background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px
}

.availability-only .expanded {
	background-position: 100% -15px
}

.availability-only-details {
	margin: 0 0 7px
}

.availability-only-details th {
	background: #f2f2f2;
	font-size: 10px;
	padding: 0 8px
}

.availability-only-details td {
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 2px 8px 1px
}

.email-friend {
	margin-bottom: 5px
}

.price {
	white-space: nowrap !important
}

.price-box .price {
	font-weight: 700
}

.regular-price {
	display: block
}

.old-price .price-label {
	font-weight: 700;
	white-space: nowrap
}

.old-price .price {
	font-weight: 700;
	text-decoration: line-through
}

.special-price .price-label {
	font-weight: 700
}

.special-price .price {
	font-weight: 700
}

.minimal-price .price-label {
	font-weight: 700;
	white-space: nowrap
}

.minimal-price-link {
	display: inline-block;
	margin-top: 2px
}

.minimal-price-link .price {
	font-weight: 400
}

.minimal-price-link span {
	display: inline-block;
	text-decoration: none
}

.price-excluding-tax {
	display: block
}

.price-excluding-tax .label {
	white-space: nowrap
}

.price-excluding-tax .price {
	font-weight: 400
}

.price-including-tax {
	display: block
}

.price-including-tax .label {
	white-space: nowrap
}

.price-including-tax .price {
	font-weight: 700
}

.configured-price .price-label {
	font-weight: 700;
	white-space: nowrap
}

.configured-price .price {
	font-weight: 700
}

.weee {
	display: block;
	font-size: 11px;
	color: #444
}

.weee .price {
	font-size: 11px;
	font-weight: 400
}

.price-excl-tax {
	display: block
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap
}

.price-excl-tax .price {
	display: block
}

.price-incl-tax {
	display: block
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap
}

.price-incl-tax .price {
	display: block;
	font-weight: 700
}

.price-from .price-label {
	font-weight: 700;
	white-space: nowrap
}

.price-to .price-label {
	font-weight: 700;
	white-space: nowrap
}

.price-notice {
	padding-left: 10px
}

.price-notice .price {
	font-weight: 700
}

.price-as-configured {
	color: #3a3a3a
}

.price-as-configured .price-label {
	white-space: nowrap
}

.add-to-links .separator {
	display: none
}

.add-to-cart .qty-block {
	float: left;
	padding-top: 0
}

.add-to-cart label {
	margin-right: 7px;
	color: #3a3a3a
}

.add-to-cart .qty {
	font-size: 12px;
	text-align: center;
	padding: 3px 6px 4px 7px;
	background: #fff
}

.add-to-cart .paypal-logo {
	clear: left;
	text-align: right
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 46px 5px 0
}

.product-view .add-to-cart .paypal-logo {
	margin: 0;
	display: none
}

.add-to-box .add-to-cart {
	float: left;
	width: 100%;
	position: relative
}

.add-to-box .add-to-cart #ajax_loader {
	position: absolute;
	bottom: -22px;
	right: 0
}

.add-to-box .or {
	float: left;
	margin: 0 10px
}

.add-to-box .add-to-links {
	float: left
}

.product-view {
	margin-bottom: 20px
}

.product-view .product-name h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #7a0b2a
}

.catalog-product-view .col-right {
	padding-top: 0
}

.product-view h2 {
	background: #fbfbfb;
	border: 1px solid #ddd;
	font-size: 18px;
	line-height: 18px;
	color: #3a3a3a;
	padding: 12px 15px;
	margin-bottom: 15px;
	position: relative
}

.price-box-bundle {
	display: none
}

.same-brand-products h3 {
	background: #fbfbfb;
	border: 1px solid #ddd;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 15px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 400
}

.tt {
	display: block
}

.zoom-inner {
	width: 300px;
	margin-bottom: 10px;
	height: 300px;
	position: relative
}

.more-views h2 {
	display: none
}

.product-essential {
	margin-bottom: 0;
	padding-bottom: 25px
}

.product-view .product-essential .product-shop .nobr {
	margin-bottom: 5px;
	display: inline-block
}

.product-collateral #customer-reviews dl dt {
	margin-bottom: 5px
}

.product-collateral #customer-reviews dl dd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.product-collateral #customer-reviews dl dd.last {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.product-collateral #customer-reviews dl dd table {
	margin-bottom: 5px
}

.product-collateral #customer-reviews .pager {
	margin-bottom: 10px
}

.product-collateral #customer-reviews #product-review-table span.nobr {
	display: block;
	padding: 0 5px
}

.product-collateral #customer-reviews #product-review-table .value {
	text-align: center
}

.product-collateral #customer-reviews #product-review-table {
	margin-bottom: 20px
}

#customer-reviews .form-list label.required {
	margin-bottom: 5px
}

#customer-reviews .form-list textarea {
	min-width: 332px;
	max-width: 332px
}

.product-collateral .box-collateral {
	margin-bottom: 30px
}

.product-view .product-img-box {
	text-align: center;
	margin-bottom: 30px;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto
}

.product-view .product-img-box .product-image {
	position: relative;
	display: block;
	height: auto;
	border: 1px solid #ecf0f1;
	background: url(../images/opc-ajax-loader.gif) no-repeat center center;
	overflow: hidden
}

.product-view .product-img-box .product-box-customs .product-image {
	overflow: inherit
}

.product-view .product-img-box .product-image .big {
	background-color: #fff
}

.product-view .product-img-box .product-box-customs .product-image span {
	display: block;
	position: absolute;
	background: 0 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.product-view .product-img-box .product-box-customs .product-image-zoom {
	position: relative;
	width: 310px;
	height: 310px;
	overflow: hidden;
	z-index: 9
}

.product-view .product-img-box .product-box-customs .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	width: 310px !important;
	height: 310px !important
}

.product-view .product-img-box .zoom-notice {
	text-align: center
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer
}

.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	opacity: .3
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0
}

.product-view .product-img-box .product-box-customs .zoom,
.product-view .product-img-box .product-box-customs .zoom-notice {
	display: none
}

.product-view .product-img-box .more-views li a {
	display: inline-block;
	border: 1px solid #ecf0f1;
	width: 58px;
	height: auto
}

.product-view .gallery-swipe-content {
	max-width: 270px;
	margin: 0 auto;
	position: relative;
	display: none
}

.product-view .bx-controls-direction>a {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	z-index: 4
}

.product-view .bx-controls-direction>a.bx-next {
	right: 0;
	left: auto
}

@media only screen and (max-width:767px) {
	.ps-phone .product-view .gallery-swipe-content {
		display: block
	}

	.ps-phone .product-view .product-box-customs .more-views,
	.ps-phone .product-view .product-box-customs .product-image {
		display: none
	}

	.product-view .product-img-box .product-image span {
		z-index: 9999
	}

	.product-view .bx-controls-direction>a:before {
		content: "\f053";
		font-size: 20px
	}

	.product-view .bx-controls-direction>a.bx-next:before {
		content: "\f054"
	}
}

.product-image-popup {
	margin: 0 auto
}

.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0
}

.product-image-popup .nav {
	margin: 0 100px;
	text-align: center
}

.product-image-popup .image {
	display: block
}

.addthis_32x32_style .addthis_counter.addthis_bubble_style {
	width: 62px !important
}

.product-view .product-shop {
	position: relative
}

.product-view .product-shop .ratings {
	float: left;
	margin: 0
}

.product-view .product-shop .ratings .rating-box {
	float: none;
	margin: 0 0 5px
}

.col1-layout .product-view .product-shop {
	float: right;
	width: 700px
}

.col3-layout .product-view .product-shop {
	float: none;
	width: auto
}

.product-view .product-name {
	margin-bottom: 12px
}

.product-view .short-description {
	margin-bottom: 13px
}

.product-view .short-description h2 {
	display: none
}

.product-view .product-shop .price-box {
	margin: 15px 0 20px
}

.product-view .product-shop .price-box .price,
.product-view .product-shop .price-box .total-grouped-price span {
	color: #872934;
	font-family: Tinos;
    font-size: 2.571428571428571em;
    font-weight: bold;
    line-height: 1;
}
.product-view .product-shop .price-box .total-grouped-price .price-label {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}

.product-view .product-shop .price-box .special-price.total-grouped-price.new {
	text-align: center;
}

.product-view .product-shop .availability {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #3a3a3a;
	margin: 5px 0
}

.product-view .product-shop .availability span {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #74b436;
	margin-left: 6px
}

.product-view .product-shop .availability.out-of-stock span {
	color: #d83820
}

.product-view .add-to-links li {
	margin-bottom: 8px
}

.product-view .add-to-links li a:before {
	font-size: 15px;
	margin-right: 15px;
	color: #6ebabd
}

.product-view .add-to-links li .link-wishlist:before {
	content: "\f08a"
}

.product-view .add-to-links li .link-compare:before {
	content: "\f080"
}

.add-to-box .or {
	display: none
}

.product-view .add-to-cart .qty-block {
	margin-top: 4px
}

.row-product {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%
}

.row-product .no-rating {
	float: left
}

.row-product .no-rating:before {
	content: "\f040";
	font-size: 14px;
	margin-right: 10px
}

.row-product .no-rating a {
	text-decoration: underline
}

.row-product .no-rating a:hover {
	text-decoration: none
}

.row-product .email-friend {
	float: right
}

.row-product .email-friend:before {
	content: "\f003";
	padding-right: 10px;
	font-size: 16px
}

.category-products .availability.out-of-stock>span {
	display: block;
	margin: 0 auto;
	text-align: center
}

.product-shop {
	position: relative
}

.product-shop .price-box.map-info a {
	float: none;
	clear: left;
	padding: 0 !important;
	margin-bottom: 3px
}

.add-to-cart {
	border-top: 1px solid #dbdbdb;
	width: 100%;
	padding: 10px 0
}

.add-to-cart button.button>span {
	font-size: 16px;
	height: 44px;
	line-height: 44px
}

.add-to-cart button.button span span {
	padding: 0 25px;
	height: 38px;
	line-height: 38px
}

.product-view .add-to-links {
	clear: left;
	margin: 0 !important;
	padding: 15px 0 5px;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	width: 100%
}

.product-view .product-options-bottom {
	border: 1px solid #dbdbdb;
	padding: 25px;
	background: #fbfbfb
}

.product-view .product-options-bottom .price-box {
	float: none;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0 !important;
	overflow: hidden
}

.product-view .product-options-bottom .price-box .price-as-configured {
	font-size: 22px;
	line-height: 27px
}

.product-view .product-options-bottom .price-box .price-as-configured .price {
	font-weight: 400
}

.product-view .product-options-bottom .add-to-cart {
	margin-top: 10px
}

.product-view .product-options-bottom .add-to-links {
	border-bottom: 0
}

.product-view .product-shop .product-options-bottom .price-box .price {
	font-size: 16px;
	line-height: 16px
}

.product-view .product-shop .product-options-bottom .price-label {
	display: inline-block
}

.row-product .addthis_toolbox {
	border-top: 1px solid #dbdbdb;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 15px;
	width: 100%;
	overflow: hidden
}

.review-product-list .row-product .addthis_toolbox {
	margin-top: 15px;
	float: left;
	width: 100%
}

.addthis_toolbox {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px
}

.addthis_mini_style .addthis_button_pinterest_pinit {
	margin-top: -1px
}

.addthis_mini_style .addthis_button_pinterest_pinit span {
	height: 20px
}

.product-view {
	position: relative
}

.messege-product {
	background: #fafaec;
	border: 1px solid #fcd344;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	font-weight: 700;
	left: 50%;
	margin-left: -220px;
	padding: 9px 60px 9px 60px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 333px;
	z-index: 999;
	display: none
}

.messege-product.none-messege {
	display: block
}

.messege-product button:hover {
	background-position: 0 -9px;
	cursor: pointer
}

.messege-product button {
	background: url(../images/remove-popup-2.png) no-repeat 0 0;
	border: medium none;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 12px;
	width: 9px;
	z-index: 9999
}

#review-form .form-list .input-box {
	width: auto
}

#review-form .form-list input.input-text,
#review-form .form-list textarea {
	width: 100%
}

#review-form td.value {
	text-align: center
}

.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {
	padding-left: 10px
}

#product-review-table {
	margin-bottom: 10px
}

.same-brand-products {
	position: relative
}

.same-brand-carousel li {
	text-align: center
}
ul.same-brand-carousel li a.product-image img {
	max-width: 100%
}

.carousel-next,
.carousel-prev {
	position: absolute;
	top: 2px;
	right: 30px;
	font-size: 30px
}

.box-same-brand .carousel-next,
.box-same-brand .carousel-prev {
	top: 7px
}

.carousel-prev {
	right: 60px
}

.product-view .box-tags h3 {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 12px
}

.product-view .box-tags .form-add label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #7d7d7d;
	margin-bottom: 15px;
	clear: both;
	padding-top: 10px
}

.tags-list {
	padding-top: 10px
}

.my-tag-edit .btn-remove {
	float: right
}

.my-tag-edit {
	display: inline-block
}

#my-tags-table .add-to-links {
	margin-top: 10px
}

.product-view .box-tags .form-add .input-box {
	float: left;
	width: 100%;
	padding-left: 32px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.product-view .box-tags .form-add .input-box:before {
	content: "\f02b";
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: 0
}

.product-view .box-tags .form-add input.input-text {
	width: 100%;
	border: 1px solid #d4d4d4;
	background: #fcfcfc
}

.product-view .box-tags .form-add button.button {
	margin-left: 32px;
	margin-top: 10px
}

.product-view .box-tags .form-add p {
	clear: both
}

.box-collateral.box-tags .note {
	color: #872934;
	padding-bottom: 15px;
	padding-top: 5px
}

.map-content,
.video {
	height: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden
}

.video iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.map-content {
	margin-bottom: 30px;
	padding-bottom: 50%
}

.map-content figure iframe {
	border: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.dashboard #my_recent_reviews li {
	padding-bottom: 3px
}

.dashboard #my_recent_reviews li .ratings {
	margin: 0 0 5px 0
}

.dashboard #my_recent_reviews li .ratings strong {
	margin: 0 5px 0 0
}

.dashboard #my_recent_reviews li .ratings .rating-box {
	margin: 0
}

.send-friend .buttons-set button.button {
	margin-left: 10px
}

#product_sendtofriend_form #sender_message {
	margin-bottom: 20px;
	resize: none;
	min-width: 304px;
	max-width: 373px;
	width: 373px
}

#product_sendtofriend_form .buttons-set {
	padding-top: 15px
}

#product_sendtofriend_form .form-list .field {
	float: left;
	width: 361px
}

#product_sendtofriend_form .form-list .additional-row>div {
	width: 408px
}

#product_sendtofriend_form .form-list .fields .field:first-child {
	float: left;
	width: 402px
}

#product_sendtofriend_form .form-list .fields .field input.input-text {
	width: 373px
}

#product_sendtofriend_form .buttons-set {
	text-align: center
}

.product-name {
	font-size: 14px;
	font-weight: 400
}

.tags-list li {
	display: inline;
	font-size: 15px;
	line-height: normal;
	margin-right: 10px
}

.advanced-search+.buttons-set {
	max-width: 340px
}

.advanced-search-amount {
	margin-bottom: 5px
}

.advanced-search-summary {
	padding: 15px 0
}

.advanced-search .form-list select {
	width: 340px
}

.advanced-search .form-list label {
	float: none
}

.advanced-search .input-range {
	margin-bottom: 5px
}

.advanced-search .input-range input {
	display: inline-block
}

.catalogsearch-advanced-index #advanced-search-list li.even label {
	display: block;
	width: 100%
}

.form-adv-search {
	border: 1px solid #ddd;
	background: url(../images/media/bg-adv-search.gif) left bottom no-repeat #fff;
	padding: 11px 20px 20px 20px
}

.form-adv-search .fieldset {
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0
}

.form-adv-search .fieldset h2 {
	font-size: 12px;
	text-transform: none;
	color: #872934;
	padding: 8px 0 5px 0
}

.catalogsearch-advanced-index .col-main {
	padding-top: 17px
}

.form-adv-search .page-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px
}

.form-adv-search .fieldset .form-list input.input-text {
	width: 495px
}

.form-adv-search .fieldset .form-list .input-range input.input-text {
	width: 100px !important
}

.input-range small {
	color: #b1b1b1
}

.form-adv-search select.multiselect option {
	border-bottom: none;
	padding: 2px 5px;
	color: #7e7e7e;
	padding-top: 1px;
	padding-bottom: 1px
}

.form-adv-search .multiselect {
	padding: 5px;
	height: 94px
}

.form-adv-search .buttons-set {
	padding: 12px 0 0 0;
	margin-top: 0
}

.form-adv-search .buttons-set button.button {
	float: left
}

.form-adv-search .form-list select {
	width: 500px
}

.cms-page-view .page-head {
	margin: 0 0 10px;
	padding: 5px 0 8px
}

.cms-page-view .page-head h2 {
	text-transform: none;
	font-size: 18px;
	color: #383737
}

.about-col-1,
.about-col-2,
.about-col-3 {
	float: left;
	padding: 214px 29px 27px 29px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 32%;
	margin-left: 2%
}

.about-col-1 {
	margin-left: 0
}

.about-col-1 {
	background: url(../images/media/about-11.png) center top no-repeat #f9f9f9;
	position: relative;
	z-index: 10
}

.about-col-2 {
	background: url(../images/media/about-22.png) center top no-repeat #f9f9f9;
	position: relative
}

.about-col-3 {
	background: url(../images/media/about-33.png) center top no-repeat #f9f9f9
}

.about-col-1 h3,
.about-col-2 h3,
.about-col-3 h3 {
	font-size: 12px;
	text-transform: none;
	color: #872934;
	margin-bottom: 12px
}

.about-col-1 p,
.about-col-2 p,
.about-col-3 p {
	font-size: 12px;
	color: #872934;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0
}

.about-col-4,
.about-col-5,
.about-col-6 {
	float: left;
	width: 32%;
	margin-left: 2%
}

.about-col-4 {
	margin-left: 0
}

.about-col-4 h4,
.about-col-5 h4,
.about-col-6 h4 {
	font-size: 12px;
	text-transform: none;
	color: #383737;
	padding-bottom: 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ddd
}

.about-col-4 p,
.about-col-5 p,
.about-col-6 p {
	font-size: 12px;
	color: #872934;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0
}

.about-col-4 ul,
.about-col-5 ul,
.about-col-6 ul {
	list-style: none;
	padding: 25px 0 12px 10%;
	margin: 0
}

.about-col-4 ul li,
.about-col-5 ul li,
.about-col-6 ul li {
	list-style: none;
	font-size: 12px;
	font-style: italic;
	color: #872934;
	padding: 0 0 9px 0
}

.about-padd-2 ul li:before {
	content: "\f061";
	font-size: 16px;
	margin-right: 10px
}

.about-col-7 h4 {
	font-size: 12px;
	text-transform: none;
	color: #383737;
	padding-bottom: 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ddd
}

.about-col-7 p {
	font-size: 12px;
	color: #872934;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 0
}

.about-padd {
	padding-bottom: 25px
}

.about-padd-2 {
	padding-bottom: 30px
}

.custom-servis-ul,
.custom-servis-ul ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important
}

.custom-servis-ul ul li {
	border-bottom: none;
	padding: 5px 5px 5px 5px;
	margin-bottom: 3px;
	padding-left: 23px;
	color: #7c7c7c;
	font-weight: 700
}

.custom-servis-ul li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 10px
}

.custom-servis-ul li h3 {
	background: url(../images/icos-set.png) 0 0 no-repeat;
	font-size: 13px;
	line-height: 16px;
	color: #872934;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 13px;
	padding: 2px 0 8px 46px
}

.custom-servis-ul li.item-2 h3 {
	background-position: 0 -124px
}

.custom-servis-ul li.item-3 h3 {
	background-position: 0 -253px
}

.custom-servis-ul li.item-4 h3 {
	background-position: 0 -377px
}

.custom-servis-ul li.item-5 h3 {
	background-position: 0 -501px
}

.custom-servis-ul li.item-6 h3 {
	background-position: 0 -638px
}

.custom-servis-ul li.item-7 h3 {
	background-position: 0 -764px
}

.custom-servis-ul li p {
	font-size: 12px;
	color: #8a8989;
	line-height: 18px;
	margin-bottom: 10px
}

.page-sitemap .links {
	text-align: right;
	margin: 0 8px -47px 0;
	overflow: hidden
}

.page-sitemap .links a span {
	display: inline-block;
	padding-right: 29px
}

.page-sitemap .sitemap {
	margin: 12px 0 30px;
	display: inline-block
}

.page-sitemap .page-title {
	margin-bottom: 25px
}

.page-sitemap .sitemap li {
	margin: 8px 0
}

.page-sitemap .sitemap li a {
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 400;
	padding-left: 14px
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: 700
}

.page-sitemap .sitemap li.level-0 a {
	text-decoration: none;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	padding-left: 14px
}

.page-sitemap .sitemap li {
	font-size: 13px;
	line-height: 18px
}

.page-sitemap .sitemap li.level-1 {
	padding-left: 45px !important;
	margin-bottom: 10px;
	margin-top: 10px;
	background: 0 0
}

.page-sitemap .sitemap li.level-1 a {
	background: 0 0;
	font-weight: 700;
	padding-left: 0;
	text-transform: none
}

.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a {
	background: 0 0;
	padding-left: 0;
	text-transform: none
}

.page-sitemap .sitemap li.level-2 {
	padding-left: 60px !important
}

.page-sitemap .sitemap li.level-3 {
	padding-left: 75px !important
}

.page-sitemap .sitemap li.level-4 {
	padding-left: 100px !important
}

.page-sitemap .sitemap li a {
	display: inline-block;
	text-decoration: none
}

.page-sitemap .pager {
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 13px 9px 13px 19px
}

.rss-title h1 {
	padding-left: 27px
}

.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px
}

.form-alt li {
	overflow: hidden;
	margin-bottom: 10px
}

.search-form .form-alt li {
	overflow: inherit;
	clear: both;
	display: table;
	width: 100%
}

.cart .checkout-types {
	float: right;
	text-align: right
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px
}

.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 0;
	color: #fff
}

.cart .title-buttons .checkout-types li button.button span {
	background: #d41224;
	border-radius: 0;
	font-size: 12px;
	padding: 0 12px;
	height: 31px;
	line-height: 30px
}

.cart-table .item-msg {
	font-size: 10px
}

.cart .cart-collaterals {
	padding: 25px 0 0
}

.cart .cart-collaterals .col2-set {
	width: 65%;
	float: left
}

.cart .page-title.title-buttons .checkout-types {
	padding-top: 53px;
	display: none
}

.cart .crosssell .product-name a {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px
}

.cart .col2-set h2 {
	border-bottom: 2px solid #3a3a3a;
	font-size: 17px;
	line-height: 24px;
	color: #3a3a3a;
	text-transform: none;
	padding: 0 0 8px;
	margin: 0 0 15px
}

.cart .crosssell .product-image {
	float: left;
	width: 112px;
	height: 112px;
	border: 1px solid #ededed;
	margin-right: 10px
}

.cart .crosssell .product-details {
	overflow: hidden
}

.cart .crosssell li.item {
	border-bottom: 1px solid #eaeaea;
	padding: 18px 0;
	margin: 0
}

.cart .crosssell li.item.last {
	margin-bottom: 0;
	padding-bottom: 0
}

.cart .crosssell li.item:first-child {
	padding-top: 0
}

.cart .crosssell li.last {
	border: none
}

.cart .crosssell .product-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

.cart .crosssell .product-name {
	margin-bottom: 7px;
	margin-top: -3px
}

.cart .crosssell .price {
	font-weight: 600;
	font-size: 14px
}

.cart .crosssell .price-box {
	display: block;
	overflow: hidden;
	padding-bottom: 10px
}

.cart .crosssell .price-box .regular-price {
	float: none
}

.cart .crosssell .price-box .price-label {
	display: none
}

.cart .crosssell button.btn-cart {
	float: left
}

.cart .crosssell .add-to-links {
	padding-top: 10px;
	clear: left
}

#shopping-cart-table .product-image {
	display: inline-block
}

#shopping-cart-table .product-image img {
	min-width: 75px
}

#discount-coupon-form {
	display: block;
	margin-bottom: 2.25rem;
}

.cart .discount,
.cart .shipping {
	clear: both;
	display: table
}

.cart .discount .discount-form button.button {
	margin-bottom: 5px;
	margin-right: 5px;
	clear: right
}

.cart .discount .buttons-set {
	padding-left: 0;
	padding: 20px 0 0
}

.cart .discount .buttons-set button.button {
	float: left
}

.cart .shipping .buttons-set {
	padding-left: 0;
	padding-top: 0
}

.cart .shipping .buttons-set button.button {
	float: left
}

.cart .discount-form label {
	margin-bottom: 16px;
	display: block;
	font-size: 13px;
	line-height: 19px;
	text-transform: none
}

.cart input,
.cart select {
	text-align: left
}

.cart .discount-form .input-box input {
	width: 100%
}

.cart .discount-form .buttons-set {
	margin: 0;
	clear: right;
	overflow: hidden
}

.cart .shipping .form-list .input-box {
	width: auto
}

.cart .shipping p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	text-transform: none
}

.cart .shipping label {
	display: block;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 600
}

.cart .shipping .form-list li {
	margin-bottom: 7px
}

.cart .shipping .form-list li input {
	width: 100%
}

.cart .shipping .form-list li select {
	width: 100%
}

.cart .shipping .buttons-set {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 10px
}

.cart .totals {
	background: #872934;
	overflow: hidden;
	padding: 0;
	width: 34%;
	float: right
}

.cart .totals table {
	width: 100%;
	font-size: 12px;
	color: #7f7f7f;
	margin-bottom: 0
}

.cart .totals table tr {
	border-bottom: 1px solid #606060
}

.cart .totals table td,
.cart .totals table th {
	padding: 7px 11px;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-transform: none;
	vertical-align: middle;
	width: 50%
}

.cart .totals table td:first-child.a-right {
	text-align: left !important
}

.cart .totals table strong {
	font-weight: 400
}

.cart .totals table th {
	font-weight: 700
}

.cart .totals .price {
	font-size: 18px;
	line-height: normal;
	color: #fff;
	display: inline-block;
	padding: 0
}

.cart .totals button.button>span {
	font-size: 15px;
	height: 49px;
	line-height: 49px
}

.cart .totals button.button>span span {
	height: 43px;
	line-height: 43px
}

.checkout-types li {
	padding-top: 15px
}

.checkout-types li:first-child {
	padding-top: 0
}

.checkout-types li a {
	color: #a6a6a6;
	text-decoration: underline
}

.checkout-types li a:hover {
	text-decoration: none
}

.cart .totals .checkout-types {
	text-align: center;
	float: none;
	padding: 15px 11px
}

.cart .totals .checkout-types li a {
	width: auto
}

.item-options {
	margin-bottom: 16px;
	padding-left: 5px
}

.item-options li em {
	color: #872934
}

.item-options li em .price {
	text-decoration: underline
}

.item-options dt {
	font-weight: 700
}

.item-options dd {
	padding-left: 10px
}

.truncated {
	padding: 5px 0;
	width: auto
}

.truncated span {
	cursor: help
}

.truncated .truncated_full_value {
	display: none;
	padding-top: 5px;
	top: auto
}

.truncated .truncated_full_value .item-options {
	background: 0 0;
	border: none;
	top: 0;
	left: auto;
	position: relative;
	width: auto
}

.truncated .truncated_full_value.show {
	display: table-cell !important
}

.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
	width: 692px
}

.checkout-multishipping-address-newshipping .form-list select {
	width: 337px
}

#checkout-payment-method-load input.input-text {
	width: 224px
}

.sp-methods dt {
	font-weight: 700
}

.sp-methods .price {
	font-weight: 700
}

.sp-methods .form-list {
	padding-left: 23px
}

.sp-methods .form-list > li {
	font-size: 14px;
	margin-bottom: 1rem;
}

.sp-methods select.month {
	width: 100px;
	margin-right: 10px
}

#payment_form_ccsave #ccsave_cc_type {
	width: 100%
}

.sp-methods select.year {
	width: 96px
}

.sp-methods input.cvv {
	width: 3em !important
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right
}

.sp-methods .checkmo-list address {
	float: left
}

.sp-methods .centinel-logos a {
	margin-right: 3px
}

.sp-methods .centinel-logos img {
	vertical-align: middle
}

.sp-methods .release-amounts {
	margin: .5em 0 1em
}

.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0
}

.please-wait {
	float: right;
	margin-right: 5px
}

.please-wait img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 5px
}

.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999
}

.tool-tip .btn-close {
	text-align: right
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 9px;
	height: 9px;
	background: url(../images/btn_remove.gif) 100% 0 no-repeat;
	text-align: left;
	font-size: 0;
	overflow: hidden
}

.tool-tip .tool-tip-content {
	padding: 5px
}

.gift-messages {
	margin-bottom: 10px
}

.gift-messages h3 {
	font-size: 12px;
	text-transform: none;
	color: #872934;
	padding-top: 10px
}

.gift-messages .control label {
	color: #000;
	font-weight: 700
}

#shipping-method-buttons-container {
	padding: 10px 0 0 0
}

.gift-messages-form {
	border: 1px solid #ddd;
	background-color: #fbfbfb;
	padding: 10px
}

.gift-messages-form {
	position: relative
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
	color: #000;
	font-weight: 700
}

.gift-messages-form h4 {
	font-size: 12px;
	text-transform: none;
	color: #872934;
	padding-top: 10px
}

.gift-messages-form .item {
	margin: 0 0 10px
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
	background: #fff
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: 700;
	text-align: center
}

.gift-messages-form .item .details {
	margin-left: 90px
}

.gift-messages-form .item .details .field {
	margin-bottom: 10px
}

.gift-messages-form .item .details .product-name {
	font-size: 12px;
	text-transform: none;
	color: #2f2f2f
}

.gift-messages-form .form-list li.wide textarea {
	max-width: 340px
}

.gift-messages-form .inner-box .form-list li.wide textarea {
	max-width: 333px
}

#allow-gift-messages-for-order-container .field {
	margin-bottom: 10px
}

.gift-message-link {
	display: block;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px
}

.gift-message-link.expanded {
	background-position: 0 -53px
}

.gift-message-row .btn-close {
	float: right
}

.gift-message dt strong {
	font-weight: 700
}

.checkout-agreements li {
	margin: 10px 0
}

.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto
}

.checkout-agreements .agree {
	padding: 6px
}

.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important
}

.checkout-onepage-index .page-title {
	margin-bottom: 30px
}

.checkout-onepage-success a:hover {
	text-decoration: underline
}

.block.block-progress .block-title .toggle {
	display: none
}

.block.block-progress .block-content {
	padding: 0
}

.block-progress dt {
	display: block;
	background: #757575;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
	padding: 9px 10px 11px
}

.block-progress dt:first-child {
	border-top: none
}

.block-progress dt.complete a {
	color: #fff;
	text-decoration: underline
}

.block-progress dt.complete a:hover {
	text-decoration: none
}

.block-progress dt.complete .separator {
	color: #908f8f;
	margin: 0 8px
}

.block-progress dt.complete {
	position: relative;
	z-index: 999
}

.block-progress dd.complete,
.block-progress dt.complete {
	padding-bottom: 12px;
	margin-bottom: 10px
}

.block-progress dd.complete {
	border: 1px solid #ddd;
	color: #8a8989;
	font-style: italic;
	padding: 18px 19px 12px 19px;
	margin-bottom: 10px
}

.block-progress dd.complete address {
	color: #8a8989;
	font-style: italic
}

.opc {
	position: relative
}

.opc li.section {
	margin-bottom: 10px
}

.opc p {
	margin-bottom: 5px
}

.opc .buttons-set.disabled button.button {
	display: none
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #000
}

.opc .step-title {
	padding: 4px 5px 6px;
	text-align: right;
	background: #3a3a3a
}

.opc .step-title .number {
	float: left;
	background: #872934;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	padding: 3px 0 0;
	height: 27px;
	width: 27px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-webkit-background-clip: padding-box
}

.opc .step-title h2 {
	float: left;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	margin-bottom: 0;
	padding-top: 5px
}

.opc .step-title a {
	display: none;
	float: right
}

.opc .allow .step-title {
	cursor: pointer
}

.opc label {
	padding-bottom: 2px
}

.opc .input-box {
	margin-bottom: 15px
}

.opc .field select,
.opc .fields select {
	width: 313px
}

#checkout-review-table tr {
	background: 0 0
}

#checkout-review-table thead {
	background: 0 0
}

#checkout-review-table th {
	padding: 12px 20px 12px 20px;
	font-size: 12px;
	font-weight: 700;
	color: #000
}

#checkout-review-table td {
	border: 1px solid #ddd;
	background: none;
	padding: 15px 20px
}

#checkout-review-table td h3 {
	margin-bottom: 0;
	font-size: 12px;
	color: #2f2f2f;
	text-transform: none
}

#checkout-review-table .price {
	font-weight: 700
}

#checkout-review-table th {
	border: 1px solid #ddd
}

#checkout-review-table-wrapper {
	overflow: hidden
}

#checkout-review-table .item-options {
	padding-top: 5px
}

#checkout-review-table tfoot td {
	font-weight: 700;
	color: #000;
	text-align: right !important
}

#checkout-review-table tfoot td+td {
	text-align: left !important
}

#review-buttons-container {
	text-align: center;
	padding: 0;
	margin: 0
}

#co-shipping-form {
	border: 1px solid #ddd;
	padding: 10px;
	display: block
}

.opc .active .step-title {
	cursor: default;
	background: #872934
}

.opc .active .step-title .number {
	background: #fff;
	color: #3a3a3a
}

.opc .active .step-title h2 {
	font-size: 12px;
	line-height: 15px;
	padding-top: 7px
}

#checkout-step-login h3 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

#checkout-step-login .col2-set {
	border: 1px solid #ddd;
	padding: 20px;
	position: relative;
	overflow: hidden
}

#checkout-step-login .col2-set .col-1 {
	float: left;
	margin-right: 3%;
	width: 46%
}

#checkout-step-login .col2-set .col-2 {
	float: left;
	width: 46%
}

#checkout-step-login .col2-set .buttons-set {
	margin: 0;
	padding: 0
}

#checkout-step-login .col2-set>.col-1 h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

#checkout-step-login .col2-set .col-2 h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #7b7b7b
}

#checkout-step-login .col-1 .col-1 .buttons-set button.button {
	float: left
}

#checkout-step-login .col-2 .form-list input.input-text {
	width: 327px
}

#checkout-step-login .col-1 .col-1 .buttons-set {
	padding: 0;
	margin: 0
}

#checkout-step-login .col2-set .col-2 .buttons-set {
	padding: 0;
	margin: 0
}

#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
	font-weight: 700
}

#checkout-step-login .form-list li.control input.checkbox,
#checkout-step-login .form-list li.control input.radio {
	margin-right: 6px;
	margin-top: -3px
}

#co-billing-form>fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.opc .step {
	padding-top: 10px;
	position: relative
}

.opc .step .tool-tip {
	right: 20px;
	top: 20px !important
}

.opc .buttons-set {
	border: 0
}

.opc .field {
	width: 334px
}

.opc .field input,
.opc .fields input {
	width: 314px
}

.opc .field-2,
.opc .name-lastname {
	width: 292px;
	float: left
}

.opc .field-2 input {
	width: 310px
}

.opc .field-2 select {
	width: 315px
}

.opc .name-firstname {
	width: 334px
}

.opc .name-firstname input {
	width: 314px
}

.opc .name-middlename {
	width: 144px
}

.opc .name-middlename input {
	width: 124px !important
}

.opc .sp-methods dt {
	padding-bottom: 12px
}

.opc .sp-methods dt label {
	color: #000
}

#checkout-shipping-method-load .sp-methods dt {
	font-size: 12px;
	text-transform: none;
	color: #872934
}

.opc .form-list {
	margin: 10px 0
}

.opc .form-list li.wide input.input-text {
	width: 649px
}

#shipping_method_form h2 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

#shipping_method_form h3 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #333
}

#multishipping-billing-form h2 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #333;
	margin-bottom: 0
}

#multishipping-billing-form .sp-methods dt {
	font-weight: 700;
	padding-bottom: 10px
}

#multishipping-billing-form .sp-methods .form-list input.input-text {
	width: 100%
}

.button.multi-btn {
	float: right
}

#checkout-progress-state {
	overflow: hidden
}

.checkout-progress {
	padding: 0;
	width: 98%;
	margin: 0 auto 40px
}

.checkout-progress li {
	float: left;
	background: #9c9c9c;
	width: 20%;
	color: #fff;
	font-weight: 700;
	padding: 8px 10px 11px 15px;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.checkout-progress li:before {
	content: "\f0da";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 8px
}

.de-lang-class .checkout-progress li {
	font-size: 11px
}

.checkout-progress li span {
	display: block;
	overflow: hidden
}

.checkout-progress li.odd {
	background-color: #777
}

.checkout-progress li.active {
	background: #872934
}

.checkout-progress li.active:before {
	display: none
}

.multiple-checkout {
	position: relative
}

.multiple-checkout .sp-methods .input-box .v-fix:first-child {
	padding-right: 25px;
	margin-bottom: 10px
}

.multiple-checkout .col2-set {
	width: auto
}

.multiple-checkout .page-title {
	padding-bottom: 10px;
	margin-bottom: 0
}

.multiple-checkout h2 {
	font-size: 18px;
	text-transform: none;
	color: #383737;
	padding: 10px 0 10px 0
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px
}

.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right
}

.multiple-checkout .grand-total big {
	margin-bottom: 0;
	overflow: hidden;
	display: block;
	color: #6ebabd;
	padding-top: 10px
}

.multiple-checkout .box {
	margin-bottom: 20px
}

.multiple-checkout table {
	margin-bottom: 10px
}

.multiple-checkout table tfoot tr td {
	color: #000;
	font-weight: 700
}

.multiple-checkout p {
	margin-bottom: 5px
}

.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {
	float: left;
	width: 50%;
	overflow-x: auto;
	padding-bottom: 15px
}

.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide h3 {
	font-size: 12px;
	line-height: normal
}

.multiple-checkout .col-2.col-wide .box {
	margin-left: 100px
}

.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #333
}

.multiple-checkout h2 {
	color: #872934;
	font-size: 15px
}

.multiple-checkout .col-2.col-wide table .price {
	font-weight: 700
}

#oneclickorder-form-wrapper {
	text-align: left;
	margin: 0 0 25px;
	display: block;
	width: 100%;
	max-width: 285px
}

#oneclickorder-form-wrapper .oneclickorder-fields {
	width: 50%;
	display: inline-block;
	margin-right: -3px
}

#oneclickorder-form-wrapper form {
	margin-top: 6px;
	display: block
}

#oneclickorder-form-wrapper input {
	width: 30px
}

#oneclickorder-form-wrapper input.oneclickorder-product-name,
#oneclickorder-form-wrapper input.oneclickorder-product-sku {
	display: none
}

#oneclickorder-form-wrapper .button-wrapper {
	width: 45%;
	display: inline-block;
	vertical-align: top
}

#oneclickorder-form-wrapper .oneclickorder-country {
	width: 58px
}

#oneclickorder-form-wrapper .oneclickorder-phone {
	width: 100%;
	height: 40px;
	font-size: 17px;
	text-align: center;
	border: 1px solid #eee
}

#oneclickorder-form-wrapper .phone-icon {
	vertical-align: top
}

#oneclickorder-form-wrapper .descr {
	font-size: 10px;
	line-height: 12px
}

#oneclickorder-form-wrapper .oneclickorder-title {
	font-size: 15px;
	font-weight: 700
}

#oneclickorder-form-wrapper .please-wait {
	display: block;
	margin-top: 5px;
	float: none
}

#oneclickorder-form-wrapper .comment-toggle {
	width: 17px;
	height: 16px;
	cursor: pointer;
	float: left;
	margin-top: 2px;
	margin-right: 4px
}

#oneclickorder-form-wrapper .comment-wrapper textarea {
	width: 90%;
	max-width: 178px;
	height: 50px
}

#oneclickorder-form-wrapper button.button.oneclickorder>span {
	background: #bdc3c7;
	color: #fff;
	border: none;
	text-transform: none;
	font-size: 16px
}

#oneclickorder-form-wrapper button.button.oneclickorder:hover>span {
	background: #a4c811
}

#oneclickorder-form-wrapper button.button.oneclickorder span span {
	background: #bdc3c7;
	color: #fff
}

#oneclickorder-form-wrapper button.button.oneclickorder:hover span span {
	background: #a4c811
}

.oneclick-form-block {
	display: block;
	width: 100%
}

.product-shop p.thanks-message {
	padding-top: 25px;
	font-size: 20px;
	line-height: 1
}

.product-shop p.thanks-message-description {
	font-size: 17px;
	line-height: 1
}

.captcha-image {
	float: left;
	position: relative
}

.captcha-img {
	border: 1px solid #ccc
}

.captcha-reload {
	position: absolute;
	top: 2px;
	right: 2px
}

.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0)
	}

	0% {
		-webkit-transform: rotate(-360deg)
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0)
	}

	0% {
		-moz-transform: rotate(-360deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	0% {
		transform: rotate(-360deg)
	}
}

.window-overlay {
	background: url(../images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990
}

#wishlist-view-form #wishlist-table textarea {
	min-height: 70px;
	min-width: 99%;
	max-width: 99%;
	max-height: 70px;
	resize: none;
	margin-top: 10px
}

#wishlist-view-form #wishlist-table a {
	display: inline-block;
	margin-bottom: 5px
}

#wishlist-view-form #wishlist-table .cart-cell a {
	float: left;
	clear: left
}

#wishlist-view-form #wishlist-table .cart-cell .old-price {
	float: left;
	clear: left
}

#wishlist-view-form #wishlist-table .product-image img {
	height: 100px;
	width: 100px
}

#wishlist-view-form #wishlist-table button.button,
#wishlist-view-form #wishlist-table p {
	padding: 0;
	margin-bottom: 10px
}

#wishlist-view-form .buttons-set.buttons-set2 {
	text-align: center
}

#wishlist-view-form .buttons-set.buttons-set2 button.button {
	margin-right: 5px;
	margin-bottom: 5px;
	float: none;
	display: inline-block
}

#wishlist-view-form .button.btn-share {
	margin-right: 0 !important
}

.my-account {
	overflow-x: auto;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: -8px
}

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0
}

.my-account #wishlist-table .cart-cell .price-box {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	text-align: left
}

.my-account .cart-cell .price-box {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 15px;
	text-align: center
}

.my-account .cart-cell p {
	padding-top: 5px
}

.my-account .add-to-cart-alt input {
	text-align: center;
	padding: 4px 2px;
	margin-bottom: 10px
}

.my-account .page-title a {
	display: inline-block;
	margin: 5px 10px 0 0
}

.my-account .title-buttons .link-rss {
	float: none;
	margin: 0
}

.my-account .pager {
	margin-bottom: 10px
}

.my-account .sub-title {
	font-size: 12px;
	padding: 10px 0
}

.my-account #form-validate .fieldset {
	margin: 25px 0
}

.my-account table tr td {
	vertical-align: middle
}

.my-account .addresses-list ol li {
	padding-bottom: 15px
}

.my-account table .product-name a {
	text-decoration: none
}

.my-account table .product-name a:hover {
	text-decoration: underline
}

.my-account .my-tag-edit .btn-remove {
	display: inline-block
}

#my-tags-table .add-to-links {
	white-space: nowrap
}

.my-account .box-head a {
	float: right
}

.my-account .box-head h2 {
	float: left
}

.my-account .box-title h3 {
	float: left;
	font-size: 18px;
	line-height: 18px;
	text-transform: none;
	color: #872934;
	font-weight: 400;
	margin-bottom: 5px
}

.my-account .box-title a {
	float: right
}

.my-account .col2-set .col-1 {
	float: left;
	width: 47%
}

.my-account .col2-set .col-2 {
	float: right;
	width: 47%
}

.my-account .data-table {
	margin-bottom: 10px
}

.my-account .data-table td,
.my-account .data-table th {
	padding: 10px 12px
}

.my-account .data-table .price,
.my-account .data-table .price-excl-tax {
	display: inline
}

.my-account #my-orders-table {
	margin: 0 0 30px
}

.my-account #my-orders-table th {
	color: #888;
	font-size: .9em;
	font-weight: 300
}

.my-account #my-orders-table td,
.my-account #my-orders-table th {
	border: none;
	vertical-align: middle;
	padding: 5px 10px
}

.my-account #my-orders-table tr {
	border-bottom: 1px solid #ecf0f1
}

.my-account #my-orders-table tbody tr:last-of-type,
.my-account #my-orders-table tfoot tr:last-of-type {
	border: none
}

.my-account #my-orders-table tbody tr:hover {
	background: rgba(200, 200, 200, .1)
}

.my-account #my-orders-table tfoot {
	border-top: 1px solid #d6979f
}

.my-account #my-orders-table .link-reorder {
	font-weight: 700;
	color: #b33443
}

.my-account #my-orders-table .link-reorder:hover,
.my-account #my-orders-table a:hover {
	text-decoration: underline;
	color: #b33443
}

.my-account .order-info li a {
	text-decoration: underline
}

.col-main .block-account {
	display: none
}

.dashboard .welcome-msg .hello {
	margin-bottom: 10px
}

.dashboard .col2-set {
	padding: 10px 0 15px
}

.dashboard .box-head,
.dashboard .box-title {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0
}

.dashboard .box-title {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 5px
}

.dashboard .box-head h2,
.dashboard .box-head h3,
.dashboard .box-title h2,
.dashboard .box-title h3 {
	float: left
}

.dashboard .box-head h2,
.dashboard .box-title h2 {
	font-size: 20px;
	line-height: 18px
}

.dashboard .box-content h4 {
	font-size: 14px
}

.dashboard .box-head a,
.dashboard .box-title a {
	float: right
}

.dashboard .box-recent {
	margin: 10px 0
}

.dashboard .box-head a {
	margin-bottom: 10px;
	display: inline-block
}

.dashboard .box-info .col2-set {
	margin-bottom: 10px
}

.dashboard .box-info a {
	display: inline-block;
	margin-bottom: 10px
}

.dashboard .number {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: baseline;
	width: 1em;
	height: 1em;
	font-size: .8em;
	line-height: 1em;
	text-align: center;
	margin: 0 3px 0 0;
	border-right: 1px solid #6a6a6a;
	font-family: sans-serif
}

.dashboard .box-reviews .details {
	display: inline-block;
	vertical-align: baseline
}

.dashboard .box-reviews .details .product-name {
	margin: 0
}

.dashboard .box-reviews .details .product-name a,
.dashboard .box-reviews .details .product-name a:link,
.dashboard .box-reviews .details .product-name a:visited {
	color: #888
}

.dashboard .box-reviews .details .product-name a:active,
.dashboard .box-reviews .details .product-name a:focus,
.dashboard .box-reviews .details .product-name a:hover {
	color: #c10017
}

#my_recent_tags>li {
	padding-bottom: 10px
}

.tags li {
	display: inline;
	text-transform: capitalize;
	padding: 0 5px 0 0
}

.tags li a {
	color: #7f7f7f
}

.dashboard .box-tags .details {
	margin-left: 30px
}

.block-order-return {
	border: 1px solid #ddd;
	padding: 13px 18px 20px 18px;
	margin-top: 26px;
	background: url(../images/media/bg-return.gif) no-repeat left bottom #fff;
	min-height: 345px
}

.block-order-return .page-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 16px
}

.block-order-return label {
	color: #000;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 5px
}

.block-order-return label em {
	color: #872934
}

.block-order-return .input-box.txt {
	font-size: 12px;
	text-transform: none;
	margin-bottom: 7px
}

.block-order-return .form-alt li {
	margin-bottom: 0;
	overflow: inherit
}

.block-order-return .input-box.btn {
	padding-top: 18px
}

.order-info {
	padding: 5px 0 5px 0
}

.order-info dd,
.order-info dt,
.order-info li,
.order-info ul {
	display: inline
}

.order-info dt {
	font-weight: 700
}

.order-date {
	margin: 0
}

.order-info-box {
	margin-top: 15px
}

.order-info-box h2 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

.order-items h2 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

.order-items {
	margin-top: 15px;
	width: 100%;
	overflow-x: auto
}

.col-1.addresses-primary h2 {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #333
}

.col-1.addresses-primary h3 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #872934
}

.col-2.addresses-additional h2 {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #333
}

.order-additional {
	margin: 15px 0
}

.gift-message dt strong {
	color: #666
}

.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0
}

.order-about dt {
	font-weight: 700
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px
}

.tracking-table {
	margin: 0 0 15px
}

.tracking-table th {
	font-weight: 700;
	white-space: nowrap
}

.tracking-table-popup {
	width: 100%
}

.tracking-table-popup th {
	font-weight: 700;
	white-space: nowrap
}

.tracking-table-popup td,
.tracking-table-popup th {
	padding: 1px 8px
}

.page-print .print-head img {
	float: left
}

.page-print .print-head address {
	float: left;
	margin-left: 15px
}

.page-print .print-head {
	margin-bottom: 20px
}

.page-print .col-1,
.page-print .col-2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	width: 46%
}

.page-print h1 {
	font-size: 25px;
	line-height: 40px
}

.page-print h2 {
	margin-bottom: 5px
}

.page-print th.a-right {
	text-align: center !important
}

.page-print .gift-message-link {
	display: none
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: block;
	white-space: nowrap
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .label,
.page-print .price-incl-tax .price {
	display: inline
}

#review-form h3,
#review-form h4 {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #333
}

.product-review .product-img-box {
	float: left;
	margin-right: 15px
}

.product-review .product-img-box .product-image {
	display: block;
	margin-bottom: 10px;
	width: 125px
}

.product-review .product-img-box .label {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	margin: 0
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 auto 3px
}

.product-review .product-name {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px
}

.product-review .ratings-table {
	margin: 0 0 10px
}

.product-review dt {
	font-weight: 700
}

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0
}

#product_comparison .product-shop-row td {
	text-align: center;
	padding: 18px 30px 30px 30px
}

.catalog-product-compare-index {
	position: absolute
}

.catalog-product-compare-index .link-print span {
	padding-left: 32px;
	padding-right: 0;
	text-transform: none
}

.catalog-product-compare-index {
	background: #fff
}

.catalog-product-compare-index .buttons-set {
	clear: both;
	margin: 0 0 0;
	padding: 20px 0 5px 0
}

.catalog-product-compare-index .buttons-set button.button span {
	float: left
}

.catalog-product-compare-index .buttons-set button.button:hover span span {
	background-position: 0 0
}

.catalog-product-compare-index .ratings {
	text-align: center
}

.catalog-product-compare-index td button.button {
	float: none
}

.catalog-product-compare-index td .add-to-links {
	float: none;
	width: 100%;
	padding-top: 12px
}

.catalog-product-compare-index .price-box.left {
	float: none;
	width: 100%;
	text-align: center
}

.catalog-product-compare-index .ratings .rating-box {
	float: none;
	margin: 0 auto 10px
}

#product_comparison {
	-webkit-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
	-moz-box-shadow: 0 0 12px rgba(48, 50, 50, .12);
	box-shadow: 0 0 12px rgba(48, 50, 50, .12)
}

.catalog-product-compare-index .data-table td {
	padding: 14px 20px 14px 20px;
	color: #7e7e7e
}

.catalog-product-compare-index .data-table th {
	padding: 14px 20px;
	font-weight: 700;
	color: #000
}

.catalog-product-compare-index .btn-remove {
	display: block;
	font-size: 0;
	margin-left: 2px;
	overflow: hidden;
	font-size: 0;
	width: 18px
}

.catalog-product-compare-index .data-table tr.even {
	background: #fefefe
}

#product_comparison th {
	border: 1px solid #ddd;
	background: 0 0
}

#product_comparison td {
	border: 1px solid #ddd;
	background: 0 0;
	color: #7e7e7e
}

#product_comparison tr {
	background: 0 0
}

#product_comparison .price-box {
	padding-top: 10px;
	padding-bottom: 10px
}

#product_comparison .price-box .regular-price {
	float: none
}

#product_comparison .add-to-row td,
#product_comparison .product-shop-row td {
	text-align: center
}

#product_comparison .product-shop-row td .product-image {
	display: inline-block;
	margin-bottom: 15px;
	border: 1px solid #ededed
}

#product_comparison .product-shop-row td .product-image:hover {
	border: 1px solid #872934
}

#product_comparison .price-box,
#product_comparison .product-name,
#product_comparison p {
	margin-bottom: 5px
}

#product_comparison .add-to-row td .add-to-links li,
#product_comparison .product-shop-row td .add-to-links li {
	float: none
}

.product-view .product-shop .price-box.map-info {
	margin: 0;
	padding: 0;
	display: block
}

.product-view .product-shop .price-box.map-info .old-price {
	display: block;
	margin-bottom: 10px
}

.product-view .product-shop .price-box.map-info a {
	display: inline-block;
	margin-bottom: 10px
}

.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: 700;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: none
}

.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff
}

.catalog-product-compare-index .map-popup {
	min-width: 230px
}

.map-popup.displayblock {
	display: block !important
}

.map-popup {
	display: none
}

.map-popup {
	text-align: left;
	position: absolute;
	margin: 12px 0 0;
	width: 270px;
	z-index: 100;
	box-shadow: 0 0 10px rgba(48, 50, 50, .2);
	-moz-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
	-webkit-box-shadow: 0 0 10px rgba(48, 50, 50, .2);
	background: #fbfbfb
}

.map-popup,
.map-popup a {
	color: #000
}

.map-popup #map-popup-msrp-box {
	font-weight: 400
}

.map-popup #map-popup-msrp-box strong {
	font-weight: 400
}

.map-popup #map-popup-msrp-box span {
	font-weight: 400
}

.map-popup-heading {
	border-bottom: 1px solid #ddd;
	padding: 20px 40px 20px 20px;
	width: 100%
}

.map-popup-heading div {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: none;
	word-wrap: break-word;
	margin: 0
}

.map-popup-arrow {
	background: 0;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px
}

.map-popup-close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 9px;
	width: 9px;
	font-size: 0
}

.map-popup-close:before {
	content: "\f00d";
	font-size: 14px;
	line-height: 14px
}

.map-popup-content {
	text-align: left;
	overflow: hidden;
	padding: 20px
}

#map-popup-price-box strong {
	float: left;
	margin-right: 7px
}

.map-popup .regular-price .price {
	float: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700
}

.map-popup-checkout form {
	display: block;
	overflow: hidden;
	position: relative
}

.map-popup-checkout span {
	display: block;
	padding-left: 30px
}

.map-popup-checkout .paypal-logo {
	text-align: left;
	margin: 0 0 5px
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0 0
}

.map-popup-price .price-box .regular-price {
	margin-right: 7px
}

.map-popup-price .minimal-price-link {
	color: #fff;
	display: inline-block;
	text-decoration: underline;
	margin: 0
}

.map-popup-price .minimal-price-link:hover {
	text-decoration: none
}

.map-popup-price .minimal-price-link span {
	display: inline
}

.map-popup-price {
	overflow: hidden;
	margin: 8px 0
}

.map-popup-text {
	clear: right;
	padding: 20px;
	text-align: left;
	word-wrap: break-word;
	line-height: 18px
}

.map-popup-only-text {
	display: none;
	border-top: 1px solid #d8d8d8
}

.contacts-index-index .page-title {
	margin-bottom: 15px
}

.swipe-left {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 20px;
	z-index: 999
}

.swipe {
	display: block;
	left: -237px;
	overflow: hidden;
	position: fixed;
	top: 35px;
	width: 237px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 6;
	padding-bottom: 50px
}

.swipe:after,
.swipe:before {
	-moz-box-sizing: inherit
}

body.ind .swipe {
	left: 0
}

body.ind div.shadow {
	width: 100%;
	z-index: 5
}

body div.shadow {
	display: block;
	height: 100%;
	left: 0;
	opacity: .5;
	position: fixed;
	top: 0
}

.swipe-menu .switch-show {
	cursor: pointer
}

.swipe-menu .switch-show.active {
	border: 0
}

.swipe-menu .switch-show>div:after {
	content: "\f107";
	font-size: 21px;
	vertical-align: middle;
	float: right
}

.swipe-menu a {
	color: #fff
}

.footer-links-menu li,
.swipe-menu .links li {
	padding: 0;
	display: block
}

.home-link:before,
.swipe-menu ul li a:before {
	position: relative;
	font-size: 1.4em;
	margin-right: 10px;
	top: 2px
}

.swipe-menu .links li:nth-child(1) a:before {
	content: "\f0f0"
}

.swipe-menu .links li:nth-child(2) a:before {
	content: "\f005"
}

.swipe-menu .links li:nth-child(3) a:before {
	content: "\f07a"
}

.swipe-menu .links li:nth-child(4) a:before {
	content: "\f046"
}

.swipe-menu .links li:nth-child(5) a:before {
	content: "\f023"
}

.footer-links-menu ul:first-child li.privacy a:before {
	content: "\f044"
}

.swipe-menu .links-2 li:nth-child(1) a:before {
	content: "\f0e8"
}

.swipe-menu .links-2 li:nth-child(2) a:before {
	content: "\f0e8"
}

.swipe-menu .links-2 li:nth-child(3) a:before {
	content: "\f002"
}

.swipe-menu .links-2 li:nth-child(4) a:before {
	content: "\f0d1"
}

.currency-switch .currency-title,
.language-list .language-title {
	padding: 10px 20px 11px
}

.currency-switch .currency-title:before,
.language-list .language-title:before {
	content: "\f0d6";
	font-size: 26px;
	vertical-align: middle;
	margin-right: 8px
}

.language-list .language-title:before {
	content: "\f0ac"
}

.currency-switch .currency-title strong,
.language-list .language-title strong {
	display: none
}

.swipe-menu .currency-switch ul,
.swipe-menu .language-list ul {
	background: 0 #222;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	left: 0;
	padding: 0;
	position: relative;
	right: auto;
	top: 0;
	width: 100%;
	overflow: hidden;
	display: none
}

.swipe-menu .currency-switch ul li span {
	display: none
}

.swipe-menu .currency-switch ul li,
.swipe-menu .language-list ul li {
	float: left
}

.swipe-menu .currency-switch ul li:first-child,
.swipe-menu .language-list ul li:first-child {
	padding-left: 20px
}

.swipe-menu .currency-switch ul li a,
.swipe-menu .language-list ul li a {
	padding: 14px;
	display: inline-block;
	text-transform: none;
	font-weight: 700
}

.swipe-menu ul a.selected {
	color: #ccc
}

.home-link:hover {
	background-color: #444
}

#back-top {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	left: 50%;
	margin-left: 635px;
	display: none;
	width: 41px;
	height: 41px
}

#back-top span {
	display: block;
	text-align: center
}

#back-top span:before {
	content: "\f139";
	font-size: 45px;
	line-height: 45px
}

.footer-container-bottom {
	padding: 15px 0
}

.footer-cols-wrapper {
	position: relative
}

.footer h4 {
	font-family: Tinos, "Times New Roman", serif;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #393939;
	margin-bottom: 35px
}

.footer .headingH4 {
	font-family: Tinos, "Times New Roman", serif;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #393939;
	margin-bottom: 35px;
	display: block
}

.footer ul li {
	display: block;
	padding: 0 0 11px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 15px
}

.footer .footer-col-content p {
	display: block;
	padding: 0 0 7px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 15px
}

.footer ul li a {
	display: inline-block;
	color: #515151;
	text-decoration: none
}

.footer .footer-col-content p a {
	display: inline-block;
	color: #515151;
	text-decoration: none
}

.footer ul li a:hover {
	color: #872934
}

.footer .footer-col-content p a:hover {
	color: #872934
}

.footer .footer-col-content p.footer-address:before {
	content: "\2022"
}

.footer .footer-col {
	float: left;
	margin-right: 2.1%;
	width: 23%;
	border-right: solid 2px #fff;
	min-height: 325px
}

.footer .footer-col.last {
	margin-right: 0;
	border: 0
}

.footer .footer-col span.tel {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #872934
}

.footer .footer-col .fb-like-box,
.footer .footer-col iframe {
	background: #edeff4
}

.socials {
	overflow: hidden;
	padding: 0
}

.socials h3 {
	font-family: Tinos, "Times New Roman", serif;
	text-transform: lowercase;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #393939;
	margin-bottom: 12px
}

.socials a {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 7px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0
}

.socials a:hover {
	background-position: 0 -32px
}

.social1 {
	background-image: url(../images/social1.png)
}

.social2 {
	background-image: url(../images/social2.png)
}

.social3 {
	background-image: url(../images/social3.png)
}

.newsletter_wrapper .input-text {
	border: solid 1px #9d9d9d;
	background: 0 0;
	width: 100%;
	height: 36px;
	padding: 8px 12px;
	line-height: 18px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	color: #3e3e3e
}

.newsletter_wrapper .actions {
	text-align: right;
	padding: 6px 0 0 0
}

.newsletter_wrapper .actions button.button>span {
	background: url(../images/btn_newsletter.gif) no-repeat 0 6px;
	border: 0;
	height: 20px;
	line-height: 20px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 400;
	color: #888;
	text-transform: none;
	padding: 0 0 0 12px
}

.newsletter_wrapper .actions button.button span span {
	padding: 0
}

.newsletter_wrapper .actions button.button:hover>span {
	color: #872934
}

.newsletter_wrapper .actions button.button span span {
	padding: 0;
	height: inherit;
	line-height: inherit;
	background: 0 0
}

.newsletter_wrapper .actions button.button:hover span span {
	background: 0 0
}

.bottom_block {
	padding: 15px 25px;
	text-align: center
}

.bottom_block address {
	font-family: Tinos, "Times New Roman", serif;
	font-size: 1em;
	color: #464646;
	margin: 0
}

.bottom_block .paypal-logo {
	display: none
}

.store-switcher {
	margin-top: 10px
}

.search-form .form-list .input-box {
	width: 300px
}

.search-form .buttons-set p.required {
	text-align: left
}

.search-form .buttons-set button.button {
	float: left
}

.contact-block {
	position: relative;
	width: 100%;
	padding-bottom: 25px
}

.contact-block h2 {
	float: none;
	background: 0 0;
	border: none;
	border-bottom: 2px solid #3a3a3a;
	font-size: 17px;
	line-height: 21px;
	color: #383737;
	font-weight: 400;
	text-transform: none;
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 7px
}

.contact-left>div {
	margin-bottom: 25px
}

.contact-left>div img {
	display: block;
	width: 30%;
	float: left;
	margin: 0 15px 25px 0
}

.col-main .contact-left p {
	text-align: left
}

.col-main .contact-left h2 {
	font-size: 1.3em;
	color: #872934;
	margin: 10px 0
}

.col-main .contact-left h3 {
	font-size: 13px;
	line-height: 16px;
	color: #872934;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 14px
}

.contact-left p {
	font-size: 12px;
	color: #8a8989;
	line-height: 17px
}

.contact-left ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 17px;
	margin-bottom: 17px
}

.contact-left ul li.last {
	border: none;
	padding: 0;
	margin: 0
}

#contactForm .form-list .input-box {
	width: auto
}

#contactForm .fieldset {
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0
}

#contactForm .form-list .input-box {
	margin: 0 10px 10px 0
}

#contactForm .form-list input.input-text {
	border-box: border-box;
	width: 100%;
	padding: 5px 8px 6px;
	font-size: 1em;
	border: solid 1px #ccc;
	background: #f9f9f9
}

#contactForm .form-list .field {
	float: left;
	width: 33.33%
}

#contactForm .form-list li {
	padding-bottom: 10px
}

#contactForm .form-list li.wide textarea {
	border-box: border-box;
	width: 100%;
	resize: none;
	padding: 5px 8px 6px;
	font-size: 1em;
	border: solid 1px #ccc;
	background: #f9f9f9
}

#contactForm .form-list input.input-text:active,
#contactForm .form-list input.input-text:focus,
#contactForm .form-list li.wide textarea:active,
#contactForm .form-list li.wide textarea:focus {
	border: solid 1px #de9296;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

#contactForm .form-list li.wide .input-box {
	width: 98%
}

#contactForm .buttons-set button.button {
	float: left;
	clear: left
}

#contactForm .buttons-set {
	margin: 0;
	padding: 0
}

#contactForm .buttons-set p.required {
	font-size: 12px;
	margin: 0 0 15px;
	float: left;
	clear: left
}

.contact-btn a {
	display: none
}

.contact-btn li {
	padding: 0;
	margin: 0
}

.container-slider {
	position: relative;
	width: 315px;
	overflow: hidden
}

.tumbSlider-none:last-child {
	margin-right: 0
}

.tumbSlider {
	max-height: 110px
}

.container-slider .slider {
	margin-left: -4px
}

.container-slider li {
	float: left;
	height: auto;
	width: 97px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4px;
	min-height: 100px;
	position: relative
}

.ps-phone .container-slider li:before {
	content: ".";
	font-size: 0;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	position: absolute
}

.container-slider li a {
	display: block
}

.container-slider li img {
	max-width: 100%
}

.container-slider>a {
	display: inline-block;
	position: absolute;
	left: -4px;
	top: 35px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	z-index: 777;
	text-align: center;
	vertical-align: middle
}

.container-slider>a.tumbSlider-next {
	right: 5px;
	left: auto
}

.label-product {
	position: absolute;
	right: 10px;
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.label-product>span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/label_new.png) no-repeat 100% 0;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 7px 25px 13px 17px;
	text-transform: lowercase
}

.label-product>span.sale,
.label-product>span.sale:before {
	background: url(../images/label_sale.png) no-repeat 100% 0
}

.label-product.label-indent>span.sale {
	top: 30px
}

.products-list .label-product {
	left: 50px;
	right: auto
}

.products-list .label-product.label-indent {
	left: 60px
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

#nav:after,
.add-to-box:after,
.add-to-cart:after,
.advanced-search-summary:after,
.block .actions:after,
.block .block-content:after,
.block li.item:after,
.block-poll li:after,
.block-subscribe .block-content:after,
.box-account .box-head:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.buttons-set:after,
.cart .crosssell li.item:after,
.cart-collaterals:after,
.cart:after,
.checkout-progress:after,
.clearer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.dashboard .box .box-title:after,
.footer-container .bottom-container:after,
.footer:after,
.form-list .field:after,
.form-list li:after,
.gift-messages-form .item:after,
.grid_wrap:after,
.group-select li:after,
.header .quick-access:after,
.header .row-2:after,
.header-buttons:after,
.header-container .top-container:after,
.header-container:after,
.header:after,
.index-container-wrap:after,
.input-box:after,
.main:after,
.multiple-checkout .place-order:after,
.opc .step-title:after,
.page-print .print-head:after,
.page-title:after,
.pager:after,
.product-collateral:after,
.product-essential:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.products-grid .actions:after,
.products-grid:after,
.products-list li.item:after,
.ratings:after,
.search-autocomplete li:after,
.send-friend .form-list li p:after,
.sorter:after,
.top_block:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden
}

.index-container {
	background: url(../images/bg_index.jpg) 50% 0
}

.index-container-wrap {
	background: url(../images/bg_index_top.gif) repeat-x 50% 0;
	padding: 20px 0
}

.index-container-wrap .container {
	overflow: hidden;
	position: relative;
	background: #fff
}

.index-container-wrap .container .col-xs-12 {
	padding: 0
}

.index-container-wrap .container .camera_pag {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%
}

.index-container-wrap .container .camera_fakehover {
	width: 80%;
	float: right
}

#back-top span,
.camera_next>span,
.camera_prev>span,
.footer ul li a,
.header .form-search button.button strong,
.header-button,
.header-button ul li a,
.header-button.active>a,
.header-button>a:hover,
.product-name a,
.ps-static .top-icon-menu>div,
.sf-menu li a,
.sf-menu li li a,
.sf-menu-phone li a,
.sf-menu-phone2 li a,
.sf-menu-phone2 li li a,
.top-icon-menu>div.active,
.top_block .links li a,
button.button>span {
	transition: all .3s ease 0s
}

#addTagForm,
a.link-compare,
div.block-compare,
div.box-collateral-content div.pager,
div.box-collateral-content p.note,
div.desc a.link-learn,
p.availability-only,
p.email-friend {
	display: none
}

div.qty-block {
	visibility: hidden
}

.modern-info {
	position: relative;
	font-family: Tinos;
	margin: 0
}

.modern-info-cert:link,
.modern-info-cert:visited {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-style: italic;
	border: 1px solid transparent;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	background: url(cert.png) no-repeat 5px 50%
}

.modern-info-cert:hover {
	border: 1px solid #eee
}

.modern-info .h-links-list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: right
}

.modern-info .h-links-list li {
	display: inline-block;
	vertical-align: top
}

.h-address .address-t {
	color: #777;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding-left: 12%
}

.h-address .address-plz {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	color: #7a0b2a;
	font-size: 16px;
	line-height: 1.2
}

.h-address .address-plz:first-child {
	margin-right: 1%
}

.villagrazia-social-header {
	text-align: right
}

.villagrazia-social-header a.vg-facebook {
	background: url(../images/social/facebook-logo.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-facebook:hover {
	background: url(../images/social/facebook-logo_hover.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-gplus {
	background: url(../images/social/gplus-logo.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-gplus:hover {
	background: url(../images/social/gplus-logo_hover.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-pinterest {
	background: url(../images/social/pinterest-logo.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-pinterest:hover {
	background: url(../images/social/pinterest-logo_hover.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-youtube {
	padding-right: 0;
	background: url(../images/social/youtube-logo.png) no-repeat 50% 50%;
	background-size: contain
}

.villagrazia-social-header a.vg-youtube:hover {
	background: url(../images/social/youtube-logo_hover.png) no-repeat 50% 50%;
	background-size: contain
}

.block.block-recent-posts ul.post-list {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 1em;
}

.block-recent-posts li.item,
.block.block-recent-posts li.item:first-child {
	border-top: 1px solid #bdc3c7;
	border-bottom: 1px solid #ecf0f1;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: center;
	background: #fbfbfb
}

.block-recent-posts .post-list.blog-post-list li.item {
	margin-bottom: 15px
}

.block-recent-posts .post-list.blog-post-list li.item .post-date {
	margin-bottom: 0
}

.block.block-recent-posts li.item:hover {
	border-top: 1px solid #872934;
	border-bottom: 1px solid #bdc3c7
}

.block-recent-posts li.item span {
	font-size: 1.1em;
	line-height: 1;
	display: block
}

.block-recent-posts li.item span.post-date {
	font-style: italic;
	font-size: .85em
}

.block-recent-posts li.item .post-recent-image {
	padding: 10px 0
}

.block-recent-posts li.item .post-recent-image a img {
	display: block;
	width: 100%;
	margin: 0
}

.product-brand {
	position: absolute;
	top: 30px;
	right: 0
}

.more-views li {
	display: inline
}

.more-views ul {
	display: block;
	line-height: 53px
}

.col-main .index-title h1 {
	color: #fff;
	margin: 0
}

.col-main .index-title .headingH1 {
	color: #fff;
	margin: 0;
	font-size: 21px;
	font-family: Tinos, "Times New Roman", serif;
	font-weight: 400;
	text-transform: none;
	line-height: 1.15
}

#customer-reviews .headingH2 {
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0f1;
	color: #34495e;
	background: #fbfbfb;
	border: 1px solid #ddd;
	line-height: 18px;
	padding: 12px 15px;
	position: relative
}

.col-main h1,
.col-main h2 {
	margin-bottom: 10px
}

.col-main h1,
.col-main h2,
.col-main h3,
.col-main h4 {
	color: #34495e
}

.col-main h1 {
	font-size: 21px
}

.col-main h2 {
	font-size: 24px;
	padding: 5px 10px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0f1
}

.col-main ul.out-of-stock-items h2 {
	padding-top: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-top: 1px solid #ecf0f1;
	border-bottom: none
}

.col-main p {
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	margin: 0 0 9px 0
}

.col-main .post-view .post-entry p {
	font-size: 16px;
	line-height: 1.6;
	color: #000
}

.col-main .post-entry li a,
.col-main .post-entry li a:link,
.col-main .post-entry li a:visited,
.col-main .post-entry p a,
.col-main .post-entry p a:link,
.col-main .post-entry p a:visited,
.col-main .product-view .box-description p a,
.col-main .product-view .box-description p a:link,
.col-main .product-view .box-description p a:visited,
.promo-block-description a,
.promo-block-description a:link,
.promo-block-description a:visited {
	color: #d35400
}

.col-main .post-entry li a:hover,
.col-main .post-entry p a:hover,
.col-main .product-view .box-description p a:hover,
.promo-block-description a:hover {
	color: #872934
}

.sf-menu li a.level-top:link,
.sf-menu li a.level-top:visited {
	color: #585858
}

#nav li:hover a.level-top {
	text-decoration: none;
	color: #872934
}

.ves-brand-page .list_carousel {
	margin-left: 0
}

.list_carousel .pager_c {
	float: none;
	width: auto;
	padding: 5px 0;
	margin: 0 20px;
	font-weight: 700;
	background: #ecf0f1
}

.list_carousel .next_c,
.list_carousel .prev_c {
	position: relative;
	padding: 0;
	color: transparent;
	font-weight: 700;
	z-index: 999
}

.cms-index-index .list_carousel .prev_c {
	margin-left: 50px
}

.cms-index-index .list_carousel .next_c {
	margin-right: 50px
}

.list_carousel .prev_c {
	display: block;
	padding: 0;
	margin-top: -9px;
	height: 50px;
	width: 50px;
	background: url(left.png) no-repeat 50% 50%
}

.list_carousel .prev_c:hover {
	background: url(left-a.png) no-repeat 50% 50%
}

.list_carousel .next_c {
	display: block;
	padding: 0;
	margin-top: -9px;
	height: 50px;
	width: 50px;
	background: url(right.png) no-repeat 50% 50%
}

.list_carousel .next_c:hover {
	background: url(right-a.png) no-repeat 50% 50%
}

.list_carousel .pager_c a:link,
.list_carousel .pager_c a:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7f8c8d
}

.list_carousel .pager_c a.selected {
	color: #872934;
	text-decoration: none
}

.pager .pages li {
	font-family: Arial, sans-serif
}

.category-products .toolbar .pager {
	border-bottom: none
}

.brand-product>.pager {
	background: #ecf0f1;
	padding: 5px 0;
	margin: 0
}

.brand-product>.pager .pages {
	margin: 0
}

.brand-product>.pager .pages li {
	margin: 0 2px
}

.brand-product>.pager .pages strong {
	color: #585858
}

.brand-product>.pager .pages a:link,
.brand-product>.pager .pages a:visited {
	color: #7f8c8d
}

.cms-index-index .list_carousel .grid_wrap {
	padding: 0
}

.list_carousel .grid_wrap {
	box-shadow: none;
	padding: 26px 0
}

.list_carousel .list_collections .grid_wrap {
	padding: 0
}

.list_collections .product-image {
	display: block
}

.list_carousel .grid_wrap a {
	font-family: Tinos, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px
}

.cms-index-index .list_carousel .grid_wrap a.product-image {
	margin: 0
}

.list_carousel .grid_wrap a img {
	width: 100%
}

.grid_wrap {
	box-shadow: none;
	padding: 0
}

.data-table .brandlink-in-table th,
.data-table .product-tovar-attr-in-table th,
.data-table .productcollections-in-table th {
	color: #7e7e7e;
	font-size: 13px;
	vertical-align: middle
}

.brandlink-in-table a,
.product-tovar-attr-in-table a,
.productcollections-in-table a {
	color: #d35400
}

.products-grid .product-image img,
.products-list .product-image img {
	width: 100%
}

.list_carousel .grid_wrap .product-shop h2.product-name {
	border: none
}

.list_carousel .grid_wrap .product-shop h2.product-name a {
	font-family: Tinos, 'Times New Roman', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px
}

.list_carousel .grid_wrap .product-shop div.product-name {
	border: none
}

.col-main .category-title,
.col-main .page-title {
	padding: 14px 20px 13px 20px
}

.col-main .blog-title h1,
.col-main .category-title h1,
.col-main .page-title h1 {
	color: #fff;
	margin: 0
}

.product-view .product-img-box {
	text-align: left
}

.product-view .product-shop .price-box {
	margin: 15px 0 40px
}

.product-view .product-brand strong {
	display: block;
	text-align: center
}

.product-view .product-brand a:link,
.product-view .product-brand a:visited {
	display: block;
	text-align: center;
	height: 100%
}

.col-main .box-up-sell {
	border: none;
	padding: 0;
	margin: 50px 0;
	background: 0 0
}

.col-main .box-related-posts>h3 {
	background: #ecf0f1 !important;
	padding: 2px 15px 0 !important;
	font-weight: 100 !important;
	line-height: 2 !important;
	border: none !important;
	font-size: 16px !important
}

.col-main .box-additional>h2 {
	background: #ecf0f1;
	padding: 2px 15px 0;
	font-weight: 100;
	border: none;
	line-height: 2.4;
	font-size: 19px
}

.col-main .box-description>h2,
.col-main .box-description>h3 {
	background: #ecf0f1;
	padding: 2px 15px 0;
	font-weight: 100;
	border: none;
	line-height: 2.4;
	font-size: 19px
}

.col-main .box-description>h3 a:link,
.col-main .box-description>h3 a:visited {
	color: #d35400
}

.col-main .box-description>h3 a:hover {
	color: #872934
}

.product-view .form-add>h2 {
	background: #ecf0f1;
	padding: 2px 15px 0;
	font-weight: 100;
	border: none;
	line-height: 2.4
}

.grid_wrap h2.product-name {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 20px 5px;
	border-bottom: 1px solid #eee
}

.grid_wrap div.product-name {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 7px;
	color: #34495e
}

.cms-index-index .list_carousel .grid_wrap div.product-name {
	vertical-align: text-top;
	height: auto
}

.box-same-brand .product-image {
	display: block
}

.data-table td,
.data-table th {
	border: 1px solid #ecf0f1
}

#review-form fieldset h3,
#review-form fieldset h4 {
	border: none
}

#review-form fieldset h3 {
	border: none;
	background: 0 0;
	font-size: 13px;
	color: #888;
	border-bottom: 1px solid #ecf0f1;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0
}

#review-form fieldset h3 span {
	color: #000;
	font-size: 15px;
	padding-left: 5px
}

#review-form fieldset h4 {
	font-size: 14px;
	color: #585858;
	line-height: 2
}

#review-form fieldset h4 em {
	color: #872934
}

.form-control,
input.input-text,
select,
textarea {
	border: 1px solid #ecf0f1
}

input.input-text:active,
input.input-text:focus,
textarea:active,
textarea:focus {
	border: 1px solid #bdc3c7
}

.page-sitemap .links a,
button.button>span {
	border: solid 1px #bdc3c7
}

button.button>span {
	border-color: #872934
}

.product-view {
	margin-bottom: 50px
}

.form-list label {
	font-size: 14px;
	color: #585858;
	line-height: 2;
	font-weight: 100;
	margin-bottom: 0;
	padding-bottom: 0
}

.data-table th {
	color: #686868
}

.product-collateral .box-collateral {
	margin-bottom: 50px
}

.product-view .product-shop .availability,
.product-view .product-shop .availability span {
	margin: 0
}

.add-to-box {
	position: relative;
	width: 100%;
	display: block;
	padding-top: 10px;
	border-top: 1px solid #ecf0f1
}

.catalog-product-view .add-to-box {
	margin-bottom: 15px;
}

.add-to-box .add-to-cart {
	width: 50%;
	padding: 0;
	border: none;
	margin-top: 10px
}

.row-product.socia {
	vertical-align: top;
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
	width: 170px;
	text-align: right
}

.row-product.socia .s-title {
	font-size: 14px;
	text-align: left;
	padding-left: 3px
}

.mini-products-list .product-details a:link.link-cart,
.mini-products-list .product-details a:visited.link-cart {
	display: block;
	border: solid 1px #bdc3c7;
	padding: 2px;
	line-height: 1;
	font-size: 13px;
	font-weight: 100;
	text-align: center
}

.mini-products-list .product-details a.link-cart span {
	display: block;
	padding: 0;
	line-height: 30px;
	font-size: 13px;
	font-weight: 100;
	text-align: center
}

.mini-products-list .product-details a:hover.link-cart span {
	text-decoration: none;
	color: #fff;
	background: #872934
}

.product-view .product-essential {
	padding-bottom: 0
}

#onepage-shipping_method {
	display: none
}

#onepage-payment {
	display: none
}

#checkout-review-load {
/*	display: none*/
}

.col-main .ves-brandlist-page h2 {
	font-size: 19px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	background: 0 0;
	text-align: center;
	padding: 0;
	line-height: 2
}

.ves-brandlist-page .brand_container a:link.brand_name h3.product-name,
.ves-brandlist-page .brand_container a:visited.brand_name h3.product-name {
	padding: 5px 0;
	margin: 0;
	line-height: 1;
	font-size: 16px;
	border: none;
	background: 0 0
}

.ves-brandlist-page .brand_container:hover a.brand_name h3.product-name {
	color: #872934
}

.ves-brandlist-page .brand_container {
	border-bottom: 1px solid #ecf0f1
}

.ves-brandlist-page .brand_container:hover {
	border-bottom: 1px solid #bdc3c7
}

.ves-brandlist-page .brand_container a:link.brand_image img,
.ves-brandlist-page .brand_container a:visited.brand_image img {
	width: 100% !important;
	opacity: .85
}

.ves-brandlist-page .brand_container:hover a.brand_image img {
	opacity: 1
}

.products-grid button.button {
	margin-bottom: 25px
}

.cms-index-index .list_carousel .products-grid button.button {
	margin-bottom: 15px
}

.block-layered-nav dd li:before {
	display: none;
	content: ''
}

input[type=checkbox],
input[type=radio] {
	margin: 0
}

.block-layered-nav dd li a {
	padding-left: 5px
}

.block-layered-nav dt:first-child {
	border-top: none;
	padding-top: 0
}

div.top-container-wrap div.header {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right
}

div.top-container-wrap div.header .block-cart-header,
div.top-container-wrap div.header .block-cart-header .empty,
div.top-container-wrap div.header .block-cart-header .summary,
div.top-container-wrap div.header .block-cart-header .summary strong,
div.top-container-wrap div.header .block-cart-header:after,
div.top-container-wrap div.header .block-cart-header:before,
div.top-container-wrap div.header .block-content {
	color: #fff
}

.top_block {
	padding: 5px 0
}

.header {
	padding: 25px 0 15px
}

.h-address .address-plz,
.h-info .h-time {
	color: #444
}

.block-blog.block-recent-posts .post-image img {
	display: block;
	margin: 0 auto 10px;
	width: 100%
}

.block-blog.block-recent-posts .item a {
	font-size: 14px;
	text-decoration: none
}

.product-name.border_bottom {
	background: 0 0;
	border-top: none;
	border-left: none;
	border-right: none
}

.col-main .delivery {
	padding: 0 0 0 4.5em;
	background: url(../images/dostavka.png) no-repeat 0 50% / 4em;
}

.col-main .delivery p {
	font-size: 1em;
	line-height: 1.3;
	margin: 0;
	text-align: left;
	white-space: nowrap
}

.col-main .delivery p span {
	color: #7a0b2a
}

.product-view .product-essential {
	margin-bottom: 25px
}

.product-brand {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 25px;
	text-align: center
}

.product-brand a img {
	width: 100%
}

.product-view .product-shop .price-box {
	margin: 15px 0 !important
}

h3.custom-servis-icon {
	font-size: 18px;
	line-height: 28px;
	color: #872934;
	text-transform: none;
	font-weight: 400;
	margin: 25px 0 10px 00;
	padding: 0 0 0 35px;
	background: url(../images/icos-set.png) 0 0 no-repeat;
	background-position: 0 2px
}

h3.custom-servis-icon.icon-2 {
	background-position: 0 -124px
}

h3.custom-servis-icon.icon-3 {
	background-position: 0 -250px
}

h3.custom-servis-icon.icon-4 {
	background-position: 0 -377px
}

h3.custom-servis-icon.icon-5 {
	background-position: 0 -501px
}

h3.custom-servis-icon.icon-6 {
	background-position: 0 -638px
}

h3.custom-servis-icon.icon-7 {
	background-position: 0 -764px
}

table.custom-servis-table {
	display: block;
	width: 100%;
	margin: 25px auto;
	border-collapse: collapse
}

table.custom-servis-table td,
table.custom-servis-table th {
	width: 33%
}

table.custom-servis-table td,
table.custom-servis-table th,
table.custom-servis-table tr {
	border: 1px solid #eee
}

table.custom-servis-table thead tr th {
	text-align: center;
	font-weight: 700;
	background: rgba(150, 150, 10, .1)
}

table.custom-servis-table tbody tr td {
	padding: 10px 15px
}

table.custom-servis-table tbody tr td p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2
}

.payment-logos {
	padding-top: 10px
}

.payment-logos p {
	font-size: 16px
}

.payment-logos .mastercard-logo,
.payment-logos .visa-logo {
	display: inline-block;
	width: 42px;
	height: 28px;
	margin-right: 5px
}

.payment-logos .mastercard-logo {
	background: url(../images/mastercard_icon.png) no-repeat
}

.payment-logos .visa-logo {
	background: url(../images/visa_icon.png) no-repeat
}

.col-main .price-box p.old-price {
	margin: 0 !important
}

.col-main .price-box p.old-price,
.col-main .price-box p.old-price+.special-price {
	text-align: center
}

.cms-index-index .list_carousel .products-grid .price-box p.old-price {
	font-size: 12px;
	line-height: 1;
	text-align: center
}

.cms-index-index .list_carousel .products-grid .price-box p.special-price {
	font-size: 12px;
	line-height: 1;
	text-align: center
}

.price-box .old-price .price-label {
	font-weight: 100
}

.price-box .old-price .price {
	font-size: 16px !important;
	line-height: 1 !important;
	color: #999 !important
}

.col-main .category-products p.old-price,
.col-main .category-products p.special-price {
	text-align: center !important
}

.col-main .category-products p.old-price span.price-label {
	font-size: 12px
}

.col-main .category-products p.old-price span.price {
	font-size: 14px !important
}

.phones-tab {
	display: inline-block;
	vertical-align: top
}

ul#tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e9e9
}

ul#tabs li {
	position: relative;
	bottom: -1px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent
}

ul#tabs li.active {
	position: relative;
	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff
}

ul#tabs li .p-city {
	display: block;
	margin: 5px 10px;
	background: url(p-city_grey.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tabs li .p-city:hover,
ul#tabs li.active .p-city {
	background: url(p-city.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tabs li .p-kyivstar {
	display: block;
	margin: 5px 10px;
	background: url(kyivstar-ico_grey.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tabs li .p-kyivstar:hover,
ul#tabs li.active .p-kyivstar {
	background: url(kyivstar-ico.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tabs li .p-mtc {
	display: block;
	margin: 5px 10px;
	background: url(lifecell-ico_grey.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tabs li .p-mtc:hover,
ul#tabs li.active .p-mtc {
	background: url(lifecell-ico.png) no-repeat 50% 50%;
	background-size: contain
}

ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#tab li {
	display: none
}

ul#tab li.active {
	display: block
}

.box-collateral.box-description {
	margin: 0 0 30px
}

.product-brand {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	padding: 0 !important
}

.product-view .box-additional .data-table td,
.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {
	padding: 10px !important;
	margin: 0 !important;
	line-height: 1.2 !important;
	font-size: 13px !important;
	vertical-align: middle !important
}

.product-view .product-shop .price-box {
	margin: 15px 0 !important
}

.box-collateral h4 {
	font-weight: 100;
	font-size: 16px;
	line-height: 2;
	margin-top: 25px
}

.level0.nav-7>a:link,
.level0.nav-7>a:visited {
	padding: 0 0 0 25px;
	background: url(love.png) no-repeat 0 50%;
	background-size: 20px
}

.bottom-container .container,
.header-container .container,
.nav-container .container {
	background: #fff
}

.footer-container,
.index-container {
	max-width: 1200px;
	margin: 0 auto
}

.footer-container-bottom .container {
	padding-left: 25px;
	padding-right: 25px
}

.main-container .container {
	padding: 20px 15px
}

.col1-layout .products-grid {
	margin: 0 0 30px
}

.remodal,
.remodal * {
	font-family: Tinos, "Times New Roman", serif
}

.backcall .remodal-confirm,
.remodal-cancel {
	-webkit-border-radius: 0;
	border-radius: 0
}

.backcall .remodal-confirm {
	color: #872934 !important;
	border: 1px solid #872934
}

.backcall .remodal-confirm {
	color: #872934 !important
}

.backcall .remodal-confirm:active,
.backcall .remodal-confirm:hover {
	background: #872934
}

.post-list .post-title {
	display: block;
	line-height: 1em;
	margin-bottom: 1em
}

.col-main .post-title {
	display: block;
	font-size: 19px;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0f1;
	color: #34495e
}

.wordpress-post-view .col-main .post-title {
	margin-top: 0;
	padding-bottom: 13px
}

.col-main .success-post-list {
	margin: 0 0 0 35px
}

.col-main .success-post-list .post-title {
	display: list-item;
	border-bottom: 0;
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type: square;
	color: #872934
}

.col-main .success-post-list .post-title a:link,
.col-main .success-post-list .post-title a:visited {
	display: inline-block;
	vertical-align: baseline;
	font-size: 16px;
	color: #787878;
	line-height: 2
}

.col-main .success-post-list .post-title a:active,
.col-main .success-post-list .post-title a:focus,
.col-main .success-post-list .post-title a:hover {
	text-decoration: underline;
	color: #872934
}

.sf-menu {
	border-top: none !important;
	margin: 10px 0 20px
}

.index-title-second {
	margin-top: 0
}

.index-container-wrap {
	padding: 25px 0
}

.h-address #search_mini_form {
	position: relative;
	bottom: auto;
	right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5
}

.product-image .plus-present,
.product-img-box .plus-present {
	position: absolute;
	top: -15px;
	right: -25px;
	display: block;
	width: 75px;
	height: 75px;
	color: #fff;
	text-shadow: 0 0 1px #777;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 100;
	padding-left: 0;
	background: transparent url(../images/present.png) no-repeat 50% 50%;
	z-index: 3
}
.product-img-box .plus-present {
	top: -7px;
	right: -10px;
	font-size: 14px;
}

.product-image .plus-present span,
.product-img-box .plus-present span {
	display: block;
	text-align: center;
	font-size: 34px;
	line-height: 1;
	padding-top: 16px;
	margin-bottom: -5px
}
.product-img-box .plus-present span {
	padding-top: 24px;
}

.prepare-yourself {
	border-radius: 5px;
	box-shadow: inset 0 0 5px #88ad3e;
	background-color: rgba(251, 255, 242, .62);
	padding: 1%;
	margin: 1% 0 25px 0
}

.prepare-yourself .countdownHolder {
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important
}

.prepare-yourself img {
	display: inline-block;
	vertical-align: top;
	width: 10%
}

.prepare-yourself .info-part {
	display: inline-block;
	vertical-align: top;
	width: 59%;
	padding: 0 0 0 1%
}

.prepare-yourself .info-part p.prepare-yourself-title {
	font-size: 1.3em;
	line-height: 2;
	margin: 0;
	color: #7a0b2a
}

.prepare-yourself .info-part p {
	font-size: .9em
}

.prepare-yourself .countdownHolder {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-width: 220px
}

.products-list .countdownHolder {
	float: left;
	margin: 10px 0 10px 0
}

div.std ul.form-list {
	margin: 5px 0 0;
	list-style-type: none;
	border: 1px solid #dbdbdb
}

.custom-form-1 select {
	width: 330px
}

.custom-form-1 .buttons-set,
.custom-form-1 .buttons-set p {
	text-align: center
}

.custom-form-1 .buttons-set .button {
	float: none
}

.servirovka-left {
	float: left;
	width: 60%
}

.servirovka-right {
	float: right;
	width: 35%
}

.servirovka-right h3 {
	text-align: center
}

.widget-box-related-posts {
	margin-top: 5px;
	margin-bottom: 15px
}

.widget-box-related-posts.box-related-posts>h3 {
	background: #872934 !important;
	font-size: 14px;
	line-height: 14px;
	color: #fff !important;
	padding: 5px 10px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 400
}

#billing-new-address-form textarea {
	height: 7em
}

#customer-reviews .box-collateral-content {
	padding: 0 3px
}

#customer-reviews .review-author {
	display: block;
	color: #7a0b2a
}

#customer-reviews dl dd {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px
}

#customer-reviews dl dd:last-child {
	margin-bottom: 0;
	border-bottom: none
}

#customer-reviews .review-image {
	display: block;
	float: left;
	max-width: 500px;
	max-height: 500px;
	text-align: center;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: 10px
}

#customer-reviews .review-image img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%
}

.sorter .sort-button {
	position: relative;
	top: 2px;
	margin-left: 4px;
	display: inline-block;
	text-decoration: underline
}

.sorter .sort-button.active {
	color: #872934
}

.sign-right {
	float: right;
	border: 1px solid #ecf0f1;
	padding: 7px;
	margin: 10px 0 5px 10px;
	background: #872934
}

.sign-right figcaption {
	margin: 0 auto 5px;
	color: #fff
}

.sign-right a {
	color: #fff
}

.sign-right a:hover {
	text-decoration: none;
	color: #fff
}

.sign-left {
	float: left;
	border: 1px solid #ecf0f1;
	padding: 7px;
	margin: 10px 10px 5px 0;
	background: #872934
}

.sign-left figcaption {
	margin: 0 auto 5px;
	color: #fff
}

.sign-left a {
	color: #fff
}

.sign-left a:hover {
	text-decoration: none;
	color: #fff
}

.catalogsearch-result-index .toolbar .sorter {
	display: none
}

.header .form-search .search-autocomplete .ajaxsearch li {
	font-size: 1em;
	font-weight: 100;
	color: #000;
	padding: 10px 15px;
	background: rgba(240, 240, 240, .9);
	border: none;
	border-bottom: 1px solid rgba(121, 15, 41, .5)
}

.header .form-search .search-autocomplete .ajaxsearch li:hover {
	background: rgba(240, 240, 240, 1)
}

.header .form-search .search-autocomplete .ajaxsearch li.suggest:first-of-type() {
	border-bottom: none
}

.ajaxsearch .suggest .amount {
	color: red
}

.ajaxsearch .preview a:link,
.ajaxsearch .preview a:visited {
	display: block;
	height: 100%;
	color: #000
}

.ajaxsearch .preview .description {
	color: #383838
}

.ajaxsearch .preview img {
	float: left
}

.header .form-search .ajaxsearch li.selected {
	background: rgba(240, 240, 240, 1)
}

.ol-style,
.ul-style {
	margin: 0 0 19px 30px;
	padding: 0
}

.ol-style {
	list-style-type: decimal
}

.ul-style {
	list-style-type: disc
}

.view-offline-title {
	display: block;
	font-size: 16px;
	color: #872934;
	padding: 5px 0 15px
}

.addr-mag {
	padding-left: 0
}

.addr-mag p {
	font-size: 15px;
	color: #848484;
	line-height: 16px
}

.block .actions.list-of-checked-clear {
	display: block;
	padding: 5px 10px 5px 0;
	margin: 0;
	text-align: right;
	background: #fbfdf3;
	border: 1px solid #ebf5c7;
	border-bottom: none
}

.block .actions.list-of-checked-clear a:link,
.block .actions.list-of-checked-clear a:visited {
	position: relative;
	margin: 0;
	font-weight: 100;
	text-decoration: none
}

.block .actions.list-of-checked-clear a:active,
.block .actions.list-of-checked-clear a:focus,
.block .actions.list-of-checked-clear a:hover {
	text-decoration: none
}

.block .actions.list-of-checked-clear a:active span,
.block .actions.list-of-checked-clear a:focus span,
.block .actions.list-of-checked-clear a:hover span,
.block .actions.list-of-checked-clear a:link span,
.block .actions.list-of-checked-clear a:visited span {
	text-decoration: underline
}

.block .actions.list-of-checked-clear a:after {
	content: "\f057";
	display: inline-block;
	margin: 0 0 0 5px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0 !important
}

#catalog-listing .currently,
.block-layered-nav .currently {
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	margin: 0 0 20px;
	background: #fbfdf3;
	border: 1px solid #ebf5c7;
	border-top: none
}

.list-of-checked li {
	margin: 0 0 10px 0;
	display: block
}

.list-of-checked li:last-of-type {
	margin: 0
}

.list-of-checked li .label {
	font-weight: 100;
	font-size: .85em
}

.list-of-checked li .label.filter-usloviye {
	display: block;
	width: 100%;
	float: left;
	padding: 7px 0
}

.list-of-checked li .value {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	margin: 2px 5px;
	color: #000;
	background: #e0efa7;
	float: left
}

.block-layered-nav .list-of-checked li .value .btn-remove:link,
.block-layered-nav .list-of-checked li .value .btn-remove:visited {
	display: inline-block;
	vertical-align: baseline;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #872934
}

.block-layered-nav .list-of-checked li .value .btn-remove:before {
	content: " ";
	display: block;
	height: 9px;
	width: 9px;
	background: transparent url(/skin/frontend/default/theme255k/images/cross.png) no-repeat 50% 50%
}

.fyi.inhead {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	padding: 5px 15px;
	margin: 15px auto;
	color: red;
	border-top: 1px solid red;
	border-bottom: 1px solid red
}

p.stoimost-dostavki {
	margin: 0;
	padding: 7px;
	color: #fff
}

p.stoimost-dostavki span {
	margin-left: 45px;
	float: right
}

.grand_total {
	padding: 7px;
	color: #fff;
	font-size: 17px
}

.grand_total span.price-of-delivery {
	margin-left: 45px;
	float: right;
	font-size: 18px
}

.product-view .product-shop .availability.out-of-stock {
	margin: 3px 0
}

.outofstock-subscription-box {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px
}

.form-outofstocksubscription-window {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: 5px 15px 10px;
	background: #fefefe;
	border: 1px solid #f5f5f5;
	box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
	z-index: 2
}

.form_close {
	position: relative;
	float: right;
	width: 1em;
	height: 1em;
	cursor: pointer;
	color: #bbb;
	font-size: 1.4em;
	text-align: right;
	line-height: 1em
}

.form_close:hover {
	color: #383838
}

.form_title {
	font-size: 1.2em;
	display: block;
	text-align: center;
	padding-right: 20px;
	line-height: 1;
	white-space: nowrap
}

.outofstocksubscription-form-block {
	padding-top: 24px;
	text-align: left
}

.outofstocksubscription-form-block label {
	display: block;
	font-size: 15px;
	padding-top: 7px;
	margin-bottom: 0
}

.outofstocksubscription-form-block input {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	background: #fff;
	font-size: 1em;
	margin: 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.outofstocksubscription-form-block input:focus {
	border: 1px solid #e4a13d
}

.outofstocksubscription-form-block input.outofstocksubscription-phone {
	padding: 5px
}

.outofstocksubscription-form-block input.outofstocksubscription-product-name,
.outofstocksubscription-form-block input.outofstocksubscription-product-sku {
	display: none
}

.button-opener_widget {
	padding: 2px;
	font-family: Tinos, "Times New Roman", serif;
	border: solid 1px #bdc3c7;
	background: #fff
}

a.button-outofstocksubscription-opener {
	position: relative;
	display: block;
	line-height: 1;
	cursor: pointer;
	color: #383838;
	background: #fff0da;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a.button-outofstocksubscription-opener span {
	display: block
}

a.button-outofstocksubscription-opener.active,
a.button-outofstocksubscription-opener:hover {
	color: #fff;
	background: #e4a13d
}

p.put-correct-data {
	color: #d83820;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.outofstocksubscription-buttons-container {
	text-align: center
}

.product-shop div.thanks-message {
	text-align: center;
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ffdca7;
	background: #fff8ef
}

.product-shop div.thanks-message p {
	text-align: center;
	margin: 0;
	line-height: 1.2;
	color: #9e8b6e
}

.product-shop div.thanks-message p:first-of-type {
	margin: 0 0 5px;
	font-size: 1.2em;
	color: #d48a1c
}

body .buy-item {
	border: solid 1px #872934;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

body .buy-item span {
	font-size: 1.4em !important;
	color: #fff;
	height: auto !important;
	line-height: 1 !important;
	padding: 7px 18px 9px;
	margin: 2px;
	border: none;
	background: #872934
}

body .buy-item:active,
body .buy-item:focus,
body .buy-item:hover {
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

body .buy-item.white,
body .item .buy-item {
	border: solid 1px #872934;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
body .buy-item.white span,
body .item .buy-item span {
	color: #fff;
	font-size: 1.2em !important;
	background: #872934;
}

body .my-account .link-print.buy-item.white span {
	padding-left: 25px;
	background: #fff url(../images/i_print.gif) 5px 50% no-repeat
}

body .my-account .link-print.buy-item.white:active span,
body .my-account .link-print.buy-item.white:focus span,
body .my-account .link-print.buy-item.white:hover span {
	color: #b33443
}

body .buy-item.white:active,
body .buy-item.white:focus,
body .buy-item.white:hover,
body .item .buy-item:active,
body .item .buy-item:focus,
body .item .buy-item:hover {
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

body .buy-item.white:active span,
body .buy-item.white:focus span,
body .buy-item.white:hover span,
body .item .buy-item:active span,
body .item .buy-item:focus span,
body .item .buy-item:hover span {
	color: #fff;
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.article-button {
	text-align: center
}

body .article-button .buy-item.white,
body .article-button .buy-item.white:link,
body .article-button .buy-item.white:visited {
	display: inline-block;
	vertical-align: top
}

body .article-button .buy-item.white b,
body .article-button .buy-item.white strong {
	display: block;
	height: auto !important;
	line-height: 1 !important;
	font-size: 1em !important;
	font-weight: 400;
	padding: 7px 18px 9px;
	margin: 2px;
	color: #585858;
	border: none;
	background: #fff
}

body .article-button .buy-item.white:active b,
body .article-button .buy-item.white:active strong,
body .article-button .buy-item.white:focus b,
body .article-button .buy-item.white:focus strong,
body .article-button .buy-item.white:hover b,
body .article-button .buy-item.white:hover strong {
	color: #fff;
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.button-plz {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #872934;
	background: #fff;
	transition: all .2s ease
}

.button-plz span {
	display: block;
	font-size: 1em;
	color: #fff;
	height: auto;
	line-height: 1;
	padding: 7px 18px 9px;
	margin: 2px;
	border: none;
	background: #872934
}

.button-plz:active,
.button-plz:focus,
.button-plz:hover {
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.button-plz:active span,
.button-plz:focus span,
.button-plz:hover span {
	color: #fff;
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

#cnslider-container {
	float: none;
	width: auto !important;
	height: auto !important
}

#cnslider-container .cns-item img {
	display: block;
	width: 100%;
	height: auto
}

#cart-sidebar li {
	position: relative
}

.aside-cart.block .block-title {
	margin-bottom: 15px
}

.aside-cart .empty {
	text-align: center;
	margin-bottom: 15px
}

.aside-cart .empty p,
.sidebar .block-cart .empty {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.aside-cart .empty p,
.sidebar .block-cart .empty,
.sidebar .block-cart .summary .amount {
	/* padding: 2px 5px 2px 3em;
	background: transparent url(../images/shopping-cart.png) no-repeat 10px 50% / 1.6em; */

	padding: 5px 5px 5px 3em;
	background: transparent url(../images/shopping-cart-tree.png) no-repeat 10px 50% / 1.6em;
}

.sidebar .block-cart .block-content {
	margin-bottom: 20px
}

.block-cart-header .mini-products-list li.item,
.sidebar #cart-sidebar li.item {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	float: none;
	min-height: 85px;
	padding: 15px;
	border-top: none;
	background: #fff
}

.block-cart-header .mini-products-list li.item>div:last-of-type,
.sidebar #cart-sidebar li.item>div:last-of-type {
	width: 100%;
	text-align: left
}

.sidebar #cart-sidebar li.item {
	padding: 15px 15px 15px 0
}

.sidebar #cart-sidebar li>div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: stretch
}

.sidebar #cart-sidebar .btn-remove {
	margin: 0;
	float: none;
	background: 0 0;
	border: 0
}

.block-cart-header .mini-products-list li:nth-of-type(even) {
	background-color: #f9f9f9
}

.block-cart-header .mini-products-list li .product-image-block,
.sidebar #cart-sidebar li .product-image-block {
	min-width: 76px
}

.block-cart-header .mini-products-list .product-image,
.sidebar #cart-sidebar .product-image {
	width: 75px;
	border: 1px solid #ddd;
	float: none;
	margin: 0
}

.sidebar #cart-sidebar .product-image {
	margin-right: 10px;
	border: 1px solid #ecf0f1
}

.sidebar #cart-sidebar .product-image:active,
.sidebar #cart-sidebar .product-image:focus,
.sidebar #cart-sidebar .product-image:hover {
	border: 1px solid #bdc3c7
}

.mini-products-list .product-name {
	display: block;
	width: 100% !important;
	min-width: 150px;
	margin-left: 0;
	overflow: hidden;
	line-height: 1.3
}

.mini-products-list .product-name a:link,
.mini-products-list .product-name a:visited {
	display: block;
	padding: 10px
}

.sidebar #cart-sidebar .product-name a:link,
.sidebar #cart-sidebar .product-name a:visited {
	padding: 0
}

.block-cart-header .mini-products-list .product-details,
.sidebar #cart-sidebar .product-details {
	margin: 0 10px;
	padding: 5px 5px 0;
	color: #872934;
	line-height: 1.3;
	white-space: nowrap;
	border-top: 1px solid #ddd
}

.sidebar #cart-sidebar .product-details {
	margin: 0
}

.mini-products-list .product-control-buttons {
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
	margin-bottom: 0;
	height: 20px;
	width: 20px;
	z-index: 9
}

.block-cart-header .btn-remove {
	float: none;
	margin: 0;
	background: 0 0;
	border: 0
}

.btn-remove:before {
	text-align: left
}

.block-cart-header #cart-sidebar {
	border-left: 1px solid #872934;
	border-right: 1px solid #872934
}

.aside-cart .cart-side-button,
.block-cart-header .cart-side-button {
	padding: 0 1px 1px;
	overflow: hidden;
	border: 0 solid #a54752;
	border-top: none;
	background: #872934;
	clear: both
}

.aside-cart .cart-side-button {
	padding: 1px
}

.aside-cart .cart-side-button button,
.block-cart-header .cart-side-button button {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.aside-cart .cart-side-button button:active,
.aside-cart .cart-side-button button:focus,
.aside-cart .cart-side-button button:hover,
.block-cart-header .cart-side-button button:active,
.block-cart-header .cart-side-button button:focus,
.block-cart-header .cart-side-button button:hover {
	background: #872934;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.aside-cart .cart-side-button button>span,
.block-cart-header .cart-side-button button>span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 1.2em;
	float: none;
	padding: 10px;
	color: #fff;
	text-transform: inherit;
	background: #872934;
	border: none
}

.aside-cart .cart-side-button button>span .cart-side-button-icon,
.block-cart-header .cart-side-button button>span .cart-side-button-icon {
	display: inline-block;
	vertical-align: top;
	height: 14px;
	width: 18px;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 1;
	float: none;
	background: transparent url(../images/cart-side-button-icon.png) no-repeat 50% 50%;
	background-size: contain
}

.cart .page-title h1 {
	display: block;
	width: 100%;
	text-align: center
}

.checkout-cart-index .cart .cart-collaterals {
	text-align: right
}

.checkout-cart-index .cart .totals {
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: none
}

.totals p.stoimost-dostavki {
	padding: 10px 25px;
	border-bottom: 1px solid #a54752;
	background: #690a15
}

.totals .grand_total {
	padding: 10px 25px;
	font-size: 1.3em
}

.checkout-cart-index .grand_total span.price-of-delivery {
	font-size: initial
}

.checkout-cart-index .onepage-page-title {
	margin: 10px;
	width: auto
}

.checkout-cart-index .onepage-page-title h1 {
	float: none !important;
	font-size: 2em !important;
	margin: 0 !important
}

.checkout-cart-index .login-reg {
	border-bottom: 1px solid #872934;
	margin: 10px 0 15px
}

form#co-form {
	display: block
}

#co-form #checkoutSteps #column-1,
#co-form #checkoutSteps #column-2,
#co-form #checkoutSteps #column-3 {
	width: 100%;
	float: none
}

#shopping-cart-table thead tr th {
	font-weight: 100;
	font-size: 1.1em;
	text-align: center
}

#shopping-cart-table tr,
#shopping-cart-table tr td,
#shopping-cart-table tr th,
#shopping-cart-table tr:last-of-type {
	border: none;
	vertical-align: middle
}

#shopping-cart-table tr:nth-of-type(even) {
	background-color: #f9f9f9
}

#shopping-cart-table .product-name {
	font-size: 1.2em;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none
}

#shopping-cart-table tfoot tr td {
	padding: 10px 0
}

#shopping-cart-table tfoot tr td button:first-of-type {
	margin-right: 15px
}

.sidebar .block-related .product,
.sidebar .block-related .product>div,
.sidebar .block-viewed .product,
.sidebar .block-viewed .product>div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.sidebar .block-related .product,
.sidebar .block-viewed .product {
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
	position: relative;
	width: 100%;
	float: none
}

.sidebar .block-related .product>div,
.sidebar .block-viewed .product>div {
	-webkit-flex-direction: column;
	-webkit-align-items: stretch;
	flex-direction: column;
	align-items: stretch;
	min-width: 1px
}

.sidebar .block-related .product>div .countdownHolder {
	width: auto;
	height: auto;
	margin: 10px 0;
	text-align: left;
	border-radius: 0;
	box-shadow: none
}

.sidebar .block-related .product>div .countdownHolder p {
	padding: 5px 0;
	text-align: left
}

.sidebar .block-related .product>div .countdownHolder .position {
	height: 2em;
	width: .9em
}

.sidebar .block-related .product>div .countdownHolder .digit {
	font-size: .8em
}

.sidebar .block-related .product>div .countdownHolder .data-name {
	margin-top: 2em;
	margin-left: -2.7em
}

.sidebar #cart-sidebar li,
.sidebar .block-related .block-content #block-related li,
.sidebar .block-viewed .block-content #recently-viewed-items li {
	padding: 10px 0;
	border-bottom: 1px solid #eee
}

.sidebar #cart-sidebar li:last-of-type,
.sidebar .block-related .block-content #block-related li:last-of-type,
.sidebar .block-viewed .block-content #recently-viewed-items li:last-of-type {
	border: none
}

.sidebar .block-related .product .product-image:link,
.sidebar .block-related .product .product-image:visited,
.sidebar .block-viewed .product .product-image:link,
.sidebar .block-viewed .product .product-image:visited {
	float: none;
	width: 85px;
	padding: 5px;
	margin: 0 10px 0 0;
	border: 1px solid #ecf0f1
}

.sidebar .block-related .product .product-image:active,
.sidebar .block-related .product .product-image:focus,
.sidebar .block-related .product .product-image:hover,
.sidebar .block-viewed .product .product-image:active,
.sidebar .block-viewed .product .product-image:focus,
.sidebar .block-viewed .product .product-image:hover {
	border: 1px solid #bdc3c7
}

.sidebar .block-related .product .product-image img,
.sidebar .block-viewed .product .product-image img {
	display: block;
	width: 100%;
	height: auto
}

.sidebar #cart-sidebar .product-details,
.sidebar .block-related .product .product-details,
.sidebar .block-viewed .product .product-details {
	padding: 0
}

.sidebar #cart-sidebar .price-box,
.sidebar .block-related .product .price-box,
.sidebar .block-viewed .product .price-box {
	margin: 0
}

.sidebar .block-related .product .price-box .old-price {
	color: #aaa;
	line-height: 1;
	margin-bottom: 10px
}

.sidebar .block-related .product .price-box .old-price .price-label {
	display: block
}

.sidebar .block-related .product .price-box .old-price .price {
	font-size: .86em !important;
	color: #aaa !important
}

.sidebar .block-related .product .price-box .special-price {
	line-height: 1
}

.sidebar .block-related .product .price-box .special-price .price {
	font-size: 1.1em;
	color: #872934
}

.sidebar .block-related .product .product-name a:link,
.sidebar .block-related .product .product-name a:visited,
.sidebar .block-viewed .product .product-name a:link,
.sidebar .block-viewed .product .product-name a:visited {
	padding: 0;
	line-height: 1.3
}

.sidebar #cart-sidebar .price,
.sidebar .block-related .product .regular-price .price,
.sidebar .block-viewed .product .regular-price .price {
	display: block;
	padding: 0;
	color: #872934;
	line-height: 1.3;
	white-space: nowrap
}

.sidebar #cart-sidebar .product-details {
	border-top: none
}

.sidebar #cart-sidebar .product-details strong {
	font-weight: 700
}

.sidebar #cart-sidebar .price {
	display: inline-block;
	vertical-align: top
}

.sidebar .aside-cart .subtotal {
	text-align: center;
	padding: 0 5px 5px
}

.sidebar .aside-cart .subtotal .label {
	font-weight: 100
}

.sidebar .aside-cart .summary {
	margin: 0
}

.sidebar .aside-cart .summary .amount {
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.sorter .sort-by {
	float: none
}

.sorter .sort-button {
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	padding: 2px 5px;
	text-decoration: none;
	line-height: 1.3;
	font-weight: 100;
	color: #487682;
	border-radius: 3px;
	background: #ecf0f1
}

.sorter .sort-button:focus,
.sorter .sort-button:hover {
	text-decoration: none;
	color: #fff;
	background: #872934
}

.product-img-box .first-big-image a.image-gallery-item img {
	width: 100%
}

.product-img-box .more-views li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 5px 0
}

.product-view .product-essential .product-img-box .more-views li a {
	display: block;
	width: 71px;
	overflow: hidden
}

.product-view .product-essential .product-img-box .more-views a.image-gallery-item img {
	-webkit-transform: perspective(1px) scale(1.2);
	-ms-transform: perspective(1px) scale(1.2);
	transform: perspective(1px) scale(1.2)
}

.toolbar {
	margin: 0 0 30px;
	padding: 10px 10px 0 15px;
	border-bottom: none;
	font-size: .9em;
	border-top: 1px solid #872934;
	background: #fff
}

.toolbar strong {
	color: #872934
}

.toolbar-bottom {
	margin-top: 20px
}

.toolbar-bottom .toolbar {
	margin: 0 0 50px
}

.toolbar .pager {
	margin: 0;
	padding: 0;
	border-bottom: none;
	text-align: left;
	clear: both
}

.toolbar .pager>div {
	display: inline-block;
	vertical-align: top
}

#carousel-reviews-home {
	position: relative;
	padding: 0 30px 0 15px
}

#carousel-reviews-home .customerimage {
	display: none
}

#carousel-reviews-home .reviews-home-block-content {
	min-height: inherit
}

#carousel-reviews-home .review-carousel-control {
	position: absolute;
	margin-top: -25px;
	top: 50%;
	float: none !important
}

#carousel-reviews-home .review-carousel-control.left {
	left: -20px
}

#carousel-reviews-home .review-carousel-control.right {
	right: -20px
}

#carousel-reviews-home .rev_item_info {
	padding: 0
}

#carousel-reviews-home .rev_item_pimage {
	padding: 0 10px;
	text-align: center
}

#carousel-reviews-home .rev_item_pimage a:link,
#carousel-reviews-home .rev_item_pimage a:visited {
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #ecf0f1
}

#carousel-reviews-home .rev_item_pimage a:active,
#carousel-reviews-home .rev_item_pimage a:focus,
#carousel-reviews-home .rev_item_pimage a:hover {
	border: 1px solid #bdc3c7
}

#carousel-reviews-home .rev_item_pname a {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1;
	display: block;
	padding: 0 0 5px
}

#carousel-reviews-home .rev_item_pname a:active,
#carousel-reviews-home .rev_item_pname a:focus,
#carousel-reviews-home .rev_item_pname a:hover {
	color: #872934
}

#carousel-reviews-home .rev_item_nickname {
	margin-bottom: 15px;
	line-height: 1
}

#carousel-reviews-home .rev_item_info p {
	padding: 0;
	font-size: 1em;
	text-align: left
}

.footer .social a:link,
.footer .social a:visited {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 16%;
	margin-right: 1%
}

.footer .social a:link img,
.footer .social a:visited img {
	width: 100%;
	margin: 0 !important
}

.product-view .product-shop .tier-prices.product-pricing {
	margin: 0 0 15px
}

.product-view .product-shop .product-pricing li {
	padding: 0;
	font-size: .9em
}

.product-view .product-shop .tier-prices .price {
	color: #872934;
	font-size: 1.4em;
	line-height: 1
}

#customer-reviews .headingH2,
.product-view .box-description h2 {
	padding: 0 15px 10px;
	margin: 25px 0 15px;
	line-height: 1.2;
	color: #686868;
	border: none;
	border-bottom: 1px solid #ecf0f1;
	background: 0 0
}

.product-view .box-description h2 {
	font-size: 1.4em;
	padding-bottom: 5px
}

#image_field.form-control {
	height: auto;
	font-size: 1em
}

.block #wp-category-list li {
	padding: 0;
	border-bottom: 1px solid #eee
}

.block #wp-category-list li:last-of-type {
	border-bottom: 1px solid transparent
}

.block #wp-category-list li:hover {
	border-color: #9e9e9e
}

.block #wp-category-list li:hover a {
	padding-left: 20px;
	color: #c10017
}

#wp-category-list a:link,
#wp-category-list a:visited,
.block #wp-category-list li,
.block #wp-category-list li:hover,
.block #wp-category-list li:hover a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.my-account .welcome-msg {
	padding: 0 15px 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9e9e9e
}

.my-account .welcome-msg p {
	margin: 0;
	color: #888
}

.my-account .welcome-msg p.hello {
	margin: 0 0 5px;
	color: #686868;
	font-size: 1.3em
}

.my-account .welcome-msg p.hello b,
.my-account .welcome-msg p.hello strong {
	font-weight: 400
}

.block-account .account-nav li {
	padding: 0;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.account-nav li:last-of-type {
	border-bottom: none
}

.account-nav li a,
.account-nav li a:link,
.account-nav li a:visited {
	display: block;
	padding: 3px 10px;
	white-space: nowrap;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.account-nav li.current,
.account-nav li:hover {
	border-color: #9e9e9e;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.my-account .buttons-set .back-link {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 15px 0 0
}

.my-account .buttons-set .back-link a {
	display: block;
	line-height: 2em
}

body .my-account .buy-item.white {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: none;
	font-weight: 400;
	text-decoration: none
}

body .my-account .page-title.title-buttons button.buy-item.white {
	border: none
}

body .my-account button.buy-item.white {
	font-size: 1.1em
}

body .my-account .box-title>.buy-item.white {
	position: relative;
	bottom: -3px;
	float: none;
	border: none;
	border-left: solid 1px #d3d3d3;
	text-decoration: none
}

body .my-account .buy-item.white span {
	display: block;
	font-size: .9em !important;
	padding: 5px 15px
}

body .my-account .box-title>.buy-item.white:active span,
body .my-account .box-title>.buy-item.white:focus span,
body .my-account .box-title>.buy-item.white:hover span {
	color: #fff
}

.my-account .box-account .box-title h3 {
	display: inline-block;
	vertical-align: sub;
	float: none;
	font-size: 1.2em;
	line-height: 1.2;
	color: #585858;
	margin-bottom: 0;
	padding: 0 15px 3px
}

body .my-account input:active,
body .my-account input:focus {
	outline: 0 !important;
	outline-offset: 0
}

body .my-account .box-info .box>.box-content {
	padding: 0 15px
}

body .my-account .box-info .box>.box-content>p {
	font-size: 1em;
	font-weight: 700;
	color: #585858;
	text-align: left;
	margin: 0 0 5px;
	line-height: 1.3
}

body .my-account .box-info .box>.box-content>p>span {
	font-size: .8em;
	color: #383838;
	font-weight: 400
}

.my-account .account-address-block .flex>div h4,
.my-account .addresses-list .addresses-primary h3 {
	color: #c10017;
	font-size: 1em
}

.its-bil-addr,
.its-ship-addr {
	color: #c10017;
	padding-left: 15px;
	background: transparent url(../images/tick.png) no-repeat 0 50%;
	background-size: contain
}

body .my-account h2 {
	font-size: 1.3em;
	color: #686868;
	border-bottom: 1px solid #9e9e9e
}

.my-account .addresses-list .addresses-additional .link-remove {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	color: #b33443
}

.my-account .addresses-list .addresses-additional .link-remove:hover {
	cursor: pointer;
	text-decoration: underline
}

.my-account div.pager:first-of-type .amount {
	display: none
}

#customer-reviews .review-content {
	font-style: italic;
	color: #777;
	font-size: 1.1em
}

#my-reviews-table tr td {
	border: none;
	padding: 5px 10px
}

body .my-account #my-reviews-table tr td h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none
}

#my-reviews-table tr {
	border-bottom: 1px solid #ecf0f1
}

#my-reviews-table tbody tr:last-of-type {
	border: none
}

#my-reviews-table tr:hover {
	background: #f9f9f9
}

#my-reviews-table tr td:last-of-type a,
#my-reviews-table tr td:last-of-type a:link,
#my-reviews-table tr td:last-of-type a:visited {
	color: #b33443
}

#my-reviews-table tr td:last-of-type a:active,
#my-reviews-table tr td:last-of-type a:focus,
#my-reviews-table tr td:last-of-type a:hover {
	color: #b33443;
	text-decoration: underline
}

#my-reviews-table tbody tr td:nth-of-type(3) {
	font-style: italic;
	color: #888
}

.my-account .pager .amount {
	float: none;
	padding: 0 20px 0 0;
	text-align: right
}

.my-account .product-review dt {
	font-weight: 700;
	color: #7a0b2a
}

.my-account .product-review dd {
	margin: 0;
	font-style: italic;
	font-size: 1.1em;
	color: #777
}

.my-account .order-info {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 1.2em
}

.is-blog .post-view .post-entry h3.styled {
	padding: 15px 25px;
	margin: 35px 0 20px;
	text-align: center;
	border: 1px solid rgba(150, 150, 10, .3);
	background: rgba(150, 150, 10, .1);
	clear: both
}

body.is-blog .post-view .post-entry .buy-item.white span {
	display: block;
	font-size: .9em !important;
	padding: 7px 18px
}

.is-blog .post-view .post-entry table {
	border: 5px solid #ecf0f1;
	font-size: .9em;
	margin: 25px 0
}

.is-blog .post-view .post-entry table th {
	font-size: 1.1em;
	color: #888;
	font-weight: 300;
	text-align: center;
	padding: 5px 10px;
	white-space: nowrap
}

.is-blog .post-view .post-entry table tr {
	border-bottom: 1px solid #ecf0f1
}

.is-blog .post-view .post-entry table tr:hover {
	background: rgba(200, 200, 200, .1)
}

.is-blog .post-view .post-entry table td {
	border: none;
	vertical-align: middle;
	padding: 5px 10px;
	line-height: 1.2;
	border-right: 1px solid #ecf0f1
}

.is-blog .post-view .post-entry table td:last-of-type {
	border-right: none
}

.is-blog .post-view .post-entry table.td-img td:first-of-type {
	width: 200px
}

.is-blog .post-view .post-entry table img.size-full {
	max-width: 100%
}

.is-blog .post-view .post-entry table img[class*=align],
.is-blog .post-view .post-entry table img[class*=wp-image-] {
	padding: 0;
	margin: 0;
	line-height: 1;
	border: none
}

.is-blog .post-view .post-entry table.td-img img[class*=align],
.is-blog .post-view .post-entry table.td-img img[class*=wp-image-] {
	display: block;
	width: 100%;
	height: auto
}

.category-bottom-description a,
.category-bottom-description a:link,
.category-bottom-description a:visited {
	color: #d35400
}

.category-bottom-description a:active,
.category-bottom-description a:focus,
.category-bottom-description a:hover {
	color: #872934
}

.youtube-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%
}

.youtube-wrap embed,
.youtube-wrap iframe,
.youtube-wrap object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

footer {
	position: relative;
	padding: 15px 25px;
	font-family: Tinos, "Times New Roman", serif;
	background: url(../images/bg_footer_top.png) 0 0 repeat-x, url(../images/bg_footer_bot.png) 0 100% repeat-x;
	background-color: #f0f0f0
}

footer section.flex .title,
footer section.flex h4 {
	text-align: center;
	font-weight: 100;
	font-size: 1.4em;
	padding: 0;
	margin: 0 0 15px;
	color: #585858
}

footer #footer-blog {
	position: relative;
	top: -22px
}

footer #footer-blog a:link,
footer #footer-blog a:visited {
	display: block;
	line-height: 1.3;
	color: #888
}

footer #footer-blog a:active,
footer #footer-blog a:focus,
footer #footer-blog a:hover {
	color: #c75360;
	text-decoration: none
}

footer #footer-blog span {
	display: block;
	margin-top: 5px;
	font-size: .9em;
	color: #bbb;
	text-shadow: 0 1px 0 #fff
}

footer .social a:link,
footer .social a:visited {
	max-width: 35px;
	margin-left: 5px
}

footer .social img {
	display: block;
	width: 100%;
	line-height: 1
}

footer .heading {
	color: #585858;
	font-size: 1.4em;
	margin: 0 0 10px
}

footer .footer-telephone {
	font-size: 1.2em;
	margin-bottom: 5px
}

footer .footer-telephone span {
	color: #585858
}

footer .newsletter_wrapper .input-text {
	font-style: normal;
	border: solid 1px #ddd;
	background: rgba(255, 255, 255, .3)
}

footer .newsletter_wrapper .input-text:focus {
	font-style: normal;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.promo-block {
	border-radius: 5px;
	box-shadow: inset 0 0 5px #88ad3e;
	background-color: rgba(251, 255, 242, .62);
	padding: 1%;
	margin: 1% 0 25px 0
}

.promo-block a img {
	display: inline-block;
	vertical-align: top;
	width: 10%
}

.promo-title {
	font-size: 1.3em;
	line-height: 2;
	margin: 0;
	color: #7a0b2a
}

.promo-block-description {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	padding: 0 0 0 1%
}

.spam-field {
	padding: 7px 0
}

.catalog-product-view .spam-field {
	padding: 20px 0
}

.spam-field .spam-fail,
.spam-field .spam-success {
	display: none;
	font-size: 12px
}

.spam-field .spam-fail {
	color: red
}

.spam-field .spam-success {
	color: green
}

.col-main p.required-spamcheck,
input.input-text-inline {
	display: inline-block
}

.col-main p.required-spamcheck {
	font-size: 17px;
	margin-left: 10px
}

input.input-text-inline {
	width: 100px
}

button.btn-comment-post.disabled,
button.btn-contacts-review.disabled,
button.btn-product-review.disabled {
	cursor: no-drop
}

#main-nav {
	padding: 0;
	margin: 0 -15px;
	white-space: nowrap
}

#main-nav>ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none
}

#main-nav>ul>li {
	float: left;
	margin: 0
}

#main-nav>ul>li>img {
	display: none
}

#main-nav>ul>li>a:link,
#main-nav>ul>li>a:visited {
	position: relative;
	display: block;
	color: #585858;
	text-decoration: none;
	font-size: 20px;
	line-height: 2;
	padding: 0 10px;
	border-right: 1px solid #ddd;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

#main-nav>ul>li:last-child>a {
	border-right: 0
}

#main-nav>ul>li>a:active,
#main-nav>ul>li>a:focus,
#main-nav>ul>li>a:hover,
#main-nav>ul>li.active>a {
	text-decoration: none;
	color: #790d2d;
	background: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

#main-nav>ul>li.active>a::after {
	position: absolute;
	top: 100%;
	left: 25%;
	display: block;
	content: '';
	width: 50%;
	height: 1px;
	background-color: #872934;
}

#main-nav>ul>li .sub-nav {
	position: absolute;
	overflow: hidden;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
	height: 0;
	font-size: 0;
	z-index: -1;
	opacity: 0;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li.active .sub-nav {
	z-index: 2;
	opacity: 1;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li .sub-nav .menu-img-prev {
	display: none !important;
}

#main-nav>ul>li .sub-nav ul {
	display: grid;
	width: auto;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 20px;
	margin: 0;
	padding: 10px;
	line-height: 1;
	list-style: none;
	background: #fff;
	box-shadow: 2px 2px 5px 2px rgba(20,20,20,.1);
	z-index: 1;
}
#main-nav>ul>li .sub-nav ul li {
	position: relative;
	min-width: 0;
	padding: 15px 0;
}
#main-nav>ul>li .sub-nav ul li::before {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: block;
	content: '';
	width: 100px;
	height: 1px;
	background-color: #ddd;
}
#main-nav>ul>li .sub-nav ul li:nth-of-type(1)::before,
#main-nav>ul>li .sub-nav ul li:nth-of-type(2)::before,
#main-nav>ul>li .sub-nav ul li:nth-of-type(3)::before {
	display: none;
}
#main-nav>ul>li .sub-nav ul>li>a,
#main-nav>ul>li .sub-nav ul>li>a:link,
#main-nav>ul>li .sub-nav ul>li>a:visited {
	display: block;
	height: auto;
	padding: 0;
	font-size: 18px;
	color: #585858;
	text-decoration: none;
	white-space: normal;
	background: #fff;
}
p.submenu-additional-links {
	display: block;
	padding: 5px 15px 0;
	font-size: 14px;
	color: #888;
	line-height: 1.2;
	text-decoration: none;
	white-space: normal;
}
p.submenu-additional-links a,
p.submenu-additional-links a:link,
p.submenu-additional-links a:visited {
	color: #777;
	text-decoration: underline;
}
p.submenu-additional-links a:hover,
p.submenu-additional-links a:focus,
p.submenu-additional-links a:active {
	color: #790d2d
}

#main-nav>ul>li .sub-nav ul>li:last-child>a:link,
#main-nav>ul>li .sub-nav ul>li:last-child>a:visited {
	border-bottom: 0
}

#main-nav>ul>li .sub-nav ul>li>a>span {
	display: block;
	text-decoration: none;
	padding-left: 15px
}

#main-nav>ul>li .sub-nav ul>li>a:link,
#main-nav>ul>li .sub-nav ul>li>a:visited {
	padding-left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li .sub-nav ul>li>a:active,
#main-nav>ul>li .sub-nav ul>li>a:focus,
#main-nav>ul>li .sub-nav ul>li>a:hover {
	padding-left: 10px;
	color: #790d2d;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li .sub-nav ul>li>a>span:nth-child(2) {
	font-size: 11px;
	line-height: 2;
	color: #999;
	font-style: italic;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li .sub-nav ul>li>a:active>span:nth-child(2),
#main-nav>ul>li .sub-nav ul>li>a:focus>span:nth-child(2),
#main-nav>ul>li .sub-nav ul>li>a:hover>span:nth-child(2) {
	color: #790d2d;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#main-nav>ul>li .sub-nav ul>li>a>img {
	display: none
}

@media only screen and (max-width:991px) {
	#main-nav {
		display: none
	}
}

.nav-container {
	position: relative;
	z-index: 4
}

.sf-menu {
	border-top: 1px solid #e9e9e9
}

.sf-menu li {
	float: left;
	text-align: left;
	position: relative;
	border-right: 1px solid #ddd;
	font-family: Georgia, serif;
	font-size: 20px;
	margin: 0 15px 0 0;
	padding: 1px 18px 5px 0;
	z-index: 99
}

.sf-menu li.last {
	border: 0;
	padding-right: 0;
	margin: 0
}

.sf-menu li.parent {
	z-index: 999
}

.sf-menu li a {
	display: block;
	color: #2a2a2a;
	text-decoration: none;
	position: relative
}

.sf-menu>li>a>span {
	cursor: pointer;
	white-space: nowrap
}

.sf-menu li ul a span {
	white-space: normal
}

.sf-menu>li.active>a,
.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
	color: #872934
}

.sf-menu li a:hover {
	text-decoration: none
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	z-index: 99;
	width: 290px;
	display: none;
	background: #3e3e3e url(../images/bg_nav.gif);
	padding: 25px 22px 20px 22px
}

.sf-menu li li {
	margin: 0 0 5px 0;
	border: 0;
	padding: 0;
	font-size: 14px;
	text-transform: none
}

.sf-menu li li.parent>a:before {
	content: "\f101";
	float: right
}

.sf-menu li li {
	position: relative;
	float: none
}

.sf-menu li li a {
	display: inline;
	background: 0 0;
	color: #fff
}

.sf-menu li li.active>a,
.sf-menu li li.sfHover>a,
.sf-menu li li>a:hover {
	color: #fff;
	padding-left: 10px
}

.sf-menu ul ul {
	position: absolute;
	top: -999em;
	z-index: 99;
	width: 192px
}

.sf-menu li.sfHover ul,
.sf-menu li:hover ul {
	left: 0;
	top: 49px
}

ul.sf-menu li.sfHover li ul,
ul.sf-menu li:hover li ul {
	top: -999em
}

ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul {
	left: 193px;
	top: 0
}

ul.sf-menu li li.sfHover li ul,
ul.sf-menu li li:hover li ul {
	top: -999em
}

ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li li:hover ul {
	left: 193px;
	top: 0
}

@media only screen and (min-width:992px) {

	#menu-icon,
	.sf-menu-block,
	.sf-menu-phone {
		display: none !important
	}
}

@media only screen and (max-width:991px) {

	.sf-menu,
	.sf-menu-phone {
		display: none
	}

	.sf-menu-block {
		display: block;
		position: relative
	}

	#menu-icon {
		display: block;
		background: #fff;
		border: 1px solid #ccc;
		font-size: 17px;
		line-height: 21px;
		cursor: pointer;
		text-transform: none;
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
		font-family: Tinos, "Times New Roman", serif;
		color: #393939
	}

	#menu-icon:before {
		content: "\f055";
		font-size: 25px;
		line-height: 50px;
		float: right
	}

	#menu-icon.active:before {
		content: "\f056"
	}

	.sf-menu-phone {
		background: #fff;
		border: 1px solid #ccc;
		border-top: 0;
		position: absolute;
		z-index: 2;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sf-menu-phone li {
		position: relative
	}

	.sf-menu-phone>li {
		border-bottom: 1px solid #ccc;
		padding: 10px 20px;
		font-family: Tinos, "Times New Roman", serif;
		font-size: 16px
	}

	.sf-menu-phone>li.last {
		border-bottom: 0
	}

	.sf-menu-phone li a {
		display: inline-block;
		color: #393939
	}

	.sf-menu-phone li a:hover {
		color: #6ebabd
	}

	.sf-menu-phone li li {
		font-size: 13px;
		padding: 4px 8px
	}

	.sf-menu-phone li li.last {
		padding-bottom: 10px
	}

	.sf-menu-phone li li:first-child {
		padding-top: 10px
	}

	.sf-menu-phone li li:first-child strong {
		top: 10px
	}

	.sf-menu-phone li strong {
		position: absolute;
		display: block;
		top: 4px;
		right: 5px;
		width: 24px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		color: #393939
	}

	.sf-menu-phone>li>strong {
		top: 9px;
		right: 18px;
		font-size: 20px;
		line-height: 20px
	}

	.sf-menu-phone li strong:hover {
		cursor: pointer
	}

	.sf-menu-phone li strong:before {
		content: "\f067"
	}

	.sf-menu-phone li strong.opened:before {
		content: "\f068"
	}

	.sf-menu-phone ul {
		width: auto;
		border: 1px solid #ccc;
		margin: 10px 0 0 0;
		display: none
	}

	.sf-menu-phone>li.active>a>span {
		color: inherit
	}
}

@media only screen and (max-width:767px) {
	.sf-menu-block {
		margin: 0 0 5px
	}
}

@font-face {
	font-family: LeagueGothicRegular;
	src: url(../fonts/LeagueGothicRegular/LeagueGothicRegular.eot);
	src: url(../fonts/LeagueGothicRegular/LeagueGothicRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/LeagueGothicRegular/LeagueGothicRegular.woff) format("woff"), url(../fonts/LeagueGothicRegular/LeagueGothicRegular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400
}

.camera_thumbs_wrap img,
.camera_thumbs_wrap li,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap td,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap th,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap ul,
.camera_wrap a,
.camera_wrap img,
.camera_wrap li,
.camera_wrap ol,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap td .camera_thumbs_wrap a,
.camera_wrap tfoot,
.camera_wrap th,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap ul {
	background: 0 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}

.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0
}

.cameraCont .imgLoaded,
.camera_wrap img,
.header_slider img {
	max-height: 300px
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	z-index: 1
}

.camera_wrap {
	width: 100%;
	height: 300px !important
}

.camera_src {
	display: none
}

.cameraCont,
.cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1
}

.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0
}

.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0
}

.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.camera_target_content .camera_link {
	background: url(../images/camera/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none
}

.camera_loader {
	background: rgba(255, 255, 255, .9) url(../images/camera/camera-loader.gif) no-repeat center;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3
}

.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3
}

.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto
}

.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4
}

.camera_caption {
	bottom: 0;
	display: none !important;
	position: absolute;
	width: 100%
}

.camera_caption>div {
	padding: 10px 20px
}

.camerarelative {
	overflow: hidden;
	position: relative
}

.imgFake {
	cursor: pointer
}

.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10
}

.camera_prevThumbs div {
	background: url(../images/camera/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px
}

.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10
}

.camera_nextThumbs div {
	background: url(../images/camera/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px
}

.showIt {
	display: none
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative
}

.camera_command_wrap {
	left: 0;
	position: relative;
	right: 0;
	z-index: 4
}

.camera_command_wrap .hideNav {
	display: none
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.camera_wrap .camera_pag .camera_pag_ul li {
	height: 75px;
	width: 100%;
	background: #fff;
	position: relative;
	cursor: pointer
}

.camera_wrap .camera_pag .camera_pag_ul li h2 {
	height: 35px;
	line-height: 23px;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	margin-bottom: 0
}

.camera_wrap .camera_pag .camera_pag_ul li h3 {
	height: 32px;
	margin: 3px 10px 0 10px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	font-family: Verdana !important
}

.camera_wrap .camera_pag .camera_pag_ul li:after {
	content: '';
	width: 30px;
	height: 75px;
	position: absolute;
	right: -30px;
	top: 0
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
	background: #5b616b
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:after,
.camera_wrap .camera_pag .camera_pag_ul li:hover:after {
	background: transparent url(../images/camera/slider-angle.png) no-repeat scroll 0 0
}

#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH2 {
	line-height: 1;
	overflow: hidden;
	padding: 20px 10px 0 10px;
	margin-bottom: 0;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	font-family: Tinos, 'Times New Roman', serif !important;
	color: #7a0c25
}

#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH3 {
	margin: 5px 10px 0 10px;
	font-size: 12px;
	line-height: 1.4;
	height: 18px;
	overflow: hidden;
	font-weight: 100;
	font-family: Verdana !important;
	color: inherit
}

#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:hover {
	background: #f0f0f0
}

#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:after,
#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:hover:after {
	background: transparent url(slider-angle.png) no-repeat scroll 0 0
}

@media only screen and (max-width:991px) {
	#camera_wrap.camera_wrap {
		height: 188px !important;
		width: 970px
	}

	#camera_wrap.camera_wrap .cameraCont img {
		width: 100%;
		height: auto
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li,
	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:after {
		height: 47px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:after,
	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:hover:after {
		background-position: -11px -14px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li h2 {
		padding: 7px 5px 0;
		height: 21px;
		font-size: 15px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li h3 {
		padding: 4px 5px 0;
		margin: 0;
		font-size: 10px
	}
}

@media only screen and (max-width:767px) {
	#camera_wrap.camera_wrap {
		height: 188px !important;
		width: 747px
	}
}

@media only screen and (max-width:640px) {
	#camera_wrap.camera_wrap {
		height: 155px !important;
		width: 630px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li,
	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:after {
		height: 38px;
		margin-bottom: 1px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:last-child,
	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:last-child:after {
		margin-bottom: 0
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:after,
	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:hover:after {
		background-position: -15px -18px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li h2 {
		padding: 4px;
		font-size: 14px;
		line-height: 15px;
		height: 100%
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li h3 {
		display: none
	}
}

@media only screen and (max-width:480px) {
	#camera_wrap.camera_wrap {
		margin: 10px 0 !important;
		height: 143px !important;
		position: relative;
		width: 100%
	}

	#camera_wrap.camera_wrap .camera_fakehover {
		width: 100%
	}

	#camera_wrap.camera_wrap .camera_pag {
		position: absolute;
		width: 145px;
		left: 20px;
		top: 105px;
		height: 35px;
		overflow: hidden;
		line-height: 20px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li {
		background: #f0f0f0;
		border: 5px solid #f0f0f0;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		float: left;
		margin: 5px;
		text-indent: 999px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:last-child {
		margin-right: 0
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
		background: #872934
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li:after {
		display: none
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li h2 {
		display: none
	}
}

@media only screen and (max-width:360px) {
	#camera_wrap.camera_wrap {
		height: 135px !important;
		width: 340px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li {
		background: #a6a6a6;
		border: 4px solid #a6a6a6
	}
}

@media only screen and (max-width:320px) {
	#camera_wrap.camera_wrap {
		height: 130px !important;
		width: 300px
	}
}

@media screen and (min-width:320px) and (max-width:435px) {
	.add-info .h-address {
		width: 100%
	}

	.add-to-box .add-to-cart {
		width: 100%;
		text-align: center
	}

	.box-collateral.box-description {
		margin: 0;
		padding-top: 15px
	}

	.box-collateral.box-description .box-collateral-content {
		display: block
	}

	.box-collateral.box-description .box-collateral-content .products-grid .grid_wrap,
	.category-products .products-grid .grid_wrap {
		width: 100% !important;
		text-align: center;
		max-width: 340px;
		float: none
	}

	#catalog-listing .products-grid .product-image,
	.products-grid .product-image,
	.products-list .product-image {
		float: none !important;
		display: inline-block
	}

	#catalog-listing .products-grid .actions,
	#catalog-listing .products-grid .desc_grid,
	#catalog-listing .products-grid .price-box,
	#catalog-listing .products-grid .ratings {
		text-align: center
	}

	.product-view .product-shop-left {
		float: none
	}

	.product-view .product-essential {
		margin-bottom: 15px
	}

	.product-view .box-collateral.box-reviews span.toggle {
		top: 12px
	}

	.row-product.socia {
		display: block;
		width: 100%;
		position: absolute;
		top: 125px;
		text-align: right
	}

	.row-product.socia .s-title {
		text-align: right;
		padding-right: 15px;
		display: none
	}

	.cameraContents {
		width: 86% !important
	}

	.cms-index-index .main-widget .main-widget-content {
		padding: 15px 0;
		line-height: 56px
	}

	.cms-index-index .main-widget ul.home-page-main-widget {
		width: 101%
	}

	.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt {
		height: 75px
	}

	.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt a {
		font-size: 12px
	}

	.cms-index-index .home-widgets .reviews-home-block .reviews-home-block-content {
		text-align: center
	}

	.cms-index-index .home-widgets .reviews-home-block .reviews-home-block-content .rev_item_info .review_date {
		line-height: 1
	}

	.cms-index-index .home-widgets .reviews-home-block .reviews-home-block-content .rev_item_info .rev_item_nickname {
		line-height: 1
	}

	.cms-index-index .main-widget .main-widget-content .tab-pane .rev_item_info p {
		padding: 5px 0 0;
		font-size: 15px;
		text-align: center
	}

	.cms-index-index .home-widgets .reviews-home-block-content .rev_item_info .rev_item_pimage.customerimage {
		padding-left: 0
	}

	.cms-index-index .home-widgets .reviews-home-block-content .rev_item_info,
	.cms-index-index .home-widgets .reviews-home-block-content .rev_item_pimage {
		width: 100%
	}
}

@media screen and (min-width:320px) and (max-width:736px) {

	.login-logout-link,
	.villagrazia-social-header {
		text-align: center
	}
}

@media only screen and (min-width:300px) {
	.pager .pages ol {
		display: block
	}
}

@media only screen and (min-width:538px) {
	.pager .pages ol {
		display: inline;
		margin: 0
	}
}

@media screen and (min-width:568px) and (max-width:736px) {
	.add-info .h-address {
		width: 100%
	}

	.box-collateral.box-description {
		margin: 0;
		padding-top: 15px
	}

	.row-product.socia .s-title {
		text-align: right;
		padding-right: 15px;
		display: none
	}

	.index-container-wrap .container .camera_fakehover {
		width: 70%
	}

	.index-container-wrap .container .camera_pag {
		width: 30%
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH2 {
		padding: 5px 0 0 5px !important;
		font-size: 13px !important;
		height: 18px !important
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH3 {
		margin: 5px 10px 0 5px !important;
		font-size: 12px !important;
		line-height: 1 !important;
		height: 14px !important
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li.pag_nav_0 .headingH3 {
		margin: 0 10px 0 5px !important;
		font-size: 11px !important;
		line-height: 1 !important;
		height: 25px !important
	}

	.camera_fakehover {
		min-height: 155px
	}

	.camera_target {
		height: 85% !important;
		top: 25px !important;
		width: 85% !important
	}
}
@media screen and (min-width:766px) and (max-width:767px) {
	.villagrazia-social-header a {
		padding-right: 35px
	}

	.login-dashboard-icon {
		padding-left: 30px
	}

	.login-link {
		margin-top: -10px;
		display: block
	}

	.discount-pri-registraciyi {
		width: 265px;
		margin: 5px 0 0 -54px
	}

	.header-search-block {
		right: auto;
		left: 23px;
		top: 160px
	}
}

@media screen and (min-width:773px) and (max-width:780px) {
	.add-info .h-address {
		width: 100%
	}

	.add-info .h-address form#search_mini_form {
		top: 5px !important
	}

	.block-cart-header {
		padding: 5px !important
	}

	.box-collateral.box-description {
		margin: 0;
		padding-top: 15px
	}

	.row-product.socia .s-title {
		text-align: right;
		padding-right: 15px;
		display: none
	}

	.product-shop-left .box-collateral.box-additional {
		padding-top: 15px
	}

	.products-grid li.item {
		float: none;
		text-align: center;
		width: 100%;
		margin: 5px;
		padding-left: 20%
	}

	.index-container .products-grid li.item.col-xs-3 {
		float: none;
		display: inline-block;
		vertical-align: text-top;
		width: 290px;
		padding-left: 2%
	}

	.index-container-wrap .container .camera_fakehover {
		width: 80%
	}

	.index-container-wrap .container .camera_pag {
		width: 20%
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH2 {
		padding: 5px 0 0 5px !important;
		font-size: 13px !important;
		height: 18px !important
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH3 {
		margin: 5px 10px 0 5px !important;
		font-size: 12px !important;
		line-height: 1 !important;
		height: 14px !important
	}

	.camera_fakehover {
		min-height: 155px
	}

	.camera_target {
		height: 100% !important;
		top: 10px !important;
		width: 71% !important
	}

	.cms-index-index .home-widgets .last-blog .products-grid li.item {
		width: 40%;
		padding-left: 0
	}

	.cms-index-index .home-widgets .main-widget-content {
		max-width: 712px
	}
}

@media only screen and (min-width:768px) {
	.top-search-cont {
		float: right;
		position: relative;
		font-size: 18px
	}

	.index-container .products-grid li.item.col-xs-3 {
		float: none;
		display: inline-block;
		vertical-align: text-top
	}
}

@media only screen and (min-width:992px) {
	.list-left {
		float: left;
		width: 61%
	}

	.list-right {
		float: right;
		border-left: 1px solid #d1d0d0;
		padding-left: 20px;
		padding-right: 4px;
		padding-bottom: 250px;
		margin-bottom: -250px;
		width: 35%
	}

	.products-list .rating-links {
		font-size: 11px
	}

	.products-list .rating-links .separator {
		display: block;
		font-size: 0;
		width: 100%;
		border-top: 1px solid #ececec;
		height: 0;
		margin: 2px 0 3px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.product-view .product-shop {
		width: 53%
	}

	.product-view .addthis_button_tweet {
		width: 95px
	}

	.addthis_default_main .addthis_counter {
		clear: left
	}

	.addthis_mini_style .addthis_counter {
		clear: inherit
	}

	#main-nav>ul>li>a:link,
	#main-nav>ul>li>a:visited {
		font-size: 16px !important
	}

	.mini-products-list .product-image {
		width: 70px
	}

	.mini-products-list .product-name {
		width: 130px;
		margin-left: 0
	}

	.block-related .product-name {
		width: 120px
	}

	.block-poll .answer {
		width: 150px
	}

	.de-lang-class .row-product .email-friend,
	.es-lang-class .row-product .email-friend {
		float: left;
		clear: left
	}

	.box-up-sell .up-sell-carousel-none li .product-box {
		padding: 10px
	}

	.box-up-sell .up-sell-carousel-none li {
		width: 200px
	}

	.row-product .email-friend {
		clear: both;
		float: left
	}

	.products-list li.item button.button>span {
		font-size: 12px
	}

	.products-list li.item button.button span span {
		padding: 0 10px
	}

	.cms-index-index .list_carousel {
		margin: 0 14px
	}

	.cms-index-index .list_carousel .pager_c {
		margin-left: -15px
	}

	.top_block .welcome-msg {
		clear: both
	}

	.sf-menu li {
		font-size: 14px !important;
		padding: 1px 11px 5px 0 !important;
		margin: 0 10px 0 0 !important
	}

	.footer ul li {
		font-size: 14px
	}

	.banners_col1 {
		width: 220px;
		margin: 0 20px 0 0
	}

	.banners_col2 {
		width: 220px
	}

	.banner_holder {
		top: 35px
	}

	.banner_holder h2 {
		font-size: 20px;
		line-height: 22px
	}

	.banners_col1 .ban_img {
		margin: 23px 0 0 0
	}

	.banners_col2 .ban_img {
		margin: 0 0 23px 0
	}

	.ban1:after {
		top: 57px
	}

	.ban2:after {
		top: 57px
	}

	.index-container-wrap .container .camera_fakehover {
		width: 75%
	}

	.index-container-wrap .container .camera_pag {
		width: 25%
	}

	.cameraCont .imgLoaded,
	.camera_wrap img,
	.header_slider img {
		width: 100%;
		padding-top: 40px
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH2 {
		height: 35px !important
	}

	.header-search-block {
		right: -7px;
		top: 222px
	}

	.search-block input#search {
		width: 180px
	}
}

@media only screen and (max-width:1400px) {
	#back-top {
		display: none !important
	}
}

@media only screen and (min-width:1020px) and (max-width:1024px) {
	.index-container .products-grid li.item {
		float: left;
		display: inline-block;
		width: 240px
	}

	.index-container .post-list.products-grid li.item {
		float: none;
		display: inline-block;
		width: 290px;
		vertical-align: text-top
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header {
		padding: 10px 0 15px
	}

	.top_block .welcome-msg {
		clear: both;
		font-size: 15px;
		margin-bottom: 15px
	}

	.header-button.currency-list>a,
	.header-button.lang-list>a {
		font-size: 15px
	}

	.header-buttons {
		clear: both
	}

	.header .right_head {
		padding: 40px 0 0 0
	}

	.order-buttons {
		display: none !important
	}

	.nobr {
		white-space: normal
	}

	.sorter .view-mode {
		padding-top: 0
	}

	.camera_target {
		height: 85% !important;
		top: 15px !important;
		width: 70% !important
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH2 {
		padding: 5px !important;
		height: 20px !important;
		font-size: 15px !important
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li .headingH3 {
		line-height: 1 !important
	}

	.cart .crosssell button.btn-cart {
		float: none;
		margin-bottom: 10px
	}

	.cart .crosssell .add-to-links {
		float: none
	}

	.cart .crosssell .product-details button.button>span {
		font-size: 11px
	}

	.cart .discount-form .input-box input {
		width: 198px
	}

	.form-list .input-box {
		width: 225px
	}

	.cart .shipping .form-list li select option {
		width: 174px
	}

	.cart .totals button.button>span {
		font-size: 14px
	}

	.cart .totals table td,
	.cart .totals table th {
		font-size: 11px;
		padding: 15px 10px
	}

	.cart .totals table td+td {
		padding: 15px 10px
	}

	.cart .totals .price {
		font-size: 18px
	}

	.index-container-wrap .container .camera_pag {
		width: 25%
	}

	.index-container-wrap .container .camera_fakehover {
		width: 75%
	}

	.mini-products-list .product-name {
		width: 100%;
		margin: 0;
		padding-top: 10px
	}

	.block-compare .product-image {
		float: none;
		margin: 0 auto 10px
	}

	.block .block-title strong,
	.page-title h1,
	.page-title h2 {
		font-size: 14px;
		word-wrap: break-word
	}

	.data-table.data-table-indent {
		font-size: 11px
	}

	.products-grid li.item .minimal-price-link,
	.regular-price {
		float: none
	}

	.products-grid li.item .price-box.map-info a {
		float: none;
		padding: 0;
		margin-top: 2px
	}

	.products-grid li.item .old-price,
	.products-grid li.item .regular-price {
		display: block
	}

	.products-grid li.item .ratings .rating-box {
		float: none;
		margin: 0 auto 10px
	}

	.products-grid li.item .ratings .amount {
		float: none;
		display: block;
		text-align: center;
		margin: 0
	}

	.product-shop .price-box {
		float: none
	}

	.product-shop-left .box-collateral.box-additional {
		padding-top: 15px
	}

	.products-grid li.item button.button>span {
		font-size: 12px
	}

	.index-container .post-list.products-grid li.item {
		float: none;
		display: inline-block;
		margin: 5px;
		vertical-align: text-top
	}

	.product-view .product-img-box .more-views li.item-4 {
		margin-left: 0
	}

	#cloud-zoom-big {
		width: 250px !important;
		height: 250px !important
	}

	.product-view .product-shop {
		float: none;
		width: auto
	}

	.catalog-product-view .map-popup {
		left: 0 !important
	}

	.addthis_default_main .addthis_counter {
		clear: inherit
	}

	.block-layered-nav dd {
		padding-left: 5px
	}

	.my-account a {
		text-decoration: underline
	}

	.my-account a:hover {
		text-decoration: none
	}

	.opc .field {
		width: 255px
	}

	.opc .field input,
	.opc .fields input {
		width: 238px
	}

	.opc .field select,
	.opc .fields select {
		width: 238px
	}

	.opc .field select option,
	.opc .fields select option {
		width: 217px
	}

	.opc .form-list li.wide input.input-text {
		width: 490px
	}

	.opc .form-list li.wide .input-box {
		width: auto
	}

	.opc .name-middlename {
		width: 149px
	}

	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname,
	.opc .form-list .customer-name-suffix .name-lastname {
		width: 118px
	}

	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text {
		width: 93px
	}

	.cart-collaterals .col2-set .col-1 {
		margin-right: 15px
	}

	.cart .totals button.button>span {
		font-size: 12px
	}

	.cart .crosssell .product-image,
	.cart .crosssell .product-image img {
		width: 80px;
		height: 80px;
		overflow: hidden
	}

	.box-up-sell {
		height: auto
	}

	.box-up-sell h2 {
		font-size: 12px;
		line-height: 15px
	}

	#multiship-addresses-table select {
		width: 200px
	}

	#multiship-addresses-table select option {
		width: 170px
	}

	#checkout-step-login .col2-set .col-1 {
		margin-bottom: 10px
	}

	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		float: none;
		margin-right: 0;
		width: 96%
	}

	#multishipping-billing-form .sp-methods .form-list input.input-text {
		width: 100%
	}

	#co-billing-form>fieldset {
		display: table-column
	}

	.checkout-progress li {
		clear: left;
		width: 100%
	}

	.box-collateral.form-add .box-collateral-content {
		overflow: auto
	}

	.form-list select {
		width: 340px
	}

	.search-form .form-list select {
		width: 300px
	}

	.multiple-checkout .form-list li.wide .input-box {
		width: 100%
	}

	.multiple-checkout .gift-messages-form .item .details .field {
		width: 100%
	}

	.multiple-checkout .gift-messages-form .form-list input.input-text {
		width: 100%
	}

	.multiple-checkout .gift-messages-form .inner-box .form-list li.wide textarea {
		width: 100%
	}

	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3 {
		padding: 214px 15px 15px
	}

	.cms-about-magento-demo-store .about-col-4 ul,
	.cms-about-magento-demo-store .about-col-5 ul,
	.cms-about-magento-demo-store .about-col-6 ul {
		padding: 25px 0 12px 20px
	}

	.block-poll .answer {
		width: 95px
	}

	.footer-container-bottom {
		padding: 20px 0
	}

	.footer-cols-wrapper {
		position: relative
	}

	.footer .footer-col.last {
		margin-right: 0
	}

	.footer h4,
	.socials h3 {
		font-size: 16px
	}

	.footer ul li {
		font-size: 13px;
		padding: 0 0 5px
	}

	.my-account #wishlist-view-form #wishlist-table .product-image img {
		height: 100px;
		width: 100px
	}

	.my-account .data-table td,
	.my-account .data-table th {
		padding: 5px
	}

	#wishlist-view-form .buttons-set.buttons-set2 {
		text-align: center
	}

	#wishlist-view-form .buttons-set.buttons-set2 button.button {
		float: none;
		margin: 0 10px 10px 0 !important
	}

	#customer-reviews button.button {
		float: left
	}

	.box-up-sell .up-sell-carousel-none li .product-box {
		padding: 5px
	}

	.box-up-sell .up-sell-carousel-none li {
		width: 150px
	}

	.banners_col1 {
		width: 166px;
		margin: 0 16px 0 0
	}

	.banners_col2 {
		width: 166px
	}

	.banner_holder {
		top: 28px
	}

	.banner_holder h2 {
		font-size: 14px;
		line-height: 16px
	}

	.banners_col1 .ban_img {
		margin: 22px 0 0 0
	}

	.banners_col2 .ban_img {
		margin: 0 0 22px 0
	}

	.ban1:after {
		top: 41px
	}

	.ban2:after {
		top: 41px
	}

	.row-product.socia .s-title {
		display: none
	}
}

@media only screen and (max-width:767px) {
	body {
		padding: 50px 0 0
	}

	body.ind.ps-phone {
		overflow: scroll;
		position: fixed;
		width: 100%
	}

	body.ind.ps-static {
		overflow: hidden
	}

	.col1-layout .col-main,
	.col2-left-layout .col-main,
	.col2-right-layout .col-main {
		float: none
	}

	.header-container {
		padding: 0 2.127659574468085%
	}

	.footer-container-bottom {
		padding: 0 2.127659574468085%
	}

	.bottom-container {
		padding: 0 2.127659574468085%
	}

	.container {
		margin: 0
	}

	.footer-container-bottom .container {
		padding: 0
	}

	.header {
		padding: 20px 10px 0;
		margin: 0
	}

	.top-container {
		background: 0 0
	}

	.top-container-wrap {
		background: 0 0
	}

	.top_block {
		padding: 0
	}

	.header .top-search,
	.top_block .links,
	.top_block .welcome-msg {
		display: none
	}

	.header .header-row-bg {
		padding: 20px 10px
	}

	.order-buttons {
		display: none !important
	}

	.title-buttons h1,
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 {
		float: none
	}

	.nobr {
		white-space: normal
	}

	.header .form-search .input-text {
		width: 100%;
		margin: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
		height: 40px
	}

	.block-cart-header:after {
		display: none
	}

	.block-cart-header .empty>div,
	.block-cart-header .headingH3,
	.block-cart-header .summary,
	.header-buttons,
	.quick-access {
		display: none
	}

	.toolbar {
		margin-bottom: 20px
	}

	.toolbar .pager {
		padding: 0 0 18px 0
	}

	.toolbar .pager .amount {
		padding: 0
	}

	.toolbar .pager .pages {
		margin: 0
	}

	.toolbar-bottom .toolbar .pager {
		border: 0;
		padding: 0
	}

	.toolbar-bottom .toolbar .pages {
		border: 0;
		padding-bottom: 0;
		margin-top: 0;
		overflow: hidden;
		border-top: none;
		float: none;
		width: 100%
	}

	.indent-sw1 {
		margin-bottom: 20px
	}

	.checkout-multishipping-login .col-main {
		padding-bottom: 0
	}

	.form-list select {
		width: 300px
	}

	.form-list input.input-text,
	.form-list li.wide input.input-text {
		width: 294px
	}

	.form-list .name-middlename {
		width: 117px
	}

	.form-list .customer-name-middlename .name-firstname input.input-text,
	.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.form-list .customer-name-middlename-suffix .name-lastname input.input-text,
	.form-list .customer-name-prefix .name-firstname input.input-text,
	.form-list .customer-name-suffix .name-lastname input.input-text {
		width: 99%
	}

	.form-list .customer-name-middlename .name-firstname,
	.form-list .customer-name-middlename-suffix .name-firstname,
	.form-list .customer-name-middlename-suffix .name-lastname,
	.form-list .customer-name-suffix .name-lastname {
		width: 100%
	}

	.form-list .name-middlename input.input-text {
		width: 99%
	}

	.form-list .customer-dob .dob-year input.input-text {
		width: 146px
	}

	#checkout-payment-method-load input.input-text {
		width: 100%
	}

	#shopping-cart-table {
		display: block;
		width: 100%
	}

	#checkout-step-login .col-2 .form-list input.input-text {
		width: 253px
	}

	.multiple-checkout .page-title.title-buttons h1 {
		margin-bottom: 10px
	}

	.category-title,
	.page-title {
		margin-bottom: 16px
	}

	.pager .pages {
		clear: both;
		margin: 0
	}

	.index-container .products-grid .product-image {
		float: left
	}

	.products-list .product-image {
		float: left;
		margin: 0 10px 0 0;
		width: 110px;
		overflow: hidden
	}

	.products-grid .product-shop,
	.products-list .product-shop {
		overflow: hidden
	}

	.products-list .ratings .rating-links .separator,
	.products-list .ratings .rating-links a+span+a {
		display: none
	}

	.note-msg-empty-catalog {
		padding: 150px 0 0;
		background-position: center top;
		text-align: center
	}

	.label-product {
		left: 45px;
		right: auto
	}

	.label-product.label-indent {
		left: 75px
	}

	.products-grid li.item button.button>span,
	.products-list li.item button.button>span {
		font-size: 12px
	}

	.products-list li.item button.button span span {
		padding: 0 10px
	}

	.product-view {
		margin-bottom: 5px
	}

	.product-view .product-shop {
		float: none;
		width: 100%
	}

	.product-view .product-img-box {
		float: none;
		width: 310px;
		margin: 0 auto 20px
	}

	.product-view .product-name h1 {
		font-size: 16px;
		line-height: 19px
	}

	.product-view h2 {
		padding: 17px 30px 17px 15px
	}

	.product-view .product-shop .price-box {
		float: none;
		display: block;
		margin: 0 0 10px;
		overflow: hidden
	}

	.add-to-cart {
		padding-top: 15px
	}

	.add-to-cart .qty-block {
		padding-top: 0;
		margin: 0 0 5px
	}

	.product-view .product-shop .add-to-links {
		border-bottom: none;
		padding-bottom: 0
	}

	.product-view .product-shop .add-to-links li {
		float: none;
		font-size: 14px;
		line-height: 17px;
		font-weight: 400;
		margin: 0 !important;
		padding-bottom: 19px
	}

	.product-view .row-product {
		padding-top: 0
	}

	.product-view .row-product p {
		float: none !important;
		font-size: 14px;
		line-height: 17px
	}

	.product-view .row-product .no-rating {
		padding-bottom: 19px
	}

	.product-view .row-product .ratings {
		float: none;
		padding-bottom: 19px
	}

	.product-view .row-product .ratings .rating-links {
		padding-left: 0 !important
	}

	.product-view .add-to-links li+li {
		display: none
	}

	.product-options .options-list li label {
		padding-top: 2px
	}

	.product-view .product-collateral #customer-reviews dl {
		padding: 0 15px
	}

	.product-view #review-form h3,
	.product-view #review-form h4,
	.product-view .tabs-custom {
		padding: 0 15px
	}

	.container-slider {
		margin: 0 auto
	}

	.addthis_default_main .addthis_counter {
		clear: inherit
	}

	.product-view .product-options-bottom {
		margin-bottom: 20px
	}

	.block-slider-sidebar {
		display: none !important
	}

	.product-collateral #customer-reviews #product-review-table span.nobr {
		padding: 0
	}

	#review-form #product-review-table th {
		padding: 9px 4px
	}

	#review-form #product-review-table td {
		padding: 14px 4px;
		text-align: center
	}

	.product-collateral .box-collateral {
		margin-bottom: 0
	}

	.product-collateral .box-collateral h2 {
		cursor: pointer
	}

	.product-collateral .box-collateral h2 span.toggle {
		top: 20px
	}

	.box-up-sell .up-sell-carousel-none li .product-image {
		float: left;
		margin-right: 15px;
		width: 100px
	}

	.box-up-sell {
		background: 0 0;
		border: none;
		padding: 20px 0 0
	}

	.box-up-sell .up-sell-carousel-none li {
		float: none;
		background: 0 0;
		width: auto;
		margin: 0 0 15px;
		text-align: left
	}

	.box-up-sell .up-sell-carousel-none li .product-box {
		padding: 10px;
		overflow: hidden
	}

	.box-up-sell .up-sell-carousel-none li .rating-box {
		margin: 0 0 5px
	}

	.carousel-next,
	.carousel-prev {
		right: 10px
	}

	.carousel-prev {
		right: 40px
	}

	.col-main {
		padding-bottom: 20px
	}

	.block {
		margin-bottom: 8px;
		padding: 0 10px
	}

	.block.last_block {
		border: none
	}

	.block .block-title {
		margin-bottom: 8px;
		padding-bottom: 8px;
		padding-right: 40px
	}

	.block .block-title:hover {
		cursor: pointer
	}

	.block.block-account .block-title:hover {
		cursor: default
	}

	.sidebar .block.block-progress .block-content {
		display: block
	}

	.mini-products-list .product-name {
		width: 150px
	}

	.product-view .product-shop {
		float: none;
		width: 100%
	}

	.cart .data-table,
	.cms-template-settings .data-table {
		position: relative;
		padding-bottom: 90px
	}

	.cart .data-table colgroup,
	.cart .data-table thead,
	.cms-template-settings .data-table colgroup,
	.cms-template-settings .data-table thead {
		display: none
	}

	.cart .data-table tfoot,
	.cms-template-settings .data-table tfoot {
		width: 100%;
		display: block
	}

	.cart .data-table tbody,
	.cart .data-table td,
	.cart .data-table tr,
	.cms-template-settings .data-table tbody,
	.cms-template-settings .data-table td,
	.cms-template-settings .data-table tr {
		display: block;
		text-align: center !important
	}

	.cart .data-table td,
	.cms-template-settings .data-table td {
		margin: 0 10px;
		border: 0;
		border-bottom: 1px solid #ddd
	}

	.cart .data-table td.last,
	.cms-template-settings .data-table td:last-child {
		border: 0
	}

	.cart .data-table tr,
	.cms-template-settings .data-table tr {
		margin: 4px 0 25px;
		border: 1px solid #e9e9e9
	}

	.cart .data-table tfoot {
		position: absolute;
		bottom: 0;
		left: 0
	}

	.cart .data-table tfoot button.button {
		margin: 3px 0
	}

	.block-related .product-name {
		width: 185px
	}

	.cart .cart-table-foot {
		text-align: center
	}

	.cart .cart-table-foot .btn-continue {
		float: none
	}

	.cart .cart-table-foot button.button {
		margin-bottom: 5px
	}

	.cart .crosssell .add-to-links {
		float: none;
		display: block;
		padding-top: 10px
	}

	.cart .crosssell .add-to-links li {
		margin: 0
	}

	.cart .crosssell button.btn-cart {
		float: none
	}

	.cart .cart-collaterals .col2-set,
	.cart .totals,
	.cart-collaterals .col2-set .col-1,
	.cart-collaterals .col2-set .col-2 {
		width: 100%;
		clear: both
	}

	.cart-collaterals .col2-set .col-1,
	.cart-collaterals .col2-set .col-2 {
		margin: 0 0 25px
	}

	.cart .discount,
	.cart .shipping {
		width: 100%
	}

	.col-main .block-account {
		display: block
	}

	.padding-s .block {
		padding: 0
	}

	.block-account ul li {
		font-size: 14px;
		line-height: 17px
	}

	.block-account ul li a,
	.my-account a {
		text-decoration: underline
	}

	.block-account ul li a:hover,
	.my-account a:hover {
		text-decoration: none
	}

	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {
		float: none;
		width: 100%
	}

	.my-account .data-table {
		border: 1px solid #ececec;
		width: 100%
	}

	.my-account .data-table td,
	.my-account .data-table th {
		padding: 10px 4px
	}

	.my-account .data-table tr {
		display: block;
		border-bottom: 1px solid #ececec
	}

	.my-account .data-table tr.last {
		border-bottom: none
	}

	.my-account .data-table td {
		display: block;
		border: none
	}

	.my-account .data-table colgroup {
		display: none
	}

	.my-account #my-orders-table td {
		padding: 10px 10px 0 10px
	}

	.my-account #my-orders-table td.order-qty {
		font-weight: 700
	}

	.my-account #my-orders-table td.order-qty .nobr strong {
		font-weight: 400
	}

	.my-account #my-orders-table td.order-product-name .product-name {
		font-weight: 700
	}

	.my-account #my-orders-table td.order-subtotal.last {
		text-align: left
	}

	.my-account #my-orders-table td.last {
		padding-bottom: 10px;
		text-align: left
	}

	.my-account #my-orders-table tfoot {
		border-top: 1px solid #ececec
	}

	.my-account #my-orders-table tfoot td {
		display: inline-block;
		padding: 10px;
		width: 120px
	}

	.my-account #my-orders-table tfoot td+td {
		text-align: left !important
	}

	.my-account #my-orders-table tfoot .grand_total {
		font-size: 14px;
		line-height: 17px
	}

	.my-account .page-title button.button {
		margin-top: 10px
	}

	.my-account textarea {
		max-width: 294px;
		min-width: 294px
	}

	.my-account #wishlist-view-form .buttons-set {
		text-align: center
	}

	.my-account #wishlist-view-form .buttons-set button.button {
		float: none;
		margin: 0 0 3px
	}

	.my-account #wishlist-table .cart-cell .price-box span.old-price {
		display: block
	}

	.my-account #wishlist-table .product-image {
		margin-left: 42px
	}

	#wishlist-view-form #wishlist-table .product-image img {
		height: 200px;
		width: 200px
	}

	.my-account #my-tags-table td .price-box {
		overflow: hidden
	}

	.my-account #my-tags-table td button.button {
		float: left;
		margin-right: 10px
	}

	.my-account #my-tags-table .add-to-links {
		float: right;
		margin-top: 5px
	}

	#checkout-review-table-wrapper {
		overflow-x: auto
	}

	.product-review .product-img-box {
		float: none;
		overflow: hidden;
		margin: 0 0 20px;
		width: 310px
	}

	.product-review .product-img-box .product-image {
		float: left;
		margin: 0 10px 0 0;
		height: 100px;
		width: 100px
	}

	.product-review .product-img-box .product-image img {
		height: 100px;
		width: 100px
	}

	.product-review .product-img-box .product-review-block {
		overflow: hidden;
		padding-top: 20px
	}

	.product-review .product-img-box .product-review-block .rating-links {
		text-align: center
	}

	.form-list .field,
	.form-list .input-box,
	.form-list input.input-text,
	.form-list li.wide .input-box,
	.form-list li.wide input.input-text,
	.form-list select,
	.opc .field,
	.opc .field select,
	.opc .fields select,
	.opc .form-list li.wide input.input-text {
		width: 100%
	}

	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text {
		width: 100%
	}

	.opc .name-middlename input {
		width: 100% !important
	}

	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
		width: 265px
	}

	.checkout-multishipping-address-newshipping .form-list select {
		width: 265px
	}

	.multiple-checkout .col-1.col-narrow,
	.multiple-checkout .col-2.col-wide {
		float: none;
		width: 100%
	}

	.multiple-checkout .col-2.col-wide .box {
		margin-left: 0
	}

	.checkout-progress li {
		clear: left;
		width: 100%
	}

	#checkout-step-login .col2-set .col-1 {
		margin-bottom: 10px
	}

	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		float: none;
		margin-right: 0;
		width: 268px
	}

	#co-billing-form>fieldset {
		border: 0;
		padding: 0
	}

	#payment-tool-tip {
		right: 0
	}

	#payment-tool-tip img {
		width: 268px
	}

	.opc #checkout-review-table td {
		padding: 7px
	}

	.opc #checkout-review-table tfoot td {
		padding: 7px
	}

	#checkout-progress-wrapper {
		display: none
	}

	#multiship-addresses-table.data-table td {
		padding: 5px
	}

	#multiship-addresses-table select {
		width: 80px
	}

	.gift-messages-form .inner-box .form-list li.wide textarea {
		width: 99%;
		max-width: inherit
	}

	.gift-messages-form .item .product-img-box {
		float: none;
		margin-bottom: 10px
	}

	.gift-messages-form .item .details {
		margin: 0
	}

	#checkout-step-login .col2-set {
		padding: 10px
	}

	#product_sendtofriend_form #sender_message,
	#product_sendtofriend_form .form-list .fields .field input.input-text {
		width: 304px
	}

	.advanced-search .form-list select {
		width: 100%
	}

	.advanced-search+.buttons-set {
		max-width: 100%
	}

	.title-buttons {
		text-align: left
	}

	.account-login .new-users-wrapper,
	.account-login .registered-users-wrapper {
		width: 100%;
		clear: both
	}

	#contactForm .form-list input.input-text,
	#contactForm .form-list li.wide .input-box {
		width: 100%
	}

	.sales-guest-form .form-alt input.input-text,
	.sales-guest-form .form-alt li .input-box {
		width: 100% !important
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table thead {
		display: none
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table {
		border: 1px solid #ececec;
		width: 100%
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table tr {
		display: block;
		border-bottom: 1px solid #ececec
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table tr.last {
		border-bottom: none
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table td,
	.cms-privacy-policy-cookie-restriction-mode .data-table th {
		display: block;
		border: none
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table th {
		padding: 10px 10px 5px
	}

	.cms-privacy-policy-cookie-restriction-mode .data-table td {
		padding: 5px 10px 10px
	}

	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3,
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 {
		margin: 0 0 40px;
		width: 100%
	}

	.about-padd,
	.about-padd2 {
		padding-bottom: 0
	}

	.page-sitemap .pager .amount {
		display: block
	}

	.page-sitemap .sitemap {
		padding: 0
	}

	.block-compare,
	.block-compared,
	.block-wishlist,
	.cart .crosssell .add-to-links li+li,
	.footer .footer-col-content,
	.my-account .data-table thead,
	.opc #checkout-review-table .item-options,
	.opc #checkout-review-table colgroup,
	.opc #checkout-review-table thead,
	.products-grid .actions li+li,
	.products-grid .add-to-links,
	.products-list .add-to-links,
	.products-list .add-to-links li+li,
	.sidebar .block .block-content,
	.toolbar .sorter {
		display: none
	}

	.footer {
		padding: 30px 10px 20px 10px
	}

	.footer-cols-wrapper {
		border: 0
	}

	.footer .footer-col {
		margin-right: 0;
		width: 100%;
		min-height: inherit;
		border: 0
	}

	.footer .footer-col-content {
		margin-bottom: 12px
	}

	.footer .paypal-logo {
		float: left;
		clear: left;
		margin: 10px 0
	}

	.footer address {
		border-top: none
	}

	.footer h4 {
		border-bottom: 1px solid #aaa;
		margin-bottom: 10px;
		padding-bottom: 10px
	}

	.footer h4:hover {
		cursor: pointer
	}

	.footer-container-bottom .paypal-logo {
		float: left;
		clear: left;
		margin: 10px 0
	}

	.footer .facebook-fanbox {
		text-align: center
	}

	.footer .store-switcher {
		float: left;
		clear: left
	}

	.bottom_block {
		padding: 20px 10px
	}

	.map-popup {
		left: 0 !important;
		width: 320px
	}

	#contactForm,
	.contact-left {
		float: none;
		margin: 0;
		width: 100%
	}

	#contactForm .form-list .field {
		float: none;
		width: 100%
	}

	.form-alt li.last .input-box {
		width: auto !important
	}

	.index_block {
		padding: 0 10px
	}

	.banners_block {
		float: none;
		width: inherit;
		max-width: 570px;
		margin: 0 auto 20px
	}

	.banners_col1 {
		float: left;
		width: 47%;
		margin: 0
	}

	.banners_col2 {
		float: right;
		width: 47%
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.form-list .name-middlename {
		width: 100%
	}

	.form-list .customer-dob .dob-year input.input-text {
		width: 213px
	}

	.products-list .product-image {
		width: 210px
	}

	.minimal-price-link .label {
		padding-left: 0
	}

	.map-popup {
		left: 50px !important
	}

	.mini-products-list .product-name {
		width: 315px
	}

	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
		width: 390px
	}

	.checkout-multishipping-address-newshipping .form-list select {
		width: 390px
	}

	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		width: 398px
	}

	#checkout-step-login .col-2 .form-list .input-box {
		width: 398px
	}

	#checkout-step-login .col-2 .form-list input.input-text {
		width: 392px
	}

	#payment-tool-tip img {
		width: 400px
	}

	#co-billing-form>fieldset {
		border: 1px solid #e5e5e5;
		padding: 10px
	}

	#multiship-addresses-table select {
		width: 150px
	}
}

@media only screen and (max-width:600px) {
	.cart .data-table {
		padding-bottom: 200px
	}

	.cart .data-table tfoot button.button {
		margin-left: 59px;
		margin-right: 59px
	}

	.banner_holder {
		top: 25px
	}

	.banner_holder h2 {
		font-size: 20px;
		line-height: 22px
	}
}

@media only screen and (max-width:460px) {

	.data-table td,
	.data-table th {
		padding: 10px 5px
	}

	.multiple-checkout .page-title h1 {
		margin-bottom: 5px
	}

	#review-form,
	.multiple-checkout {
		padding-bottom: 20px;
		-webkit-overflow-scrolling: touch
	}

	.page-sitemap .links {
		margin: 0
	}

	.cart .totals button.button>span {
		font-size: 12px
	}

	.box-up-sell .caroufredsel_wrapper {
		min-height: 320px
	}

	.block-cart-header {
		border: 0
	}

	#review-form #product-review-table th .nobr {
		white-space: normal !important;
		text-align: center;
		display: block
	}

	.addthis_button_google_plusone {
		clear: left
	}

	.cart .data-table tfoot button.button {
		margin-left: 10px;
		margin-right: 10px
	}

	.cart .data-table tfoot button.button>span {
		font-size: 12px
	}

	.data-table td,
	.data-table th {
		font-size: 11px;
		white-space: normal
	}

	.buttons-set button.button>span {
		font-size: 12px
	}

	.header .logo {
		width: 100%
	}

	.banners_block {
		max-width: 270px
	}

	.banners_col1 {
		float: none;
		width: 100%;
		margin: 0 0 30px
	}

	.banners_col2 {
		float: none;
		width: 100%
	}

	.ban1:after {
		display: none
	}

	.ban2:after {
		display: none
	}

	.banner_holder {
		top: 38px
	}

	.banner_holder h2 {
		font-size: 30px;
		line-height: 30px
	}

	#review-form #product-review-table th {
		padding: 9px 2px;
		font-size: 10px;
		font-weight: 400
	}
}

@media only screen and (max-width:362px) {
	.product-view .product-img-box {
		text-align: left;
		width: 288px
	}

	.product-view .product-img-box .product-box-customs .product-image {
		overflow: hidden;
		width: 284px
	}

	.container-slider {
		width: 290px
	}

	.container-slider li,
	.tumbSlider li {
		width: 90px
	}

	.search-form .form-list .input-box,
	.search-form .form-list .input-box input {
		width: 99% !important
	}
}

@media only screen and (max-width:320px) and (max-height:410px) {
	.block-cart-header .cart-content {
		max-height: 370px;
		padding-bottom: 70px
	}
}

@media only screen and (max-width:320px) and (max-height:460px) {
	.block-cart-header .cart-content {
		max-height: 450px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 60px
	}
}

@media only screen and (max-width:680px) and (max-height:460px) {
	.block-cart-header .cart-content {
		height: 320px;
		padding-bottom: 100px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}





/* NEW! */

@media only screen and (min-width:300px) {
	/* All Styles */
		html {
			scroll-behavior: smooth;
		}
		/* body {
			background-attachment: fixed;
			background-size: inherit;
			background-repeat: no-repeat;
			background-position: center center;
			background-image: url(../images/v-gb.jpg)
		} */
		hr {
			margin: 35px 0;
			border: none;
			border-top: 1px dashed #ecf0f1
		}
		.numbers-font {
			font-family: Tinos;
		}
		.h-address {
			display: block
		}
		/* Form */
			input[type=checkbox]:hover,
			input[type=radio]:hover,
			.layered-nav-filter-label:hover {
				cursor: pointer;
			}
	/* Content */
		.post-entry ul,
		div.std ul {
			list-style-type: disc;
			margin: 10px 0 10px 30px;
			text-align: justify;
		}
		.is-blog .post-entry ul,
		.is-blog div.std ul {
			font-size: initial;
		}
		.post-entry ul p,
		div.std ul p {
			text-align: justify;
		}
	/* Custom Page Styles */
		.custom-page-styles {
			margin-bottom: 10em;
			font-size: 1.142857142857143em;
		}
		.custom-page-styles .subtitle {
			display: block;
			margin: 2em 0 1em;
			color: #a23542;
			font-size: 1.6em;
			font-weight: bold;
			font-family: Tinos, "Times New Roman", serif;
			line-height: 1.1;
			text-align: center;
		}
		.custom-page-styles h2 {
			font-size: 1.4em;
		}
		.custom-page-styles p {
			font-size: inherit;
		}
	/* Flex */
		.flex {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: flex-start;
			-webkit-align-items: stretch;
			-webkit-align-content: flex-start;
			-webkit-flex-direction: row;
			-webkit-flex-wrap: nowrap;
			-webkit-flex-flow: row nowrap;
			justify-content: flex-start;
			align-items: stretch;
			align-content: flex-start;
			flex-direction: row;
			flex-wrap: nowrap;
			flex-flow: row nowrap
		}
		.flex:after,
		.flex:before {
			display: none
		}
	/* Mob Menu */
		.sf-menu-block {
			display: none;
		}
		.swipe {
			top: 30px
		}
		.swipe-menu {
			height: 100%;
			padding: 10px 0 50px;
			overflow: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch
		}
		.swipe-menu hr {
			display: block;
			width: 80%;
			margin: 20px auto;
			border-color: #8a303b
		}
		.swipe-menu a,
		.swipe-menu a:link,
		.swipe-menu a:visited {
			position: relative;
			display: block;
			line-height: 1;
			text-decoration: none
		}
		#mob-nav-top a.home-link:before {
			content: "\f015";
			margin-right: 10px
		}
		#mob-nav-top li:nth-of-type(7) a:before {
			content: "\f06b";
			margin-right: 5px
		}
		#mob-nav-top li:nth-of-type(8) a:before {
			content: "\f004";
			margin-right: 5px;
			font-size: 1.2em
		}
		.swipe-menu .footer-links-menu>div {
			text-align: center;
			margin-top: 15px
		}
		.swipe-menu .footer-links-menu>div a:link,
		.swipe-menu .footer-links-menu>div a:visited {
			display: inline-block;
			vertical-align: top;
			width: 18%;
			margin: 0 2%
		}
		.swipe-menu .footer-links-menu>div a:link img,
		.swipe-menu .footer-links-menu>div a:visited img {
			display: block;
			width: 100%;
			line-height: 1;
			margin: 0 !important
		}
		.swipe-menu .footer-links-menu li a,
		.swipe-menu .footer-links-menu li a:link,
		.swipe-menu .footer-links-menu li a:visited {
			color: #eee;
			font-size: .96em;
			font-weight: 400;
			padding: 5px 5px 5px 20px;
			margin: 10px 0
		}
		.top-icon-menu .swipe-control i {
			position: relative;
			top: 1px
		}
		/* Mob Sub Menu */
	/* Navigation */
		#main-nav ul li>a:link,
		#main-nav ul li>a:visited {
			position: relative
		}
		/* Navigation icons */
		#main-nav>ul>li:nth-last-of-type(3)>a:before {
			display: inline-block;
			vertical-align: top;
			position: relative;
			content: '';

			/*
			top: 10px;
			width: 21px;
			height: 21px;
			background: transparent url(./love.png) no-repeat 50% 50%;
			*/

			top: 5px;
			width: 28px;
			height: 28px;
			background: transparent url(../images/christmas-tree.png) no-repeat 50% 50%;

			/*
			top: 5px;
			width: 28px;
			height: 28px;
			background: transparent url(../images/flowers.jpg) no-repeat 50% 50%;
			*/

			/* top: 5px;
			width: 28px;
			height: 28px;
			background: transparent url(../images/tree.png) no-repeat 50% 50%; */
			
			/*			
			top: 5px;
			width: 28px;
			height: 28px;
			background: transparent url(../images/easter-egg.jpg) no-repeat 50% 50%;
			*/
			background-size: contain
		}

		#main-nav>ul>li:nth-last-of-type(2)>a:before {
			position: absolute;
			top: 19px;
			left: 30px;
			display: block;
			width: auto;
			height: auto;
			content: 'SALE';
			padding: 15px 5px 5px;
			font-size: 12px;
			text-align: center;
			color: #fff;
			-webkit-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			transform: rotate(-15deg);
			background: transparent url(../images/sale-icon-solid.png) no-repeat 50% 50%;
			background-size: 45px;
			text-shadow: 1px 1px 0 #86a504;
		}
	/* Breadcrumbs */
		.breadcrumbs {
			margin: -15px 0 15px;
			padding: 8px 15px;
			list-style: none;
			background: #ecf0f1;
			white-space: nowrap;
			overflow: hidden
		}
		.breadcrumbs li {
			display: none
		}
		.breadcrumbs li:nth-last-child(2) {
			display: inline-block;
		}
		.breadcrumbs li:nth-last-child(2) a {
			position: relative;
			color: #872934;			
		}
		.breadcrumbs li:nth-last-child(2) > span {
			display: none;
		}
		.breadcrumbs li:nth-last-child(2) a:before {
			display: inline-block;
			content: "\003C";
			width: 1em;
			height: auto;
		}
		.breadcrumbs li > span {
			margin: 0 5px;
		}
		.breadcrumbs .active {
			color: #999
		}
		.breadcrumbs li a {
			text-decoration: none
		}
		.breadcrumbs li span {
			display: inline-block;
		}
		.breadcrumbs li strong {
			font-weight: 400
		}
	/* Дисконт при регистрации - шапка */
		.discount-pri-registraciyi {
			display: block;
			text-align: center;
			margin: 12px -10px
		}
		.discount-pri-registraciyi a {
			position: relative;
			display: inline-block;
			vertical-align: top;
			font-size: 1.4em;
			font-style: italic;
			color: #fff;
			line-height: 1;
			padding: 4px 70px 6px;
			text-align: center;
			background: url(200-griven-pri-registraciyi_label.png) no-repeat 50% 50%;
			background-size: contain
		}
		.discount-pri-registraciyi a::after {
			content: attr(data-title);
			display: block;
			width: 100%;
			position: absolute;
			left: 0;
			bottom: 1000%;
			font-size: 1em;
			text-align: center;
			line-height: 1.1;
			padding: 5px;
			color: #6c8602;
			border: 1px solid #90b10a;
			background: rgba(230, 245, 168, .92);
			opacity: 0;
			z-index: 100;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out
		}
		.discount-pri-registraciyi a:hover::after {
			bottom: 100%;
			opacity: 1;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out
		}
		.discount-pri-registraciyi em {
			display: block;
			width: 100%;
			font-size: .7em
		}
	/* Телефоны в шапке */
		ul#tabs li span {
			width: 30px;
			height: 30px
		}
	/* ufooter на главной */
		.main-ufooter {
			margin: 50px auto
		}
		.main-ufooter h1 {
			text-align: center;
			margin-bottom: 15px;
			padding-bottom: 5px;
			border-bottom: 1px solid #eee
		}
		.main-ufooter .row {
			margin: 0
		}
		.main-ufooter>p {
			text-indent: 0 !important
		}
		.main-ufooter .column-ufooter {
			padding: 0;
			margin-bottom: 20px
		}
		.main-ufooter .column-ufooter h3 {
			font-weight: 100;
			font-size: 1.3em;
			line-height: 1;
			color: #7a0b2a;
			margin: 25px 0 10px;
			padding-bottom: 5px;
			border-bottom: 1px solid #eee
		}
	/* Header */
		.modern-info,
		.phones-tab #tabs {
			text-align: center
		}
		.modern-info .h-phone {
			display: block;
			color: #7a0b2a;
			line-height: 1;
			font-size: 28px;
			padding: 2px 0 0
		}
		.h-info {
			display: none
		}
	/* Header. Top Line */
		.top-icon-menu {
			position: fixed;
			left: 0;
			top: 0;
			display: block;
			width: 100%;
			color: #fff;
			font-size: 1.4em;
			line-height: 1;
			text-align: center;
			padding: 8px 0 6px 15px;
			box-shadow: 0 1px 5px #58131b;
			z-index: 999
		}
		.top-icon-menu .txt {
			font-size: .6em
		}
		.top-icon-menu>.flex {
			-webkit-justify-content: space-between;
			justify-content: space-between;
			max-width: 1200px;
			margin: 0 auto
		}
		.top-icon-menu .top-links {
			display: none
		}
		.top-icon-menu .left,
		.top-icon-menu .right {
			float: none !important
		}
		.top-icon-menu .left>div,
		.top-icon-menu .right>div {
			padding: 0 25px 0 0
		}
		.top-icon-menu .right>div:last-of-type {
			padding: 0 15px 0 0
		}
		.top-icon-menu .swipe-control.active {
			opacity: .3
		}
		.swipe,
		.top-icon-menu {
			background-color: #781a25
		}
		.top-icon-menu .left>.swipe-control {
			padding: 0 15px 0 0;
			border-right: 1px solid #a54450
		}
	/* Header. Phone */
		.header-container .modern-info .phones-tab {
			display: none;
		}
		.top-icon-menu .top-phones .top-phones-list {
			display: none;
			-webkit-align-items: center;
			-webkit-justify-content: center;
			align-items: center;
			justify-content: center;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background: rgba(0, 0, 0, .7);
			z-index: 9
		}
		.top-icon-menu .top-phones .wrap {
			position: relative;
			display: block;
			width: 100%;
			max-width: 300px;
			margin: 25px;
			padding: 20px;
			text-align: left;
			background: #fff;
			box-shadow: 0 0 25px rgba(0, 0, 0, 1)
		}
		.top-icon-menu .top-phones .title {
			padding: 0 0 10px;
			font-weight: 700;
			font-size: 2rem;
			color: #7a0b2a;
			line-height: 1.2;
			text-align: center
		}
		.top-icon-menu .top-phones .close {
			position: absolute;
			top: 0;
			right: 0;
			width: 30px;
			height: 30px;
			cursor: pointer;
			font-size: 30px;
			font-weight: 400;
			line-height: 30px;
			color: #333;
			float: none;
			z-index: 10;
			opacity: 1
		}
		.top-icon-menu .top-phones .close:active,
		.top-icon-menu .top-phones .close:focus,
		.top-icon-menu .top-phones .close:hover {
			color: #e2263c
		}
		.top-icon-menu .top-phone a,
		.top-icon-menu .top-phone a:link,
		.top-icon-menu .top-phone a:visited {
			display: inline-block;
			vertical-align: top;
			text-decoration: none;
			color: #7a0b2a;
			font-family: Tinos;
			padding: 5px 0;
			margin: 10px 0 10px 1.2em;
			border-bottom: 1px dashed #7a0b2a
		}
		.top-icon-menu .top-phone a:active,
		.top-icon-menu .top-phone a:focus,
		.top-icon-menu .top-phone a:hover {
			border-bottom: 1px solid #7a0b2a
		}
		.top-icon-menu .top-phone span {
			display: inline-block;
			vertical-align: bottom;
			color: #585858;
			font-size: .55em;
			padding: 0 0 18px
		}
		.top-icon-menu .top-phones .top-phone.city {
			background: url(../css/p-city.png) no-repeat 0 50%;
			background-size: 1em
		}
		.top-icon-menu .top-phones .top-phone.kyivstar {
			background: url(../css/kyivstar-ico.png) no-repeat 0 50%;
			background-size: 1em
		}
		.top-icon-menu .top-phones .top-phone.lifecell {
			background: url(../css/lifecell-ico.png) no-repeat 0 50%;
			background-size: 1em
		}
		.top-icon-menu .top-phones .h-info {
			display: block;
			margin-top: 15px
		}
		.top-icon-menu .top-phones .h-info .h-graph {
			color: #585858;
			font-weight: 400;
			line-height: normal;
			font-size: .8em
		}
		.top-icon-menu .top-phones .h-info .h-time {
			margin: 5px 0 15px;
			font-family: Tinos
		}
		.top-icon-menu .top-phones .h-info .h-time span {
			display: inline-block;
			vertical-align: top;
			padding-top: 2px;
			font-size: .6em
		}
		.top-icon-menu .top-phones .top-backcall {
			text-align: center;
			margin-top: 15px
		}
		.top-icon-menu .top-phones .top-backcall .buy-item {
			display: inline-block;
			vertical-align: text-bottom
		}
		.top-icon-menu .top-phones .top-backcall .buy-item span {
			display: block;
			padding: 10px 20px;
			font-size: 1em !important
		}
		.top-icon-menu .top-phones .top-backcall .buy-item:active,
		.top-icon-menu .top-phones .top-backcall .buy-item:focus,
		.top-icon-menu .top-phones .top-backcall .buy-item:hover {
			background: #872934
		}
	/* Header. Logo */
		.h-logo {
			text-align: center
		}
		.h-logo .logo {
			padding: 0 0 15px
		}
		.h-logo a.logo,
		.h-logo a.logo:link,
		.h-logo a.logo:visited {
			display: block;
			height: 100%;
			line-height: 1
		}
		.h-logo .logo .logo-span {
			position: relative;
			font-family: Fondamento, cursive;
			color: #872934;
			font-size: 10vw;
			font-style: italic
		}
		.h-logo .logo .logo-span span {
			font-size: .5em
		}
		.villagrazia-slogan {
			display: none;
			line-height: 1.3;
			font-size: 1em;
			font-style: italic;
			text-align: center;
			color: #585858
		}
	/* Social в шапке */
		.villagrazia-social-header a:link,
		.villagrazia-social-header a:visited {
			display: inline-block;
			vertical-align: top;
			margin: 0 5px;
			width: 42px;
			height: 42px
		}
	/* Логин над шапкой */
		.top-signin .user-dashboard {
			padding-right: 25px
		}
		.top-signin a,
		.top-signin a:link,
		.top-signin a:visited {
			-webkit-align-items: center;
			align-items: center;
			height: 100%;
			color: #fff;
			text-decoration: none
		}
		.top-signin .user-dashboard i {
			position: relative;
			top: -1px;
			font-size: .9em
		}
		.top-signin .user-dashboard .txt,
		.top-signin .log-in-out .txt {
			display: none;
		}
		.top-signin .log-in-out .fa-sign-in+.txt {
			padding-left: 5px
		}
	/* Логин в шапке */
		.login-logout-link {
			display: none;
			text-align: right;
			padding-top: 12px
		}
		.login-dashboard-icon {
			display: inline-block;
			font-size: 1.3em;
			color: #585858;
			background: url(login-dashboard-icon.png) no-repeat 0 50%;
			padding-left: 38px
		}
		.login-link {
			display: inline-block;
			color: #7a0f2b;
			padding-left: 30px
		}
		.login-link a {
			font-size: 1.22em;
			color: #7a0f2b
		}
	/* Дисконт при регистрации - шапка */
		.discount-pri-registraciyi {
			display: none
		}
	/* Корзина над шапкой */
		.block-cart-header {
			background: 0 0;
			z-index: 999;
			cursor: pointer
		}
		.block-cart-header:before {
			margin: 0 5px 0 0;
			line-height: 1;
			color: #fff
		}
		.block-cart-header .mini-cart {
			display: inline-block;
			vertical-align: top;
			font-family: Tinos
		}
		.block-cart-header .cart-content {
			position: fixed;
			right: 2%;
			left: 2%;
			top: 50px;
			display: none;
			text-align: center;
			font-size: .7em;
			z-index: 90;
			cursor: default
		}
		.top-icon-menu .top-cart {
			position: relative;
			top: 1px;
			font-size: .9em
		}
		.block-cart-header .block-content {
			float: left
		}
	/* Поиск над шапкой */
		.top-icon-menu .top-search i {
			position: relative;
			top: -2px;
			font-size: .8em
		}
		.add-info.header-search-block {
			position: absolute;
			display: block;
			z-index: 5
		}
		.add-info.header-search-block {
			right: 0;
			top: 0
		}
		.search-block input#search {
			display: block;
			width: 100%;
			padding: 10px;
			margin: 0 auto;
			font-size: 1em;
			border: solid 1px #dfdfdf
		}
		.search-block input#search:required {
			box-shadow: none !important
		}
		.h-address #search_mini_form #search {
			padding: 10px 60px 10px 15px;
			transition: padding .3s ease 0s;
		}
		.h-address #search_mini_form #search:valid {
			padding: 10px 60px 10px 35px;
			transition: padding .3s ease 0s;
		}
		.h-address #search_mini_form {
			position: fixed;
			left: 0;
			top: 50px !important;
			display: none;
			width: 100%;
			padding: 0;
			text-align: right;
			z-index: 1
		}
		.header .form-search {
			position: relative;
			width: 96%;
			margin: 0 auto
		}
		.header .header-search-block .form-search .search-button {
			position: absolute;
			right: 0;
			top: 0;
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			padding: 0;
		}
		.header .header-search-block .form-search .search-button span span {
			position: relative;
		}
		.header .header-search-block .form-search .search-button span > span:before {
			position: relative;
			top: 2px;
			content: '\f002';
			line-height: 1;
			font-size: 2rem;
		}
		.header .form-search button.button strong {
			width: 36px;
			height: 36px;
			line-height: 36px;
			text-align: center;
			font-size: 1.4em;
			color: #ccc;
			background: 0 0;
			transition: all .3s ease 0s
		}
		.header-search-block .form-search button.button:focus strong,
		.header-search-block .form-search button.button:hover strong {
			color: #3a3a3a;
			transition: all .3s ease 0s
		}
		.header .form-search button.button:hover strong {
			color: #872934
		}
		#search_mini_form input[type="text"]:not(:valid) ~ button[type="reset"] {
			opacity: 0;
			transition: all .3s ease 0s;
		}
		.h-address #search_mini_form button[type="reset"] {
			position: absolute;
			top: 0;
			left: 0;
			display: inline-block;
			vertical-align: middle;
			height: 100%;
			padding: 0 8px;
			font-size: 1.8em;
			color: #ccc;
			background: 0 0;
			border: none;
			box-shadow: none;
			opacity: 1;
			transition: all .3s ease 0s;
		}
		#search_mini_form input[type="text"]:valid ~ button[type="reset"] {
			opacity: 1;
			transition: all .3s ease 0s;
		}
		.h-address #search_mini_form button[type="reset"]:hover {
			color: #872934;
			transition: color .3s ease 0s;
		}
	/* Страница товара */
		.add-to-box {
			text-align: center;
		}
		.row-product.socia {
			display: none;
		}
		.product-view .product-shop .price-box p.old-price,
		.product-view .product-shop .price-box p.old-price+.special-price {
			text-align: center;
		}
		.product-view .product-shop .row-product.socia {
			text-align: left;
		}
		.col-main .product-view .box-up-sell {
			overflow: initial;
		}
		/* Headers */
			.product-view .box-collateral > h3 {
				padding: 0 10px;
				margin: 0 0 25px;
				line-height: 1.5;
				font-size: 1.5em;
				font-weight: bold;
				color: #872934;
				text-align: center;
				border: none;
				background: none;
			}
		/* Anchor Links */
			#anchor-links {
				display: grid;
				grid-auto-flow: row;
				justify-content: start;
				margin-bottom: 20px;
				border-left: 2px solid #bdc3c7;
				background: #fff;
				z-index: 9;
			}
			#anchor-links a,
			#anchor-links a:link,
			#anchor-links a:visited {
				position: relative;
				display: block;
				height: 100%;
				padding: 10px 15px;
				left: -2px;
				font-size: 1em;
				line-height: 1.2;
				color: #872934;
				border-left: 2px solid transparent;
			}
			#anchor-links li:nth-of-type(1) a {
				border-color: #872934;
			}
			#anchor-links:hover li a {
				border-color: transparent;
			}
			#anchor-links li a:hover,
			#anchor-links li a:focus,
			#anchor-links li a:active {
				border-color: #872934 !important;
			}
		/* Small Additional Blocks */
			.small-additional-blocks {
				display: grid;
				grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
				gap: 1em;
			}
			.small-additional-blocks .item {
				position: relative;
				display: grid;
				grid-template-columns: 90px 1fr;
				gap: 10px;
				padding: 10px;
				border: 1px solid #ecf0f1;
			}
			.small-additional-blocks .item:hover,
			.small-additional-blocks .item:focus,
			.small-additional-blocks .item:active {
				border-color: #bdc3c7;
			}
			.small-additional-blocks .item .product-image {
				margin-bottom: 0;
			}
			.small-additional-blocks .item .product-name {
				width: auto !important;
				min-width: 0;
				text-align: left;
			}
			.small-additional-blocks .item .product-details {
				padding-top: 0;
			}
			.small-additional-blocks .item .desc_grid {
				margin-bottom: 10px;
				font-weight: bold;
			}
			.small-additional-blocks .item .price-box {
				padding-bottom: 1px;
			}
			.small-additional-blocks .item .price-box .price-label {
				display: block;
				font-weight: bold;
				color: #000;
			}
			.small-additional-blocks .item .price-box .old-price .price-label {
				font-weight: normal;
			}
			.small-additional-blocks .item .price-box .old-price,
			.small-additional-blocks .item .price-box .old-price+.special-price {
				text-align: left;
			}
			.small-additional-blocks .item .price-box .old-price+.special-price {
				margin: 0;
			}
			.small-additional-blocks .item .price-box .price,
			.small-additional-blocks .item .price-box .special-price,
			.small-additional-blocks .item .price-box .regular-price {
				display: block;
				color: #872934;
				line-height: 1;
			}
			.small-additional-blocks .item .price-box .old-price {
				margin: 0 0 10px !important;
				font-size: .8571428571428571em;
				opacity: .5;
			}
			.small-additional-blocks .item .price-box .old-price .price {
				font-size: 1em !important;
				color: #585858 !important;
			}
			.small-additional-blocks .item .discounts-percent {
				position: absolute;
				display: grid;
				align-items: center;
				top: -7px;
				left: -7px;
				width: 3em;
				height: 3em;
				padding: 0;
				font-size: 1.2em;
				line-height: 1;
				font-family: Tinos;
				font-weight: bold;
				color: #fff;
				text-align: center;
				border-radius: 50%;
				background: #88ad3e;
				z-index: 3;
			}
		/* Review */
			.product-view .form-add .subtitle {
				position: relative;
				margin: -20px 0 15px;
				font-size: 1em;
				text-align: center;
				line-height: 1.3;
				opacity: .7;
			}
			.product-view .form-add #review-form fieldset h4 {
				margin-top: 0;
			}
	/* Category Page */
		.category-top-description {
			display: none;
		}
	/* Доставка */
		.col-main .product-shop .delivery {
			width: 100%;
			max-width: 270px;
			margin: 15px auto;
		}
		#delivery-table {
			-webkit-flex-direction: column;
			-webkit-flex-flow: column nowrap;
			flex-direction: column;
			flex-flow: column nowrap;
			margin: 20px auto 5px;
		}
		#delivery-table>div {
			-webkit-flex: 0 1 100%;
			flex: 0 1 100%;
			margin-bottom: 15px
		}
		#delivery-table p {
			padding: 10px 15px;
			margin: 0;
			text-align: left;
			border: 1px solid #f4f4e6;
			border-top: none
		}
		#delivery-table .title {
			text-align: center;
			font-weight: 700;
			color: #636319;
			background: #f4f4e6;
			border: none
		}
		#delivery-table b {
			color: #636319;
			text-decoration: underline
		}
	/* Обратный звонок при наличии товара */
		a.button-outofstocksubscription-opener {
			font-size: 1.2em;
			padding: 11px 15px
		}
		.form-outofstocksubscription-window {
			width: 242px
		}
	/* Окно добавления в корзину по клику на "Купить" */
		.ajax-updated-cart-wrapper {
			position: relative
		}
		#cart-updated-window {
			position: fixed;
			left: 50%;
			top: 50%;
			width: 300px;
			height: 270px;
			margin-left: -150px;
			margin-top: -135px;
			background: #fff;
			box-shadow: 0 0 50px rgba(50, 50, 50, .5);
			overflow: hidden;
			z-index: 9999
		}
		#updated-cart_close {
			float: right;
			width: 30px;
			height: 30px;
			cursor: pointer;
			position: relative;
			z-index: 10;
			font-size: 40px;
			line-height: 30px;
			color: #333
		}
		#updated-cart_close:active,
		#updated-cart_close:focus,
		#updated-cart_close:hover {
			color: #e2263c
		}
		#cart-updated-window p.success-info {
			padding: 35px 25px 5px;
			font-weight: 700;
			font-size: 2rem;
			color: #7a0b2a;
			line-height: 1.2;
			text-align: center
		}
		.add2cart_window {
			padding: 5px 35px;
			text-align: center
		}
		.add2cart_window .white_part {
			padding: 10px 0
		}
		#cart-updated-window .left,
		#cart-updated-window .right {
			float: none !important
		}
		.add2cart_window button a,
		.add2cart_window button a:hover {
			color: #fff
		}
		.add2cart_window .back_to_shop {
			text-align: center;
			font-size: 15px;
			margin-top: 15px
		}
		.add2cart_window .back_to_shop span {
			color: #872934;
			border-bottom: 1px dashed #872934;
			cursor: pointer
		}
		.add2cart_window .back_to_shop span:active,
		.add2cart_window .back_to_shop span:focus,
		.add2cart_window .back_to_shop span:hover {
			border-bottom: 1px solid #872934
		}
		.add2cart_window p.rettext {
			font-size: 12px;
			color: #333;
			text-align: center
		}
	/* Таблица цен на странице товара */
		.product-shop .table-of-grouped-product {
			margin-bottom: 30px;
			font-size: .8em
		}
		.product-shop .table-of-grouped-product h3 {
			display: inline-block;
			vertical-align: bottom;
			color: #527279;
			font-size: 1.3em;
			line-height: 1;
			margin: 0;
			padding: 10px 25px 5px;
			text-align: center;
			border: none;
			background: #ecf0f1
		}
		.data-table.grouped-items-table {
			border: 5px solid #ecf0f1
		}
		.data-table.grouped-items-table th {
			color: #888;
			font-size: .9em;
			font-weight: 300;
			white-space: nowrap
		}
		.data-table.grouped-items-table td,
		.data-table.grouped-items-table th {
			border: none;
			vertical-align: middle;
			padding: 5px 10px
		}
		.data-table.grouped-items-table td:first-of-type {
			min-width: 98px;
			padding: 5px 0
		}
		.data-table.grouped-items-table td:nth-of-type(2) {
			font-size: 1em
		}
		.data-table.grouped-items-table tr {
			border-bottom: 1px solid #ecf0f1
		}
		.data-table.grouped-items-table tbody tr:last-of-type {
			border: none
		}
		.data-table.grouped-items-table tbody tr:hover {
			background: rgba(200, 200, 200, .1)
		}
		.data-table.grouped-items-table input {
			background: #fff
		}
		.product-view .product-shop .data-table.grouped-items-table .price-box {
			margin: 0 !important
		}
		.product-view .product-shop .data-table.grouped-items-table .availability {
			margin: 0;
			text-align: center
		}
		.product-view .product-shop .data-table.grouped-items-table .price-box .price {
			font-size: 1em;
			line-height: 1
		}
	/* Flex List */
		body .flex-list>li {
			display: block;
			width: 100%
		}
		.out-of-stock-items,
		.out-of-stock-items .item .grid_wrap,
		body .flex-list,
		body .flex-list .item .grid_wrap {
			display: -webkit-box !important;
			display: -moz-box !important;
			display: -ms-flexbox !important;
			display: -webkit-flex !important;
			display: flex !important;
			-webkit-justify-content: flex-start;
			-webkit-align-items: stretch;
			-webkit-align-content: flex-start;
			justify-content: flex-start;
			align-items: stretch;
			align-content: flex-start
		}
		.out-of-stock-items,
		body .flex-list {
			-webkit-flex-direction: row;
			-webkit-flex-wrap: wrap;
			flex-direction: row;
			flex-wrap: wrap
		}
		body .flex-list .item .grid_wrap {
			-moz-box-orient: vertical;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			-webkit-flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-webkit-flex-flow: column nowrap;
			flex-direction: column;
			flex-wrap: nowrap;
			flex-flow: column nowrap
		}
		body .flex-list .item {
			float: none;
			padding: 0;
			text-align: center;
			border: 1px solid #ecf0f1
		}
		body .flex-list.post-list .item,
		body .flex-list.post-list .item:focus,
		body .flex-list.post-list .item:hover {
			border: none
		}
		.out-of-stock-items h2 {
			width: 100%
		}
		body .flex-list .product-image:link,
		body .flex-list .product-image:visited {
			-moz-box-ordinal-group: 1;
			-webkit-box-ordinal-group: 1;
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1;
			display: block;
			width: 100%;
			margin: 0 auto;
			padding: 10px
		}
		body .flex-list .product-image img {
			display: block;
			width: 100%;
			height: auto
		}
		body .flex-list .actions,
		body .flex-list .desc_grid,
		body .flex-list .price-box,
		body .flex-list .product-name,
		body .flex-list .ratings {
			display: block;
			padding: 0 15px;
			-webkit-flex-shrink: 0;
			flex-shrink: 0
		}
		body .flex-list.flex-name-under .product-name {
			-moz-box-ordinal-group: 2;
			-webkit-box-ordinal-group: 2;
			-webkit-order: 2;
			-ms-flex-order: 2;
			order: 2;
			font-size: 1em;
			line-height: 1;
			margin: 0 0 10px
		}
		body .flex-list .product-name a:link,
		body .flex-list .product-name a:visited {
			display: block;
			color: #383838;
			font-size: 1.2em;
			line-height: 1.2
		}
		body .flex-list .desc_grid {
			-moz-box-ordinal-group: 3;
			-webkit-box-ordinal-group: 3;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3;
			color: #787878;
			line-height: 1.2;
			padding-bottom: 10px
		}
		body .flex-list .product-shop {
			-moz-box-ordinal-group: 3;
			-webkit-box-ordinal-group: 3;
			-webkit-order: 3;
			-ms-flex-order: 3;
			order: 3;
			flex-shrink: 0
		}
		body .flex-list .ratings {
			-moz-box-ordinal-group: 4;
			-webkit-box-ordinal-group: 4;
			-webkit-order: 4;
			-ms-flex-order: 4;
			order: 4
		}
		body .flex-list .price-box {
			-moz-box-ordinal-group: 5;
			-webkit-box-ordinal-group: 5;
			-webkit-order: 5;
			-ms-flex-order: 5;
			order: 5;
			line-height: 1
		}
		.collectione .price-box p.old-price,
		.collectione .price-box p.special-price,
		.from-same-collection .price-box p.old-price,
		.from-same-collection .price-box p.special-price {
			text-align: center
		}
		body .flex-list .price-box .label-price {
			color: #787878;
			font-size: .9em
		}
		body .flex-list .price-box span {
			line-height: 1
		}
		body .flex-list .countdownHolder {
			-moz-box-ordinal-group: 6;
			-webkit-box-ordinal-group: 6;
			-webkit-order: 6;
			-ms-flex-order: 6;
			order: 6;
			text-align: center;
			width: auto;
			height: auto;
			margin: 0 auto 20px;
			letter-spacing: -3px;
			background-color: #fff;
			border-radius: 0;
			box-shadow: none
		}
		body .flex-list .countdownHolder p {
			padding: 0 0 7px;
			font-size: .9em
		}
		body .flex-list .countdownHolder .position {
			overflow: visible;
			width: 1.2em
		}
		body .flex-list .countdownHolder .position .digit {
			letter-spacing: 0;
			font-size: 1em
		}
		body .flex-list .actions {
			-moz-box-ordinal-group: 7;
			-webkit-box-ordinal-group: 7;
			-webkit-order: 7;
			-ms-flex-order: 7;
			order: 7;
			padding-bottom: 15px
		}
		body .flex-list .actions select {
			display: block;
			max-width: 100%;
			margin: 10px auto 20px;
		}
		body .flex-list .actions button.button {
			margin: 0
		}
		body .flex-list .actions>p:last-of-type {
			margin-bottom: 0
		}
		body .flex-list .actions .availability {
			text-align: center
		}
	/* Flex List Home Page Blog Posts */
		body .flex-list.post-list {
			-webkit-justify-content: center;
			justify-content: center
		}
		body .flex-list.post-list,
		body .flex-list.post-list .item .grid_wrap {
			-webkit-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		body .flex-list.post-list .featured-image img {
			display: block;
			height: auto;
			margin: 0 auto;
			line-height: 1
		}
		body .flex-list.post-list .featured-image a:link,
		body .flex-list.post-list .featured-image a:visited {
			display: block;
			height: 100%
		}
		body .flex-list.post-list .homepage-post-title {
			margin-bottom: 10px
		}
		body .flex-list.post-list .homepage-post-title a:link,
		body .flex-list.post-list .homepage-post-title a:visited {
			display: block;
			color: #34495e;
			font-weight: 700;
			font-size: 1em;
			line-height: 1;
			padding: 15px 10px 5px;
			border-bottom: 1px solid #ecf0f1
		}
		body .flex-list.post-list .featured-image a:active,
		body .flex-list.post-list .featured-image a:focus,
		body .flex-list.post-list .featured-image a:hover,
		body .flex-list.post-list .homepage-post-title a:active,
		body .flex-list.post-list .homepage-post-title a:focus,
		body .flex-list.post-list .homepage-post-title a:hover {
			color: #872934
		}
		body .flex-list.post-list .post-entry {
			margin-bottom: 10px
		}
		body .flex-list.post-list .post-entry p:last-of-type {
			margin: 0
		}
		body .flex-list.post-list .post-date {
			display: block;
			text-align: right !important;
			font-size: .9em;
			padding-right: 5px;
			color: #999
		}
	/* Flex List UPDATED */
		.flex.flex-list {
			margin: 20px 0 10px
		}
		.flex.flex-list .item {
			min-width: 1px;
			margin: 0 0 10px;
			padding: 0;
			border: none
		}
		.flex.flex-list .item>.grid_wrap,
		.flex.flex-list .item>.product {
			-webkit-flex: 0 0 100%;
			flex: 0 0 100%;
			height: 100%;
			border: 1px solid #ecf0f1
		}
		.flex.flex-list .item:focus>.grid_wrap,
		.flex.flex-list .item:focus>.product,
		.flex.flex-list .item:hover>.grid_wrap,
		.flex.flex-list .item:hover>.product {
			border-color: #bdc3c7
		}
	/* Flex List Home Page Popular */
		.home-popular-block {
			margin-bottom: 30px
		}
		body .flex-list.home-popular {
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
			margin: 20px 0 10px
		}
	/* Home Page List Carousel */
		.cms-index-index .list_carousel {
			margin: 0
		}
		body .list_carousel .flex-list.homepage-carousel .item {
			max-width: 300px
		}
		body .list_carousel .flex-list.homepage-carousel .item .discounts-percent {
			top: 0
		}
	/* Каталог. Основной Список */
		body .flex-list .item {
			-webkit-flex: 0 1 100%;
			flex: 0 1 100%;
			min-width: 0;
		}
	/* Poem */
		.poem {
			position: relative;
			font-style: italic;
			padding: 15px 45px;
			margin: 20px 0;
			border: 1px solid #872934;
			clear: both
		}
		.poem.left,
		.poem.right {
			float: none !important
		}
		.poem:after,
		.poem:before {
			position: absolute;
			display: inline-block;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: 400;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			text-indent: 0 !important
		}
		.poem:before {
			top: 15px;
			left: 15px;
			content: '\f10d';
			font-size: 1.4em;
			line-height: 1;
			color: #872934
		}
		.poem:after {
			bottom: 15px;
			right: 15px;
			content: '\f10e';
			font-size: 1.4em;
			line-height: 1;
			color: #872934
		}
		.poem p {
			text-align: center;
			color: #888;
			line-height: 1.6;
			font-size: .9em
		}
		.poem p:last-of-type {
			margin-bottom: 0
		}
	/* Container */
		.main-container .container {
			max-width: 100%;
			padding: 30px 15px;
			background: #fff
		}
		.main-container .home-widgets>.container {
			clear: both
		}
	/* Home Page */
		.index-title {
			position: relative;
			padding: 26px 0 24px 0;
			margin: 0 0 21px;
			text-align: center;
			background: url(../images/bg_title_index.gif) no-repeat 50% 0
		}
		.index-title h1 {
			font-family: Tinos, "Times New Roman", serif;
			font-size: 18px;
			font-weight: 400;
			text-transform: none;
			color: #fff;
			margin: 0
		}
		.index-title h2.index-h {
			font-family: Tinos, "Times New Roman", serif;
			font-size: 21px;
			font-weight: 400;
			text-transform: none;
			color: #fff;
			margin: 0;
			border: 0;
			padding: 0
		}
		.index-title div.index-h {
			font-family: Tinos, "Times New Roman", serif;
			font-size: 21px;
			font-weight: 400;
			text-transform: none;
			color: #fff;
			margin: 0;
			border: 0;
			padding: 0;
			line-height: 1.25
		}
	/* Home Page. Main Widget */
		.cms-index-index .main-widget {
			padding: 0
		}
		.cms-index-index .main-widget ul.home-page-main-widget {
			line-height: 84px;
			border: none
		}
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt {
			width: 33%;
			background-color: #88252a;
			border-right: 2px solid #fff;
			height: 84px;
			text-align: center
		}
		.cms-index-index .main-widget ul.home-page-main-widget>li:last-of-type {
			border: none
		}
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt.active,
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt:active,
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt:focus,
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt:hover {
			background-color: #b70009
		}
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt a {
			border-radius: 0;
			border: none;
			display: inline-block;
			font-size: 1.15em;
			line-height: 1;
			color: #fff;
			width: 100%;
			vertical-align: middle;
			background-color: transparent
		}
		.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt a:hover {
			background-color: transparent
		}
		.cms-index-index .main-widget .main-widget-content {
			width: 100%;
			color: #000;
			padding: 25px;
			border: 1px solid #ecf0f1;
			border-top: none;
			background-color: #fff
		}
		.cms-index-index .main-widget .main-widget-content .tab-pane p {
			font-size: 1.2em;
			line-height: 1.3;
			padding: 0;
			text-align: center;
			color: #585858
		}
		.cms-index-index .main-widget .nav-tabs.home-page-main-widget .tabs-punkt.active:before {
			width: 0;
			height: 0;
			content: "";
			border-style: solid;
			border-width: 15px 15px 0 15px;
			border-color: #b70009 transparent transparent transparent;
			position: absolute;
			bottom: -15px;
			left: 43%;
			z-index: 50
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget {
			margin: 20px 0 0
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper {
			padding: 0 35px
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .actions {
			text-align: center;
			padding: 20px 0 0 0
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .actions button.button>span {
			height: auto;
			color: #fff;
			padding: 7px 35px;
			line-height: 1;
			font-size: 1.2em;
			background: #88252a;
			float: none
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .actions button.button>span:hover {
			color: #fff;
			background: #b70009
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .input-text {
			padding: 5px 8px 6px;
			font-size: 1.1em;
			border: solid 1px #ccc;
			background: #f9f9f9
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .input-text:active,
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .input-text:focus {
			border: solid 1px #de9296;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
		}
		.cms-index-index .main-widget .main-widget-content .newsletter-widget .newsletter_wrapper .validation-advice {
			font-size: 14px;
			line-height: 14px;
			color: red
		}
		.cms-index-index .main-widget .main-widget-content .social-profiles-links {
			text-align: center;
			display: block;
			margin: 15px 0
		}
		.cms-index-index .main-widget .main-widget-content .social-profiles-links a {
			display: inline-block;
			vertical-align: top;
			margin: 0
		}
		.cms-index-index .main-widget .main-widget-content .social-profiles-links a img {
			-webkit-transform: scale(.8);
			-ms-transform: scale(.8);
			transform: scale(.8);
			transition: all .3s ease-in-out
		}
		.cms-index-index .main-widget .main-widget-content .social-profiles-links a img:hover {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			transition: all .3s ease-in-out
		}
		.cms-index-index .main-widget .main-widget-content p.social-profiles-actions {
			text-align: center;
			font-weight: 700;
			color: #b70009
		}
	/* Home Widgets */
		body .home-widgets .last-blog {
			padding: 0
		}
		body .home-widgets .last-blog .flex-list {
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 10px -5px 30px
		}
		body .home-widgets .last-blog .item {
			-webkit-flex: 0 1 100%;
			flex: 0 1 100%;
			padding: 0 5px
		}
		body .home-widgets .last-blog .post-list a,
		body .home-widgets .last-blog .post-list a:link,
		body .home-widgets .last-blog .post-list a:visited {
			line-height: 1.4;
			text-align: left;
			padding: 10px 5px
		}
		body .home-widgets .last-blog .featured-image a,
		body .home-widgets .last-blog .featured-image a:link,
		body .home-widgets .last-blog .featured-image a:visited {
			padding: 0
		}
	/* Home Page. Blog */
		.cms-index-index .home-widgets .last-blog-title {
			position: relative;
			height: 60px;
			color: #fff;
			background-color: #88252a
		}
		.cms-index-index .home-widgets .last-blog-title .headingH2 {
			font-size: 20px;
			text-align: center;
			line-height: 1;
			padding: 20px
		}
		.cms-index-index .home-widgets .last-blog span.post-date {
			text-align: left;
			display: block
		}
	/* Home Page. Blog Posts */
		.last-blog .flex.flex-list {
			-webkit-flex-wrap: wrap;
			-webkit-flex-flow: row wrap;
			flex-wrap: wrap;
			flex-flow: row wrap
		}
		.last-blog .flex.flex-list .item {
			-webkit-flex: 0 1 100%;
			flex: 0 1 100%;
			margin: 0 0 20px;
			text-align: left
		}
	/* Formbuilder */
		.formbuilder-form .form-list .options-list {
			margin-left: 0;
			padding-top: 5px;
			list-style: none
		}
		.formbuilder-form .form-list.product-options .options-list li,
		.formbuilder-form .form-list.product-options .options-list li:first-child {
			padding: 0
		}
		.formbuilder-form .form-list .options-list input[type=radio] {
			display: inline-block;
			vertical-align: middle;
			float: none;
			margin: 0
		}
		.formbuilder-form .form-list .options-list .label {
			display: inline-block;
			vertical-align: middle;
			margin-left: 0
		}
		body.is-blog .post-view .post-entry .buttons-set .buy-item.white span {
			font-size: 1.2em !important
		}
	/* Sidebar */
	.block .block-title {
		position: relative;
		padding: 10px 15px;
		margin-bottom: 15px;
		background: #872934
	}

	.blog-search {
		padding: 5px;
		white-space: nowrap
	}

	.blog-search input.input-text {
		height: 38px;
		min-width: 0;
		width: 100%;
		margin-right: 10px;
		padding: 6px 4px 7px 10px;
		line-height: 1.1em;
		font-family: Tinos, "Times New Roman", serif;
		font-size: 1.1em;
		font-style: italic;
		color: #3e3e3e;
		border: solid 1px #ccc;
		background: #f9f9f9;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
	}

	.blog-search input.input-text:active,
	.blog-search input.input-text:focus {
		border: solid 1px #de9296;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
	}

	.sidebar .block-blog-comments ul {
		line-height: 1.3
	}

	.sidebar .block-blog-comments li {
		font-size: .9em;
		padding-left: 50px;
		background: transparent url(../images/comments-pen.png) no-repeat 10px 15px;
		background-size: 30px
	}

	.sidebar .block-blog-comments li:first-child {
		padding-top: 12px
	}

	.sidebar .block-blog-comments li a,
	.sidebar .block-blog-comments li a:link,
	.sidebar .block-blog-comments li a:visited {
		display: block;
		font-size: 1.1em;
		color: #b33443
	}

	.sidebar .block-blog-comments li a:focus,
	.sidebar .block-blog-comments li a:hover {
		text-decoration: underline
	}

	.category-image {
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px;
		text-align: center
	}

	.category-image img {
		max-width: 100%
	}

	.category-description {
		margin: 0 0 25px
	}

	.category-description a,
	.category-description a:link,
	.category-description a:visited {
		display: inline;
		color: #d35400;
		text-decoration: none;
		line-height: 1.4
	}

	.category-description a:active,
	.category-description a:focus,
	.category-description a:hover {
		color: #872934;
		text-decoration: none
	}

	.category-description a img {
		padding: 0 2px 5px
	}

	.category-description>ul {
		margin: 0 0 20px 25px
	}

	.category-description li {
		text-align: justify
	}

	span.toggle {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		right: 10px;
		top: 0;
		width: 20px;
		text-align: center;
		line-height: 42px;
		font-size: 1.4em;
		color: #fff
	}

	span.toggle:before {
		content: "\f067"
	}

	span.opened:before {
		content: "\f068"
	}

	.product-shop-left {
		float: left;
		margin: 0 auto 30px;
		width: 310px;
		max-width: 100%
	}

	.product-shop-left .box-collateral.box-additional {
		clear: both
	}
	/* Item Page. Buy Button */
		.product-view .product-shop .price-box p,
		.product-view .product-shop .price-box .regular-price {
			text-align: center;
		}
		.product-view .product-shop .buy-item {
			display: block;
			width: 100%;
			padding: 2px;
		}
		.product-view .product-shop .buy-item > span {
			display: block;
			width: 100%;
			font-size: 1.8em !important;
			line-height: 1.4 !important;
			margin: 0;
		}

	.catalog-product-view .scheme {
		margin: 25px 0
	}

	.catalog-product-view .scheme>.flex {
		-webkit-flex-direction: column;
		-webkit-flex-flow: column nowrap;
		flex-direction: column;
		flex-flow: column nowrap
	}

	.catalog-product-view .scheme>.flex>div {
		min-width: 1px
	}

	.catalog-product-view .scheme .title {
		font-size: 16px;
		line-height: 20px;
		font-weight: 700;
		color: #7a0b2a;
		margin-bottom: 15px
	}

	.catalog-product-view .scheme .img {
		text-align: center;
		padding: 0 0 15px
	}

	.catalog-product-view .scheme .desc {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		padding-left: 15px;
		border-left: 1px solid #872934
	}

	.brand-description a,
	.brand-description a:link,
	.brand-description a:visited {
		color: #d35400;
		text-decoration: none
	}

	.brand-description a:active,
	.brand-description a:focus,
	.brand-description a:hover {
		color: #872934;
		text-decoration: none
	}

	.sidebar .block-related .product,
	.sidebar .block-viewed .product {
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.sidebar .block-related .product>div:nth-of-type(1),
	.sidebar .block-viewed .product>div:nth-of-type(1) {
		-webkit-flex: 0 0 95px;
		flex: 0 0 95px
	}

	.sidebar .block-related .product .product-image:link,
	.sidebar .block-related .product .product-image:visited,
	.sidebar .block-viewed .product .product-image:link,
	.sidebar .block-viewed .product .product-image:visited {
		width: 85px;
		margin: 0 10px 0 0
	}

	.toolbar strong {
		display: block;
		padding-bottom: 5px
	}

	.toolbar .pager {
		text-align: center
	}

	.pager .pages {
		margin: 10px auto 0
	}

	.sorter .sort-button {
		width: 45%
	}

	.sorter .sort-by {
		margin-bottom: 10px
	}

	.pager .pages li {
		margin-right: 5px
	}

	.pager .pages .current,
	.pager .pages li a {
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	#out-of-stock-wrap {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		background: rgba(255, 255, 255, .7);
		overflow-y: scroll;
		z-index: 9
	}

	#out-of-stock-wrap>.flex {
		-webkit-align-items: center;
		-webkit-justify-content: center;
		align-items: center;
		justify-content: center
	}

	#out-of-stock-window {
		position: relative;
		flex: 0 0 100%;
		padding: 90px 15px;
		border: 1px solid #ccc;
		background: #fff
	}

	#out-of-stock-window h2,
	#out-of-stock-window h3 {
		margin: 0 0 10px;
		padding: 0;
		color: #585858;
		font-size: 1.5em;
		line-height: 1.1;
		border: none;
		background: 0 0
	}

	#out-of-stock-window h3 {
		color: #7a0b2a;
		margin: 15px 0;
		font-size: 1.14em;
		font-weight: 700
	}

	#out-of-stock-window h3 span,
	#stock-link .button-plz span em {
		text-transform: lowercase;
		font-style: normal
	}

	#out-of-stock-window>p {
		font-size: 1.2em;
		color: #888;
		text-align: left
	}

	#out-of-stock-window ul {
		margin: 0
	}

	#out-of-stock-window #stock-link {
		text-align: center
	}

	#out-of-stock-window p a,
	#out-of-stock-window p a:link,
	#out-of-stock-window p a:visited {
		display: inline;
		padding: 0;
		color: #888;
		font-size: inherit;
		border-bottom: 1px dashed #ccc;
		background: 0 0
	}

	#out-of-stock-window p a:focus,
	#out-of-stock-window p a:hover {
		color: #872934;
		border-color: #872934
	}

	#out-of-stock-window>button {
		position: absolute;
		top: 45px;
		right: 15px;
		font-size: 3em;
		font-weight: 700;
		color: #686868;
		border: none;
		background: 0 0;
		z-index: 9
	}

	#out-of-stock-window>button:hover {
		color: #872934;
		cursor: pointer
	}

	#out-of-stock-window #take-a-look li {
		display: none
	}

	#wp-category-list a:link,
	#wp-category-list a:visited {
		display: block;
		padding: 6px 10px
	}

	.account-nav {
		font-size: .9em
	}

	.account-nav li a:active,
	.account-nav li a:focus,
	.account-nav li a:hover,
	.account-nav li.current strong {
		display: block;
		padding: 3px 10px;
		color: #c10017;
		white-space: nowrap;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.my-account .account-address-block .flex,
	.my-account .addresses-list .addresses-additional .flex,
	.my-account .addresses-list .addresses-primary .flex {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	.my-account .account-address-block .flex>div,
	.my-account .addresses-list .addresses-additional .flex>div,
	.my-account .addresses-list .addresses-primary .flex>div {
		width: 100%;
		margin-bottom: 15px
	}

	.account-login .new-users .buttons-set {
		padding-left: 0
	}

	.account-login .new-users h2,
	.account-login .registered-users h2 {
		font-size: 1.6em;
		color: #872934;
		padding: 0 0 5px 0;
		margin: 0 0 5px;
		border-bottom: 1px solid #872934
	}

	.account-login .registered-users p.required {
		padding: 0 0 5px 0
	}

	.account-login .account-login-container>div .buttons-set button.button {
		float: none
	}

	.account-login .registered-users .f-left {
		float: none !important;
		display: inline;
		font-size: 1em;
		text-decoration: none;
		padding: 0 0 10px 10px;
		color: #b31325
	}

	.account-login .registered-users .f-left:active,
	.account-login .registered-users .f-left:focus,
	.account-login .registered-users .f-left:hover {
		text-decoration: underline
	}

	.account-login .registered-users .buttons-set {
		margin: 0;
		padding: 5px 0 0
	}

	.account-create form .fieldset:first-child {
		margin-bottom: 15px
	}

	.flex.login-page .new-users .important {
		color: #888;
		font-style: italic;
		font-size: .9em
	}

	.flex.login-page {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	.flex.login-page>div {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		width: 100%;
		background: #f9f9f9
	}

	.flex.login-page .new-users-wrapper {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		padding: 25px;
		margin-bottom: 20px
	}

	.flex.login-page .registered-users-wrapper {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
		padding: 25px
	}

	.account-create form>.flex,
	.account-login-container {
		-webkit-align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	.account-login-container>div {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
		margin: 15px 10px 50px
	}

	.account-login-container>div p {
		text-align: left
	}

	.account-login-container>div.new-users {
		padding: 15px 25px;
		margin: 15px 0 25px;
		background: rgba(167, 202, 18, .1)
	}

	.account-login .account-login-container>div.new-users h2 {
		color: #82a000;
		border-bottom: 1px solid #c7d684
	}

	.account-login-container>div.new-users .buttons-set button i {
		position: relative;
		top: 1px;
		padding-right: 3px;
		font-size: 1.2em
	}

	.account-login-container>div.new-users .buttons-set button span span {
		color: #fff;
		background: #a0c500
	}

	.account-login-container>div.new-users .buttons-set button:active span span,
	.account-login-container>div.new-users .buttons-set button:focus span span,
	.account-login-container>div.new-users .buttons-set button:hover span span {
		background: #872934
	}

	.account-login-container>div.new-users .buttons-set {
		text-align: center
	}

	.account-login-container h3 {
		font-size: 1.2em;
		color: #872934;
		margin: 0 0 5px;
		font-weight: 400
	}

	.account-login-container .form-list {
		margin-top: 20px
	}

	.account-login-container .form-list input {
		border: solid 1px #dfdfdf;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.account-login-container .form-list input:active,
	.account-login-container .form-list input:focus {
		border-color: #aaa
	}

	.account-login-container .flex.buttons-set {
		margin-bottom: 25px
	}

	.account-create .flex.buttons-set>div,
	.account-login-container .flex.buttons-set>div {
		padding-right: 10px
	}

	.account-create .flex.buttons-set a,
	.account-create .flex.buttons-set a:link,
	.account-create .flex.buttons-set a:visited,
	.account-login-container .flex.buttons-set a,
	.account-login-container .flex.buttons-set a:link,
	.account-login-container .flex.buttons-set a:visited {
		display: inline-block;
		vertical-align: top;
		width: auto;
		font-size: .9em;
		color: #aaa;
		text-decoration: none;
		padding: 2px;
		font-family: Tinos, "Times New Roman", serif;
		line-height: 40px;
		height: 40px;
		border: solid 1px transparent;
		background: #fff
	}

	.account-create .flex.buttons-set a span,
	.account-login-container .flex.buttons-set a span {
		padding: 0 16px;
		line-height: 34px;
		display: block;
		background: #fff;
		transition: all .3s ease
	}

	.account-create .flex.buttons-set a:active,
	.account-create .flex.buttons-set a:focus,
	.account-create .flex.buttons-set a:hover,
	.account-login-container .flex.buttons-set a:active,
	.account-login-container .flex.buttons-set a:focus,
	.account-login-container .flex.buttons-set a:hover {
		text-decoration: none;
		color: #fff;
		border-color: #bdc3c7
	}

	.account-create .flex.buttons-set a:active span,
	.account-create .flex.buttons-set a:focus span,
	.account-create .flex.buttons-set a:hover span,
	.account-login-container .flex.buttons-set a:active span,
	.account-login-container .flex.buttons-set a:focus span,
	.account-login-container .flex.buttons-set a:hover span {
		background: #872934;
		transition: all .3s ease
	}

	.account-create .buttons-set button span,
	.account-login-container>div .buttons-set button span {
		text-transform: capitalize
	}

	.account-login-container .flex.buttons-set button i {
		position: relative;
		top: 2px;
		font-size: 1.3em
	}

	.account-create .loginfb-block,
	.account-login-container .loginfb-block {
		display: block;
		height: auto;
		padding-left: 0;
		vertical-align: auto
	}

	.account-login .col-1.new-users {
		padding-bottom: 50px
	}

	.loginfb-block {
		display: inline-block;
		height: 35px;
		padding-left: 35px;
		vertical-align: middle
	}

	.loginfb-block .fb-button-auto {
		background-color: #1e4389;
		display: inline-block
	}

	.loginfb-block .fb-button-icon {
		background: url(../../../../../media/wysiwyg/fb.jpg);
		background-size: 35px 35px;
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		float: left;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		box-sizing: border-box
	}

	.loginfb-block .fb_button_text {
		display: inline-block;
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0 15px;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 14px;
		color: #fff;
		background-color: rgba(255, 255, 255, .2)
	}

	.loginfb-block a.fb_button {
		display: block
	}

	.loginfb-block .fb_button:hover {
		opacity: .9
	}

	.account-login .registered-users .f-left {
		display: block;
		padding: 15px 0;
		width: 130px
	}

	.customer-account-create .buttons-set button.button {
		padding-left: 0
	}

	.customer-account-create .loginfb-block {
		margin-top: 3px
	}

	.buttons-set .back-link {
		float: none;
		margin-top: 10px
	}

	.account-create h2 {
		font-size: 1.6em;
		padding: 0 0 5px;
		margin: 0 0 15px
	}

	.account-create h3 {
		font-size: 1.3em;
		padding: 5px 0;
		margin: 0 0 15px;
		color: #34495e;
		font-weight: 400;
		border-bottom: 1px solid #ecf0f1
	}

	.account-create form>.flex {
		-webkit-justify-content: center;
		-webkit-flex: 0 1 100%;
		justify-content: center;
		flex: 0 1 100%;
		padding: 0;
		margin: 15px 10px 0
	}

	.account-create form>.flex>div {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		margin: 25px 0 15px;
		padding-bottom: 40px
	}

	.account-create form>.flex>div:first-of-type {
		border-bottom: 1px solid #872934
	}

	.account-create form>.flex>div:last-of-type {
		text-align: center
	}

	.account-create form>.flex>div p {
		text-align: left
	}

	.account-create .form-list .field {
		float: none;
		width: auto
	}

	.account-create .form-list input {
		border: solid 1px #dfdfdf;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.account-create .form-list input:active,
	.account-create .form-list input:focus {
		border-color: #aaa
	}

	.account-create .flex.buttons-set button i {
		position: relative;
		top: 1px;
		font-size: 1.3em
	}

	.account-create .subscription {
		padding: 0 0 20px 10px
	}

	.my-account .address-required-needs {
		position: relative;
		top: 0;
		width: auto;
		height: auto;
		margin: -30px 0 30px;
		padding: 15px 15px 1px;
		background: #a3c811
	}

	.my-account .address-required-needs p {
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-shadow: 1px 1px 0 #95b70d
	}

	.my-account .address-required-needs p .buy-item.white {
		text-shadow: none
	}

	.my-account .address-required-needs>span {
		position: absolute;
		top: 5px;
		right: 5px;
		float: none;
		text-align: right;
		display: block;
		padding: 5px;
		line-height: 1;
		font-size: 1.4em;
		color: #e3ff72;
		cursor: pointer
	}

	.my-account .address-required-needs>span:hover {
		color: #fff
	}

	body .my-account .address-required-needs .buy-item.white span:before {
		display: none
	}

	#checkout-step-login>div:first-of-type {
		margin-bottom: 20px
	}

	#co-billing-form>fieldset {
		padding: 0;
		border: none
	}

	.opc #opc-login .form-list li {
		width: 100%;
		max-width: 100%
	}

	#checkout-review-table thead {
		background: #ffefd2
	}

	#shopping-cart-table thead tr th {
		color: #8c5d0b;
		font-size: 14px
	}

	.additional-cart-items-table .cart-collaterals {
		border: none;
		border-top: 1px solid #ecd8b3;
		background: 0 0
	}

	.additional-cart-items-table .cart-collaterals .totals .grand_total {
		color: #585858;
		font-size: 20px
	}

	.additional-cart-items-table .cart-collaterals .totals .grand_total>span {
		display: inline-block;
		vertical-align: baseline;
		padding-left: 5px;
		font-size: 24px;
		font-weight: 700;
		font-family: Tinos;
		color: #585858
	}

	.additional-cart-items-table .cart-collaterals .totals .grand_total>span span {
		position: relative;
		left: -4px;
		font-size: 20px
	}

	#payment-buttons-container.buttons-set,
	#review-buttons-container.buttons-set,
	#shipping-method-buttons-container.buttons-set {
		opacity: 1 !important
	}

	.please-wait-new {
		-webkit-justify-content: center;
		-webkit-align-items: center;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .9);
		z-index: 2;
		--main-color: #872934;
		--stroke-color: #fff
	}

	.please-wait-new .gears {
		position: relative;
		margin: -45px auto -15px;
		width: auto;
		height: 0;
		min-height: 120px;
		max-height: 130px;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}

	.please-wait-new .gear {
		position: relative;
		z-index: 0;
		width: 120px;
		height: 120px;
		margin: 0 auto;
		border-radius: 50%;
		background: var(--stroke-color)
	}

	.please-wait-new .gear:before {
		position: absolute;
		left: 5px;
		top: 5px;
		right: 5px;
		bottom: 5px;
		z-index: 2;
		content: "";
		border-radius: 50%;
		background: var(--main-color)
	}

	.please-wait-new .gear:after {
		position: absolute;
		left: 25px;
		top: 25px;
		z-index: 3;
		content: "";
		width: 70px;
		height: 70px;
		border-radius: 50%;
		border: 5px solid var(--stroke-color);
		box-sizing: border-box;
		background: #fff
	}

	.please-wait-new .gear.one {
		left: -130px;
		-webkit-animation: clockwise 3s linear infinite
	}

	.please-wait-new .gear.two {
		top: -75px;
		-webkit-animation: anticlockwise 3s linear infinite
	}

	.please-wait-new .gear.three {
		top: -235px;
		left: 130px;
		-webkit-animation: clockwise 3s linear infinite
	}

	.please-wait-new .gear .bar {
		position: absolute;
		left: -15px;
		top: 50%;
		z-index: 0;
		width: 150px;
		height: 30px;
		margin-top: -15px;
		border-radius: 5px;
		background: var(--main-color)
	}

	.please-wait-new .gear .bar:before {
		position: absolute;
		left: 5px;
		top: 5px;
		right: 5px;
		bottom: 5px;
		z-index: 1;
		content: "";
		border-radius: 2px;
		background: var(--main-color)
	}

	.please-wait-new .gear .bar:nth-child(2) {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform: rotate(60deg);
	}

	.please-wait-new .gear .bar:nth-child(3) {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
		-webkit-transform: rotate(120deg)
	}

	@-webkit-keyframes clockwise {
		0% {
			-webkit-transform: rotate(0)
		}

		100% {
			-webkit-transform: rotate(360deg)
		}
	}

	@-webkit-keyframes anticlockwise {
		0% {
			-webkit-transform: rotate(360deg)
		}

		100% {
			-webkit-transform: rotate(0)
		}
	}

	.please-wait-new p {
		font-weight: 700;
		margin: 0;
		color: #585858
	}

	.contact-left {
		display: block;
		width: 100%;
		padding: 0 2%
	}

	#contactForm {
		display: block;
		width: 100%;
		padding: 0 2%;
		clear: both
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.sale-label,
	.top-prodazh-label {
		position: absolute;
		top: -10px;
		right: -10px;
		display: block;
		width: 75px;
		height: 75px;
		z-index: 3
	}

	.sale-label {
		background: url(../images/label-sale.png) 0 0 no-repeat;
		background-size: contain
	}

	.block-related .sale-label,
	.cms-index-index .sale-label {
		top: 0
	}

	.mini-products-list .product-image .sale-label {
		right: -8px;
		width: 45px;
		height: 45px
	}

	.product-img-box {
		position: relative
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.top-prodazh-label {
		border-radius: 50%;
		color: #fff;
		text-align: center;
		font-size: 1.8em;
		line-height: 75px;
		font-weight: 700;
		padding-left: 3px;
		background: #88ad3e
	}

	.top-prodazh-label {
		right: auto;
		left: -10px;
		padding: 0;
		background: #872934
	}

	.top-prodazh-label:before {
		color: #fff;
		content: 'Топ'
	}

	@font-face {
		font-family: Impact;
		src: url(../fonts/impact.ttf)
	}

	.hide-countdown {
		display: none
	}

	.countdownHolder {
		text-align: center;
		width: 220px;
		height: 80px;
		margin: 0 auto 10px auto;
		letter-spacing: -3px;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: inset 0 0 5px #bbb
	}

	.countdownHolder p {
		text-align: center;
		padding: 10px 0;
		margin: 0;
		color: #585858;
		letter-spacing: 0;
		font: 12px Tinos, sans-serif;
		font-weight: 700
	}

	.position {
		display: inline-block;
		height: 1.6em;
		overflow: hidden;
		position: relative;
		width: 1.4em
	}

	.digit {
		padding-top: 1px;
		position: absolute;
		display: block;
		width: 1em;
		background-color: #872934;
		text-align: center;
		color: #fff;
		letter-spacing: 1px;
		font-size: 1.25em;
		font-family: arial, sans-serif;
		font-weight: 100
	}

	.data-name {
		position: absolute;
		margin-top: 24px;
		margin-left: -32px;
		letter-spacing: 0;
		color: #585858;
		font: 10px Tinos, sans-serif;
		font-weight: 700
	}

	.hour {
		margin-left: -34px
	}

	.minute {
		margin-left: -34px
	}

	.second {
		margin-left: -35px
	}

	.countDiv {
		display: inline-block;
		width: 4px;
		height: 1.6em;
		position: relative
	}

	.countDiv:after,
	.countDiv:before {
		position: absolute;
		width: 3px;
		height: 3px;
		background-color: #fff;
		border-radius: 50%;
		left: 50%;
		margin-left: -3px;
		top: .3em;
		content: ''
	}

	.countDiv:after {
		top: .8em
	}

	.banner-container {
		text-align: center;
		height: 60px;
		vertical-align: middle;
		display: block;
		margin: 20px 0;
		background: 0 0;
		overflow: hidden;
		position: relative
	}

	.banner-inner-content {
		position: relative;
		display: block;
		height: 60px;
		max-width: 1200px;
		margin: 0 auto
	}

	.banner-inner-content a {
		display: block
	}

	.banner-inner-content a,
	.banner-inner-content p {
		color: #fff
	}

	.banner-image {
		width: 100%;
		height: 60px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
	}

	.banner-inner-content .btn_close {
		top: 0;
		right: 0;
		position: absolute;
		display: block;
		opacity: 1;
		color: #e23c4f;
		font-size: 2rem;
		padding: 0 5px;
		background: 0 0;
		border: 0;
		z-index: 15
	}

	.banner-inner-content a img {
		height: 60px;
		max-height: 60px;
		overflow: hidden;
		position: relative
	}

	#mobFilter {
		position: fixed;
		bottom: 100px;
		right: 20px;
		display: none;
		width: 65px;
		height: 65px;
		line-height: 65px;
		text-align: center;
		color: #fff;
		font-size: 3rem;
		background: #781a25;
		border-radius: 50%;
		box-shadow: 0 19px 38px 0 rgba(34, 36, 43, .3);
		overflow: hidden;
		z-index: 9;
		transition: right .3s ease-in-out
	}

	#turnofthelight {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		z-index: 4
	}

	#layered-navigation.active {
		position: fixed;
		top: 0;
		right: -240px;
		bottom: 0;
		display: block;
		width: 237px;
		height: 100%;
		background: #fff;
		padding: 32px 0 5px;
		overflow-y: scroll;
		z-index: 9;
		animation: slideplz .3s ease 1 forwards
	}

	@keyframes slideplz {
		0% {
			right: -240px
		}

		100% {
			right: 0
		}
	}

	#layered-navigation.closeplz {
		animation: closeplz .3s ease 1 forwards
	}

	@keyframes closeplz {
		0% {
			right: 0
		}

		100% {
			right: -240px
		}
	}

	#layered-navigation.active .block {
		padding: 0 15px
	}

	#layered-navigation.active .block .block-title {
		margin: 0 -15px 15px
	}

	#layered-navigation.active .block .block-title .toggle {
		display: none
	}

	#layered-navigation.active .block-layered-nav {
		position: relative
	}

	#layered-navigation.active .fa-times {
		position: absolute;
		top: 32px;
		right: 0;
		font-size: 2.3rem;
		line-height: 2.3rem;
		padding: 10px 15px;
		color: #fff;
		z-index: 9
	}

	#layered-navigation.active .block-layered-nav .block-content {
		display: block !important
	}

	#layered-navigation.active .block-layered-nav dd {
		padding: 10px 0;
		overflow-x: hidden
	}

	#layered-navigation.active .block-layered-nav dd li {
		white-space: nowrap
	}

	#layered-navigation.active #mobFilter {
		right: -100px;
		transition: right .3s ease-in-out
	}

	.jhidden {
		position: fixed;
		right: -100px
	}

	.servirovka-right {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		background: #fff
	}

	.servirovka-right .product-options .options-list input.checkbox {
		float: none;
		margin: 0 5px 0 0
	}

	.servirovka-right .form-list label {
		line-height: 1.4;
		margin-bottom: 5px
	}

	.servirovka-right .formbuilder-form .form-list .options-list .label {
		padding: 0
	}

	.servirovka-right .product-options .options-list li label {
		padding: 3px 0 0 0
	}

	.servirovka-right~.sign-left {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 20px auto
	}

	#sitemap-block a,
	#sitemap-block a:link,
	#sitemap-block a:visited {
		position: relative;
		display: inline-block;
		vertical-align: top
	}

	#sitemap-block a:active,
	#sitemap-block a:focus,
	#sitemap-block a:hover {
		text-decoration: underline
	}

	#sitemap-block>p>a,
	#sitemap-block>p>a:link,
	#sitemap-block>p>a:visited {
		font-size: 1.3em;
		font-weight: 700;
		color: #585858
	}

	#sitemap-block>p>a:active,
	#sitemap-block>p>a:focus,
	#sitemap-block>p>a:hover {
		color: #872934
	}

	#sitemap-block>ul {
		list-style-position: inside;
		margin: 0 0 25px 20px;
		padding-bottom: 25px;
		border-bottom: 1px dashed #ccc
	}

	#sitemap-block>ul ul {
		margin: 0 0 10px 15px
	}

	#sitemap-block ul a,
	#sitemap-block ul a:link,
	#sitemap-block ul a:visited {
		padding-left: 14px;
		font-size: 1.1em
	}

	#sitemap-block ul ul a,
	#sitemap-block ul ul a:link,
	#sitemap-block ul ul a:visited {
		padding-left: 12px;
		font-size: .9em
	}

	#sitemap-block li {
		list-style: none;
		margin: 2px 0
	}

	#sitemap-block ul a:before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-radius: 50%;
		background: #ddd;
		z-index: 2
	}

	#sitemap-block ul ul a:before {
		width: 6px;
		height: 6px;
		margin-top: -3px
	}

	#sitemap-block a:focus:before,
	#sitemap-block a:hover:before {
		background: #a7626a
	}

	#post-list .featured-image {
		float: none !important;
		margin: 0 auto 20px;
		padding: 0;
		border: none
	}

	#post-list .featured-image img {
		display: block;
		margin: 0 auto;
		padding: 1px;
		border: 1px solid #ddd
	}

	.top-icon-menu .lang-changer {
		display: none
	}

	.lng-btm {
		padding-top: 10px;
		font-size: 16px
	}

	footer>section.flex>div:nth-of-type(2) .flex.ftr-btm>div:nth-of-type(1),
	footer>section.flex>div:nth-of-type(2) .flex.ftr-btm>div:nth-of-type(2) {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%
	}

	.after-post-nsubscribe {
		display: block;
		padding: 25px;
		margin: 0 auto 25px;
		border: 1px solid #ecf0f1
	}

	.col-main .after-post-nsubscribe p {
		display: block;
		margin-bottom: 20px;
		font-size: 18px
	}

	.after-post-nsubscribe .newsletter_wrapper {
		display: block;
		margin-bottom: 0
	}

	.after-post-nsubscribe .newsletter_wrapper .input-box {
		display: block
	}

	.after-post-nsubscribe .newsletter_wrapper .actions {
		display: block;
		margin-top: 20px;
		padding: 0;
		text-align: center
	}

	.col-main .after-post-nsubscribe .newsletter_wrapper .actions button.button>span {
		background: #88252a;
		background: linear-gradient(to top, #88252a, #800);
		border: 1px solid #800;
		border-radius: 7px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		padding: 7px 30px;
		font-size: 18px;
		float: none
	}

	#discount-coupon-form h2 {
		font-size: 1.3em;
		margin: 0 0 10px
	}

	#discount-coupon-form .flex > div:first-of-type {
		padding-right: 10px;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	#discount-coupon-form .flex > div {
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		min-width: 1px;
		padding: 0;
		margin: 0
	}

	#discount-coupon-form .flex .input-text {
		/*width: 290px;*/
		width: 100%;
		height: 40px;
		line-height: 40px;
		/*margin-bottom: 5px*/
	}

	.page-title.horeca {
		margin: 0;
		padding: 0;
		background: 0 0
	}

	.page-title.horeca h1 {
		font-size: 2.5em;
		font-weight: 700;
		color: #872934;
		text-align: center;
		font-style: italic;
		line-height: 1
	}

	#horeca h2 {
		text-align: center;
		margin: 0 0 25px;
		border: none;
		font-size: 1.8em;
		color: #872934
	}

	#horeca {
		position: relative;
		font-size: 1.1em
	}

	#horeca .subtitle p {
		text-align: center;
		margin: 0;
		color: #686868;
		line-height: 1.6
	}

	#horeca .subtitle p:nth-of-type(1) {
		font-size: 1em
	}

	#horeca .subtitle p:nth-of-type(1) b {
		display: block;
		color: #a23542;
		font-size: 1.4em;
		font-style: italic;
		font-family: Tinos, "Times New Roman", serif;
		line-height: 1.1
	}

	#horeca .subtitle p:nth-of-type(2) {
		position: relative;
		padding: 50px 15px;
		margin: 50px -15px 0;
		color: transparent;
		font-size: 1em;
		line-height: 1.4;
		background: url(/skin/frontend/default/theme255k/images/bg_footer_top.png) 0 0 repeat-x, url(/skin/frontend/default/theme255k/images/bg_footer_bot.png) 0 100% repeat-x;
		background-color: #781a25;
		text-shadow: 1px 1px 0 transparent;
		overflow: hidden
	}

	#horeca .subtitle p:nth-of-type(2) span {
		display: block
	}

	#horeca .subtitle p:nth-of-type(2)>span>span {
		position: relative;
		padding-top: 15px;
		-webkit-transform: translateY(300px);
		-ms-transform: translateY(300px);
		transform: translateY(300px)
	}

	#horeca .subtitle p:nth-of-type(2)>span>span:before {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		margin-top: 5px;
		background: #d68790
	}

	#horeca .subtitle p:nth-of-type(2) .v {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 2em;
		font-family: Fondamento, cursive;
		font-style: italic;
		color: #e4bbbf;
		line-height: 1;
		margin: 0 auto;
		padding: 0 25px;
		background: #781a25;
		text-shadow: 1px 1px 0 #44050d
	}

	#horeca .subtitle p:nth-of-type(2) i {
		font-style: normal
	}

	#horeca .photos img {
		max-width: 100%
	}

	#horeca .block {
		padding: 50px 0;
		margin: 0
	}

	#horeca .block .flex.line {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	#horeca .block.grey {
		position: relative;
		padding: 50px 15px;
		margin: 0 -15px;
		background: url(/skin/frontend/default/theme255k/images/bg_footer_top.png) 0 0 repeat-x, url(/skin/frontend/default/theme255k/images/bg_footer_bot.png) 0 100% repeat-x;
		background-color: #f0f0f0
	}

	#horeca .block.grey h2 {
		color: #686868
	}

	#horeca .block.photos {
		position: relative;
		margin: 0 -15px;
		padding: 0
	}

	#horeca .block.contacts {
		padding: 0 15px;
		margin: 0 -15px 20px;
		color: #e4bbbf;
		font-size: 1.2em;
		text-align: center;
		background: #781a25 url(/skin/frontend/default/theme255k/images/bg_footer_bot.png) 0 100% repeat-x;
		text-shadow: 1px 1px 0 #44050d
	}

	#horeca .line>div {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		min-width: 1px;
		margin: 25px 0;
		text-align: center
	}

	#horeca .line>div>div {
		display: inline-block;
		vertical-align: top;
		margin: 0 auto;
		text-align: left
	}

	#horeca .line>div>div>p {
		text-align: center
	}

	#horeca .lables .line p span {
		display: inline-block;
		vertical-align: top;
		color: #fff;
		padding: 5px;
		background: #781a25;
		border-radius: 15px
	}

	#horeca .lables .line p span i {
		display: block;
		width: 280px;
		text-align: center;
		padding: 10px 0;
		font-size: 1.3em;
		border: 1px dashed #d2747f;
		border-radius: 10px
	}

	#horeca .line ul {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 25px;
		color: #686868;
		text-align: left;
		opacity: 0
	}

	#horeca .line ul li {
		line-height: 1.2;
		margin: 5px 0
	}

	#horeca .line ul b {
		color: #a23542
	}

	#horeca .grey .line p {
		text-align: center;
		margin-bottom: 15px
	}

	#horeca .grey .line p span {
		display: inline-block;
		vertical-align: top;
		font-weight: 700;
		color: #a73a46;
		font-size: 1.3em;
		padding: 80px 0 0
	}

	#horeca .grey .line p .years {
		background: transparent url(/skin/frontend/default/theme255k/images/horeca/15years.png) no-repeat 50% 0;
		background-size: 145px
	}

	#horeca .grey .line p .pro {
		background: transparent url(/skin/frontend/default/theme255k/images/horeca/pro.png) no-repeat 50% 0;
		background-size: 145px
	}

	#horeca .grey .line p .connection {
		padding: 95px 0 0;
		background: transparent url(/skin/frontend/default/theme255k/images/horeca/connection.png) no-repeat 50% 0;
		background-size: 175px
	}

	#horeca .grey .line ul {
		list-style: none;
		margin: 0
	}

	#horeca .grey .line li {
		position: relative;
		margin-bottom: 5px;
		padding-left: 10px
	}

	#horeca .grey .line li:before {
		position: absolute;
		left: 0;
		top: 50%;
		display: block;
		content: '';
		margin-top: -4px;
		border: 5px solid transparent;
		border-left: 5px solid #a73a46;
		z-index: 1
	}

	#horeca .grey .line li:after {
		position: absolute;
		left: -1px;
		top: 50%;
		display: block;
		content: '';
		margin-top: -4px;
		border: 5px solid transparent;
		border-left: 5px solid #f0f0f0;
		z-index: 2
	}

	#horeca .list h2 {
		margin: 0
	}

	#horeca .list .line p {
		text-align: center;
		font-size: 1em
	}

	#horeca .list .flex {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap;
		margin: 25px auto 0;
		max-width: 500px
	}

	#horeca .list .flex>div {
		position: relative;
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0 0 0 40px;
		margin: 20px 0 20px 20px;
		line-height: 1.2;
		opacity: 0
	}

	#horeca .list .flex>div:before {
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		display: block;
		width: 30px;
		height: 40px;
		background: #781a25;
		border-radius: 0 0 15px 15px
	}

	#horeca .list .flex>div:after {
		position: absolute;
		left: 5px;
		top: 5px;
		content: '';
		display: block;
		width: 20px;
		height: 30px;
		border: 1px dashed #d2747f;
		border-radius: 0 0 10px 10px
	}

	#horeca .list a,
	#horeca .list a:link,
	#horeca .list a:visited {
		text-decoration: underline
	}

	#horeca .list a:active,
	#horeca .list a:focus,
	#horeca .list a:hover {
		color: #c00;
		text-decoration: underline
	}

	#horeca .photos .above {
		-webkit-justify-content: center;
		-webkit-align-content: center;
		-webkit-align-items: center;
		justify-content: center;
		align-content: center;
		align-items: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		z-index: 1;
		transition: all .2s ease-in-out
	}

	#horeca .photos:focus .above,
	#horeca .photos:hover .above {
		background: rgba(0, 0, 0, .8);
		transition: all .2s ease-in-out
	}

	#horeca .photos .above section {
		width: 80%;
		padding: 15px 25px;
		border-radius: 15px;
		background: #fff;
		box-shadow: 0 0 15px #000;
		opacity: 0
	}

	#horeca .photos .above section h2 {
		margin-bottom: 10px;
		font-size: 1.3em
	}

	#horeca .photos .above p {
		text-align: center;
		margin: 0
	}

	#horeca .photos .flex {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	#horeca .photos .flex>div {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	#horeca .photos .button-plz span {
		padding: 7px 5px 9px
	}

	#horeca .contacts .flex {
		-webkit-justify-content: center;
		-webkit-flex-direction: column;
		-webkit-flex-flow: column nowrap;
		justify-content: center;
		flex-direction: column;
		flex-flow: column nowrap
	}

	#horeca .contacts .flex>div:nth-of-type(1) {
		padding: 50px 15px 0
	}

	#horeca .contacts .flex>div:nth-of-type(2) {
		padding: 25px 15px 50px
	}

	#horeca .contacts .flex>div:nth-of-type(2) p {
		text-align: center
	}

	#horeca .contacts .flex>div p {
		margin: 0
	}

	#horeca .contacts .flex>div p:nth-of-type(1) {
		font-size: 2em;
		line-height: 1;
		color: #fff;
		margin-bottom: 10px
	}

	#horeca .contacts .flex>div p span {
		display: block;
		color: #e4bbbf;
		font-size: .5em
	}

	#horeca .contacts img {
		max-height: 200px;
		padding: 10px;
		border: 1px solid #952835
	}

	#horeca .contacts a,
	#horeca .contacts a:link,
	#horeca .contacts a:visited {
		display: inline-block;
		vertical-align: top;
		color: #fff;
		font-size: 2em;
		font-family: Tinos, "Times New Roman", serif
	}

	#horeca .contacts a:active,
	#horeca .contacts a:focus,
	#horeca .contacts a:hover {
		text-decoration: none;
		color: #fff
	}

	#horeca .subtitle.active p:nth-of-type(2) {
		color: #e4bbbf;
		text-shadow: 1px 1px 0 #44050d;
		transition: all .8s ease-out
	}

	#horeca .subtitle.active p:nth-of-type(2) i {
		color: #fff;
		transition: all .8s ease-out
	}

	#horeca .subtitle.active p:nth-of-type(2)>span>span {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		transition: all .5s ease-out .5s
	}

	#horeca .line .active:nth-of-type(1) ul {
		opacity: 1;
		transition: opacity 1s ease-out
	}

	#horeca .line .active:nth-of-type(2) ul {
		opacity: 1;
		transition: opacity 1s ease-out .4s
	}

	#horeca .line .active:nth-of-type(3) ul {
		opacity: 1;
		transition: opacity 1s ease-out .8s
	}

	#horeca .list.active .flex>div:nth-of-type(1) {
		opacity: 1;
		transition: opacity 1s ease-out .4s
	}

	#horeca .list.active .flex>div:nth-of-type(2) {
		opacity: 1;
		transition: opacity 1s ease-out .8s
	}

	#horeca .list.active .flex>div:nth-of-type(3) {
		opacity: 1;
		transition: opacity 1s ease-out 1.2s
	}

	#horeca .list.active .flex>div:nth-of-type(4) {
		opacity: 1;
		transition: opacity 1s ease-out 1.6s
	}

	#horeca .list.active .flex>div:nth-of-type(5) {
		opacity: 1;
		transition: opacity 1s ease-out 2s
	}

	#horeca .list.active .flex>div:nth-of-type(6) {
		opacity: 1;
		transition: opacity 1s ease-out 2.4s
	}

	#horeca .photos.active .above section {
		opacity: 1;
		transition: opacity 1s ease-out
	}

	#sorry-no-result,
	#ukr-mova {
		justify-content: center;
		align-items: center;
		-webkit-justify-content: center;
		-webkit-align-items: center
	}

	#sorry-no-result>div,
	#ukr-mova>div {
		padding: 0 0 30px
	}

	#sorry-no-result p,
	#ukr-mova p {
		text-align: left;
		font-size: 1.3em
	}

	#ukr-mova .lika-a-title {
		font-family: Tinos, "Times New Roman", serif;
		font-size: 2.4em;
		color: #7a0b2a
	}

	#sorry-no-result .lika-a-title {
		font-family: Tinos, "Times New Roman", serif;
		font-size: 1.8em;
		color: #7a0b2a
	}

	#ukr-mova .item {
		margin-top: 35px
	}

	#sorry-no-result .item {
		margin-top: 20px
	}

	#sorry-no-result .item a,
	#ukr-mova .item a {
		margin: 0 10px 0 0
	}

	#sorry-no-result a,
	#sorry-no-result a span,
	#sorry-no-result a:link,
	#sorry-no-result a:visited,
	#ukr-mova a,
	#ukr-mova a span,
	#ukr-mova a:link,
	#ukr-mova a:visited {
		display: inline-block;
		vertical-align: top;
		text-decoration: none
	}

	#sorry-no-result .item .buy-item.home span,
	#ukr-mova .item .buy-item.home span {
		color: #fff;
		background: #8dad00;
		transition: all .2s ease
	}

	#sorry-no-result .item .buy-item.home:active span,
	#sorry-no-result .item .buy-item.home:focus span,
	#sorry-no-result .item .buy-item.home:hover span,
	#ukr-mova .item .buy-item.home:active span,
	#ukr-mova .item .buy-item.home:focus span,
	#ukr-mova .item .buy-item.home:hover span {
		background: #872934;
		transition: all .2s ease
	}

	footer #footer-links {
		text-align: center
	}

	footer #footer-links li {
		display: block;
		border-bottom: 1px solid #ddd
	}

	footer #footer-links li:last-of-type {
		border: none
	}

	footer #footer-links a:link,
	footer #footer-links a:visited {
		display: block;
		padding: 10px;
		color: #585858;
		text-shadow: 0 1px 0 #fff;
		font-size: 1.2em
	}

	footer #footer-links a:active,
	footer #footer-links a:focus,
	footer #footer-links a:hover {
		color: #c75360;
		text-decoration: none
	}

	footer>section.flex,
	footer>section.flex>div:nth-of-type(2) .flex {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	footer>section.flex {
		margin: 10px 0 0;
		padding: 15px 0 0
	}

	footer>section.flex>div:nth-of-type(1) {
		width: 100%;
		text-align: center;
		padding: 25px 0
	}

	footer>section.flex>div:nth-of-type(2) {
		width: 100%;
		padding: 0 0 25px
	}

	footer>section.flex>div:nth-of-type(2) .flex>div:nth-of-type(1) {
		width: 100%;
		color: #888;
		padding-bottom: 25px
	}

	footer>section.flex>div:nth-of-type(2) .flex>div:nth-of-type(2) {
		width: 100%
	}

	footer .footer-karta-proezda {
		text-align: center;
		margin: 10px 0
	}

	footer .footer-karta-proezda a:link,
	footer .footer-karta-proezda a:visited {
		display: inline-block;
		vertical-align: top;
		color: #585858;
		padding: 10px 25px;
		border: 1px solid #ddd;
		background: rgba(255, 255, 255, .5)
	}

	footer .footer-karta-proezda a:active,
	footer .footer-karta-proezda a:focus,
	footer .footer-karta-proezda a:hover {
		color: #c75360;
		text-decoration: none;
		background: rgba(255, 255, 255, 1)
	}

	footer .flex.social {
		-webkit-justify-content: center;
		justify-content: center
	}

	footer #footer-blog li {
		padding: 0 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #fff
	}

	footer #footer-blog li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}

	.col-main .popular-products_block.box-up-sell {
		margin-top: 50px;
		min-height: 450px
	}

	.col-main .popular-products_block.box-up-sell .caroufredsel_wrapper {
		min-height: 450px;
		max-width: 1170px
	}
	/* Main Page. Slider [new] */
		#new-header-slider,
		#new-header-slider:link,
		#new-header-slider:visited {
			position: relative;
			display: block;
			line-height: 1;
			text-decoration: none;
			color: inherit;
			font-size: 14px;
		}
		#new-header-slider.bigest {
			font-size: 18px;
		}
		#new-header-slider.biger {
			font-size: 16px;
		}
		#new-header-slider.big {
			font-size: 15px;
		}
		#new-header-slider.small {
			font-size: 13px;
		}
		#new-header-slider.smaller {
			font-size: 12px;
		}
		#new-header-slider.smallest {
			font-size: 10px;
		}
		#new-header-slider img {
			display: block;
			width: 100%;
			max-width: 100%;
			max-height: 100%;
		}
		#new-header-slider .desc {
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 100%;
			height: 83%;
			padding: 15px 0;
			color: #872934;
			font-size: 1.714285714285714em;
			text-align: center;
			z-index: 2;
		}
		#new-header-slider .large {
			display: none;
		}
		#new-header-slider .discont {
			position: relative;
			top: -20px;
			display: inline-block;
			vertical-align: top;
			padding-left: 5px;
			font-size: 3em;
		}
		#new-header-slider .item {
			position: relative;
			top: -10px;
			display: block;
			font-size: .8333333333333333em;
		}
		#new-header-slider .date {
			position: absolute;
			left: 0;
			bottom: 0;
			display: block;
			width: 100%;
			font-size: .5833333333333333em;
			white-space: nowrap;
		}
		#new-header-slider .center {
			position: absolute;
			bottom: 10px;
			display: block;
			width: 100%;
			text-align: center;
			z-index: 2;
		}
		#new-header-slider button {
			font-size: 12px;
			text-transform: unset;
			z-index: 2;
		}
		#new-header-slider button span {
			text-transform: unset;			
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				left: 10%;
				top: 0;
				width: 80%;
				font-size: 1.428571428571429em;
			}
			#new-header-slider.second-theme .large {
				display: inline-block;
				vertical-align: text-top;
				font-size: 3em;
				padding-right: 10px;
			}
			#new-header-slider.second-theme .discont {
				display: block;
				top: -45px;
				padding-left: 85px;
				font-size: 2.1em;
				text-align: left;
			}
			#new-header-slider.second-theme .item {
				display: none;
			}
			#new-header-slider.second-theme .date {
				font-size: 1em;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.285714285714286em;
			}
			#new-header-slider.third-theme .discont {
				top: 0px;
				display: block;
				padding-left: 0;
				margin-bottom: 10px;
				font-size: 1.555555555555556em;
			}
			#new-header-slider.third-theme button {
				position: relative;
			}
			#new-header-slider.third-theme.ctr-btn button {
				left: auto;
			}
		/* Animated Typing */
			#new-header-slider .animated {
				display: block;
				width: 650px;
				min-width: 100%;
				max-width: 100%;
				padding: 0 15px;
				text-align: left;
			}
			#new-header-slider .typing_line.active {
				border-right: .05em solid #872934;
				-webkit-animation: blink-caret 1s step-end infinite;
						animation: blink-caret 1s step-end infinite;
			  }
			  
			  @-webkit-keyframes blink-caret {
				0%, 100% {
				  border-color: transparent;
				}
				50% {
				  border-color: #872934;
				}
			  }
			  
			  @keyframes blink-caret {
				0%, 100% {
				  border-color: transparent;
				}
				50% {
				  border-color: #872934;
				}
			  }
	/* Block: Upsell */
		.box-up-sell {
			border: 1px solid #ededed;
			padding: 20px;
			background: #fbfbfb;
			overflow: hidden;
			position: relative
		}
		.box-up-sell h2 {
			font-size: 14px;
			text-transform: none;
			color: #383737;
			margin-bottom: 20px;
			padding-right: 65px
		}
		.box-up-sell ul li .product-image {
			margin-bottom: 15px;
			display: block;
			position: relative
		}
		.box-up-sell ul li .product-image .discounts-percent {
			right: -10px
		}
		.box-up-sell ul li .product-image .plus-present {
			right: 0
		}
		.box-up-sell ul li .product-image img {
			max-width: 100%
		}
		.box-up-sell .product-name {
			margin-bottom: 10px
		}
		.box-up-sell .no-rating {
			width: 100%;
			overflow: hidden
		}
		.box-up-sell .no-rating a {
			display: block
		}
		.box-up-sell .product-name a {
			text-decoration: none
		}
		.box-up-sell .up-sell-carousel li {
			min-height: 340px
		}
		.box-up-sell ul li .noSwipe {
			overflow: hidden
		}
		.box-up-sell .up-sell-carousel-none li.last {
			margin-right: 0
		}
		.box-up-sell ul li .no-rating {
			margin-bottom: 0;
			margin-top: 0
		}
		.box-up-sell .price-box {
			overflow: hidden
		}
		.box-up-sell .price-box .regular-price {
			float: none
		}
		.box-up-sell .price-box .minimal-price span {
			font-size: 15px;
			font-weight: 400
		}
		.box-up-sell .products-grid td {
			margin-right: 11px;
			width: 204px
		}
		.box-up-sell .rating-box {
			float: none;
			margin: 0 auto 5px
		}
		.box-up-sell .box-tags .product-tags {
			overflow: hidden;
			margin-bottom: 25px
		}
		.box-up-sell .box-tags .product-tags li {
			display: inline;
			text-transform: capitalize;
			background: url(../images/line-2.gif) no-repeat 100% 3px;
			padding: 0 10px 0 0;
			margin: 0 10px 0 0
		}
		.box-up-sell .box-tags .product-tags li.first {
			padding-left: 0
		}
		.box-up-sell .box-tags .product-tags li.last {
			background: 0 0
		}
		.box-up-sell .countdown .digit {
			font-size: .8em;
			border-left: 1px solid #872934;
		}
		.box-up-sell .countdown .position {
			width: .9em;
		}
		.box-up-sell .countdown .countDiv {
			width: 6px;
		}
		.box-up-sell .countdown.countdownHolder {
			width: auto;
			height: 90px;
			margin: 10px -20px;
			box-shadow: none;
		}
		.box-up-sell .countdown .data-name {
			margin-left: -24px;
		}
		.box-up-sell .countdown .hour {
			margin-left: -26px;
		}
		.box-up-sell .countdown .minute,
		.box-up-sell .countdown .second {
			margin-left: -27px;
		}
		.box-up-sell ul li .noSwipe {
			overflow: unset;
		}
	/* Corona News */
		.wordpress-post-view .cb-wrap {
			display: grid;
			grid-template-columns: minmax(0, auto);
			grid-template-rows: auto;
			grid-template-areas:
				"cb-first"
				"cb-second" "cb-third"
				"cb-fourth" "cb-fifth"
				"cb-sixth" "cb-seventh"
				"cb-eighth" "cb-ninth"
				"cb-tenth";
			margin: 35px 0 50px;
		}
		.wordpress-post-view .cb-wrap p {
			margin: 0 !important;
		}
		.cb-wrap .cb-first {
			grid-area: cb-first;
			padding-bottom: 0 !important;
		}
		.cb-wrap .cb-second {
			grid-area: cb-second;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-third {
			grid-area: cb-third;
		}
		.cb-wrap .cb-fourth {
			grid-area: cb-fourth;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-fifth {
			grid-area: cb-fifth;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-sixth {
			grid-area: cb-sixth;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-seventh {
			grid-area: cb-seventh;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-eighth {
			grid-area: cb-eighth;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-ninth {
			grid-area: cb-ninth;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-tenth {
			grid-area: cb-tenth;
		}
		.cb-wrap .cb-tenth span {
			font-weight: normal;
		}
		.cb-wrap .cb-second,
		.cb-wrap .cb-fourth,
		.cb-wrap .cb-sixth,
		.cb-wrap .cb-eighth {
			display: grid;
			align-items: center;
		}
		.cb-wrap .cb-fifth,
		.cb-wrap .cb-seventh,
		.cb-wrap .cb-ninth {
			padding: 15px 0;
		}
		.cb-wrap .cb-first,
		.cb-wrap .cb-second,
		.cb-wrap .cb-fourth,
		.cb-wrap .cb-sixth,
		.cb-wrap .cb-eighth,
		.cb-wrap .cb-tenth {
			padding: 15px 15px 15px 0;
			font-style: italic;
			font-weight: bold;
			font-size: 1.36em !important;
			color: #872934 !important;
			text-align: center;
		}
		.wordpress-post-view .cb-wrap .cb-third {
			padding: 15px 0;
			border-bottom: 1px solid #ccc;
		}
	/* Custom Products */
		/* STD */
			.product-options {
				clear: both;
				margin: 5px 0 18px;
				border: 1px solid #dbdbdb;
				background: #fbfbfb;
				border-bottom: 0;
				padding: 25px;
				margin-bottom: 0
			}
			.product-options .qty-holder {
				display: block;
				padding-top: 10px
			}
			.product-options dl dt {
				display: block
			}
			.product-options dt label {
				font-weight: 700;
				display: inline-block;
				padding-bottom: 3px
			}
			.product-options dt label em {
				float: right;
				color: #e03b3b
			}
			.product-options dt .qty-holder {
				float: right
			}
			.product-options dt .qty-holder label {
				vertical-align: middle
			}
			.product-options dt .qty-disabled {
				background: 0 0;
				border: 0;
				padding: 3px
			}
			.product-options dd {
				margin: 0 0 10px 0;
				display: block;
				width: 100%;
				float: left
			}
			.product-options dd input.input-text {
				width: 98%
			}
			.product-options dd input.datetime-picker {
				width: 150px
			}
			.product-options dd .time-picker {
				display: -moz-inline-box;
				display: inline-block;
				padding: 2px 0;
				vertical-align: middle
			}
			.product-options dd textarea {
				width: 98%;
				height: 8em
			}
			.product-options dd select {
				width: 100%
			}
			.product-options .options-list li {
				padding-top: 10px
			}
			.product-options .options-list li:first-child {
				padding-top: 0
			}
			.product-options .options-list li label {
				display: inline-block
			}
			.product-options .options-list input.radio {
				float: left;
				margin: 2px 0 0 0;
				height: auto
			}
			.product-options .options-list input {
				width: auto
			}
			.product-options .options-list input.checkbox {
				float: left;
				margin: 3px -20px 0 0;
				height: auto
			}
			.product-options .options-list .label {
				display: block;
			}
			.product-options ul.validation-failed {
				padding: 0 7px
			}
			.product-options p.required {
				padding: 5px 0 0;
				overflow: hidden;
				width: 100%;
				text-align: left;
				font-size: 12px;
				color: #e03b3b
			}
		/* Custom */
			#product-options-wrapper.product-options {
				padding: 10px 15px;
				margin-top: 10px;
				border: none;
				background: #efefef;
			}
			#product-options-wrapper.product-options dl {
				margin: 0;
			}
			#product-options-wrapper.product-options dd {
				float: none;
			}
			#product-options-wrapper.product-options dt label {
				padding: 5px 0 10px;
				color: #585858;
			}
			#product-options-wrapper.product-options dt label.required em {
				display: none;
			}
			#product-options-wrapper.product-options .options-list {
				display: grid;
				grid-template-columns: 1fr 1fr;
				grid-template-rows: auto;
				grid-gap: .5em;
				font-family: Tinos;
			}
			#product-options-wrapper.product-options .options-list input[type="radio"] {
				visibility: hidden;
			}
			#product-options-wrapper.product-options .options-list .label {
				padding: 0;
			}
			#product-options-wrapper.product-options .options-list .label label span {
				display: block;
			}
			#product-options-wrapper.product-options .options-list .label label > span:first-child {
				color: #872934;
				padding-bottom: 2px;
				margin-bottom: 3px;
				border-bottom: 1px solid #872934;
			}
			#product-options-wrapper.product-options .price-notice {
				padding-left: 0;
			}
			#product-options-wrapper.product-options .options-list li {
				padding: 0;
			}
			#product-options-wrapper.product-options .options-list li label {
				display: block;
				padding: .5em;
				margin: 0;
			}
			#product-options-wrapper.product-options .options-list input[type="radio"] + .label {
				text-align: center;
				border: 2px solid #fff;
				transition: border-color .2s ease;
			}
			#product-options-wrapper.product-options .options-list li:hover input[type="radio"] + .label {
				border-color: #872934;
				cursor: pointer;
				transition: border-color .2s ease;
			}
			#product-options-wrapper.product-options .options-list li:hover input[type="radio"] + .label label {
				cursor: pointer;				
			}
			#product-options-wrapper.product-options .options-list input[type="radio"]:checked + .label {
				border-color: #872934;
			}
			#product-options-wrapper.product-options .options-list input[type="radio"]:disabled + .label {
				opacity: .5;
			}
			#product-options-wrapper.product-options .options-list li:hover input[type="radio"]:disabled + .label {
				cursor: default;
				border-color: #fff;
			}
			#product-options-wrapper.product-options .options-list li:hover input[type="radio"]:disabled + .label label {
				cursor: default;
			}
			#product-options-wrapper.product-options .options-list input[type="radio"]:disabled + .label label span {
				color: #585858;
				border-color: #585858;
			}
			#product-options-wrapper.product-options p.required {
				padding: 0;
				margin: 0;
				font-size: .8em;
			}
			.product-view .product-options-bottom {
				display: grid;
				grid-template-columns: auto;
				grid-template-rows: auto;
				align-items: center;
				padding: 10px 15px;
				font-weight: bold;
				text-align: center;
				border: none;
				border-top: 3px solid #fff;
				background: #efefef;
			}
			.product-view .product-shop .product-options-bottom #selected-attribute {
				font-family: Tinos;
			}
			.product-view .product-shop .product-options-bottom .price-box {
				margin: 0 !important;
				padding: 25px 0;
				font-family: Tinos;
			}
			.product-view .product-shop .product-options-bottom .price-box .price {
				font-weight: bold;
				font-size: 2.4em;
				line-height: 1;
			}
			.product-view .product-shop .product-options-bottom .add-to-cart {
				margin: 0;
				padding: 0;
				font-weight: normal;
				border: none;
			}
			.product-options-bottom #oneclickorder-form-wrapper {
				grid-column: 1 / -1;
			}
	/* Mobile Slide Sub Nav */
		#mob-nav-top .sub-nav {
			display: none;
		}
		#mob-nav-top li {
			position: relative;
			display: flex;
			align-items: stretch;
			justify-content: space-between;
		}
		#mob-nav-top > ul li {
			border-top: 1px solid #8a303b;			
		}
		#mob-nav-top a,
		#mob-nav-top a:link,
		#mob-nav-top a:visited {
			position: relative;
			display: block;
			width: 100%;
			line-height: 1.4;
			text-decoration: none;
			padding: 15px 0 15px 20px;
			color: #fff;
			font-size: 1.41rem;
			font-weight: 400;
		}
		#mob-nav-top a + .sub,
		#mob-nav-sub .title .sub {
			position: relative;
			display: flex;
			flex: 0 0 5rem;
			align-items: center;
			justify-content: center;
			border-left: 1px solid #8a303b;
		}
		#mob-nav-top a + .sub:hover,
		#mob-nav-top a + .sub:focus,
		#mob-nav-top a + .sub:active,
		#mob-nav-sub .title:hover,
		#mob-nav-sub .title:focus,
		#mob-nav-sub .title:active,
		#mob-nav-top a:hover,
		#mob-nav-top a:focus,
		#mob-nav-top a:active,
		#mob-nav-sub > ul a:focus,
		#mob-nav-sub > ul a:focus,
		#mob-nav-sub > ul a:active,
		.swipe-menu ul li a:hover,
		.swipe-menu ul li a:focus,
		.swipe-menu ul li a:active {
			background-color: #67111c;
		}
		#mob-nav-top a + .sub:after,
		#mob-nav-sub .title .sub:after {
			display: inline-block;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: 400;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			text-indent: 0 !important;

			position: relative;
			font-size: 2rem;
			line-height: 1;
			content: "\f054";
		}
		#mob-nav-sub .title .sub:after {
			content: "\f053";
		}
		#mob-nav-sub {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 10px 0 0;
			background-color: #781a25;
			z-index: 2;
			overflow-y: auto;
			-webkit-transform: translateX(115%);
			-ms-transform: translateX(115%);
			transform: translateX(115%);
			transition: transform .6s ease;
		}
		#mob-nav-sub .title {
			position: relative;
			display: flex;
			align-items: stretch;
			padding: 15px 0;
			font-size: 1.8rem;
			border-bottom: 1px solid #8a303b;
			white-space: nowrap;
		}
		#mob-nav-sub.active {
			-webkit-transform: translateX(15%);
			-ms-transform: translateX(15%);
			transform: translateX(15%);
			transition: transform .6s ease;
		}
		.slideMobSubMenu {
			-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
			transform: translateX(0%);
			transition: transform .6s ease;
		}
		.slideMobSubMenu.active {
			overflow: visible;
			-webkit-transform: translateX(-15%);
			-ms-transform: translateX(-15%);
			transform: translateX(-15%);
			transition: transform .6s ease;
		}
		#mob-nav-sub > ul,
		#footer-links {
			position: relative;
		}
		#mob-nav-sub > ul:after,
		#footer-links:after {
			position: relative;
			display: block;
			content: '';
			width: 100%;
			height: 75px;
			background: transparent;
		}
		#mob-nav-sub > ul li {
			border-bottom: 1px solid #8a303b;
		}
		#mob-nav-sub > ul a,
		#mob-nav-sub > ul a:link,
		#mob-nav-sub > ul a:visited {
			color: #fff;
			line-height: 1.4;
			font-size: 1.41rem;
			font-weight: 400;
			padding: 15px 20px;
		}
		.swipe-menu .footer-links-menu {
			margin-top: 25px;
			padding: 25px 0 0;
			background: -moz-linear-gradient(top,  rgba(113,21,32,1) 0%, rgba(125,185,232,0) 100%);
			background: -webkit-linear-gradient(top,  rgba(113,21,32,1) 0%,rgba(125,185,232,0) 100%);
			background: linear-gradient(to bottom,  rgba(113,21,32,1) 0%,rgba(125,185,232,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#711520', endColorstr='#007db9e8',GradientType=0 );
		}

	/* WordPress Styles */
		/* Quote */
			.is-blog .post-entry .blog-style-quote {
				margin: 25px 0 50px 5px;
				padding: 5px 15px;
				font-style: italic;
				border-left: 2px solid #872934;
			}
			.is-blog .post-entry .blog-style-quote > *:last-child {
				margin-bottom: 0;
			}
		/* ul, ol */
			.is-blog .post-entry ul,
			.is-blog .post-entry ol {
				font-size: initial;
			}
			.ps-static .main ul.blog-style,
			.ps-static .main ol.blog-style {
				list-style: none;
				margin: 25px 0 40px 15px;
			}
			.ps-static .main ul.blog-style li::marker,
			.ps-static .main ol.blog-style li::marker {
				display: none;
			}
			.ps-static .main ol.blog-style {
				counter-reset: custom-counter;
			}
			.ps-static .main ul.blog-style li,
			.ps-static .main ol.blog-style li {
				position: relative;
				margin: 0 0 .7em 1.6em;
			}
			.ps-static .main ul.blog-style li {
				position: relative;
				padding-left: .5em;
			}
			.ps-static .main ol.blog-style li {
				counter-increment: custom-counter;
			}
			.ps-static .main ul.blog-style li:before,
			.ps-static .main ol.blog-style li:before {
				position: absolute;
				top: 0;
				display: inline-block;
				vertical-align: middle;
				line-height: 1;
				z-index: 1;
			}
			.ps-static .main ul.blog-style li:before {
				content: '';
				left: -1.6em;
				width: 1.6em;
				height: 1.6em;
				background: transparent url('../images/ul-check.svg') no-repeat 0 0;
				background-size: contain;
			}
			.ps-static .main ol.blog-style li:before {
				content: counter(custom-counter) " | ";
				right: 100%;
				font-weight: bold;
				font-family: Tinos;
				font-size: 1.6em;
				color: #872934;
				margin-right: .5em;
				white-space: nowrap;
			}
	/* Grid Item Page View */
		.catalog-product-view .product-essential .product-shop {
			display: -ms-grid;
			display: grid;
			grid-column-gap: 3rem;
			column-gap: 3rem;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: start;

			width: 100%;
			float: none;
			min-width: 0;
			min-height: 0;
		}
		.catalog-product-view .product-view .product-shop {
			width: 100%;
			float: none;
		}
		.catalog-product-view .product-shop > * {
			min-width: 0;
			min-height: 0;
		}
		.catalog-product-view .product-shop .product-shop-left {
			-ms-grid-row: 5;
			-ms-grid-row-span: 1;
			-ms-grid-column: 1;
			-ms-grid-column-span: 3;
			grid-row: 5 / 6;
			grid-column: 1 / 4;
			float: none;
			width: auto;
		}
		.catalog-product-view .product-shop .product-name {
			margin-bottom: 0;
		}
		.catalog-product-view .product-shop .product-name,
		.catalog-product-view .product-shop .product_code,
		.catalog-product-view .product-shop .product_delivery,
		.catalog-product-view .product-shop .product_options,
		.catalog-product-view .product-shop .razniye-tipy-tovara,
		.catalog-product-view .product-shop .countdownHolder,
		.catalog-product-view .product-shop .add-to-box,
		.catalog-product-view .product-shop #oneclickorder-form-wrapper,
		.catalog-product-view .product-shop .table-of-grouped-product,
		.catalog-product-view .product-shop .box-description,
		.catalog-product-view .product-shop .box-view-offline {
			-ms-grid-column: 1;
			-ms-grid-column-span: 3;
			grid-column: 1 / 4;
		}
		.catalog-product-view .product-shop .product-name {
			grid-row: 1 / 2;
		}
		.catalog-product-view .product-shop .product_code {
			grid-row: 3 / 4;
			margin-bottom: 25px;
		}
		.catalog-product-view .product-shop .product_delivery {
			grid-row: 6 / 7;
			margin-bottom: 20px;
		}
		.catalog-product-view .product-shop .product_options {
			grid-row: 8 / 9;
			margin-bottom: 25px;
		}
		.catalog-product-view .product-shop .razniye-tipy-tovara {
			grid-row: 9 / 10;
		}
		.catalog-product-view .product-shop .countdownHolder {
			grid-row: 10 / 11;
		}
		.catalog-product-view .product-shop .add-to-box {
			grid-row: 11 / 12;
		}
		.catalog-product-view .product-shop #oneclickorder-form-wrapper {
			grid-row: 12 / 13;
		}
		.catalog-product-view .product-shop .table-of-grouped-product {
			grid-row: 13 / 14;
		}
		.catalog-product-view .product-shop .box-description {
			grid-row: 14 / 15;
		}
		.catalog-product-view .product-shop .box-view-offline {
			grid-row: 15 / 16;
		}
		/* Show|Hide Additional Block at Item page */
			.catalog-product-view .product-shop .box-additional {
				position: relative;
				margin: -5px 0 -10px;
			}
			.catalog-product-view .product-shop .box-additional .box-collateral-content {
				max-height: 1000px;
				overflow: hidden;
				transition: max-height .4s;
			}
			.catalog-product-view .product-shop .box-additional .box-collateral-content.collapsed {
				max-height: 0;
				transition: max-height .4s;
			}
			#box-additional__visibility {
				display: block;
				width: 100%;
				padding: 1rem 0;
				font-weight: bold;
				color: #872934;
				border: none;
				border-bottom: 1px dashed #872934;
				background: transparent;
			}
			#box-additional__visibility.active {
				border-color: transparent;
			}
	/* Страница оформления заказа */
		#billing-new-address-form .pslogin-spacer {
			margin: 0 auto 2rem;
		}
		.o_checkout-cart {
			margin-top: 50px;
		}
		.o_checkout-item--total {
			flex-direction: column;
		}
		.section .allow .step {
			margin: 25px 0 50px;
		}
		.o_checkout-data .check-input-checked li.control label {
			line-height: 1.2;
		}
		.o_checkout-data--steps > li .allow > span {
			font-size: 15px;
		}
		.o_checkout-data--steps > li .allow > span,
		.step-label .progress-step {
			display: block;
		}
		.step-label .progress-step a,
		.step-label .progress-step a:link,
		.step-label .progress-step a:visited {
			display: block;
			margin: 10px 0 0;
			padding: 10px 10px 0;
			text-align: center;
			border-top: 1px solid #c3d0d4;
		}
		#billing-new-address-form > .pslogin-login .pslogin-buttons ul li {
			display: block;
			margin: 25px 0;
		}
		#billing-new-address-form > .pslogin-login .pslogin-buttons ul li .pslogin-button-text {
			font-size: 14px;
		}
	/* Once Click Order */
		/* Thanks message */
			#oneclickorder-tnx {
				position: fixed;
				left: 0;
				top: 0;
				display: grid;
				justify-content: center;
				align-content: center;
				width: 100%;
				height: 100%;
				padding: 25px;
				background: transparent;
				overflow: hidden;
				z-index: 9999;
			}
			#oneclickorder-tnx.hide {
				display: none;
			}
			#oneclickorder-tnx .wrap {
				position: relative;
				padding: 25px;
				background: #fff;
				box-shadow: 0 0 50px rgba(50, 50, 50, .5);
				overflow: hidden;
				z-index: 9999;
			}
			.product-shop #oneclickorder-tnx p.thanks-message {
				font-weight: 700;
				font-size: 2rem;
				padding: 0;
				color: #7a0b2a;
				line-height: 1.2;
				text-align: center;
			}
			.product-shop #oneclickorder-tnx p.thanks-message-description {
				font-size: 1.6rem;
				line-height: 1.4;
				margin: 0;
				text-align: center;
			}
			#oneclickorder-tnx .oneclickorder-close {
				position: absolute;
				top: 0;
				right: 10px;
				font-size: 2.4rem;
				color: #333;
				font-weight: bold;
				border: none;
				background: transparent;
			}
			#oneclickorder-tnx .oneclickorder-close:hover,
			#oneclickorder-tnx .oneclickorder-close:focus,
			#oneclickorder-tnx .oneclickorder-close:active {
				cursor: pointer;
				color: #e2263c;
			}
	/* Custom Item Block */
		.custom-item-block {
			position: relative;
			height: 100%;
			border: 1px solid #872934;
			z-index: 1;
		}
		.custom-item-block a,
		.custom-item-block a:link,
		.custom-item-block a:visited {
			position: relative;
			display: grid;
			justify-content: center;
			align-content: center;
			height: 100%;
			min-height: 300px;
			font-weight: bold;
			font-size: 1.4em;
			color: #872934;
			padding: 15px 19% 0;
			border: 10px solid #fff;
			background-color: transparent;
			z-index: 2;
			overflow: hidden;
			transition: background-color .2s ease;
		}
		.custom-item-block a > span {
			position: relative;
			top: 0;
			display: block;
			transition: top .5s ease;
		}
		.custom-item-block a:hover,
		.custom-item-block a:focus,
		.custom-item-block a:active {
			color: #fff;
			background-color: #872934;
			transition: background-color .2s ease;
		}
		.custom-item-block a:hover > span,
		.custom-item-block a:focus > span,
		.custom-item-block a:active > span {
			top: 10px;
			transition: top .5s ease .2s;
		}
		.custom-item-block a > span::before,
		.custom-item-block a > span::after,
		.custom-item-block a .inner::after {
			position: absolute;
			top: 100%;
			left: 0;
			display: block;
			content: '';
			width: 100%;
			height: 2px;
			background-color: #872934;
		}
		.custom-item-block a .inner {
			display: block;
			position: relative;
		}
		.custom-item-block a .inner::before {
			position: absolute;
			bottom: 100%;
			left: 0;
			display: block;
			content: 'Смотреть';
			width: 100%;
			text-align: center;
			font-size: .8em;
			color: #333;
		}
		.custom-item-block a:hover .inner::before,
		.custom-item-block a:focus .inner::before,
		.custom-item-block a:active .inner::before {
			color: rgba(255,255,255,.7);
		}
		.custom-item-block a:hover > span::before,
		.custom-item-block a:hover > span::after,
		.custom-item-block a:hover .inner::after {
			background-color: #fff;
			animation: 1s custom-arrow .3s 1 forwards;
		}
		.custom-item-block a:hover > span::after {
			animation: 1s custom-arrow .3s 1 forwards, .4s custom-arrow-top 1.2s 1 forwards;
		}
		.custom-item-block a:hover .inner::after {
			animation: 1s custom-arrow .3s 1 forwards, .4s custom-arrow-bottom 1.2s 1 forwards;
		}
		@keyframes custom-arrow {
			0% {
				left: 0;
			}
			30% {
				left: -200px;
			}
			31% {
				top: 100%;
			}
			32% {
				top: -50px;
			}
			100% {
				top: -50px;
				left: 0;
				height: 5px;
			}
		}
		@keyframes custom-arrow-top {
			0% {
				left: auto;
				right: 0;
				width: 25px;
				top: -50px;
			}
			100% {
				left: auto;
				right: -5px;
				width: 25px;
				top: -57px;
				transform: rotate(45deg);
			}
		}
		@keyframes custom-arrow-bottom {
			0% {
				left: auto;
				right: 0;
				width: 25px;
				top: -50px;
			}
			100% {
				left: auto;
				right: -5px;
				width: 25px;
				top: -43px;
				transform: rotate(-45deg);
			}
		}
	/* Item Page. Info */
		.product-view .info {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
			gap: 15px 10px;
			margin: 15px 0 35px;
		}
		.product-view .info div {
			padding: 10px 15px;
			background: #f9f9f9;
		}
		.product-view .info div span {
			display: block;
		}
		.product-view .info div span:first-of-type {
			font-size: 1.6em;
			line-height: 1;
			font-family: Tinos;
		}
		.product-view .info div span:last-of-type {
			color: #872934;
			text-transform: lowercase;
		}
	/* Lightbox */
		.lg-sub-html {
			font-size: 14px;
			padding: 10px 60px 10px 10px;
		}
	/* Not Available Item */
		.out-of-stock-items-list .item,
		.out-of-production-items-list .item {
			opacity: .5;
			transition: opacity .5s ease;
		}
		.out-of-stock-items-list .item img,
		.out-of-production-items-list .item img {
			filter: grayscale(1);
			transition: opacity .5s ease;
		}
		.out-of-stock-items-list .item .availability.out-of-stock span,
		.out-of-production-items-list .item .availability.out-of-stock span {
			color: #585858;
			transition: opacity .5s ease;
		}
		.out-of-stock-items-list .item:hover,
		.out-of-stock-items-list .item:focus,
		.out-of-stock-items-list .item:active,
		.out-of-production-items-list .item:hover,
		.out-of-production-items-list .item:focus,
		.out-of-production-items-list .item:active {
			opacity: 1;
			transition: opacity .5s ease;
		}
		.out-of-stock-items-list .item:hover img,
		.out-of-stock-items-list .item:focus img,
		.out-of-stock-items-list .item:active img,
		.out-of-production-items-list .item:hover img,
		.out-of-production-items-list .item:focus img,
		.out-of-production-items-list .item:active img {
			filter: grayscale(0);
			transition: opacity .5s ease;
		}
		.out-of-stock-items-list .item:hover .availability.out-of-stock span,
		.out-of-stock-items-list .item:focus .availability.out-of-stock span,
		.out-of-stock-items-list .item:active .availability.out-of-stock span,
		.out-of-production-items-list .item:hover .availability.out-of-stock span,
		.out-of-production-items-list .item:focus .availability.out-of-stock span,
		.out-of-production-items-list .item:active .availability.out-of-stock span {
			color: #d83820;
			transition: opacity .5s ease;
		}
	/* TMP */
		#main-nav>ul>li:last-of-type,
		#mob-nav-top>ul>li:last-of-type {
			display: none;
		}
		#main-nav>ul>li:nth-last-of-type(2)>a {
			border-right: none;
		}
}
@media only screen and (min-width:300px) and (max-width:560px) {
	#camera_wrap.camera_wrap .camera_pag {
		width: 100%;
		left: 0;
		top: 100%;
		margin-top: -30px
	}

	.camera_wrap .camera_pag .camera_pag_ul {
		text-align: center
	}

	#camera_wrap.camera_wrap .camera_pag .camera_pag_ul li {
		float: none;
		display: inline-block;
		vertical-align: top
	}
}
@media only screen and (min-width:350px) {

	body .flex-list .item,
	body .home-popular-block .flex-list .item {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		
	}
	body #out-of-stock-window .flex-list .item {
		-webkit-flex: 0 1 48%;
		flex: 0 1 48%;
		margin: 0 1% 10px;
	}

	body .flex-list .desc_grid {
		font-size: .9em
	}

	body .home-widgets .last-blog .flex-list {
		margin: 15px -10px 30px
	}

	body .home-widgets .last-blog .post-list .item {
		padding: 0 10px
	}

	.last-blog .flex.flex-list {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	.last-blog .flex.flex-list .item {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.sale-label,
	.top-prodazh-label {
		width: 50px;
		height: 50px
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.top-prodazh-label {
		font-size: 1.2em;
		line-height: 50px
	}

}
@media only screen and (min-width:360px) {
	.swipe {
		top: 35px
	}

	.top-icon-menu {
		font-size: 1.6em
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 170px
	}

	body .home-widgets .last-blog .flex-list {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	body .home-widgets .last-blog .item {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	#layered-navigation.active {
		padding: 36px 0 5px
	}

	#layered-navigation.active .fa-times {
		top: 36px
	}

	.page-title.horeca h1 {
		font-size: 2.8em
	}

	#horeca h2 {
		font-size: 1.9em
	}

	#horeca .subtitle p:nth-of-type(1) {
		font-size: 1.1em
	}

	#sorry-no-result>div,
	#ukr-mova>div {
		padding: 0 15px 30px
	}
	/* Main Page. Slider [new] */
		#new-header-slider .desc {
			font-size: 1.857142857142857em;
		}
		#new-header-slider .item {
			top: -12px;
			font-size: 0.8076923076923077em;
		}
		#new-header-slider .date {
			font-size: 0.6153846153846154em;
		}
		#new-header-slider .center {
			bottom: 9px;
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				font-size: 1.714285714285714em;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.428571428571429em;
			}
	/* Flex List */
		body .flex-list .actions select {
			margin: 10px auto 20px;
		}
	/* Страница оформления заказа */
		.o_checkout-item--total {
			flex-direction: row;
		}
	/* Custom Item Block */
		.custom-item-block a,
		.custom-item-block a:link,
		.custom-item-block a:visited {
			font-size: 1.1em;
		}
}
@media only screen and (min-width:375px) {
	.data-table.grouped-items-table th {
		font-size: 1em
	}

	.product-view .product-shop .data-table.grouped-items-table .price-box .price {
		font-size: 1.3em
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 177.5px
	}

	.cms-index-index .main-widget {
		padding: 0
	}

	.cms-index-index .main-widget ul.home-page-main-widget {
		line-height: 74px
	}

	.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt {
		height: 74px
	}

	body .flex-list.home-popular {
		margin: 20px -10px 10px
	}

	.flex.flex-list {
		margin: 20px -10px 10px
	}

	.flex.flex-list .item {
		padding: 0 5px
	}

	#horeca .grey .line p span i {
		display: inline
	}
	/* Main Page. Slider [new] */
		#new-header-slider .desc {
			font-size: 1.928571428571429em;
		}
		#new-header-slider .item {
			top: -12px;
			font-size: 0.8148148148148148em;
		}
		#new-header-slider .date {
			padding-top: 58%;
			font-size: 0.6296296296296296em;
		}
	/* Item Page. Buy Button */
		.product-view .product-shop .buy-item > span {
			font-size: 2em !important;
			line-height: 1.6 !important;
		}
	/* Custom Products */
		/* Custom */
			#product-options-wrapper.product-options .options-list {
				grid-template-columns: 1fr 1fr 1fr;
			}
	/* Flex List */
		body .flex-list .actions select {
			margin: 10px auto 20px;
		}
}
@media only screen and (min-width:393px) {
	/* Main Page. Slider [new] */
		#new-header-slider .date {
			padding-top: 58%;
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				font-size: 1.857142857142857em;
			}
			#new-header-slider.second-theme .discont {
				padding-left: 50px;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.571428571428571em;
			}
	/* Flex List */
		body .flex-list .actions select {
			margin: 10px auto 20px;
		}
	/* Логин над шапкой */
		.top-signin .user-dashboard {
			padding-right: 20px
		}
		.top-signin .user-dashboard .txt,
		.top-signin .log-in-out .txt {
			display: block;
		}
		.top-signin .user-dashboard .txt {
			padding-left: 5px
		}
		.top-signin .log-in-out .txt {
			padding-left: 3px
		}
	/* Страница оформления заказа */
		.section .allow .step {
			margin: 25px 25px 50px;
		}
	/* Custom Item Block */
		.custom-item-block a,
		.custom-item-block a:link,
		.custom-item-block a:visited {
			font-size: 1.2em;
		}
}
@media only screen and (min-width:393px) and (min-height:960px) {
	/* Main Page. Slider [new] */
		#new-header-slider .date {
			padding-top: 56%;
		}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 80px;
		}
}
@media only screen and (min-width:410px) {
	#out-of-stock-wrap {
		overflow-y: auto
	}

	#out-of-stock-wrap>.flex {
		height: 100%
	}

	#out-of-stock-window {
		padding: 25px
	}

	#out-of-stock-window>button {
		top: 0;
		right: 5px
	}

	.countDiv {
		width: 12px
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 195.5px
	}
	/* Main Page. Slider [new] */
		#new-header-slider .desc {
			font-size: 2.142857142857143em;
		}
		#new-header-slider .discont {
			top: -25px;
		}
		#new-header-slider .item {
			top: -14px;
			font-size: .8em;
		}
		#new-header-slider .date {
			font-size: 0.6333333333333333em;
		}
		#new-header-slider .center {
			bottom: 11px;
		}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.642857142857143em;
			}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 80px;
			margin: 10px -15px;
		}
	/* Flex List */
		body .flex-list .actions select {
			margin: 10px auto 20px;
		}
}
@media only screen and (min-width:393px) and (max-height:851px) {
	#camera_wrap.camera_wrap .camera_pag {
		margin-top: -25px
	}
}
@media only screen and (min-width:410px) and (max-width:560px) {
	#camera_wrap.camera_wrap .camera_pag {
		margin-top: -23px
	}
}
@media only screen and (min-width:540px) {
	.col-main .main-ufooter h2 {
		padding-left: 40px
	}

	body .flex-list .item {
		-webkit-flex: 0 1 33.33%;
		flex: 0 1 33.33%
	}

	body #out-of-stock-window .flex-list .item {
		-webkit-flex: 0 1 31.33%;
		flex: 0 1 31.33%;
	}

	#delivery-table {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	#delivery-table>div {
		border: 1px solid #e6e6c9;
		border-right: none
	}

	#delivery-table>div:last-of-type {
		border-right: 1px solid #e6e6c9
	}

	#delivery-table p {
		padding: 0;
		margin: 10px 15px;
		border: none
	}

	#delivery-table .title {
		padding: 10px;
		margin: 0
	}

	#cart-updated-window {
		width: 420px;
		height: 160px;
		margin-left: -210px;
		margin-top: -80px
	}

	.add2cart_window .white_part {
		padding: 0
	}

	#cart-updated-window .left {
		float: left !important
	}

	#cart-updated-window .right {
		float: right !important
	}

	.add2cart_window .back_to_shop {
		margin-top: -5px
	}

	.add2cart_window p.rettext {
		padding-left: 7px;
		text-align: left
	}

	.product-shop .table-of-grouped-product {
		font-size: 1em
	}

	.data-table.grouped-items-table td:first-of-type {
		padding: 5px 10px
	}

	#out-of-stock-wrap {
		overflow-y: scroll
	}

	#out-of-stock-wrap>.flex {
		height: auto
	}

	#out-of-stock-window {
		padding: 70px 25px
	}

	#out-of-stock-window>button {
		top: 50px;
		right: 15px
	}

	.account-login {
		margin-bottom: 100px
	}

	.account-login-container {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	.account-login-container>div {
		padding: 10px;
		margin: 0
	}

	.account-login-container>div.new-users {
		margin: 0
	}

	.index-title {
		margin: 0 0 21px
	}

	#camera_wrap.camera_wrap .camera_pag {
		margin-top: 0
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 274px
	}

	.cms-index-index .main-widget ul.home-page-main-widget {
		line-height: 60px
	}

	.cms-index-index .main-widget ul.home-page-main-widget li.tabs-punkt {
		height: 60px
	}

	.cms-index-index .home-widgets .last-blog-title {
		margin: 0
	}

	.catalog-product-view .scheme>.flex {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	.catalog-product-view .scheme .img {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		padding: 0 5px 0 0
	}

	.catalog-product-view .scheme .desc {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	#post-list .featured-image {
		float: left !important;
		margin: 4px 10px 2px 0
	}

	.after-post-nsubscribe {
		max-width: 500px
	}

	.after-post-nsubscribe .newsletter_wrapper {
		width: 100%
	}

	.after-post-nsubscribe .newsletter_wrapper .input-box {
		display: inline-block;
		width: 65%
	}

	.after-post-nsubscribe .newsletter_wrapper .actions {
		display: inline-block;
		position: absolute;
		width: 20%;
		margin-top: 2px
	}

	#sitemap-block {
		padding: 0 50px
	}

	#discount-coupon-form .flex {
		-webkit-flex-direction: row;
		flex-direction: row
	}

	#discount-coupon-form .flex .input-text {
	/*	width: 300px;*/
	/*	margin-bottom: 0*/
	}

	#horeca .subtitle p:nth-of-type(2) {
		padding: 50px 70px
	}

	#horeca .block .flex.line {
		-webkit-justify-content: center;
		justify-content: center
	}

	#horeca .line>div {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	#horeca .photos .above section {
		width: auto;
		padding: 25px 50px
	}

	#horeca .photos .button-plz span {
		padding: 7px 18px 9px
	}

	#horeca .lables .line p span i {
		width: 240px
	}

	#horeca .grey .line p .connection {
		padding: 80px 0 0;
		background-size: 150px
	}

	#horeca .list .flex>div {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
		margin: 20px 0
	}

	#horeca .contacts .flex {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	#horeca .contacts .flex>div:nth-of-type(1) {
		padding: 100px 15px;
		text-align: right
	}

	#horeca .contacts .flex>div:nth-of-type(2) {
		padding: 100px 15px
	}

	#horeca .contacts .flex>div:nth-of-type(2) p {
		text-align: left
	}

	footer #footer-links li {
		display: inline-block;
		vertical-align: top;
		border-bottom: 1px solid #ddd
	}

	footer #footer-links li:last-of-type {
		border-bottom: 1px solid #ddd
	}

	footer #footer-links a:link,
	footer #footer-links a:visited {
		font-size: 1.1em
	}

	footer>section.flex>div:nth-of-type(2) .flex {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	footer>section.flex>div:nth-of-type(2) .flex>div:nth-of-type(1) {
		width: 60%;
		padding-bottom: 0
	}

	footer>section.flex>div:nth-of-type(2) .flex>div:nth-of-type(2) {
		width: 40%;
		padding-left: 15px
	}

	footer .footer-karta-proezda {
		text-align: left;
		margin: 10px 0 0
	}

	footer .footer-karta-proezda a:link,
	footer .footer-karta-proezda a:visited {
		padding: 5px 15px
	}

	.top-icon-menu .top-phones .h-info {
		margin-top: 0
	}

	.top-icon-menu .top-phone a,
	.top-icon-menu .top-phone a:link,
	.top-icon-menu .top-phone a:visited {
		margin: 5px 0 5px 1.2em
	}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 90px;
			margin: 10px -10px;
		}
	/* Custom Products */
		/* Custom */
			#product-options-wrapper.product-options .options-list {
				grid-template-columns: 1fr 1fr 1fr 1fr;
			}
	/* WordPress Styles */
		/* Quote */
			.is-blog .post-entry .blog-style-quote {
				margin: 25px 25px 50px 50px;
			}
		/* ul, ol */
			.is-blog .post-entry ul.blog-style,
			.is-blog .post-entry ol.blog-style {
				margin: 25px 0 40px 25px;
			}
	/* Страница оформления заказа */
		#billing-new-address-form > .pslogin-login .pslogin-buttons ul li {
			display: inline-block;
			margin: 0 15px 0 0;
		}
		.o_checkout-cart {
			margin-top: 0;
		}
		.o_checkout-data .check-input-checked li.control label {
			text-align: center;
			line-height: 2;
		}
		.o_checkout-data--steps > li .allow > span,
		.step-label .progress-step {
			display: inline;
		}
		.step-label .progress-step a,
		.step-label .progress-step a:link,
		.step-label .progress-step a:visited {
			display: inline-block;
			vertical-align: baseline;
			margin: 0 0 0 10px;
			padding: 5px 0 5px 10px;
			text-align: left;
			font-size: 12px;
			border: none;
			border-left: 1px solid #c3d0d4;
		}
	/* Lightbox */
		.lg-sub-html {
			padding: 10px 40px;
		}
	/* Main Page. Slider [new] */
		#new-header-slider .date {
			padding-top: 65%;
		}
}
@media only screen and (min-width:630px) {
	.top-icon-menu {
		padding: 8px 0 6px 20px
	}

	.top-icon-menu .left>div,
	.top-icon-menu .right>div {
		padding: 0 30px 0 0
	}

	.top-icon-menu .right>div:last-of-type {
		padding: 0 20px 0 0
	}

	.toolbar strong {
		display: inline;
		padding-bottom: 0
	}

	.toolbar .pager {
		text-align: left
	}

	.toolbar .pager .pages {
		float: right
	}

	.pager .pages {
		margin: 0 auto
	}

	.sorter .sort-by {
		margin-bottom: 0
	}

	.sorter .sort-button {
		width: auto
	}

	.pager .pages li {
		margin-right: 0
	}

	.pager .pages .current,
	.pager .pages li a {
		width: 20px;
		height: 20px;
		line-height: 20px
	}

	.account-login-container>div {
		padding: 15px 25px
	}

	.account-create {
		margin-bottom: 100px
	}

	.account-create form>.flex>div {
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0;
		padding: 15px 20px
	}

	.account-create form>.flex>div:first-of-type {
		border-right: 1px solid #872934;
		border-bottom: none
	}

	.account-create form>.flex>div:last-of-type {
		text-align: left
	}

	.account-create form>.flex {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 310px
	}

	#horeca .subtitle p:nth-of-type(2) {
		padding: 50px 100px
	}

	#horeca .block.grey .line>div {
		-webkit-flex: 0 1 33.33%;
		flex: 0 1 33.33%
	}

	#horeca .lables .line p span i {
		width: 280px
	}

	#horeca .list .flex {
		max-width: 560px
	}

	footer #footer-blog li {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		text-align: left;
		padding: 0 10px;
		border-bottom: none
	}

	footer>section.flex>div:nth-of-type(1) {
		padding: 5px 0
	}

	footer>section.flex>div:nth-of-type(2) {
		padding: 5px 0
	}

	footer .flex.social {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.top-icon-menu .top-phones .h-info {
		margin-top: 10px
	}

	.top-icon-menu .top-phone a,
	.top-icon-menu .top-phone a:link,
	.top-icon-menu .top-phone a:visited {
		margin: 10px 0 10px 1.2em
	}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 80px;
		}
}
@media only screen and (min-width:667px) {
	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 323.5px
	}

	#horeca .subtitle p:nth-of-type(2) {
		padding: 50px 35px
	}
}
@media only screen and (min-width:700px) {
	.sorter .sort-by {
		padding-right: 25px
	}

	.poem.left {
		float: left !important;
		margin: 20px 25px 20px 0
	}

	.poem.right {
		float: right !important;
		margin: 20px 0 20px 25px
	}
}
@media only screen and (min-width:730px) {
	body .home-popular-block .flex-list .item {
		-webkit-flex: 0 1 25%;
		flex: 0 1 25%
	}

	.account-create form>.flex>div {
		padding: 15px 40px
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 179px
	}
}
@media only screen and (min-width:740px) {

	body.ind .swipe,
	body.ind div.shadow {
		display: none !important;
		left: -300px !important
	}

	.indent-swipe {
		margin-left: auto !important
	}

	ul#tabs li span {
		width: 20px;
		height: 20px
	}

	.main-ufooter .column-ufooter:first-of-type {
		padding: 0 20px 0 0;
		margin-bottom: 0
	}

	.main-ufooter .column-ufooter:last-of-type {
		padding: 0 0 0 20px;
		margin-bottom: 0
	}

	.modern-info,
	.phones-tab #tabs {
		text-align: left
	}

	.h-address,
	.h-info {
		margin-top: 5px
	}

	.modern-info .h-phone {
		font-size: 21px
	}

	.h-info {
		display: inline-block;
		vertical-align: top
	}

	.h-info .h-graph {
		color: #585858;
		font-size: 15px;
		font-weight: 400;
		line-height: normal
	}

	.h-info .h-time {
		color: #585858;
		font-size: 16px;
		line-height: 1.4
	}

	.h-info .h-time span {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		padding-top: 3px
	}

	.h-address .address-plz {
		font-size: 13px
	}

	.h-info .h-time span {
		font-size: 8px
	}

	.modern-info-cert:link,
	.modern-info-cert:visited {
		font-size: 11px;
		padding-left: 35px;
		background-size: 25px
	}

	.top-icon-menu {
		position: relative;
		left: auto;
		top: auto;
		font-size: .9em;
		box-shadow: none
	}

	.top-icon-menu .swipe-control,
	.top-icon-menu .top-search,
	.top-icon-menu .top-signin {
		display: none
	}

	.top-icon-menu .top-links {
		display: block
	}

	.top-icon-menu .top-links ul>li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin-right: 10px
	}

	.top-icon-menu .top-links a,
	.top-icon-menu .top-links a:link,
	.top-icon-menu .top-links a:visited {
		display: block;
		color: #fff;
		line-height: 1;
		text-decoration: none
	}

	.top-icon-menu .top-links a:active,
	.top-icon-menu .top-links a:focus,
	.top-icon-menu .top-links a:hover {
		text-decoration: underline
	}

	.top_block .links {
		position: relative;
		float: left;
		margin-bottom: 0;
		font-size: 15px;
		font-family: Tinos, "Times New Roman", serif;
		z-index: 2;
		clear: both
	}

	.top_block .links li {
		float: left;
		padding: 0
	}

	.top_block .links li a {
		display: inline-block;
		color: #fff;
		margin: 0 20px 0 0
	}

	.top_block .links li a:hover {
		color: #fff
	}

	.top_block .links .top-car,
	.top_block .links .top-link-cart {
		display: none
	}

	.h-logo .logo {
		padding: 45px 0 0
	}

	.h-logo .logo .logo-span {
		font-size: 2.4em
	}

	.villagrazia-slogan {
		display: block
	}

	.login-logout-link {
		display: block
	}

	.discount-pri-registraciyi {
		display: block;
		margin: 12px 0 0 0;
		text-align: right
	}

	.discount-pri-registraciyi a {
		padding: 4px 48px 5px;
		font-size: .9em
	}

	.discount-pri-registraciyi em {
		font-size: .7em
	}

	.villagrazia-social-header a:link,
	.villagrazia-social-header a:visited {
		margin: 0 2px;
		width: 30px;
		height: 30px
	}

	.login-dashboard-icon {
		font-size: 1.2em
	}

	.login-link a {
		font-size: 1.22em
	}

	.sf-menu-block {
		margin-bottom: 10px
	}

	.block-cart-header {
		position: relative;
		right: auto;
		height: auto;
		padding: 0;
		border-left: none
	}

	.block-cart-header:before {
		position: relative;
		top: -1px;
		margin: 0 10px 0 0
	}

	.block-cart-header:after {
		content: "\f107";
		color: #3b3b3b;
		float: right;
		line-height: 1;
		margin: 0 0 0 10px;
		cursor: pointer
	}

	.block-cart-header .mini-cart {
		display: none
	}

	.block-cart-header .cart-content {
		position: absolute;
		right: 0;
		left: auto;
		top: 32px;
		font-size: 1em
	}

	.top-icon-menu .top-cart {
		top: 0;
		font-size: 1em
	}

	.top-icon-menu .top-cart .empty,
	.top-icon-menu .top-cart .summary,
	.top-icon-menu .top-cart .summary strong {
		color: #fff
	}

	.top-icon-menu .top-cart .block-cart-header:after {
		color: #fff
	}

	.block-cart-header .block-content {
		position: relative;
		top: -1px
	}

	.add-info.header-search-block {
		position: relative;
		right: auto;
		top: auto
	}

	.search-block input#search {
		padding: 10px;
		max-width: 100%
	}

	.header .form-search {
		width: 100%
	}

	.h-address #search_mini_form {
		position: relative;
		left: auto;
		top: auto !important;
		display: block;
		width: auto;
		padding: 0;
		text-align: right;
		z-index: 1
	}

	.h-address #search_mini_form button[type=reset] {
		padding: 0 10px;
		font-size: 1.4em
	}

	.add-to-box {
		text-align: left;
	}

	.row-product.socia {
		display: inline-block
	}

	.outofstock-subscription-box {
		float: left
	}

	a.button-outofstocksubscription-opener {
		font-size: 1em;
		padding: 12px 5px
	}

	.form-outofstocksubscription-window {
		width: 188px
	}

	body .flex-list .item {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%
	}

	body #out-of-stock-window .flex-list .item {
		-webkit-flex: 0 1 31.33%;
		flex: 0 1 31.33%;
	}

	body .flex-list .desc_grid {
		font-size: 1em
	}

	.toolbar .pager .pages {
		float: none
	}

	.pager .pages {
		margin: 10px auto 0
	}

	#wp-category-list a:link,
	#wp-category-list a:visited {
		padding: 3px 10px
	}

	#out-of-stock-wrap {
		overflow-y: auto
	}

	#out-of-stock-wrap>.flex {
		height: 100%
	}

	#out-of-stock-window {
		flex: 0 0 750px;
		padding: 25px
	}

	#out-of-stock-window>button {
		top: 0;
		right: 9px
	}

	.flex.blog-search {
		-webkit-flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-wrap: wrap;
		flex-flow: row wrap
	}

	.blog-search .buy-item {
		margin: 10px auto 0
	}

	.blog-search input.input-text {
		margin-right: 0
	}

	.sidebar .block-blog-comments li {
		padding-left: 0;
		background: 0 0
	}
	/* Grid Item Page View */
		.catalog-product-view .product-shop .product-images-gallery {
			display: -ms-grid;
			display: grid;
			grid-auto-flow: column;
		}
}
@media only screen and (min-width:768px) {
	/* Mob Menu */
		.sf-menu-block {
			display: block;
		}
		.swipe {
			display: none;
		}
	/* Breadcrumbs */
		.breadcrumbs {
			margin: 0 0 30px;
		}
		.breadcrumbs li,
		.breadcrumbs li:nth-last-child(2) > span {
			display: inline-block
		}
		.breadcrumbs li:nth-last-child(2) a {
			color: #383838;
		}
		.breadcrumbs li:nth-last-child(2) a:before {
			display: none;
		}
	/* Category Page */
		.category-top-description {
			display: block;
		}
	.top-icon-menu {
		padding: 8px 0 6px 20px
	}

	.top-icon-menu .left>div,
	.top-icon-menu .right>div {
		padding: 0 20px 0 0
	}

	.block-cart-header .block-content {
		position: relative;
		top: -1px
	}

	.cms-index-index .main-widget {
		padding: 0 15px
	}

	.cms-index-index .list_carousel {
		margin: 0 0 0 15px
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 182.5px
	}

	body .home-widgets .last-blog {
		padding: 0 15px
	}

	.cms-index-index .main-widget {
		padding: 0
	}

	span.toggle {
		display: none
	}

	/* Item Page. Buy Button */
		.product-view .product-shop .price-box p,
		.product-view .product-shop .price-box .regular-price {
			text-align: left;
		}
		.product-view .product-shop .buy-item > span {
			display: block;
			width: 100%;
			font-size: 1.4em !important;
			line-height: 1 !important;
			margin: 0;
		}
	/* Страница товара */
		.product-view .product-shop .price-box p.old-price,
		.product-view .product-shop .price-box p.old-price+.special-price {
			text-align: left;
		}
		.product-view .product-shop .price-box .special-price.total-grouped-price.new {
			text-align: left;
		}

	.catalog-product-view .scheme>.flex {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	.catalog-product-view .scheme .img {
		-webkit-flex: 0 0 300px;
		flex: 0 0 300px;
		padding: 0 15px 0 0
	}

	.catalog-product-view .scheme .desc {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.flex.flex-list {
		margin: 20px 0 10px
	}

	body .flex-list.home-popular {
		margin: 20px 10px 10px
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.sale-label,
	.top-prodazh-label {
		width: 75px;
		height: 75px
	}

	.product-image .discounts-percent,
	.product-img-box .discounts-percent,
	.top-prodazh-label {
		font-size: 1.8em;
		line-height: 75px
	}

	.account-create form>.flex>div {
		padding: 15px 45px
	}

	#mobFilter {
		display: none
	}

	.sidebar .block-related .product,
	.sidebar .block-viewed .product {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.sidebar .block-related .product>div:nth-of-type(1),
	.sidebar .block-viewed .product>div:nth-of-type(1) {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.sidebar .block-related .product .product-image:link,
	.sidebar .block-related .product .product-image:visited,
	.sidebar .block-viewed .product .product-image:link,
	.sidebar .block-viewed .product .product-image:visited {
		width: auto;
		margin: 0 auto
	}

	.opc #opc-login .field {
		width: auto;
		margin-right: 15px
	}

	.main-ufooter>p {
		padding: 0 40px
	}

	.cms-horeca .main-container .container {
		padding-top: 0
	}

	#horeca .subtitle p:nth-of-type(2) {
		margin: 50px -25px
	}

	.page-title.horeca {
		padding: 20px 0 0
	}

	#horeca .block {
		padding: 0;
		margin: 50px -25px
	}

	#horeca .block.grey {
		margin: 0 -25px 50px
	}

	#horeca .block.photos {
		margin: 50px -25px 0
	}

	#horeca .block.contacts {
		margin: 0 -25px 20px
	}

	#horeca .block.active .line>div:nth-of-type(1) ul {
		opacity: 1;
		transition: opacity 1s ease-out
	}

	#horeca .block.active .line>div:nth-of-type(2) ul {
		opacity: 1;
		transition: opacity 1s ease-out .4s
	}

	#horeca .block.active .line>div:nth-of-type(3) ul {
		opacity: 1;
		transition: opacity 1s ease-out .8s
	}

	#horeca .list.active .flex>div:nth-of-type(1) {
		opacity: 1;
		transition: opacity 1s ease-out .4s
	}

	#horeca .list.active .flex>div:nth-of-type(2) {
		opacity: 1;
		transition: opacity 1s ease-out .8s
	}

	#horeca .list.active .flex>div:nth-of-type(3) {
		opacity: 1;
		transition: opacity 1s ease-out 1.2s
	}

	#horeca .list.active .flex>div:nth-of-type(4) {
		opacity: 1;
		transition: opacity 1s ease-out 1.6s
	}

	#horeca .list.active .flex>div:nth-of-type(5) {
		opacity: 1;
		transition: opacity 1s ease-out 2s
	}

	#horeca .list.active .flex>div:nth-of-type(6) {
		opacity: 1;
		transition: opacity 1s ease-out 2.4s
	}

	#horeca .photos.active .above section {
		opacity: 1;
		transition: opacity 1s ease-out
	}

	#ukr-mova {
		min-height: 400px;
		background: transparent url(https://villagrazia.ua/media/wysiwyg/horeca/37032.jpg) no-repeat 100% 0;
		background-size: contain
	}

	#ukr-mova>div {
		padding: 0 35% 0 3%
	}

	#sorry-no-result>div {
		padding: 0 40% 0 3%
	}

	#sorry-no-result {
		min-height: 200px;
		background: transparent url(https://villagrazia.ua/media/wysiwyg/sorry-no-result.jpg) no-repeat 100% 0;
		background-size: contain
	}
	/* Header. Phone */
		.header-container .modern-info .phones-tab {
			display: inline-block
		}
		.top-icon-menu .top-phones {
			display: none
		}
	/* Main Page. Slider [new] */
		#new-header-slider .desc {
			left: auto;
			right: 6%;
			top: 0;
			width: auto;
			min-width: 35%;
			height: 100%;
			padding: 30px 0;
			font-size: 1.714285714285714em;
			text-align: right;
		}
		#new-header-slider .discont,
		#new-header-slider .item,
		#new-header-slider .date {
			display: block;
		}
		#new-header-slider .discont {
			top: auto;
			padding-top: 0;
			padding-left: 0;
			font-size: 4.166666666666667em;
		}
		#new-header-slider .item {
			top: auto;
			padding-top: 5%;
			font-size: .75em;
		}
		#new-header-slider .date {
			bottom: 20px;
			padding-top: 0;
			font-size: .5416666666666667em;
		}
		#new-header-slider .center {
			width: auto;
			bottom: 3%;
			left: 31%;
			text-align: left;
			display: inline;
			z-index: 2;
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				width: auto;
				left: auto;
				font-size: 2em;
			}
			#new-header-slider.second-theme .large {
				vertical-align: bottom;
				font-size: 1.846153846153846em;
				padding-right: 5px;
			}
			#new-header-slider.second-theme .discont {
				top: 0;
				padding-top: 0;
				padding-left: 0;
				font-size: 3.5em;
				text-align: right;
			}
			#new-header-slider.second-theme .date {
				position: relative;
				padding-top: 9%;
				font-size: 1em;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.714285714285714em;
			}
			#new-header-slider.third-theme .center {
				bottom: 18%;
				left: 61%;
			}
		/* Animated Typing */
			#new-header-slider .animated {
				width: 420px;
			}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 95px;
		}
	/* Corona News */
		.wordpress-post-view .cb-wrap {
			grid-template-columns: 230px auto;
			grid-template-areas:
				"cb-first cb-first"
				"cb-second cb-third"
				"cb-fourth cb-fifth"
				"cb-sixth cb-seventh"
				"cb-eighth cb-ninth"
				"cb-tenth cb-tenth";
			margin: 35px 25px 50px;
		}
		.cb-wrap .cb-first {
			padding-bottom: 15px !important;
			border-bottom: 1px solid #ccc;
		}
		.cb-wrap .cb-first,
		.cb-wrap .cb-second,
		.cb-wrap .cb-fourth,
		.cb-wrap .cb-sixth,
		.cb-wrap .cb-eighth,
		.cb-wrap .cb-tenth {
			text-align: left;
			white-space: nowrap;
		}
	/* Custom Products */
		/* Custom */
			#product-options-wrapper.product-options .options-list {
				grid-template-columns: 1fr 1fr 1fr 1fr;
			}
			.product-view .product-options-bottom {
				grid-template-columns: 2fr 1fr 1fr 1fr;
				text-align: left;
			}
			.product-view .product-shop .product-options-bottom .price-box {
				padding: 0;
			}
			.product-view .product-shop .product-options-bottom .price-box .price {
				font-size: 1.6em;
			}
	/* Доставка */
		.col-main .product-shop .delivery {
			margin: 15px 0;
		}
	/* Custom Item Block */
		.custom-item-block a,
		.custom-item-block a:link,
		.custom-item-block a:visited {
			font-size: 1.4em;
		}
}
@media only screen and (min-width:300px) and (max-width:979px) {
	/* Mobile Item Image Slider */
		.product-view .product-img-box .product-image {
			border: none;
		}
		.product-view .more-views {
			margin-bottom: 25px;
			background: #f9f9f9;
			overflow: hidden;
		}
		.product-view .more-views ul {
			--n: 1;
			--tx: 0;
			display: flex;
			align-items: flex-start;
			line-height: unset;
			width: 100%;
			width: calc(var(--n)*100%);
			list-style: none;
			margin: 0;
			padding: 0;
			line-height: 1;
			border-bottom: 5px solid #fff;
			transform: perspective(1px) translate(calc(var(--i, 0)/var(--n)*-100% + var(--tx, 0px)));
		}
		.product-view .more-views li {
			min-width: 0;
			width: 100%;
			width: calc(100%/var(--n));
			margin: 0;
		}
		.product-view .product-essential .product-img-box .more-views li a {
			width: 100%;
			border: none;
		}
		.product-view .more-views a.image-gallery-item img {
			display: block;
			max-height: unset;
			user-select: none;
			pointer-events: none;

			-webkit-transform: perspective(1px) scale(1) !important;
			-ms-transform: perspective(1px) scale(1) !important;
			transform: perspective(1px) scale(1) !important;
		}
		.image-gallery-item-smooth {
			transition: transform calc(var(--f, 1)*.5s) ease-out;
		}
		.product-images-gallery-scroll {
			width: 100%;
			height: 7px;
			border-radius: 5px;
			background: #f9f9f9;
		}
		.product-images-gallery-scroll_line {
			--n: 1;
			--i: 0;
			display: inline-block;
			vertical-align: top;
			width: calc(100% / var(--n));
			height: 7px;
			border-radius: 5px;
			background: #872934;
			transform: translateX(calc(var(--i, 0)*100%));
		}
}
@media only screen and (min-width:980px) {
	.modern-info .h-phone {
		font-size: 24px
	}

	.h-info {
		margin-top: 10px
	}

	.h-info .h-graph {
		font-size: 18px
	}

	.h-info .h-time {
		font-size: 18px
	}

	.h-address .address-plz {
		font-size: 13px
	}

	.h-info .h-time span {
		font-size: 12px
	}

	.h-address {
		margin-top: 5px
	}

	.modern-info-cert:link,
	.modern-info-cert:visited {
		font-size: 13px
	}

	.h-logo {
		display: inline-block;
		vertical-align: top
	}

	.h-logo .logo {
		padding: 40px 0 0
	}

	.h-logo .logo .logo-span {
		font-size: 3em
	}

	.top-icon-menu {
		padding: 10px 0 6px 20px;
		font-size: 1.2em
	}

	.top-icon-menu .left>div,
	.top-icon-menu .right>div {
		padding: 0 20px 0 0
	}

	.block-cart-header:before {
		top: 0
	}

	.block-cart-header .block-content {
		top: -2px
	}

	.discount-pri-registraciyi a {
		padding: 5px 70px 7px;
		font-size: 1.4em
	}

	.discount-pri-registraciyi a::after {
		bottom: 500%
	}

	.discount-pri-registraciyi em {
		font-size: .7em
	}

	.login-dashboard-icon {
		font-size: 1.3em
	}

	.sf-menu-block {
		margin-bottom: 0
	}

	body .flex-list .item {
		-webkit-flex: 0 1 33.33%;
		flex: 0 1 33.33%
	}

	body #out-of-stock-window .flex-list .item {
		-webkit-flex: 0 1 31.33%;
		flex: 0 1 31.33%;
	}

	body .col1-layout .flex-list .item {
		-webkit-flex: 0 1 25%;
		flex: 0 1 25%
	}

	body .home-popular-block .flex-list .item {
		-webkit-flex: 0 1 25%;
		flex: 0 1 25%
	}

	.top-icon-menu {
		font-size: 1em
	}

	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 237.5px
	}

	.catalog-product-view .scheme>.flex {
		-webkit-flex-direction: column;
		-webkit-flex-flow: column nowrap;
		flex-direction: column;
		flex-flow: column nowrap
	}

	.catalog-product-view .scheme .img {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0 0 15px
	}

	.block .block-title {
		padding: 15px 20px
	}

	.toolbar .pager .pages {
		float: right
	}

	.pager .pages {
		margin: 0 auto
	}

	#wp-category-list {
		margin-left: 10px
	}

	.account-nav {
		font-size: 1em;
		margin-left: 10px
	}

	.account-nav li a:active,
	.account-nav li a:focus,
	.account-nav li a:hover,
	.account-nav li.current strong {
		padding: 3px 10px 3px 20px
	}

	.my-account .account-address-block .flex>div,
	.my-account .addresses-list .addresses-additional .flex>div,
	.my-account .addresses-list .addresses-primary .flex>div {
		width: 50%
	}

	.flex.login-page {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	.flex.login-page .new-users-wrapper {
		margin-bottom: 0;
		margin-right: 10px
	}

	.flex.login-page .registered-users-wrapper {
		margin-left: 10px
	}

	.account-create form>.flex>div {
		padding: 15px 50px
	}

	.col-main .product-shop .delivery {
		margin: 0 0 15px
	}

	.servirovka-right {
		max-width: 100%;
		float: right;
		padding: 0 0 0 25px
	}

	.servirovka-right~.sign-left {
		float: left;
		margin: 10px 10px 5px 0
	}

	.col-main .product-shop .delivery {
		margin: 0 0 15px
	}

	.contact-left {
		display: inline-block;
		vertical-align: top;
		width: 36%
	}

	#contactForm {
		display: inline-block;
		vertical-align: top;
		width: 63%
	}

	.top-icon-menu .lang-changer {
		display: block;
		color: #bbb
	}

	.ftr-btm .lng-btm {
		display: none
	}

	.lang-changer a,
	.lang-changer a:link,
	.lang-changer a:visited {
		color: #fff
	}

	.lang-changer a:active,
	.lang-changer a:focus,
	.lang-changer a:hover {
		color: #fff;
		text-decoration: underline
	}

	.page-title.horeca {
		padding: 70px 0 0
	}

	.page-title.horeca h1 {
		font-size: 3.8em
	}

	.cms-horeca .main-container .container {
		padding-top: 30px
	}

	#horeca {
		padding: 0 50px
	}

	#horeca .subtitle p:nth-of-type(2) {
		font-size: 1.2em;
		line-height: 1.6;
		padding: 100px 0;
		margin: 100px -92px
	}

	#horeca .block {
		margin: 100px -92px
	}

	#horeca .block.grey {
		padding: 100px 50px;
		margin: 0 -92px 100px
	}

	#horeca .block.photos {
		margin: 100px -92px 0
	}

	#horeca .block.contacts {
		padding: 0;
		margin: 0 -92px 20px
	}

	#horeca .block .flex.line {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	#horeca .line>div {
		margin: 0
	}

	#horeca .grey .line p .connection {
		padding: 80px 0 0;
		background-size: 145px
	}

	#horeca .list .flex {
		max-width: 840px
	}

	#horeca .list .flex>div {
		-webkit-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		padding: 0 20px 0 40px
	}

	#horeca .photos .above section h2 {
		font-size: 1.8em
	}

	#ukr-mova {
		background-position-x: 90%
	}

	#sorry-no-result {
		background-position-x: 85%
	}

	#ukr-mova>div {
		padding: 0 42% 0 10%
	}

	#sorry-no-result>div {
		padding: 0 40% 0 15%
	}

	footer #footer-links li {
		border-right: 1px solid #ddd;
		border-bottom: none
	}

	footer #footer-links li:last-of-type {
		border: none
	}

	footer #footer-links a:link,
	footer #footer-links a:visited {
		padding: 0 10px
	}

	footer>section.flex {
		border-top: 1px solid #fff
	}

	footer>section.flex {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	footer>section.flex>div:nth-of-type(1) {
		width: 37%;
		padding: 5px 25px 5px 0;
		border-right: 1px solid #fff
	}

	footer>section.flex>div:nth-of-type(2) {
		width: 63%;
		padding: 5px 0 5px 25px
	}

	footer #footer-blog li {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 0 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #fff
	}

	footer #footer-blog li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}
	/* Main Page. Slider [new] */
		#new-header-slider img {
			padding-top: 0;
		}
		#new-header-slider .desc {
			font-size: 2.142857142857143em;
		}
		#new-header-slider .discont,
		#new-header-slider .item,
		#new-header-slider .date {
			display: block;
		}
		#new-header-slider .discont {
			padding-top: 4%;
			font-size: 4.6em;
		}
		#new-header-slider .item {
			padding-top: 10%;
			font-size: .8666666666666667em;
		}
		#new-header-slider .date {
			padding-top: 10%;
			font-size: .6333333333333333em;
		}
		#new-header-slider .center {
			bottom: 4%;
			left: 31%;
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				font-size: 2.285714285714286em;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.428571428571429em;
			}
			#new-header-slider.third-theme .discont {
				margin-bottom: 15px;
				font-size: 2.4em;
			}
			#new-header-slider.third-theme .center {
				left: 63%;
			}
		/* Animated Typing */
			#new-header-slider .animated {
				width: 580px;
			}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 80px;
			margin: 10px auto;
			box-shadow: inset 0 0 5px #bbb;
		}
		.box-up-sell ul li .noSwipe {
			overflow: hidden;
		}
	/* Custom Products */
		/* Custom */
			#product-options-wrapper.product-options .options-list {
				grid-template-columns: 1fr 1fr 1fr;
			}
			.product-view .product-options-bottom {
				grid-template-columns: auto;
				text-align: center;
			}
			.product-view .product-shop .product-options-bottom .price-box .regular-price {
				text-align: center;
			}
			.product-view .product-shop .product-options-bottom .price-box {
				padding: 25px 0;
			}
			.product-view .product-shop .product-options-bottom .price-box .price {
				font-size: 2em;
			}
	/* Grid Item Page View */
		.catalog-product-view .product-essential .product-shop {
			-ms-grid-columns: 402px auto auto;
			grid-template-columns: 402px auto auto;
		}
		.catalog-product-view .product-shop .product-images-gallery {
			display: block;
		}
		.catalog-product-view .product-shop .product-shop-left {
			-ms-grid-row: 1;
			-ms-grid-row-span: 14;
			-ms-grid-column: 1;
			-ms-grid-column-span: 1;
			grid-row: 1 / span 14;
			grid-column: 1 / 2;
		}
		.catalog-product-view .product-shop .product-name {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .product_code {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .product_delivery {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .product_options {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .razniye-tipy-tovara {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .countdownHolder {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .add-to-box {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop #oneclickorder-form-wrapper {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .table-of-grouped-product {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .box-description {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .box-view-offline {
			-ms-grid-column: 2;
			-ms-grid-column-span: 2;
			grid-column: 2 / 4;
		}
		.catalog-product-view .product-shop .product-name,
		.catalog-product-view .product-shop .product_code,
		.catalog-product-view .product-shop .product_delivery,
		.catalog-product-view .product-shop .product_options,
		.catalog-product-view .product-shop .razniye-tipy-tovara,
		.catalog-product-view .product-shop .countdownHolder,
		.catalog-product-view .product-shop .add-to-box,
		.catalog-product-view .product-shop #oneclickorder-form-wrapper,
		.catalog-product-view .product-shop .table-of-grouped-product,
		.catalog-product-view .product-shop .box-description,
		.catalog-product-view .product-shop .box-view-offline {
			grid-row: auto;
		}
	/* Поиск над шапкой */
		.searchautocomplete .form-search {
			display: inline-block;
			vertical-align: top;
			width: 250px;
			max-width: 100%;
			transition: width .3s ease 0s;
		}
		.searchautocomplete .form-search:focus-within {
			width: 370px;
			transition: width .3s ease 0s;
		}
	/* Страница оформления заказа */
		.o_checkout-data--steps > li .allow > span {
			font-size: 16px;
		}
		#billing-new-address-form > .pslogin-login .pslogin-buttons ul li .pslogin-button-text {
			font-size: 11px;
		}
	/* Страница товара */
		/* Headers */
			.product-view .box-collateral > h3 {
				text-align: left;
			}
		/* Buy Button */
			.product-view .add-to-box .add-to-cart {
				width: 50% !important;
			}
			.product-view .product-shop .buy-item {
				width: 100% !important;
			}
			.product-view .product-shop .buy-item > span {
				padding: 10px 20px;
				font-size: 1.6em !important;
				text-transform: capitalize;
			}
			#oneclickorder-form-wrapper {
				margin-bottom: 50px !important;
			}
		/* Anchor Links */
			#anchor-links {
				position: -webkit-sticky;
				position: sticky;
				top: 0;
				grid-auto-flow: column;
				border: none;
				border-bottom: 2px solid #bdc3c7;
			}
			#anchor-links a,
			#anchor-links a:link,
			#anchor-links a:visited {
				left: auto;
				bottom: -2px;
				border: none;
				border-bottom: 2px solid transparent;
			}
		/* Review */
			.product-view .form-add .subtitle {
				font-size: 1.2em;
				text-align: left;
			}
	/* Show|Hide Additional Block at Item page */
		.catalog-product-view .product-shop .box-additional {
			margin: 0;
		}
		.catalog-product-view .product-shop .box-additional .box-collateral-content {
			overflow: visible;
		}
	/* Lightbox */
		.lg-sub-html {
			font-size: 25px;
		}
	/* Main Navigation */
		#main-nav>ul>li .sub-nav ul>li>a,
		#main-nav>ul>li .sub-nav ul>li>a:link,
		#main-nav>ul>li .sub-nav ul>li>a:visited {
			font-size: 16px;
		}
		p.submenu-additional-links {
			font-size: 14px;
		}
}
@media only screen and (min-width:992px) {
	.sidebar .block-blog-comments li {
		padding-left: 50px;
		background: transparent url(../images/comments-pen.png) no-repeat 10px 15px;
		background-size: 30px
	}

	.product-shop .table-of-grouped-product {
		font-size: .9em
	}
}
@media only screen and (min-width:1200px) {
	body .list_carousel .flex-list.homepage-carousel .item {
		max-width: 295px
	}

	.flex.blog-search {
		-webkit-flex-wrap: nowrap;
		-webkit-flex-flow: row nowrap;
		flex-wrap: nowrap;
		flex-flow: row nowrap
	}

	.blog-search .buy-item {
		margin: 0
	}

	.blog-search input.input-text {
		margin-right: 10px
	}

	.sidebar .block-related .product,
	.sidebar .block-viewed .product {
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.sidebar .block-related .product>div:nth-of-type(1),
	.sidebar .block-viewed .product>div:nth-of-type(1) {
		-webkit-flex: 0 0 95px;
		flex: 0 0 95px
	}

	.sidebar .block-related .product .product-image:link,
	.sidebar .block-related .product .product-image:visited,
	.sidebar .block-viewed .product .product-image:link,
	.sidebar .block-viewed .product .product-image:visited {
		width: 85px;
		margin: 0 10px 0 0
	}

	.catalog-product-view .scheme>.flex {
		-webkit-flex-direction: row;
		-webkit-flex-flow: row nowrap;
		flex-direction: row;
		flex-flow: row nowrap
	}

	.catalog-product-view .scheme .img {
		-webkit-flex: 0 0 300px;
		flex: 0 0 300px;
		padding: 0 15px 0 0
	}

	.catalog-product-view .scheme .desc {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%
	}

	#horeca .subtitle p:nth-of-type(2) {
		margin: 100px -68px 100px -65px
	}

	#horeca .block {
		margin: 100px -68px 100px -65px
	}

	#horeca .block.grey {
		margin: 0 -68px 100px -65px
	}

	#horeca .block.photos {
		margin: 100px -68px 0 -65px
	}

	#horeca .block.contacts {
		margin: 0 -68px 20px -65px
	}

	#ukr-mova {
		min-height: 500px;
		background-position-x: 85%
	}

	#sorry-no-result {
		min-height: 200px
	}

	#sorry-no-result>div,
	#ukr-mova>div {
		padding: 0 40% 0 12%
	}
	/* Item Page. Buy Button */
		.product-view .product-shop .buy-item {
			display: block;
			width: auto;
			padding: 2px;
		}
	/* Main Page. Slider [new] */
		#new-header-slider .center {
			bottom: 5%;
			left: 31%;
		}
		#new-header-slider .discont,
		#new-header-slider .item,
		#new-header-slider .date {
			display: block;
		}
		#new-header-slider .desc {
			padding: 50px 0 30px;
		}
		#new-header-slider .discont {
			padding-top: 4%;
		}
		#new-header-slider .item {
			padding-top: 10%;
		}
		/* Second Theme */
			#new-header-slider.second-theme .desc {
				padding: 50px 0 0;
				font-size: 2.714285714285714em;
			}
			#new-header-slider.second-theme .large {
				font-size: 1.842105263157895em;
			}
		/* Third Theme */
			#new-header-slider.third-theme .desc {
				font-size: 1.714285714285714em;
			}
			#new-header-slider.third-theme .center {
				left: 64.5%;
			}
		/* Animated Typing */
			#new-header-slider .animated {
				width: 650px;
			}
	/* Block: Upsell */
		.box-up-sell .countdown.countdownHolder {
			height: 100px;
		}
	/* Custom Products */
		/* Custom */
			#product-options-wrapper.product-options .options-list {
				grid-template-columns: 1fr 1fr 1fr 1fr;
			}
			.product-view .product-options-bottom {
				grid-template-columns: 2fr 1fr 1fr 1fr;
				text-align: left;
			}
			.product-view .product-shop .product-options-bottom .price-box .regular-price {
				text-align: left;
			}
			.product-view .product-shop .product-options-bottom .price-box {
				padding: 0;
			}
			.product-view .product-shop .product-options-bottom .price-box .price {
				font-size: 1.6em;
			}
	/* Grid Item Page View */
		.catalog-product-view .product-essential .product-shop {
			-ms-grid-columns: 502px auto auto !important;
			grid-template-columns: 502px auto auto !important;
			grid-column-gap: 2rem;
			column-gap: 2rem;
		}
		.catalog-product-view .product-shop .product_code {
			-ms-grid-column: 2;
			-ms-grid-column-span: 1;
			grid-column: 2 / 3;
			margin-bottom: 0;
		}
		.catalog-product-view .product-shop .product_delivery {
			-ms-grid-column: 3;
			-ms-grid-column-span: 1;
			grid-column: 3 / 4;
		}
	/* Delivery */
		.col-main .product-shop .delivery {
			padding-left: 4.5em;
		}
		.col-main .delivery p {
			font-size: .9em;
			line-height: 1.5;
		}
	/* Main Navigation */
		#main-nav>ul>li .sub-nav ul>li>a,
		#main-nav>ul>li .sub-nav ul>li>a:link,
		#main-nav>ul>li .sub-nav ul>li>a:visited {
			font-size: 18px;
		}
		p.submenu-additional-links {
			font-size: 16px;
		}
}
@media only screen and (min-width:1250px) {
	.modern-info .h-phone {
		font-size: 2em
	}

	.h-info .h-graph {
		font-size: 18px
	}

	.h-info .h-time {
		font-size: 18px
	}

	.h-logo .logo .logo-span {
		font-size: 3.6em
	}

	.villagrazia-slogan {
		font-size: 1.2em
	}

	a.button-outofstocksubscription-opener {
		font-size: 1.2em;
		padding: 11px 15px
	}

	.form-outofstocksubscription-window {
		width: 242px
	}

	.col-main .product-shop .delivery {
		margin: 0
	}

	.product-shop .table-of-grouped-product {
		font-size: 1em
	}

	footer #footer-links a:link,
	footer #footer-links a:visited {
		font-size: 1.2em
	}
}
@media only screen and (min-width:1325px) {
	.header-search-block {
		right: 5%;
		top: 216px
	}
}
@media only screen and (min-width:1425px) {
	.header-search-block {
		right: 8%;
		top: 216px
	}
}
@media only screen and (min-width:1655px) {
	.header-search-block {
		right: 14%;
		top: 214px
	}
}
@media only screen and (min-width:1890px) {
	.header-search-block {
		right: 18%;
		top: 214px
	}
}

#product_count_modal {
	width: 255px;
	height: 30px;
	background: #fff;
	box-shadow: 0 1px 5px #aaa;
	margin-top: -10px
}

#product_count_modal>span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 0 5px 0 10px;
	background: 0 0;
	white-space: nowrap
}

#product_count_modal:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -12px;
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 12px solid #fff
}

#product_count_modal>input[type=button] {
	vertical-align: top;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	background: #428bca;
	border: none
}

#product_count_modal input:hover {
	background: #4294dc
}

#product_count_modal>i {
	vertical-align: top;
	line-height: 30px;
	padding: 0 5px;
	background: #aaa;
	cursor: pointer;
	margin-left: -5px
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

#product_count_modal>i:hover {
	background: red
}

.layered-nav-filter label {
	color: #383838
}

.layered-nav-filter label span.count {
	color: #872934
}

button.update_filters_button {
	font-size: 16px;
	color: #fff;
	text-transform: lowercase;
	line-height: 1.3;
	padding: 7px 18px 9px;
	border: none;
	background: #872934
}

button.update_filters_button:hover {
	border: 1px solid #bdc3c7
}

.top-opc {
	width: 1170px;
	position: relative;
	z-index: 1;
	margin-left: -50px
}

.top-opc:after {
	content: '';
	display: table;
	clear: both
}

.top-opc li {
	float: left;
	width: 190px;
	margin: -4px 0 33px 50px;
	background: #e8eced;
	border-radius: 5px 0 0 5px;
	color: #666;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	position: relative
}

.top-opc li.section.allow {
	background: #fee3b4;
	color: #333
}

.top-opc li span {
	padding-left: 30px
}

.top-opc li.section::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	margin-left: 5px;
	top: 8px;
	width: 15px;
	height: 15px;
	background: url(../images/sprites/checkout-progress_sprite.gif) 0 0 no-repeat
}

.top-opc li.section.allow.current-top-step::before {
	background-position: 0 -16px
}

.top-opc li.section.allow::before {
	background-position: 0 -32px
}

.top-opc li.section.allow::after {
	background-position: 0 0
}

.top-opc li.section::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	right: -16px;
	top: 0;
	width: 16px;
	height: 34px;
	background: url(../images/sprites/tab-right-arrows_sprite.gif) 0 -34px no-repeat
}

.top-opc li .number {
	display: block;
	float: left;
	width: 54px;
	height: 54px;
	margin: 0 10px 0 0;
	background: #dbdbdb;
	line-height: 52px;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border-radius: 100%
}

.top-opc li h2 {
	overflow: hidden;
	margin: 11px 0 0;
	line-height: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #dbdbdb;
	word-wrap: break-word
}

.top-opc li.allow span {
	cursor: pointer
}

.top-opc li.allow .number {
	background: #322c29
}

.top-opc li.allow h2 {
	color: #322c29
}

.top-opc li.allow:hover .number {
	background: #fe5252
}

p.register-advant {
	padding-left: 20px
}

.opc {
	border: 0
}

.opc button.button span {
	font-size: 19px
}

.opc .step {
	padding: 23px 21px;
	margin: 0 0 30px;
	position: relative;
	background: #fff;
	border: none;
	border-top: 6px solid #872934;
	border-radius: 2px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

.opc .step-title {
	display: none;
	padding: 0;
	margin: 0;
	background: 0 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 47px;
	height: 47px
}

.opc .step-title h2 {
	margin: 0;
	line-height: 47px
}

.opc .step-title .number {
	margin: 10px 20px 0 18px;
	padding: 0 18px 0 0;
	border-right: 1px solid #e0e0e0;
	line-height: 25px
}

.opc .active .step-title {
	background: #f7f7f7;
	border: 1px solid #e8e8e8
}

.opc .active .step-title .number {
	border-right: 1px solid #e8e8e8
}

.opc .step-title:hover {
	background: #f7f7f7
}

.opc .active .step-title:hover {
	background: #f7f7f7
}

.opc h3 {
	margin: 0 0 15px;
	font-size: 18px;
	color: #fe5252;
	font-weight: 300
}

.opc h4 {
	font-size: 16px;
	font-weight: 300;
	color: #fe5252
}

.opc .buttons-set {
	margin: 0;
	margin-top: 20px
}

.opc .form-list {
	margin: 0 0 3px
}

.opc .form-list li {
	margin: 0
}

.opc .form-list .input-box:after {
	content: '';
	display: table;
	clear: both
}

.opc .form-list input.input-text {
	width: 100%
}

.opc .form-list li.wide input.input-text {
	width: 100%
}

.opc .sp-methods .form-list input.cvv {
	width: 45px
}

.opc .td-label {
	display: none;
	font-style: italic;
	width: 90px
}

.opc .product-name {
	overflow: hidden
}

p.continue-to-order-review,
p.continue-to-payment,
p.continue-to-shipping {
	display: block;
	clear: both;
	padding: 7px
}

.button.onepage-guest-register {
	width: 200px;
	background: #872934;
	color: #fff;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	position: relative
}

.button.onepage-guest-register:hover {
	width: 202px
}

.button.onepage-guest-register div::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	right: -16px;
	top: 0;
	width: 16px;
	height: 34px;
	background: url(../images/sprites/tab-right-arrows_red_sprite.gif) 0 -34px no-repeat
}

.checkout-steps_block .form-list label {
	font-size: 18px
}

#checkout-review-table thead,
.onepage-checkout_items thead {
	background: #fee3b4
}

#shopping-cart-table thead tr th {
	font-weight: 700;
	font-size: 17px;
	text-align: left
}

.onepage-checkout_items td.td-name {
	width: 250px
}

.onepage-checkout_items td span {
	font-size: 17px
}

#checkout-step-login h3 {
	font-size: 1.6em;
	color: #872934;
	padding: 0 0 5px 0;
	margin: 0 0 5px
}

.checkout-steps_block .registered-users .form-list label {
	display: inline-block;
	font-size: 1em;
	color: #000;
	padding: 2px;
	font-family: Tinos, "Times New Roman", serif;
	width: 55px;
	height: 34px;
	line-height: 34px
}

.checkout-steps_block .registered-users .form-list .input-box {
	display: inline-block;
	width: 250px
}

#checkout-step-login .col-2 .registered-users .form-list input.input-text {
	width: 250px
}

.checkout-steps_block .step strong {
	margin-bottom: 10px;
	display: block
}

.registered-users .flex.buttons-set .fl_bt_item {
	padding-right: 15px;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	display: block
}

.registered-users .flex.buttons-set .fl_bt_item a {
	display: inline-block;
	font-size: .9em;
	color: #aaa;
	font-family: Tinos, "Times New Roman", serif;
	border: solid 1px transparent;
	background: #fff;
	font-weight: 400
}

.registered-users .flex.buttons-set .fl_bt_item a:hover {
	color: #fff;
	border-color: #bdc3c7
}

.registered-users .flex.buttons-set .fl_bt_item a span {
	padding: 0 16px;
	line-height: 34px;
	display: block
}

.registered-users .flex.buttons-set .fl_bt_item a:hover span {
	background: #872934;
	transition: all .3s ease
}

#checkout-step-login .flex.buttons-set.social-login {
	padding-top: 20px;
	display: block
}

#checkout-step-login .flex.buttons-set.social-login .loginfb-block {
	padding-left: 0
}

.form-for-registered.display-none {
	display: none;
	position: relative;
	background: #fee3b4;
	clear: both;
	padding: 15px;
	transition: all .7s ease
}

#opc-review #checkout-review-load {
	display: block
}

#opc-review .td-image {
	width: 100px;
	text-align: center
}

#checkout-review-table th {
	font-size: 17px;
	text-align: left
}

#checkout-review-submit {
	text-align: center
}

#checkout-review-submit button.button {
	float: none;
	display: block;
	margin: 0 auto
}

#checkout-review-submit button.button>span {
	text-transform: none
}

#checkout-review-table td {
	vertical-align: middle
}

#checkout-review-table tbody span {
	font-size: 16px
}

.current-user-logged .top-opc li.section.allow.current-top-step::before,
.current-user-logged .top-opc li.section:first-child::before {
	background-position: 0 -16px
}

.current-user-logged .top-opc li.section.allow::before {
	background-position: 0 -32px
}

#checkout-shipping-method-load .sp-methods dt {
	display: none
}

.cart-table .item-msg {
	font-size: 14px;
	font-weight: 400
}

.checkout-order-review-table {
/*	padding-bottom: 25px*/
}

.checkout-order-review-table p,
.checkout-order-review-table strong {
	font-size: 18px;
	margin: 0
}

.checkout-order-review-table p span {
	font-weight: 700
}

.checkout-onepage-index .current-user-logged #opc-shipping_method .please-wait {
	float: none
}

.qty_control button.decreaseQty,
.qty_control button.increaseQty,
.qty_control_2 button.decreaseQty,
.qty_control_2 button.increaseQty {
	font-size: 17px;
	width: 22px;
	height: 22px
}

.cart-form-table .td-qty .qty_control {
	min-width: 115px
}

.checkout-order-review-table p.selected-dostavka span,
.checkout-order-review-table p.selected-oplata span {
	font-weight: 400
}

.checkout-order-review-table button.button {
	float: none;
	/*margin-top: 15px*/
}

#checkout-review-submit button.button:hover span,
.checkout-order-review-table button.button:hover span {
	color: #efefef
}

#checkout-review-submit button.button>span,
.checkout-order-review-table button.button>span {
	line-height: 45px;
	height: 50px;
	color: #fff;
	text-transform: none
}

#checkout-review-submit button.button span span,
.checkout-order-review-table button.button span span {
	background: #872934;
	height: 45px;
	line-height: 45px
}

.sp-methods .price {
	display: none
}

.address-required-needs {
	display: block;
	position: absolute;
	width: 95%;
	height: 30%;
	background: #ccc;
	z-index: 900;
	top: 35%
}

.address-required-needs p {
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	display: block;
	clear: both
}

.address-required-needs span {
	float: right;
	text-align: right;
	display: block;
	padding: 15px;
	font-size: 17px;
	color: #fff;
	cursor: pointer
}

.address-required-needs span:before {
	font-family: FontAwesome;
	content: "\f00d"
}

.address-required-needs span:hover {
	color: #f5f5f5
}

.cart-collaterals {
	background: #fee3b4;
	border: 1px solid #e2e2e2
}

.cart-collaterals .totals .grand_total {
	text-align: right;
	color: #000;
	font-size: 21px
}

.success-order_number a {
	color: #872934
}

#mobFilter {
	overflow: visible
}

#mobFilter .count-messages-label {
	background-color: rgba(230, 245, 168, .92);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	line-height: 0;
	text-align: center
}

#mobFilter .count-messages-label .count-badge {
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 19px;
	font-weight: 700
}

.form-list .adresa-otdeleniy select,
select#otdeleniya-novaposhta {
	display: block;
	/*margin-bottom: 15px;*/
	height: 35px;
	max-width: 400px
}

.form-list .proverka-adresa-dostavki .input-box {
	width: 70%
}

.adresa-otdeleniy label {
	display: block;
	float: none
}

.opc .form-list input.np-address {
	max-width: 600px
}

#shipping_form_dostavka_novaposhta {
	/*line-height: 1.2;*/
	/*padding: 15px 0*/
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 35px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ecf0f1
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f6f8fd;
	color: #585858
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #f6f8fd
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #f6f8fd
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #f6f8fd
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #ecf0f1;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #f6f8fd
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #ecf0f1;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #585858
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #f6f8fd
}

.adresa-otdeleniy .select2.select2-container {
	width: 100% !important;
	max-width: 400px;
	/*margin: 0 0 15px 0*/
}

#review-form fieldset h4,
#srka-product-review-list {
	display: inline-block
}

#srka-product-review-list .srka-rating-code {
	padding: 3px 0 0 25px
}

#srka-product-review-list .srka-rating-code .label {
	display: none
}

#srka-product-review-list .srka-rating-code .options li {
	display: block;
	float: left;
	margin-top: 2px
}

#srka-product-review-list .srka-rating-code .options li .option {
	display: block;
	width: 20px;
	height: 14px;
	background: url(../images/bkg_rating.png) center top no-repeat;
	text-indent: -9999em
}

#srka-product-review-list .srka-rating-code .options li .option.selected {
	background-position: center bottom
}

.product-view .product-shop .availability span.only-one-left {
	padding-left: 7px;
	color: red
}

.widget {
	display: inline
}

.widget .widget-title {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 7px
}

.widget .widget-title h2 {
	font-size: 15px;
	font-weight: 700;
	color: #e25203
}

.widget .mini-products-images-list .product-image {
	display: block;
	width: 76px;
	height: 76px;
	border: 1px solid #a9a9a9;
	margin: 0 auto
}

.widget .mini-products-images-list li.item {
	float: left;
	width: 77px;
	height: 77px
}

.widget-new-products {
	display: block
}

.col-main .widget-new-products {
	margin: 7px 0
}

.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
	width: 85px;
	height: 85px
}

.widget-new-products .products-list .product-shop {
	margin-left: 100px
}

.sidebar .widget-new-products .block {
	font-size: 11px;
	line-height: 1.25
}

.sidebar .widget-new-products .block-title strong {
	background: url(../images/widgets/i_widget-new.gif) 0 1px no-repeat;
	padding-left: 21px;
	color: #dc5033
}

.widget-viewed {
	display: block
}

.col-main .widget-viewed {
	margin: 7px 0
}

.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
	width: 85px;
	height: 85px
}

.widget-viewed .products-list .product-shop {
	margin-left: 100px
}

.sidebar .widget-viewed .block {
	font-size: 11px;
	line-height: 1.25
}

.sidebar .widget-viewed .block-title strong {
	background: url(../images/widgets/i_block-list.gif) 0 0 no-repeat;
	padding-left: 21px
}

.widget-compared {
	display: block
}

.col-main .widget-compared {
	margin: 7px 0
}

.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
	width: 85px;
	height: 85px
}

.widget-compared .products-list .product-shop {
	margin-left: 100px
}

.sidebar .widget-compared .block {
	font-size: 11px;
	line-height: 1.25
}

.sidebar .widget-compared .block-title strong {
	background: url(../images/widgets/i_block-list.gif) 0 0 no-repeat;
	padding-left: 21px
}

.sidebar .widget-static-block {
	display: block;
	margin: 0 0 15px
}

.top-container .widget a {
	padding: 0 0 0 7px
}

.bottom-container .widget a {
	padding: 0 3px
}

.widget-product-link-inline {
	display: inline
}

.col-main .widget-product-link {
	display: block;
	text-align: right;
	margin: 7px 0
}

.col-main .widget-product-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px
}

.sidebar .widget-product-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px
}

.sidebar .widget-product-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0
}

.widget-category-link-inline {
	display: inline
}

.col-main .widget-category-link {
	display: block;
	text-align: right;
	margin: 7px 0
}

.col-main .widget-category-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px
}

.sidebar .widget-category-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px
}

.sidebar .widget-category-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0
}

.widget-cms-link-inline {
	display: inline
}

.col-main .widget-cms-link {
	display: block;
	text-align: right;
	margin: 7px 0
}

.col-main .widget-cms-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding-right: 15px
}

.sidebar .widget-cms-link {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px
}

.sidebar .widget-cms-link a {
	background: url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat;
	padding: 0 15px 0 0
}

.remodal-is-locked {
	overflow: hidden
}

.remodal,
[data-remodal-id] {
	visibility: hidden
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}

.remodal-overlay,
.remodal-wrapper {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.remodal {
	position: relative;
	display: inline-block
}

.remodal input,
.remodal input:focus,
.remodal select,
.remodal select:focus,
.remodal textarea,
.remodal textarea:focus {
	font-size: 16px
}

.remodal,
.remodal * {
	font-family: Tinos, sans-serif
}

.remodal-bg {
	-webkit-transition: -webkit-filter .2s ease-out;
	-moz-transition: -moz-filter .2s ease-out;
	-o-transition: -o-filter .2s ease-out;
	transition: filter .2s ease-out
}

.remodal-is-active .remodal-bg {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px)
}

.remodal-overlay {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 0;
	background: rgba(33, 36, 46, .95)
}

.remodal-is-active .remodal-overlay {
	opacity: 1
}

.remodal {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding: 35px;
	-webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out, opacity .2s ease-out;
	-o-transition: -o-transform .2s ease-out, opacity .2s ease-out;
	transition: transform .2s ease-out, opacity .2s ease-out;
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	color: #182a3c;
	background: #f4f4f4;
	background-clip: padding-box
}

.remodal-is-active .remodal {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.remodal,
.remodal-wrapper:after {
	vertical-align: middle
}

.remodal-close {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 28px;
	height: 28px;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.remodal-close:after {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 28px;
	line-height: 28px;
	display: block;
	content: "×";
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-decoration: none;
	color: #3e5368
}

.remodal-close:active,
.remodal-close:hover {
	background: #3e5368
}

.remodal-close:active.remodal-close:after,
.remodal-close:hover.remodal-close:after {
	color: #f4f4f4
}

.remodal-cancel,
.remodal-confirm {
	font-size: 10pt;
	display: inline-block;
	width: 120px;
	margin: 0 0 5px 0;
	padding: 9px 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box
}

.remodal-confirm {
	color: #16a085;
	border: 2px solid #16a085;
	background: #f4f4f4
}

.remodal-confirm:active,
.remodal-confirm:hover {
	color: #f4f4f4;
	background: #16a085
}

.remodal-cancel {
	color: #c0392b;
	border: 2px solid #c0392b;
	background: #f4f4f4
}

.remodal-cancel:active,
.remodal-cancel:hover {
	color: #f4f4f4;
	background: #c0392b
}

.lt-ie9 .remodal {
	width: 700px;
	min-height: 0;
	margin: 20px auto
}

.lt-ie9 .remodal-close:after {
	margin: auto;
	text-align: center
}

.lt-ie9 .remodal-close:active,
.lt-ie9 .remodal-close:hover {
	background: 0 0
}

.lt-ie9 .remodal-close:active.remodal-close:after,
.lt-ie9 .remodal-close:hover.remodal-close:after {
	color: #3e5368
}

.main-label {
	font-size: 18px;
	color: #872934;
	text-decoration: underline
}

.remodal {
	max-width: 500px
}

.remodal-close {
	left: inherit;
	right: 5px
}

.remodal-confirm {
	color: #16a085 !important
}

.backcall .remodal-confirm:active,
.backcall .remodal-confirm:hover {
	color: #fff !important
}

.remodal.backcall form {
	display: block
}

.remodal.backcall label {
	margin: 5px 0;
	font-weight: 400;
	display: block
}

.remodal.backcall input,
.remodal.backcall textarea {
	padding: 10px;
	border: 1px solid #c4c4c4
}

.validation-error {
	border: 1px solid red !important
}

.pavcarousel {
	margin: 0 40px
}

.pavcarousel .carousel-control {
	top: 50%;
	margin: -10px 0;
	background: 0 0
}

.pavcarousel .carousel-control.left {
	left: -40px
}

.pavcarousel .carousel-control.right {
	right: -40px
}

div.price-slider {
	background: url(../images/price_slider/bkg_slider.png) repeat-x scroll 0 0 transparent;
	height: 17px
}

div.price-slider .filter-handle {
	height: 17px;
	width: 10px;
	cursor: e-resize;
	display: block
}

div.price-slider .price-slider-from {
	background: url(../images/price_slider/slider.png) no-repeat scroll 0 0 transparent
}

div.price-slider .price-slider-to {
	background: url(../images/price_slider/slider.png) no-repeat scroll -26px 0 transparent;
	cursor: w-resize;
	margin-top: -17px
}

/* lightgallery */
.first-big-image a.image-gallery-item img {
	width: 267px
}

.more-views a.image-gallery-item img {
	width: 100%;
	height: auto;
	max-height: 55px;
	vertical-align: middle
}

.lg-icon {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	color: #ddd;
	cursor: pointer;
	display: block;
	font-size: 30px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\f18e"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\f190"
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	100% {
		left: 0
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

@keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	100% {
		left: 0
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(135, 41, 52, .35)
}

.lg-toolbar .lg-icon {
	color: #dcdcdc;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lg-toolbar .lg-close.lg-icon {
	font-size: 35px
}

.lg-toolbar .lg-icon:hover {
	color: #fff
}

.lg-toolbar .lg-close:after {
	content: "\f00d"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	background-color: rgba(135, 41, 52, .35);
	bottom: 0;
	color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #f7f7f7;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	-ms-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	-ms-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	-ms-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #aaa;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #872934;
	border-radius: 2px 2px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -42px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:after {
	content: "\f03e"
}

.lg-outer .lg-toogle-thumb:hover {
	color: #fff
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-html5 .lg-video-play {
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\f00e"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\f010"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: Tinos, "Times New Roman", serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.group:after,
.group:before {
	display: table;
	content: "";
	line-height: 0
}

.group:after {
	clear: both
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url(../images/loader.gif) no-repeat scroll center center transparent;
	display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html {
	display: none
}

.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(201, 201, 201, .95);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

/* pslogin */
.pslogin-addedoverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	background-color: #000;
	opacity: .6
}

.pslogin-pop-up-form {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 2020;
	height: 100%;
	color: #666;
	text-align: left;
	overflow-y: auto
}

#pslogin-pop-up-bg {
	max-width: 460px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin: 10% auto 5% auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	box-sizing: border-box
}

#pslogin-pop-up-bg .pslogin-share a {
	margin: 0
}

.pslogin-share {
	background-color: #fff;
	min-height: 270px;
	padding: 18px 21px;
	position: relative
}

.pslogin-fake-email-message {
	position: fixed;
	top: 20px;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9999
}

.pslogin-fake-email-message .content {
	padding: 5px 10px;
	background: #fff;
	max-width: 960px;
	min-width: 250px;
	margin: 0 auto;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .42);
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .42);
	-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .42);
	font-size: 14px;
	color: #636363;
	z-index: 9999
}

.pslogin-fake-email-message p {
	margin: 10px auto;
	text-align: left
}

.pslogin-fake-email-message .close-message {
	float: right
}

.pslogin-fake-email-message .close-message:hover {
	cursor: pointer;
	color: #aeaeae
}

.pslogin-share .ta-center {
	text-align: center
}

.pslogin-share h2 {
	padding: 0 0 7px 0;
	color: #39c;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

.pslogin-share .prpop-close-btn {
	position: absolute;
	right: 9px;
	left: auto;
	margin-right: 10px;
	top: 14px;
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	background: 0 0
}

.pslogin-share .prpop-close-btn:hover {
	color: #b6aba5
}

.pslogin-share p {
	margin-bottom: 7px
}

.pslogin-share img {
	max-width: 100%;
	height: auto
}

.pslogin-share .button-top {
	height: 7px
}

.pslogin-share a {
	display: inline-block;
	height: 30px;
	color: #fff;
	margin: 0 10px 10px 0
}

.pslogin-share a:hover {
	cursor: pointer;
	opacity: .7;
	filter: apha(filter=70)
}

.w25 {
	width: 25px !important
}

.w100 {
	width: 100px
}

.pslogin-block.account-login .content {
	margin: 0
}

.pslogin-form .registered-users .content {
	margin: 0 !important
}

#checkout-step-login .pslogin-block .form-list label,
.pslogin-block.account-login .form-list label {
	width: auto;
	float: none
}

#checkout-step-login .pslogin-block .form-list .input-box,
.pslogin-block.account-login .form-list .input-box {
	float: none
}

#checkout-step-login .col2-set {
	box-sizing: border-box
}

.pslogin-block.account-login .buttons-set {
	min-height: 40px
}

.pslogin-block.col2-set {
	margin: 0
}

.pslogin-block.col2-set .buttons-set {
	padding: 0
}

.pslogin-block.col2-set .fieldset {
	margin: 15px 0
}

.pslogin-block button.button span,
.pslogin-block button.button span span {
	height: auto
}

.pslogin-share .soc-name {
	height: 30px;
	line-height: 30px;
	padding: 0 7px;
	display: block;
	float: left;
	box-sizing: border-box
}

.pslogin-share .vkontakte {
	background-position: -77px -78px
}

.pslogin-share .facebook {
	background-position: -5px -5px
}

.pslogin-share .twitter {
	background-position: -41px -5px
}

.pslogin-share .googleplus {
	background-position: -113px -5px
}

.pslogin-welcome-msg {
	height: 25px;
	line-height: 25px;
	float: none;
	display: inline-block;
	margin: 0 0 5px 0
}

.pslogin-welcome-msg:after {
	clear: both;
	content: ""
}

.pslogin-welcome-msg img {
	height: 25px;
	display: inline-block;
	padding: 0 5px 0 0;
	float: left
}

.pslogin-block * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.pslogin-block.pslogin-hidden-text .pslogin-button-text {
	display: none !important
}

.pslogin-block .pslogin-xs {
	display: none !important
}

.pslogin-block .pslogin-button-image {
	display: block
}

.pslogin-block .pslogin-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.pslogin-block .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px
}

.pslogin-spacer {
	display: block;
	margin: 10px auto 20px;
	position: relative;
	text-align: center;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	line-height: normal;
	overflow: visible;
	font-size: 13px
}

.pslogin-spacer::before {
	content: '';
	position: absolute;
	background: #e5e2e2;
	height: 1px;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 0;
}

.pslogin-spacer span {
	background: #fff;
	padding: 0 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

/*.pslogin-spacer table {*/
/*	width: 100%*/
/*}*/

/*.pslogin-spacer table td {*/
/*	vertical-align: middle*/
/*}*/

/*.pslogin-spacer .pslogin-border {*/
/*	border-top: 1px solid #e5e2e2;*/
/*	width: 100%*/
/*}*/

/*.pslogin-spacer .pslogin-bordertext {*/
/*	color: #b2b2b2;*/
/*	text-align: center;*/
/*	font-size: 11px*/
/*}*/

.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
	height: 20px;
	line-height: 17px;
	padding: 0;
	border: 1px solid #e5e2e2;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px
}

.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
	color: #989898;
	cursor: pointer
}

.pslogin-spacer .circle {
	width: 90%;
	height: 25px;
	line-height: 22px;
	font-size: 11px;
	border: 1px solid #b2b2b2;
	border-radius: 0 7px;
	margin: 0 auto;
	background-color: #eee
}

.pslogin-spacer .circle:hover {
	cursor: pointer;
	background-color: #fafafa
}

.my-account .dashboard .pslogin-block {
	margin-top: 20px
}

.pslogin-block .linked-account {
	width: 100%;
	display: inline-block
}

.pslogin-account-view h2 {
	margin-top: 20px
}

.pslogin-block .pslogin-showmore {
	margin-top: 20px
}

.pslogin-block.pslogin-login .pslogin-buttons {
	display: block
}

.pslogin-block.pslogin-register .pslogin-buttons {
	display: inline-block
}

.pslogin-block .pslogin-buttons ul {
	padding: 0;
	font-size: 0
}
#top-opc-login .pslogin-block .pslogin-buttons ul {
	text-align: center;
}

.pslogin-block .pslogin-buttons ul li {
	display: inline-block;
	line-height: normal;
	list-style: none !important;
	padding: 0 !important;
	background: 0 0 !important;
	height: 32px;
	margin: 0 3px 3px 0
}

.pslogin-block .pslogin-buttons ul li.show-button-image {
	background: 0 0 !important
}

.pslogin-block .pslogin-buttons ul li:hover {
	opacity: .9
}

.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
	background-color: #39c;
	display: inline-block
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
	background: url(../../../images/plumrocket/pslogin/social.png);
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
	width: 100%
}

.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
	display: none;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	padding: 0 15px;
	text-align: center;
	font-size: 11px;
	min-width: 144px;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(255, 255, 255, .2)
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
	display: inline-block
}

.pslogin-block .pslogin-buttons .pslogin-button-image {
	display: none
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
	display: inline-block
}

.pslogin-block .pslogin-buttons .pslogin-button-icon-image {
	display: inline-block
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
	display: none
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
	display: none
}

.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {
	display: inline-block
}

.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
	display: none
}

.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
	display: inline-block;
	width: 32px;
	height: 32px
}

.pslogin-block .pslogin-buttons .facebook .pslogin-button-auto {
	background-color: #1e4389
}

.pslogin-block .pslogin-buttons .facebook .pslogin-button-icon {
	background-position: 0 0
}

.pslogin-block .pslogin-buttons .twitter .pslogin-button-auto {
	background-color: #28a9e2
}

.pslogin-block .pslogin-buttons .twitter .pslogin-button-icon {
	background-position: -34px 0
}

.pslogin-block .pslogin-buttons .linkedin .pslogin-button-auto {
	background-color: #11669c
}

.pslogin-block .pslogin-buttons .linkedin .pslogin-button-icon {
	background-position: -168px 0
}

.pslogin-block .pslogin-buttons .yahoo .pslogin-button-auto {
	background-color: #85228f
}

.pslogin-block .pslogin-buttons .yahoo .pslogin-button-icon {
	background-position: -204px 0
}

.pslogin-block .pslogin-buttons .vkontakte .pslogin-button-auto {
	background-color: #3f658c
}

.pslogin-block .pslogin-buttons .vkontakte .pslogin-button-icon {
	background-position: -68px 0
}

.pslogin-block .pslogin-buttons .googleplus .pslogin-button-auto {
	background-color: #df4b38
}

.pslogin-block .pslogin-buttons .googleplus .pslogin-button-icon {
	background-position: -135px 0
}

.pslogin-block .pslogin-buttons .hotmail .pslogin-button-auto {
	background-color: #f67d20
}

.pslogin-block .pslogin-buttons .hotmail .pslogin-button-icon {
	background-position: 0 -34px
}

.pslogin-block .pslogin-buttons .live .pslogin-button-auto {
	background-color: #0cb3ee
}

.pslogin-block .pslogin-buttons .live .pslogin-button-icon {
	background-position: -35px -205px
}

.pslogin-block .pslogin-buttons .pinterest .pslogin-button-auto {
	background-color: #cb2028
}

.pslogin-block .pslogin-buttons .pinterest .pslogin-button-icon {
	background-position: -34px -34px
}

.pslogin-block .pslogin-buttons .amazon .pslogin-button-auto {
	background-color: #ff8e2e
}

.pslogin-block .pslogin-buttons .amazon .pslogin-button-icon {
	background-position: -68px -34px
}

.pslogin-block .pslogin-buttons .aol .pslogin-button-auto {
	background-color: #008bd3
}

.pslogin-block .pslogin-buttons .aol .pslogin-button-icon {
	background-position: -102px -34px
}

.pslogin-openid.aol input[type=submit] {
	background-color: #008bd3;
	-webkit-appearance: none
}

.pslogin-block .pslogin-buttons .github .pslogin-button-auto {
	background-color: #000
}

.pslogin-block .pslogin-buttons .github .pslogin-button-icon {
	background-position: -135px -35px
}

.pslogin-block .pslogin-buttons .instagram .pslogin-button-auto {
	background-color: #9a6e51
}

.pslogin-block .pslogin-buttons .instagram .pslogin-button-icon {
	background-position: -168px -34px
}

.pslogin-block .pslogin-buttons .foursquare .pslogin-button-auto {
	background-color: #3472ad
}

.pslogin-block .pslogin-buttons .foursquare .pslogin-button-icon {
	background-position: -203px -34px
}

.pslogin-block .pslogin-buttons .dropbox .pslogin-button-auto {
	background-color: #008bd3
}

.pslogin-block .pslogin-buttons .dropbox .pslogin-button-icon {
	background-position: 0 -68px
}

.pslogin-block .pslogin-buttons .disqus .pslogin-button-auto {
	background-color: #3d7198
}

.pslogin-block .pslogin-buttons .disqus .pslogin-button-icon {
	background-position: -32px -69px
}

.pslogin-block .pslogin-buttons .livejournal .pslogin-button-auto {
	background-color: #104378
}

.pslogin-block .pslogin-buttons .livejournal .pslogin-button-icon {
	background-position: -66px -69px
}

.pslogin-openid.livejournal input[type=submit] {
	background-color: #104378;
	-webkit-appearance: none
}

.pslogin-block .pslogin-buttons .tumblr .pslogin-button-auto {
	background-color: #304e6c
}

.pslogin-block .pslogin-buttons .tumblr .pslogin-button-icon {
	background-position: -102px -69px
}

.pslogin-block .pslogin-buttons .openid .pslogin-button-auto {
	background-color: #f8931f
}

.pslogin-block .pslogin-buttons .openid .pslogin-button-icon {
	background-position: -135px -69px
}

.pslogin-block .pslogin-buttons .flickr .pslogin-button-auto {
	background-color: #ff0084
}

.pslogin-block .pslogin-buttons .flickr .pslogin-button-icon {
	background-position: -169px -69px
}

.pslogin-block .pslogin-buttons .wordpress .pslogin-button-auto {
	background-color: #1b3f57
}

.pslogin-block .pslogin-buttons .wordpress .pslogin-button-icon {
	background-position: -204px -69px
}

.pslogin-block .pslogin-buttons .blogger .pslogin-button-auto {
	background-color: #ec7825
}

.pslogin-block .pslogin-buttons .blogger .pslogin-button-icon {
	background-position: 0 -103px
}

.pslogin-block .pslogin-buttons .odnoklassniki .pslogin-button-auto {
	background-color: #e60
}

.pslogin-block .pslogin-buttons .odnoklassniki .pslogin-button-icon {
	background-position: -34px -103px
}

.pslogin-block .pslogin-buttons .mailru .pslogin-button-auto {
	background-color: #00468c
}

.pslogin-block .pslogin-buttons .mailru .pslogin-button-icon {
	background-position: -67px -103px
}

.pslogin-block .pslogin-buttons .yandex .pslogin-button-auto {
	background-color: #d00
}

.pslogin-block .pslogin-buttons .yandex .pslogin-button-icon {
	background-position: -102px -103px
}

.pslogin-block .pslogin-buttons .paypal .pslogin-button-auto {
	background-color: #195d82
}

.pslogin-block .pslogin-buttons .paypal .pslogin-button-icon {
	background-position: -134px -103px
}

.pslogin-block .pslogin-buttons .myspace .pslogin-button-auto {
	background-color: #0022a0
}

.pslogin-block .pslogin-buttons .myspace .pslogin-button-icon {
	background-position: -169px -103px
}

.pslogin-block .pslogin-buttons .salesforce .pslogin-button-auto {
	background-color: #00a0de
}

.pslogin-block .pslogin-buttons .salesforce .pslogin-button-icon {
	background-position: -203px -103px
}

.pslogin-block .pslogin-buttons .steamcommunity .pslogin-button-auto {
	background-color: #282828
}

.pslogin-block .pslogin-buttons .steamcommunity .pslogin-button-icon {
	background-position: -1px -137px
}

.pslogin-block .pslogin-buttons .hyves .pslogin-button-auto {
	background-color: #ffca63
}

.pslogin-block .pslogin-buttons .hyves .pslogin-button-icon {
	background-position: -33px -137px
}

.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-auto {
	background-color: #e6eef1
}

.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-icon {
	background-position: -67px -137px
}

.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-text {
	color: #000
}

.pslogin-block .pslogin-buttons .evernote .pslogin-button-auto {
	background-color: #7ac141
}

.pslogin-block .pslogin-buttons .evernote .pslogin-button-icon {
	background-position: -101px -137px
}

.pslogin-block .pslogin-buttons .mixi .pslogin-button-auto {
	background-color: #d1ac5b
}

.pslogin-block .pslogin-buttons .mixi .pslogin-button-icon {
	background-position: -135px -137px
}

.pslogin-block .pslogin-buttons .mydigipass .pslogin-button-auto {
	background-color: #49bbeb
}

.pslogin-block .pslogin-buttons .mydigipass .pslogin-button-icon {
	background-position: -169px -137px
}

.pslogin-block .pslogin-buttons .netlog .pslogin-button-auto {
	background-color: #bb2026
}

.pslogin-block .pslogin-buttons .netlog .pslogin-button-icon {
	background-position: -203px -137px
}

.pslogin-block .pslogin-buttons .qq .pslogin-button-auto {
	background-color: #c46f1c
}

.pslogin-block .pslogin-buttons .qq .pslogin-button-icon {
	background-position: 0 -171px
}

.pslogin-block .pslogin-buttons .sinaweibo .pslogin-button-auto {
	background-color: #bd4342
}

.pslogin-block .pslogin-buttons .sinaweibo .pslogin-button-icon {
	background-position: -34px -171px
}

.pslogin-block .pslogin-buttons .soundcloud .pslogin-button-auto {
	background-color: #ff5419
}

.pslogin-block .pslogin-buttons .soundcloud .pslogin-button-icon {
	background-position: -66px -171px
}

.pslogin-block .pslogin-buttons .tencentweibo .pslogin-button-auto {
	background-color: #28a4e4
}

.pslogin-block .pslogin-buttons .tencentweibo .pslogin-button-icon {
	background-position: -100px -171px
}

.pslogin-block .pslogin-buttons .verisign .pslogin-button-auto {
	background-color: #b22253
}

.pslogin-block .pslogin-buttons .verisign .pslogin-button-icon {
	background-position: -134px -171px
}

.pslogin-openid.verisign input[type=submit] {
	background-color: #b22253;
	-webkit-appearance: none
}

.pslogin-block .pslogin-buttons .xing .pslogin-button-auto {
	background-color: #005d5e
}

.pslogin-block .pslogin-buttons .xing .pslogin-button-icon {
	background-position: -168px -171px
}

.pslogin-block .pslogin-buttons .kaixin001 .pslogin-button-auto {
	background-color: #e2332e
}

.pslogin-block .pslogin-buttons .kaixin001 .pslogin-button-icon {
	background-position: -203px -171px
}

.pslogin-block .pslogin-buttons .orange .pslogin-button-auto {
	background-color: #f60
}

.pslogin-block .pslogin-buttons .orange .pslogin-button-icon {
	background-position: -1px -205px
}

.pslogin-block .pslogin-buttons .bitbucket .pslogin-button-auto {
	background-color: #013567
}

.pslogin-block .pslogin-buttons .bitbucket .pslogin-button-icon {
	background-position: -67px -205px
}

.pslogin-block .pslogin-buttons .bitly .pslogin-button-auto {
	background-color: #ed6022
}

.pslogin-block .pslogin-buttons .bitly .pslogin-button-icon {
	background-position: -101px -205px
}

.pslogin-block .pslogin-buttons .boxcom .pslogin-button-auto {
	background-color: #00b9f2
}

.pslogin-block .pslogin-buttons .boxcom .pslogin-button-icon {
	background-position: -135px -205px
}

.pslogin-block .pslogin-buttons .vimeo .pslogin-button-auto {
	background-color: #1fb9eb
}

.pslogin-block .pslogin-buttons .vimeo .pslogin-button-icon {
	background-position: -170px -205px
}

.pslogin-block .pslogin-buttons .reddit .pslogin-button-auto {
	background-color: #337fb9
}

.pslogin-block .pslogin-buttons .reddit .pslogin-button-icon {
	background-position: -203px -205px
}

.pslogin-block .pslogin-buttons .odesk .pslogin-button-auto {
	background-color: #6fda44
}

.pslogin-block .pslogin-buttons .odesk .pslogin-button-icon {
	background-position: -169px -273px
}

.pslogin-block .pslogin-buttons .odesk .pslogin-button-text {
	color: #4c4c4c
}

.pslogin-block .pslogin-buttons .teamviewer .pslogin-button-auto {
	background-color: #0171b9
}

.pslogin-block .pslogin-buttons .teamviewer .pslogin-button-icon {
	background-position: -34px -239px
}

.pslogin-block .pslogin-buttons .skyrock .pslogin-button-auto {
	background-color: #009afe
}

.pslogin-block .pslogin-buttons .skyrock .pslogin-button-icon {
	background-position: -67px -239px
}

.pslogin-block .pslogin-buttons .renren .pslogin-button-auto {
	background-color: #153765
}

.pslogin-block .pslogin-buttons .renren .pslogin-button-icon {
	background-position: -101px -239px
}

.pslogin-block .pslogin-buttons .etsy .pslogin-button-auto {
	background-color: #ee5931
}

.pslogin-block .pslogin-buttons .etsy .pslogin-button-icon {
	background-position: -134px -239px
}

.pslogin-block .pslogin-buttons .imgur .pslogin-button-auto {
	background-color: #312e2f
}

.pslogin-block .pslogin-buttons .imgur .pslogin-button-icon {
	background-position: -170px -239px
}

.pslogin-block .pslogin-buttons .intuit .pslogin-button-auto {
	background-color: #b8b8b8
}

.pslogin-block .pslogin-buttons .intuit .pslogin-button-icon {
	background-position: -204px -239px
}

.pslogin-block .pslogin-buttons .intuit .pslogin-button-text {
	color: #000
}

.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-auto {
	background-color: #73cff4
}

.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-icon {
	background-position: 0 -273px
}

.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-text {
	color: #000
}

.pslogin-block .pslogin-buttons .persona .pslogin-button-auto {
	background-color: #ee5931
}

.pslogin-block .pslogin-buttons .persona .pslogin-button-icon {
	background-position: -34px -273px
}

.pslogin-block .pslogin-buttons .dribbble .pslogin-button-auto {
	background-color: #f26798
}

.pslogin-block .pslogin-buttons .dribbble .pslogin-button-icon {
	background-position: -67px -273px
}

.pslogin-block .pslogin-buttons .goodreads .pslogin-button-auto {
	background-color: #743900
}

.pslogin-block .pslogin-buttons .goodreads .pslogin-button-icon {
	background-position: -100px -273px
}

.pslogin-block .pslogin-buttons .lastfm .pslogin-button-auto {
	background-color: #c02c0c
}

.pslogin-block .pslogin-buttons .lastfm .pslogin-button-icon {
	background-position: -135px -273px
}

.pslogin-block .pslogin-buttons .alipay .pslogin-button-auto {
	background-color: #00a0e9
}

.pslogin-block .pslogin-buttons .alipay .pslogin-button-icon {
	background-position: -202px -274px
}

.pslogin-block .pslogin-buttons .wechat .pslogin-button-auto {
	background-color: #4ec034
}

.pslogin-block .pslogin-buttons .wechat .pslogin-button-icon {
	background-position: -1px -306px
}

.pslogin-block .pslogin-buttons .naver .pslogin-button-auto {
	background-color: #23b300
}

.pslogin-block .pslogin-buttons .naver .pslogin-button-icon {
	background-position: -34px -307px
}

.pslogin-unlinked-buttons.pslogin-buttons ul li .pslogin-button-text {
	min-width: 160px
}

#prpop-pop-up-bg .pslogin-block {
	text-align: center;
	clear: both;
	margin-bottom: 5px
}

#prpop-pop-up-bg .prpop-account-create .pslogin-block {
	display: none
}

#prpop-pop-up-bg .pslogin-block .pslogin-buttons.pslogin-buttons-showfull {
	width: 100%
}

#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-auto {
	width: 100%;
	position: relative;
	display: block;
	height: 32px
}

#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-icon {
	position: absolute;
	background-color: inherit
}

#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-text {
	width: 100%;
	padding-left: 32px;
	font-size: 12px
}

#prpop-pop-up-bg.prpop-default .pslogin-spacer {
	margin: 0 auto 10px;
	width: 100%
}

#prpop-pop-up-bg.prpop-default .pslogin-spacer:before {
	display: block;
	content: "";
	clear: both;
	width: 100%
}

#prpop-pop-up-bg.prpop-default .pslogin-spacer table {
	margin-top: 15px
}

#prpop-pop-up-bg.prpop-default .pslogin-block {
	clear: both
}

#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

#prpop-pop-up-bg.prpop-default .pslogin-block li a span.pslogin-button-auto {
	min-width: 32px
}

#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
	width: 70%;
	min-height: 32px;
	vertical-align: inherit;
	display: inline-block;
	float: none
}

#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons li {
	width: auto;
	min-height: 32px;
	margin-bottom: 5px;
	vertical-align: middle
}

#prpop-pop-up-bg.prpop-default .pslogin-buttons .pslogin-spacer {
	width: 100%
}

#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
	margin: 0 auto 10px;
	width: 100%;
	float: left
}

#prpop-pop-up-bg.glamour-grey .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
	color: #fff
}

#prpop-pop-up-bg.glamour-grey .pslogin-spacer:before {
	display: block;
	content: "";
	clear: both;
	width: 100%
}

#prpop-pop-up-bg.glamour-grey .pslogin-spacer table {
	margin-top: 15px
}

#prpop-pop-up-bg.glamour-grey .pslogin-block {
	margin-top: 10px
}

#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
	width: 70%;
	min-height: 32px;
	margin-bottom: 5px
}

#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons li {
	width: auto;
	min-height: 32px;
	margin: 0 5px 5px 0;
	vertical-align: middle
}

#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-auto {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	min-width: 32px
}

#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-text {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}

#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-icon {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}

#prpop-pop-up-bg.glamour-grey .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px
}

#prpop-pop-up-bg.glamour-grey .pslogin-buttons .pslogin-spacer {
	width: 100%
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer {
	margin: 10px auto;
	width: 70%
}

#prpop-pop-up-bg.simple-form-logo .pslogin-border {
	border-top: 1px solid #a5a5a5
}

#prpop-pop-up-bg.simple-form-logo .pslogin-bordertext {
	color: #444
}

#prpop-pop-up-bg.simple-form-logo .pslogin-spacer {
	width: 70%
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons .pslogin-spacer:before {
	display: none
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer .pslogin-border {
	border-top: 1px solid #a5a5a5
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext {
	border: 1px solid #a5a5a5;
	color: #444
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
	color: #000
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
	width: 70%;
	margin: 0 auto;
	text-align: center
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
	width: 100%;
	min-width: 32px;
	min-height: 34px;
	margin-bottom: 5px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons li {
	width: auto;
	min-width: 34px;
	height: 34px;
	margin: 0 3px 5px 3px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul {
	position: relative;
	left: -3px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul li a {
	display: inline-block;
	width: 100%
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-auto {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(31, 31, 31, .47), inset 0 1px 0 0 rgba(255, 255, 255, .33);
	-moz-box-shadow: 0 1px 1px 0 rgba(31, 31, 31, .47), inset 0 1px 0 0 rgba(255, 255, 255, .33);
	box-shadow: 0 1px 1px 0 rgba(31, 31, 31, .47), inset 0 1px 0 0 rgba(255, 255, 255, .33)
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-auto {
	border: 1px solid rgba(0, 0, 0, .09);
	height: 34px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-text {
	height: 34px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .33)
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
	border: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
	height: 32px;
	width: 32px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 34px;
	width: 34px
}

#prpop-pop-up-bg.simple-form-logo .pslogin-buttons .pslogin-spacer {
	width: 100%
}

.pslogin-openid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px
}

.pslogin-openid .network-logo {
	background: url(../../../images/plumrocket/pslogin/social_openid.png);
	width: 180px;
	height: 70px;
	margin: 0 auto 15px auto
}

.pslogin-openid.livejournal .network-logo {
	background-position: -180px 0
}

.pslogin-openid.verisign .network-logo {
	background-position: 0 -70px
}

.pslogin-openid input[type=submit] {
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	padding: 0;
	text-align: center;
	min-width: 144px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0
}

.pslogin-openid input[type=submit]:hover {
	opacity: .8
}

.pslogin-openid input[type=text] {
	width: 100%;
	border: 1px solid #d0d0d0;
	height: 30px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 2px;
	box-sizing: border-box;
	font-size: 14px
}

.pslogin-openid .form-wrapper {
	background-color: #f3f3f3;
	color: #464646;
	width: 300px;
	margin: 0 auto;
	padding: 25px;
	box-shadow: 0 2px 7px 0 #c1c1c1;
	-moz-box-shadow: 0 2px 7px 0 #c1c1c1;
	-webkit-box-shadow: 0 2px 7px 0 #c1c1c1;
	border-radius: 15px;
	font-size: 14px
}

.pslogin-openid .ajax-loader {
	width: 110px;
	height: 14px;
	margin: 0 auto 5px auto
}

.pslogin-openid .ajax-loader .image-gif {
	background: url(../../../images/plumrocket/pslogin/ajax-loader-h.gif);
	width: 110px;
	height: 14px;
	display: none
}

.pslogin-openid .ajax-loader .error-text {
	color: red;
	font-size: 11px
}

.pslogin-block .custinfo.social {
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	float: left;
	width: 82px;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative
}

.pslogin-block .custinfo.social a {
	color: #fff;
	text-decoration: none
}

.pslogin-block .custinfo.social:hover {
	cursor: pointer
}

.pslogin-block .custinfo.social .unlink-link {
	content: "x";
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	top: -5px;
	position: absolute;
	right: -4px;
	font-size: 10px;
	line-height: 25px;
	cursor: pointer;
	opacity: .4
}

.pslogin-block .custinfo.social .unlink-link:hover {
	opacity: 1
}

.pslogin-block .custinfo .pslogin-button-auto {
	padding: 11px 0 6px 0;
	background: #fff
}

.pslogin-block .custinfo.social .user-photo {
	background-image: url(../../../images/plumrocket/pslogin/user_icon.png);
	background-size: cover;
	background-position: center;
	width: 56px;
	height: 56px;
	vertical-align: middle;
	float: none;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
	border: 3px solid #fff;
	box-sizing: content-box;
	margin-bottom: 3px
}

.product_out-of-production {padding: 20px 0; font-size: 20px; color: #d83820;}
.product-view .product-img-box .product-image.out-of-production_product-watermark {background: url(https://villagrazia.ua/media/out-of-production_watermark.png) no-repeat center center; width: 303px; height: 303px;}
.product-img-box .first-big-image.out-of-production_product-watermark a.image-gallery-item img {opacity: 0.3;}

.insta-widget {border:1px solid #c3c3c3; background:#f9f9f9; border-radius: 5px; overflow:hidden; width: 250px; margin: 0 auto;}
.insta-widget a.title:link, .insta-widget a.title:visited  {display:block; height:35px; padding-left: 5px; text-decoration:none; background: #46719b;
background: -moz-linear-gradient(top, #547fa7 0%, #46719b 100%); background: -webkit-linear-gradient(top, #547fa7 0%,#46719b 100%); background: linear-gradient(to bottom, #547fa7 0%,#46719b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547fa7', endColorstr='#46719b',GradientType=0 );
}
.insta-widget .title .text {float:left; height:25px; overflow:hidden; margin:5px 0 0 0; color:#fff; font-size:18px; white-space:nowrap;}
.insta-widget .profile {width:100%; height:80px;border-collapse: collapse;}
.insta-widget .profile tr td {padding:0;margin:0;text-align:center;}
.insta-widget .profile td {border:1px solid #c3c3c3;}
.insta-widget .profile .avatar {width: 30%;padding:5px;border-left:none;vertical-align: middle;}
.insta-widget .profile .avatar img {width:60px;}
.insta-widget .profile .value {width:33%; height: 80px; font-size:15px; font-weight:bold; vertical-align: middle;}
.insta-widget .profile span {display:block;font-size: 10px;font-weight: normal;color:#999999;margin:-2px 0 0 0;}
.insta-widget a.follow:link, .insta-widget a.follow:visited {display:block; background:#ad4141; text-decoration:none; font-size:15px; color:#fff; font-weight:bold; width: 160px; margin: 5px auto;
padding:4px 4px 4px 10px; border:3px solid #fff; border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; box-shadow: 0 0px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.5);
}
.insta-widget a.follow:hover {background:#cf3838;}
.insta-widget .data {text-align:left;margin:10px 0 0 10px;padding:0 0 5px 0;}
.box-collateral p.availability.out-of-stock {text-align: center;}
.out-of-production-items {
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}


@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url(../../../images/plumrocket/pslogin/social_retina.png);
		background-size: 236px 340px;
		-webkit-background-size: 236px 340px;
		-moz-background-size: 236px 340px
	}
}

@media screen and (max-width:767px) {
	.pslogin-block .pslogin-buttons {
		width: 100%
	}

	.pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
		display: inline-block
	}

	.pslogin-block .pslogin-xs {
		display: inline-block !important
	}
}

@media screen and (max-width:640px) {

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons,
	#prpop-pop-up-bg.prpop-default .pslogin-spacer {
		width: 60%
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		float: none
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons,
	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		width: 60%
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%
	}
}

@media screen and (max-width:480px) {

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons,
	#prpop-pop-up-bg.prpop-default .pslogin-spacer {
		width: 100%
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons,
	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		width: 100%
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons,
	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer {
		width: 100%
	}
}

#pslogin-pop-up-bg {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-moz-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

.post-list li.item .post-list-item.homepage-post-list-item {
	height: auto;
}

@media only screen and (min-width: 40.063em) {
	.remodal {
		max-width: 700px;
		min-height: 0;
		margin: 20px auto;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
}

@media only screen and (max-width: 350px) {

	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {
		width: 225px;
	}

	#checkout-step-login .col-2 .registered-users .form-list input.input-text {
		width: 200px;
	}

	.header-container .modern-info .login-logout-link,
	.header-container .modern-info .phones-tab {
		display: none
	}
}

@media screen and (max-width: 650px) {
	.top-opc {
		display: inline;
	}

	.opc .form-list li {
		width: 85%;
	}

	.opc .form-list li.fields {
		width: 100%;
	}

	.registered-users .flex.buttons-set .fl_bt_item a span {
		line-height: 1.5;
	}

	#shopping-cart-table thead tr th {
		font-weight: 400;
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.category-products>.toolbar {
		display: none;
	}

	ul#checkoutTop li {
		display: none;
	}
}

@media only screen and (min-width: 980px) {
	.col1-layout .home-widgets .flex-list.post-list .item {
		-webkit-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

@media print {
	* {
		background: none !important;
		text-align: left !important;
	}

	body {
		background: #fff !important;
		font-size: 9pt !important;
		margin: 15px !important;
	}

	a {
		color: #2976c9 !important;
	}

	th,
	td {
		color: #2f2f2f !important;
		border-color: #ccc !important;
	}

	.header-container,
	.nav-container,
	.footer-container,
	.pager,
	.toolbar,
	.actions,
	.buttons-set {
		display: none !important;
	}

	.page-print .data-table .cart-tax-total {
		background-position: 100% -54px;
	}

	.page-print .data-table .cart-tax-info {
		display: block !important;
	}
}

/* Delete after the Test */
	.caroufredsel_wrapper,
	.flex-list.same-brand-carousel {
		max-height: 460px;
	}
	.flex-list.same-brand-carousel .item {
		-webkit-flex: inherit !important;
		flex: inherit !important;
	}