/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
	width: 810px !important;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	    width: inherit !important;
		overflow-x: hidden !important;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 780px;
	height: 420px;
	overflow-x: hidden;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
	
 @media only screen and (min-width: 320px) and (max-width: 479px) {
 	.products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt {
 		display: none !important;
 	}
.products-grid-home .item .item-inner .item-img .item-box-hover .product-detail-bnt {
        display: none !important;
}
.fancybox-opened {
    width: 90% !important;
}
.fancybox-image, .fancybox-iframe {
    width: 100%;
    height: inherit;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.product-view .product-shop .add-to-box .btn-cart {
		float: none !important;
		    margin-bottom: 10px;
	}
.fancybox-opened {
	width: 420px !important;
}
.fancybox-image, .fancybox-iframe {
	width: 400px;
}
.fancybox-inner {
	overflow: hidden;
	width: 420px !important;
}
.mgkquickviewdetailpage .product-shop.col-sm-6.col-xs-12 {
	width: 100%;
}
.mgkquickviewdetailpage .product-img-box.col-sm-6.col-xs-12 {
	width: 100%;
}
.mgkquickviewdetailpage .product-essential.container {
	padding-left: 0px;
}
.mgkquickviewdetailpage .product-view .flexslider-thumb {
	padding: 0 65px;
}
.mgkquickviewdetailpage .add-to-box .add-to-cart, .mgkquickviewdetailpage .product-options-bottom .add-to-cart {
	display: inline-block;
}
.mgkquickviewdetailpage .email-addto-box {
	margin-top: 12px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.fancybox-opened {
	width: 700px !important;
}
.fancybox-image, .fancybox-iframe {
	width: 670px;
}
.fancybox-inner {
	overflow: hidden;
	width: 670px !important;
}
.mgkquickviewdetailpage .product-shop.col-sm-6.col-xs-12 {
	width: 52%;
}
.mgkquickviewdetailpage .product-img-box.col-sm-6.col-xs-12 {
	width: 46%;
}
.mgkquickviewdetailpage .product-essential.container {
	padding-left: 0px;
	padding-right: 0px;
}
.mgkquickviewdetailpage .product-view .flexslider-thumb {
	padding: 0 40px;
}
.mgkquickviewdetailpage .add-to-box .add-to-cart, .mgkquickviewdetailpage .product-options-bottom .add-to-cart {
	display: inline-block;
}
.mgkquickviewdetailpage .email-addto-box {
	margin-top: 12px;
}
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/fancybox_sprite@2x.png');
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url('https://olimp-labs.com/skin/frontend/rwd/aspire/magik/css/fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/skin/frontend/rwd/aspire/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Shadows Into Light';
	font-style: normal;
	font-weight: 400;
	src: local('Shadows Into Light'), local('ShadowsIntoLight'), url(https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/clhLqOv7MXn459PTh0gXYHW1xglZCgocDnD_teV2lMU.woff) format('woff');
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}

@font-face {
	font-family: 'Simple-Line-Icons';
	src: url('https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/Simple-Line-Icons.eot');
	src: url('https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),  url('https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/Simple-Line-Icons.woff') format('woff'),  url('https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/Simple-Line-Icons.ttf') format('truetype'),  url('https://olimp-labs.com/skin/frontend/rwd/aspire/css/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(https://olimp-labs.com/skin/frontend/rwd/aspire/css/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width:16px;
	height: 16px;
	margin: 5px 0px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ddd;
	border:2px #fff solid
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #0088cc;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(https://olimp-labs.com/skin/frontend/rwd/aspire/css/AjaxLoader.gif) no-repeat center center
}


.owl-pagination{  top: -36px;
  text-align: center;
  position: absolute;
  right: 0px;
  background:#fff;
  padding-left:10px
  }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(https://olimp-labs.com/skin/frontend/rwd/aspire/css/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 40px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	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;
	border:1px #fff solid
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0088cc;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

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

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

}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline:0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin:0;
	padding:0;
	list-style:none
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	padding:0
}
.flexslider .slides .item, .flexslider .slides>li {
/*	display:none;
*/	-webkit-backface-visibility:hidden
}
.flexslider .slides img {
	width:100%;
	display:block
}
.flex-pauseplay span {
	text-transform:capitalize
}
/* Clearfix for the .slides element */
.slides:after {
	content:"\0020";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
html[xmlns] .slides {
	display:block
}
* html .slides {
	height:1%
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin:0;
	position:relative;
	zoom:1
}
.flex-viewport {
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.loading .flex-viewport {
	max-height:300px
}
.flexslider .slides {
	zoom:1
}
.carousel li {
	margin-right:5px
}
/* Direction Nav */
.flex-direction-nav {
	position:absolute;
	right:-3px;
	top:-41px;
	padding-bottom:20px;
	opacity:1
}
.flexslider:hover .flex-direction-nav {
	opacity:1
}
.min .flex-direction-nav {
	top:-43px
}
.flex-direction-nav li {
	display:inline-block
}
.flex-direction-nav a {
	display:inline-block;
	cursor:pointer
}
.flex-direction-nav a:hover {
	color:#ee3b27
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev:hover {
	text-decoration:none
}
.flex-direction-nav .flex-disabled, .flex-direction-nav .flex-v-disabled {
	opacity:.5!important;
	filter:alpha(opacity=50);
	cursor:default;
	color:#2b2b2b!important
}
.flex-direction-nav a:before {
	font-family:'FontAwesome';
	font-size:2em;
	display:inline-block;
	
}
.flex-direction-nav a.flex-next:before {
	content:'\f105'
}
.flex-direction-nav a.flex-prev:before {
	content:'\f104'
}
.min .flex-direction-nav a:before {
	font-size:20px
}
.vertical .flex-direction-nav a:before {
	content:'\f104'
}
.vertical .flex-direction-nav a.flex-next:before {
	content:'\f104'
}
.flexslider-thumb-vertical.min .flex-direction-nav {
	bottom:-50px;
	top:auto;
	left:16px
}
.flexslider-large {
	padding-bottom:30px
}
.flexslider-large .flex-direction-nav a:before {
	font-size:3em
}
.flexslider-large .flex-direction-nav {
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:0;
	left:0;
	width:100%
}
.flexslider-large .flex-direction-nav li {
	display:block;
	position:relative;
	width:100%
}
.flexslider-large .flex-direction-nav li .flex-next {
	position:absolute;
	right:10px
}
.flexslider-large .flex-direction-nav li .flex-prev {
	position:absolute;
	left:10px
}
/* Pause/Play */
.flex-pauseplay a {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:10px;
	opacity:.8;
	z-index:10;
	overflow:hidden;
	cursor:pointer;
	color:#000
}
.flex-pauseplay a:hover {
	opacity:1
}
/* Control Nav */
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-40px;
	text-align:center
}
.flex-control-nav li {
	margin:0 3px;
	display:inline-block;
	zoom:1;
*display:inline
}
.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#272727;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px
}
.flex-control-paging li a:hover {
	background:#ee3b27
}
.flex-control-paging li a.flex-active {
	background:#ee3b27;
	cursor:default
}
.flexslider-large .flex-control-nav {
	bottom:0
}
.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden
}
.flex-control-thumbs li {
	width:25%;
	float:left;
	margin:0
}
.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer
}
.flex-control-thumbs img:hover {
	opacity:1
}
.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default
}
@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
opacity:1;
left:10px
}
.flex-direction-nav .flex-next {
opacity:1;
right:10px
}
}


a:link, a:active { text-decoration:none !important; }
header {
	margin-bottom:10px;
}
header .header-container a {
	font-size:12px;
}
header .header-container a:hover {
	color:#1cb05a;
}
.sticky-header { 
	background-color:#fff !important; 
-webkit-box-shadow: 0px 1px 5px 0px rgba(181,179,181,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(181,179,181,1);
box-shadow: 0px 1px 5px 0px rgba(181,179,181,1);
	padding-top:20px;
	padding-bottom:10px;
}
.cont-abs {
	position: absolute; 
	z-index: 100; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}
.sticky-header { z-index:200; }
#cont-inside {
	height: 530px;
}
#cont-inside h1 {
	margin-top:240px;
	font-weight:900;
	font-size:72px;
}
#content-2 {
	margin-top:60px;
	position: absolute; 
	z-index: 1000; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;	
}
#content-2 .col-md-6 .ins {
	background-color:#fff;
}
#content-2 .col-md-6  .ins-bg {
	background-color:#fff !important;
}

.btn-more {
	padding:15px 30px 15px 30px;
	background-color:#0b9444;
	border-radius:15px;
	color:#fff;
}

.uokik {
	background-color:#fff;
	display:block;
	width:100%;
	margin-top:30px;
	padding:15px 15px 15px 25px;
	font-size:14px;
	font-weight:900;
}
.uokik i {
	position:absolute;
	right:10px;
	padding-top:2px;
}

.nofollow {
	cursor:auto;
}

#cookies-message {
	padding: 20px; 
	line-height: 155%; 
	text-align: center; 
	position: fixed; 
	bottom: 0px; 
	background-color: #efefef; 
	width: 100%; 
	z-index: 9999;
	font-size:13px;
}
#cookies-message .cookies-info { color:#0b9444; font-weight:bold; }
#accept-cookies-checkbox {
	background-color: #009a4e; 
	padding: 0px 10px 0px 10px; 
	color: #fff; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
}

.ul, .product-tabs-content-inner ul  {
	list-style: disc outside url('https://olimp-labs.com/skin/frontend/rwd/aspire/images/li.jpg');
}
.ul li, .product-tabs-content-inner ul li { 
	padding-left:20px !important; 
	padding-bottom:15px; 
}
.product-tabs-content-inner ul {
	padding-left:25px !important;
}
.product-tabs-content-inner ul li { padding-bottom:10px; }

/* ul list-download unwanted */
ul.list-download {
    list-style: disc outside url(https://olimp-labs.com/skin/frontend/base/default/images/pdf-s.png)!important;
    padding-left: 25px !important;
    line-height: 170%  !important;
    border-bottom: 1px solid #cacaca!important;
}

.list-download li.li-2 {
	
    padding: 15px !important;
    margin-left: 20px!important;
	
}
/*---------------- end ul list-download ---------- */

.photos img:hover, .brig  {
  -webkit-filter: brightness(80%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: brightness(80%);
  -o-transition: .5s ease-in-out;
  filter: brightness(80%);
} 
.photos img, .brig-out  {
  -webkit-filter: brightness(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: brightness(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: brightness(100%); 
  -o-transition: .5s ease-in-out;
  filter: brightness(100%);
}

.quote2 { border-left:2px solid #1cb05a; padding-left:20px !important; }

.pr-v { margin-top:30px; }
.top-pr { margin-top:-10px; }
.top-pr-toolbar {
	margin-top:15px;
}
.top-pr-toolbar span {
	display:block;
	margin-top:8px;
}
.back {
	position:absolute;
	display:block !important;
	background-color:#1cb05a;
	color:#fff;
	font-size:14px;
	width:140px;
	height:36px;
	text-align:right;
	padding-right:20px;
}
.back div {
	background-color:#0b9444;
	color:#fff;
	width:45px;
	height:100%;
	position:absolute;	
	text-align:center;
	padding-top:4px;
}
.back:hover {
	color:#fff;
}

#map {
	width:100%;
	height:280px;
}

a svg:hover path, a svg:hover rect, a svg:hover polygon  { 
  fill: #1ebf61;
}
a svg path, a svg rect, a svg polygon  { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.main-container .main .std  { background-color:#fff; padding:25px; }
.std2 { 
	padding:40px 35px 0px 45px; 
	font-size:18px;
	overflow:hidden;
}
.w-p .std { padding:0px; }
.video { width:100%; height:720px; }

h2.page-heading { padding-top:20px !important; }
h2.year { font-size:160px; font-weight:900; }
h2.h2 { font-size:35px; line-height:115% !important; font-weight:900; }

.l-h {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/l-h.jpg");
	background-position:center center;
	background-repeat:repeat-x;	
}

#opc div {
	position:absolute !important; 
	padding-top:40px;
	width:100%;
}
#opc img { max-width:100%; }
#opc h2, #opc h3 {
	color:#f25a28;
	line-height:135%;
	margin:0px !important;
	padding:0px !important;
}
#opc h2 {
	width:300px;
}
#opc h3 {
	width:250px;
	margin-top:10px !important;
	font-size:22px !important;
}
.opc-border {
	margin-top:70px;
	border:2px solid #f25a28;
	padding:60px;
}
.opc-border h2 {
	color:#f25a28 !important;
	margin:20px 0px 10px 0px !important;
	padding:0px !important;	
}
.opc-border .btn-more {
	margin-bottom:-140px;
	background-color:#f25a28 !important;
	text-decoration:none;
	margin-left:20px;
	font-weight:800;
	font-size:22px;
}
.opc-border .btn-more:hover {
	background-color:#db4f21;
}
.opc-h {
	margin-top:-75px;
	position:absolute !important; 
	font-size:24px;
	background-color:#fff;
	padding-left:20px;
	padding-right:20px;
	font-weight:800;
}

.cat-desc { font-size:13px; padding-bottom:30px; }

.capitalize { text-transform:capitalize; }
.top-cart-bar a { 
	display:block; 
	float:right; 
	text-align:right;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.top-cart-bar .over { margin-left:10px; margin-right:10px; padding-left:0px; }
.top-cart-bar .over:hover, .top-cart-bar .over.active { 
	color:#0b9444 !important; 
}
.top-cart-bar .over.active { 
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/over.png");
	background-position:top center;
	background-repeat:repeat-x;
}
.top-cart-bar img { margin-top:-4px; }

.page-heading {
	border:none !important;
	/*padding-left:15px;*/
	margin-bottom:30px !important;
	padding-top:0px !important;
}
.page-heading-title {
	font-weight:900;
	font-size:48px;
}

.green { color:#0b9444 !important; }

.line-k, .line-k2 {
	width:65px;
	height:10px;
	background-color:#0b9444;
	display:block;
}
.line-k2 { height:5px; width:60px; margin-bottom:10px; }

.history-box {
	float:left;
	width:49%;
	margin-right:5px;
}
.history-box div {
	background:#ebebeb;
    background:-webkit-linear-gradient(#ebebeb, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ebebeb, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ebebeb, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ebebeb, #f8f8f8); /* Standard syntax */
	margin-bottom:5px;
	padding:25px 35px 35px 35px;
}
.history-box div .arrk {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/h-box-arrow.png");
	position:absolute;
	display:block;
	width:50px;
	height:14px;
	margin-top:-26px;
	margin-left:-25px;
}
.history-box div h3 { font-weight:900; font-size:42px; margin-top:0px; padding-top:0px; }
.year.medium { font-size:74px !important; }

.aziu a {
	margin-right:25px;
	margin-bottom:25px;
}

.line-inner {
	height:2px;
	width:60px;
	background-color:#dadada;
	margin-top:15px;
	margin-bottom:5px;
}
.item-info .info-inner .item-title {
	text-align:left !important;
}
.product-shop {
	margin-top:30px !important;
}
.product-shop .desc-std .hvr-fade {
	background-color:#f5f6fa;
	padding:15px;
	margin-top:20px;
}
.product-shop .desc-std .hvr-fade:hover {
    background-color: #0b9444;
    color: #fff;
}
.product-shop .small {
	font-size:12px !important;	
}
.product-shop .product-name a {
	font-size:18px !important;	
}
.product-name h1 {
	font-weight:900 !important;
	font-size:48px !important;
}
#product-zoom {
	border:none !important;
}
.more-views-items  #product-zoom {
	border:1px solid #eee !important;
}
.product-shop h2.quote { 
	color:#0b9444;
	font-size:18px;
	margin-top:10px;
	line-height:130%;
	text-transform:uppercase;
}
.v-img-pr { position:absolute; width:100%; height:100%; background-color:#eee; z-index:1000000000000000; }
#weights {
	border-top:1px solid #d1d9e4;
	margin-left:0px;
}
#weights div {
	border-bottom:1px solid #d1d9e4;
	padding-top:10px;
	padding-bottom:10px;
	font-size:22px;
}

.btn-shop {
	margin-top:20px;
	text-align:center;
	padding:20px;
	color:#fff;
	background-color:#0b9444;
	display:block;
	width:210px;
}
.product-shop .btn-shop { display:none; }


.btn-shop:hover {
	background-color:#e8efff;
}

.cube {
	margin-top:10px;
	margin-bottom:25px;
	overflow:hidden;
}
.cube a {
	display:block;
	float:left;
	text-align:center;
	padding:7px;
	width:32px;
	border:1px solid #cdd5e0;
	margin:2px;
}
.cube a:hover  {
	background-color:#1ebf61;
	color:#fff;
	border:1px solid #1ebf61;
}
.cube .active  { 	background-color:#0b9444; border:1px solid #0b9444;	color:#fff; }

.letters { margin-top:-20px; padding-bottom:50px; }
.letters a {
	font-size:17px;
	padding-bottom:5px;
}
.letters a:hover {
	color:#0b9444;
}
.letters .l-img { 
	position:absolute;
	margin-top:-165px;
	margin-left:50px;
	display:none;
	z-index:2;
	width:160px;
	height:160px;
	background-color:#fff;
	
-webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.6);
box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.6);
}

.litera {
	width:50px;
	color:#fff;
	background-color:#0b9444;
	display:block;
	margin-top:30px;
	margin-bottom:15px;
	padding:10px 0px 10px 0px;
	text-align:center;
	font-size:16px;
}

.my-account { 
	padding-top:35px !important;
}

/* footer */
#footer-container {
	padding: 30px; 
}
#footer-box {
	background-color:#464c5c !important;
	padding:50px !important;
	font-size:13px !important;
}
#footer-box a {
	color:#d3dae4 !important;
}
#footer-box h4 {
	color:#fff;
	font-weight:700;
}
#footer-box .links li { padding-top:13px; }
#footer-box .pdd { padding-top:17px; }
#footer-bottom { font-size:13px; margin-bottom:50px; margin-top:15px; }
.company-links a:hover { color:#0b9444 !important; }
.footer-middle { background-color:#dee2ed !important; }
.footer-middle .row { padding-top:10px; background-color:#464c5c !important; border:none !important; }
.footer-middle .col-md-3:first-child { width:260px !important; }
.footer-middle .pull-left:first-child { padding-left:35px; }
.footer-middle div { border:none !important; }
.footer-middle a {
	color:#d2d8e4 !important;
	font-size:13px !important;
}
#footer-box a:hover, .footer-middle a:hover {
	color:#fff !important;
}
.footer-middle .links li {
	padding:0px !important;
}
#footer-socialmedia {
	background-color:#464c5c !important;
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/footer_bg_b.jpg");
	background-repeat:repeat-x;
	background-position:top center;
	padding:40px;
}
#footer-socialmedia .social a { margin-right:15px; }
#footer-socialmedia a { color:#fff; font-size:13px; }
#premium { margin-top:57px; }

#video-fullscreen {
	position:absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;	
	margin-top:1080px;
	z-index:1;
	overflow:hidden;
	
	width:100%;
	height:720px;
	background-color:#000;
	
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/baner-video-dark.jpg");
	background-position:top center;
}
#video-fullscreen iframe{ display:none; }
.play-film {
	position:absolute; 
	left:0; 
	right:0; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:13%;
	cursor:pointer;
	max-width:100%;
}

.newsletter-wrap { display:none; }

section .std { 
	background-color:#fff;
	padding:10px 25px 20px 25px;
}
.main-container { margin-top:0px !important; }
.left-frame-aside { 	background-color:#fff; padding:15px 15px 0px 15px; }

.page-title h1 {
	margin-bottom:30px !important;
	font-size:36px !important;
}

.pd {
	margin-top:30px;
}
.pdd-t { margin-top:30px !important; }
.pdd-l { padding-left:40px !important; }
.pdd-b { margin-bottom:30px; }

.breadcrumbs { margin-top:30px !important; }

/* category - left frame */
.box-category {
	margin-bottom:10px !important;  	
}
.box-category .c, .box-category .active {
	background-color:#0b9444;
	padding:8px 15px 8px 15px;
	color:#fff;
	font-size:14px !important;
	font-weight:400 !important;
	border-bottom:10px solid #fff;
}
.box-category .c:hover, .box-category .active:hover {
	background-color:#1ebf61;
	color:#fff;
}
.box-category  .cat-m { padding:0px 0px 20px 0px !important; }
.box-category  .level1 a { 
	padding-left:15px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background:none !important; 
	font-size:13px !important; 
	text-transform: uppercase;
	border-bottom:1px solid #fff;
}
.box-category  .level1 a:hover, .act-link a, .underline-link { 
	color:#1cb05a !important;
	border-bottom:1px solid #1cb05a !important;
}
.block-layered-nav, .block-compare { display:none; }
.block-cart, .block-viewed { display:none; }


/* submenu - pages */
.box-category .roll { display:block; }

/* menu - frame-l / -r */
.col-frame-l, .col-frame-r {
	float:left;
}
.col-frame-l {
	width:400px;
}
/* mobile menu */
.mm-toggle .fa-search {
	padding-right:15px !important;
}
.mm-toggle .fa {
	font-size:18px;
}
.close-mobile-menu { 
	position:absolute;
	top:25px;
	right:250px;
	padding:10px 15px 13px 15px;
	background-color:#0b9444;
	z-index:100;
	color:#fff;
	cursor:pointer;
}

.menu-for-section {
	margin:10px 15px 0px 15px;
}
.menu-for-section a:first-child {
	background-color:#0b9444;
	padding:10px 10px 10px 15px;
	color:#fff;
	display:block;
	width:100%;
	font-size:14px;
    text-decoration: none;
}
.menu-for-section a.rol {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/plus-w.png");
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#0b9444;
}
.menu-for-section a:hover {
	color:#fff !important;
	background-color:#1ebf61;
}
.menu-for-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
}
.menu-for-section .act-link a { background-color:#097f3a; color:#fff !important; }

.side-nav-categories, .side-nav-categories a { font-family:'Lato' !important; }
/*.side-nav-categories .box-category ul li:first-child span { display:none; }*/

#bg {
	opacity: 0.7;
    filter: alpha(opacity=70);
	background-color:#000;
	width:100%;
	height:100%;
	position:fixed;
	z-index:8000;
	display:none;
}

/* new mobile menu - navigator */
#navigator {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 900000;
    top: 0;
    right: 0;
    background-color: #f5f5f5 !important;
    overflow-x: hidden;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:100px;
	
-webkit-box-shadow: -1px 0px 5px -1.5px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 5px -1.5px rgba(0,0,0,0.75);
box-shadow: -1px 0px 5px -1.5px rgba(0,0,0,0.75);
}
#navigator .links li {
	border-top:1px solid #e5e5e5;
}
#navigator .links li a {
	padding:8px 15px 8px 15px;
}
#navigator .links li a:hover {
	background-color:#0b9444;
	color:#fff;
}
#navigator .box-category > ul > li ul {
	padding-bottom: 0px;
}
#navigator  .box-category .active {
    border-bottom:none !important;
}
#navigator .tsu a { padding-left:30px !important; color:#7b7b7b; background-color:#fff !important; }
#navigator .tsu a:hover { color:#fff !important; background-color:#0b9444 !important; }
#navigator .tsu a.active { color:#fff; background-color:#f5f5f5; color:#7b7b7b; }
#navigator .subDropdown.plus {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/plus.png");
    background-repeat: no-repeat;
    background-position: right;
}
#navigator .subDropdown.minus {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/minus.png");
    background-repeat: no-repeat;
    background-position: right;
}
.box-category .subDropdown { 
    background-repeat: no-repeat;
    background-position: right;
}
#navigator #close-mobile-m { 
	position:absolute;
	background-color:#0b9444;
	padding-left:15px;
	padding-right:16px;	
	padding-bottom:6px;		
	padding-top:4px;			
	color:#fff;
	margin-top:16px;
	font-size:17px;
}
#navigator button { background-color:#0b9444; color:#fff; border:none; }
#navigator .form-control { border:none; }
#navigator  .input-group { width:230px; margin-left:60px; }
#navigator .home { padding-top:30px; padding-bottom:10px; padding-left:15px; }
#navigator .icon-home { font-size:12px; }
#navigator .langs { border-top:1px solid #e5e5e5; padding-top:15px; padding-left:15px; font-size:12px; }


/* points */
#opc-points { 
	margin-left:10px;
	position:relative;
}
#opc-points .points {
	color:#f7572b;
	position:absolute;
	width:55px;
	height:55px;
	cursor:pointer;
	border:1px solid #f7572b;
	border-radius:50%;
	margin:10px 0px 0px -15px;
	padding-top:4px;
	text-align:center;
	z-index:100;
	line-height:120%;
}
#opc-points .points:hover {
	background-color:#f25a28;
	color:#fff;
}
#opc-points .points .prezent {
	width:20px;
	height:20px;
	position:absolute;
	margin-left:-12px;
	margin-top:10px;
}
#opc-points .point-hint {
	position:absolute;
	z-index:101;
	background-color:#fff;
	padding:15px;
	width:170px;
	display:none;
	margin-left:60px;
	margin-top:10px;
	font-size:13px;
	text-align:center;
	
-webkit-box-shadow: 0px 0px 9px 0px rgba(176,174,176,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(176,174,176,1);
box-shadow: 0px 0px 9px 0px rgba(176,174,176,1);
}
#opc-points .point-hint p {
	margin:10px 0px 10px 0px;
	font-size:12px;
	line-height:125%;
}
#opc-points .point-hint .button {
	padding:4px 8px 6px 8px !important;
	margin-bottom:10px;
	display:block;
	color:#fff;
	background-color:#f25a28;
	border-radius:15px;
}
#opc-points .point-hint .button:hover {
	background-color:#000;
}
#opc-points .point-hint .arr-btn {
	position:absolute;
	margin-left:-37px;
	margin-top:3px;
}
#opc-points .points .point {
	display:block;
	padding:9px 0px 0px 1px;
	font-size:22px;
}
#opc-points .points .point span {
	display:block;
	text-transform: uppercase;
	font-size:11px;
}
.opc-info {
	margin-top:20px;
	display:block;
}
.opc-info:hover { color:#f25a28; }
.opc-info p { margin-top:10px; line-height:125%; }


/* form */
.input-group { margin-top:15px; width:100%; }
.input-group textarea { height:120px !important; } 
.btn-shop:hover { color:#042e6a !important; } 
.msg { margin-top:20px; }
#who, .seli { 
	background: url('https://olimp-labs.com/skin/frontend/base/default/images/sel.jpg') no-repeat right !important;
    -webkit-appearance:none;
}

#myModal .modal-header {
	border-bottom: 1px solid #fff;
}
#myModal .close {
	font-size:36px;
}
#myModal  #more-farm:link { text-decoration:none; }
#myModal .modal-content {
	border-radius:0px;
}
#myModal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:600px;
    height:320px;
}
#myModal #ifarm {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px;
}


/* pagination */
.pagination a { font-size:16px !important; color:#c5c5c5 !important; border-radius:100% !important; padding:10px 16px 10px 16px !important; }
.pagination a:hover { background-color:#dbdbde !important; color:#fff !important; }
.pagination .active a { font-size:16px !important; color:#0b9444 !important; border:1px solid #0b9444 !important; background-color:#fff !important; }
.blog-wrapper .pager { margin-top:40px; }
.blog-wrapper .limiter, .blog-wrapper .amount { display:none !important; }


/* carousel */
#carousel-example-generic .carousel-inner .item {
  transition-property: opacity !important;
}
#carousel-example-generic .carousel-inner .item,
#carousel-example-generic .carousel-inner .active.left,
#carousel-example-generic .carousel-inner .active.right {
  opacity: 0 !important;
}
#carousel-example-generic .carousel-inner .active,
#carousel-example-generic .carousel-inner .next.left,
#carousel-example-generic .carousel-inner .prev.right {
  opacity: 1 !important;
}
#carousel-example-generic .carousel-inner .next,
#carousel-example-generic .carousel-inner .prev,
#carousel-example-generic .carousel-inner .active.left,
#carousel-example-generic .carousel-inner .active.right {
  left: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}
.carousel-indicators {
	position:absolute !important;
	top:640px !important;
	right:0px !important;
}


/* search box */
#search-top-box { 
	display:none; 
}
#search-top-box form {
	background-color:#fff;
	padding:10px 10px 10px 15px;
}
#search-top-box #search {
	border:none;
	color:#109f4c;
	font-size:15px;
	width:100%;
}
.sticky-header #search-top-box form, .sticky-header #search-top-box button { background-color:#f6f7fb; }
#search-top-box button { 
	background-color:#fff;
	font-size:15px;
	color:#109f4c;
	padding:5px 15px 5px 15px;
	border-left:1px solid #109f4c;
}
*::-webkit-input-placeholder {
    color: #474c5c;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #474c5c;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #474c5c;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #474c5c;
}
#search-i {
	cursor:pointer;
	margin-top:-35px;
	
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}
#search-i:hover {
   -webkit-filter: brightness(60%);
   filter: brightness(60%);
}
.mm-search .btn {
	background-color:#0b9444 !important;
}
.mm-search .btn i  {
	color:#fff !important;
}

.list-grid {
	position:absolute;
	margin-top:-90px;
	right:40px;
}
.list-grid .glyphicon-th {
	margin-right:5px;
}
.list-grid a {
	color:#464c5c;
}
.list-grid a:hover, .list-grid a.active {
	color:#0b9444;
}

#search-msg {
	color:#0b9444 !important;
	border:none !important;
	padding:0px !important;
	font-size:22px !important;
}

#banner-home {
	margin-top:25px;
}

#banner-home .left {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/left-arr.jpg") !important;
	background-repeat:no-repeat !important;
	background-position:left center !important;
}
#banner-home .right {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/right-arr.jpg") !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;
}

.product-bestseller, .daily-deal-section { display:none !important; }
.new-arrivals-pro {
	margin-top:-35px !important;
}
.banner-text1 {
	line-height:110% !important;
}
.col-main { width:100% !important; }
.col-main.std { padding-top:30px; }

#container-sub {
	margin-bottom:30px;
	margin-top:25px;
}

/* product */
.custom-slider { display:none !important; }
.pack { 
	border:1px solid #efefef;
	margin:10px;
	padding:12px; 
}
.pack:hover { background-color:#efefef !important; }

.more-prod { text-align:left; height:30px; }
.more-prod a { display:block; font-size:12px !important; margin-top:0px; padding-top:10px; display:none; color:#fff !important; }
.more-prod a:hover { color:#fff; }
.pr-name-block {
	height:50px;
	display:table-cell; 
	vertical-align:bottom;
	line-height:1;
}


/* video */
.v-no-s { background-clip:content-box; overflow:hidden; }
.list-video { overflow: hidden; }
.list-video .video-ico, .v-box .video-ico {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/play-button.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:74px;
	height:73px;
	position:absolute;
	z-index:11;
	margin-left:100px;
	margin-top:60px;	
}
.list-video a {
	display:block;
	float:left;
	width:270px;
	height:200px;
	margin:10px 20px 0px 0px;
	background:#efefef;
}
.list-video .figcaption {
	font-size:16px;
	font-weight:300;
	line-height:110%;
	text-align:center;
}


.scale {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}
.scale-out {
	transform: scale(1);
	transition: all .2s ease-in-out;	
}


.v-box .hom:after {
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
	
	position:absolute;
	z-index:10;
	top:0;
	cursor:pointer;
}
.v-box .hom:hover:after {
    opacity: 1;
}
.v-box .video-ico {
	cursor:pointer;
	margin: auto;  
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* blog */
.blog_entry {
	border-top:1px solid #f1f2f6;
	border-bottom:1px solid #f1f2f6;
	padding-bottom:35px;
	padding-top:10px;
	cursor:pointer;
}
.blog_entry:hover { background-color:#fafafa; }
.blog_entry-header {
	background:none !important;
}
.entry-content .btn:hover {
	/*background-color:#000 !important;*/
}
.blog_entry-header-inner .blog_entry-title {
	color:#464c5c;
	font-weight:900;
	font-size:20px;
	margin-bottom:5px;
}
.entry-content { font-size:17px; padding-top:10px; }
.blog_entry .col-md-2 img { padding-top:20px; }
.date-post { font-size:17px; color:#0b9444; }
.date-content { font-size:18px; color:#002d65; margin-bottom:20px; }
.post-a { display:block; overflow:hidden; }
.content-view  { font-size:18px !important; line-height:140%; }
.content-view h1.page-heading { margin-top:0px !important; }
.content-view h1.pdd { margin-top:20px !important; }
.content-view h2 { font-weight:900; margin:0px 0px 40px 0px; padding:0px; line-height:130%; }
.view-back { color:#848484; font-size:17px; }
.n img { 
	border:1px solid #e5e5e5 !important; 
	padding:15px !important; max-width:100%;
}
.content-view ul {
	list-style-type:disc;
	margin-left:20px;
}
.content-view ul li {
	padding-left:10px;
}

.icon-news div {
	margin-top:20px; 
	width:58px;
	height:59px;
	margin-left:auto;
	margin-right:auto;
}
.icon-news .ico-news {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-news.png");
}
.icon-news .ico-news.ico-hover {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-news-g.png");
}
.icon-news .ico-aziu {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-owl.png");
}
.icon-news .ico-aziu.ico-hover {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-owl-g.png");
}
.icon-news .ico-cert {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-cert.png");
}
.icon-news .ico-cert.ico-hover {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-cert-g.png");
}
.icon-news .ico-nag {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-trophy.png");
}
.icon-news .ico-nag.ico-hover {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/news-trophy-g.png");
}
.icon-news .ico-ue {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/ue-stars.png");
}
.icon-news .ico-ue.ico-hover {
	background:url("https://olimp-labs.com/skin/frontend/base/default/images/ue-stars-g.png");
}

#n-c-btns a { 
	float:right; 
	display:block;
	margin-left:20px;
	margin-top:5px;
	border-radius:8px;
	border:1px solid #eeeff4;
	padding:0px 15px 0px 5px;
}
#n-c-btns a:hover, #n-c-btns a.active  { border:1px solid #0b9444; }
#n-c-btns img {
	margin-right:0px;
	border:none !important;
	padding:10px !important;
}



/* slider featured - home */
.slider-items {
	padding:0px !important;
}
.item-img {
	background-color:#f3f3f3;
	padding:5px;
}

/* tabs */
.nav-tabs {
	width:100% !important;
}
.nav-tabs li {
	text-align:center !important;
}

#accordion {
	margin-top:30px;
}
.panel-title {
	font-size:28px !important;
}
.panel-body {
	margin:0px !important;
	padding:30px 0px 30px 0px !important;
}
.panel-body img { max-width:100%; }
.panel-title .collapsed {
	display:block;
	background:url('https://olimp-labs.com/skin/frontend/base/default/images/arrow_bottom.png');
	background-repeat:no-repeat;
	background-position:center right
}
.panel-title a {
	display:block;
	background:url('https://olimp-labs.com/skin/frontend/base/default/images/arrow_top.png');
	background-repeat:no-repeat;
	background-position:center right;
	text-decoration:none !important;
}
.panel-heading { padding-left:0px !important; }
.panel-heading, .panel-collapse, .panel-body {
	background:none !important;
	border:0px !important;
}
.panel-default { 
	margin:0px !important;
	border-left:0px !important;
	border-right:0px !important;	
	border-top:1px solid #d6d6d6 !important;
	border-bottom:0px !important;	
	border-radius:0px !important;
	padding-top:15px;
	padding-bottom:15px;
	box-shadow: none  !important;
}
.panel-default:last-child { 
	border-bottom:1px solid #d6d6d6 !important;
}
.manager { padding-left:20px; margin-bottom:20px; }
.manager.one {
	border-left:15px solid #97ffc2;
}
.manager.two {
	border-left:15px solid #3ed07b;
}
.manager.three {
	border-left:15px solid #0b9444;
}

/* home - deal of the month */
#deal {
	background-color:#f8f8f8;
	margin-left:1px;
	margin-right:1px;
	display:none;
}
#deal h2 { 
	text-align:center; 
	font-size:32px;
	margin-top:50px;
	margin-bottom:40px;
	padding-bottom:20px;
	font-weight:bold;

	background:url("https://olimp-labs.com/skin/frontend/base/default/images/line.jpg") !important;
	background-repeat:no-repeat !important;
	background-position:bottom center !important;
}
#deal p {
	font-size:13px;
	padding-left:50px;
	padding-right:50px;
}

#toTop {
	background-color:#0b9444 !important;
	z-index:1000 !important;
}


/* home */

#dload { background-color:#fff; }
#dload a:hover { color:#0b9444; }

.news-min { background-color:#fff; margin-top:25px; position:relative; }
.news-min a { font-size:16px !important; }
.news-min .more { font-size:14px !important; }

.slider-box, .slider-box-news, .box-labs .ins, .slider-box-cd {
	height:340px;
	overflow:hidden;
}
.slider-box-cd { background-color:#fff; }

#slider-offer img { 
	padding-top:20px;
	max-width:250px;
} 

#slider-offer .slide-page, .slider-box-cd .slide-page-cd {
	display:none;
	position:absolute;
	width:607.5px;
}
.slider-box-cd .slide-page-cd {
	display:block;
}
.slider-box-cd .more { margin-left:-10px; }
#slider-offer .slide, .slider-box-cd .slide  {
	font-size:16px;
	float:left;
	width:50%;
	height:340px;
	cursor:pointer;
	padding:30px;
	overflow:hidden;
}
#slider-offer .slide:nth-child(2) {
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/ins-bg.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#slider-offer #more-offer {
	font-weight:400 !important;
}

.slider-buttons {
	position:absolute;
	z-index:100;
	right:30px;
	top:15px;
}
.slider-buttons a {
	padding:7px 6px 5px 6px;
	font-size:16px;
}
.slider-buttons a:hover, .slider-buttons .hvr-fade:hover {
	background-color:#075e33;
	color:#fff;
	border-radius:50%;
}
.slider-buttons .hvr-fade {
	border-radius:50%;	
}
.slider-box-news { display:block !important; cursor:pointer; }
.slider-box-news .slide { 
	position:absolute;
	display:none; 
	padding:25px 35px 25px 25px;
	height:100%;
}
.slider-box-news .slide span { 
	font-size:16px;
}
.slider-box-news .slide div { 
	margin-top:40px;
}
.slide, .txt { font-size:18px !important; }
.slide h2 { text-transform: uppercase; }
.slide h2, .bg-labs h2, .bg-pziu h2 { font-weight:900 !important; margin-top:0px; margin-bottom:20px; line-height:130%; }
.slide .pdd-r { padding-right:5px !important; }
.slide img { margin-top:35px; cursor:pointer; }
.slide .row { padding:0px !important; margin:0px !important; }
.slider-box .more, .slider-box-news .more, .box-labs .more { 
	display:block; 
	position:absolute; 
	bottom:10px; 
	left:15px; 
	color:#0b9444; 
	font-size:14px; 
	font-weight:300 !important;
	padding:10px;
}
.slider-box .more {
	bottom:10px; 	
	left:20px;
}
.slider-box .more:hover, .slider-box-news .more:hover, .box-labs .more:hover {
	color:#fff !important;
} 
.slider-box-news .more { bottom:10px; font-weight:400 !important; }
.box-labs .more  { left:30px; bottom:10px;  font-weight:400 !important; }
.slider-box .more:hover, .slider-box-news .more:hover { background-color:#096035; }
.ins.pdd-r { margin-right: 15px; }
.ins h2 { 
	margin-top:0px;
	font-weight:900 !important;
}
.n-b-h { height:340px !important; }


/* konkurs /home  */
.konkurs-box, .n-box {
	position:absolute;
	width:607px;
	height:340px;
	z-index:10;
	margin-right:20px !important;
	cursor:pointer;
	display:block;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.n-box { width:290px; }
.k-box-txt, .n-box-txt { 
	position:absolute;
	padding:10px 20px 20px 20px;
	z-index:11;
	cursor:pointer;
}
.n-box-txt {
	padding:5px 20px 35px 25px;
}
.n-box-txt h2 { font-weight:900; }
.k-box-txt h2 {
	font-size:58px;
	font-weight:900;
	margin-top:10px;
	padding:0px;
	line-height:90% !important;
}
.k-box-txt h3 {
	font-weight:400;
	margin:0px;
	font-size:22px;
}
.k-box-txt h2, .k-box-txt h3 { margin-left:5px; }
.k-box-txt .button, .button-clone, .n-box-txt .button, .button-clone2 {
	margin-top:125px;
	background-color:#fff !important;
	color:#333 !important;
	font-weight:400 !important;
	font-size:15px;
	padding:10px 20px 10px 20px;
}
.n-box-txt .button, .button-clone2 {
	margin-top:190px;
	margin-left:-15px;
	padding:10px 15px 10px 15px !important;
	background-color:none !important;
}
.k-box-txt .button:hover, .k-box-txt .button-clone, .button-clone2, .n-box-txt .button:hover  {
	background-color:#3ca969 !important;
	color:#fff !important;
}
.button-clone:hover, .button-clone2:hover { background-color:#096035 !important; }
.slide-page-cd .slide:nth-child(2) {
	padding:0px !important;
	margin:0px !important;
	overflow:hidden;
	display: inline-block;
}
.slide-page-cd img, #slider-offer img { 
	margin:0px; 
	vertical-align: middle;	
	-webkit-transition: all 6s ease; 
	-moz-transition: all 6s ease; 
	-ms-transition: all 6s ease; 
	transition: all 6s ease;
}
.slide-page-cd .more:hover {
	background-color:#096035;
}
.slide-page-cd img:hover, .slide-page-cd .rollover, #slider-offer img:hover, #slider-offer .rollover {
	transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}


.bg-labs {
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/labs.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}
.bg-pziu {
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/pziu.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}
.pddi  {
	padding:25px 20px 10px 40px !important;
}
.pddi2  {
	padding:25px 20px 10px 25px !important;
}
.pdd3 { margin-top:80px; }
.star {
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/star.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#fff;
}

.relative { 
	position:relative;
	overflow:hidden;
}



.btn2 {
	display:block !important;
	font-size:14px !important;
	padding:18px 0px 18px 10px !important;
	border-top:1px solid #d4d3d8;
}
.btn2 span {
	position:absolute;
	right:0px;
	top:20px;
}




.cb-slideshow,
.cb-slideshow:after { 
	position:absolute;
    width: 100%;
    height: 850px;
    top: 0px;
    left: 0px;
    z-index: 0; 
	background-repeat:noe-repeat !important;
}
.cb-slideshow:after { 
    content: '';
    /*background: transparent url(https://olimp-labs.com/skin/frontend/base/default/images/pattern.png) repeat top left; */
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/1.jpg");
}
.cb-slideshow li:nth-child(2) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/2.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/3.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/4.jpg");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/5.jpg");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/banners/6.jpg");
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1400px) {
#video-fullscreen .play-film { margin-top:240px !important; }
}

@media screen and (max-width: 1200px) {
.footer-middle .col-md-3:first-child { width:100% !important; }
#cont-inside h1 {
	margin-top:40px;
	font-size:48px;
}
#cont-inside {
	height: 280px;
}
.ins {
	height:220px;
	margin-top:25px;
	margin-bottom:25px;
}
#n-c-btns a { 
	float:left; 
}
#n-c-btns a:first-child { margin-left:0px; } 


.nav-inner #nav li a { font-size:14px; }
.col-frame-l {
	width:250px;
}


/* home */
#slider-offer .slide-page, .slider-box-cd .slide-page-cd, .konkurs-box, .n-box {
	width:465px;
}
#slider-offer .slide, .slider-box-cd .slide, #dload .txt, .n-box-txt .txt, #slide-news-1 div a {
	font-size:14px !important;
}
#slider-offer h2, #s-1 h2, #s-2 h2  { font-size:18px !important; } 
#slider-offer .slide img { margin-left:-25px; max-width:220px; }
.konkurs-premium-club { overflow:hidden; width:465px; }
.ins { margin-top:0px; }
#content-2 { margin-top:40px; margin-left:-3px; }
#boxs2 { margin-top:5px !important; }
#boxs3 .img-star, #boxs3 .n-box { overflow:hidden; width:218px; }
.slider-box-news .more { bottom:35px; }
.play-film {
	margin-top:19% !important;
}
#video-fullscreen { margin-top:1000px; }
#video-fullscreen .bgv { margin-left:-250px; }
#footer-box { margin-top:-20px; }
/* /home */


#opc div {
	position:relative !important; 
	padding-top:0px;
	padding-bottom:30px;
}
#opc h2, #opc h3 { width:100%; margin:0px !important; }

#video-fullscreen .play-film { margin-top:330px !important; }
}


@media screen and (max-width: 1150px) { 
    .cb-slideshow li div h3 { font-size: 140px }
	.opc-border img { max-width:100%; }
}

@media screen and (max-width: 1024px) { 
.play-film {
	margin-top:30% !important;
}
#nav a span { font-size:16px !important; } 
}

@media screen and (max-width: 999px) {
/* mobile menu */
.mm-toggle, .mm-toggle-wrap {
	display: block !important;
}
.col-frame-r, .col-frame-l { width:50% !important; }
.mm-toggle-wrap { position:absolute; right:0px;  }

}

@media screen and (max-width: 991px) {
.history-box {
	width:100%;
	margin-right:0px;
}
.col-frame-l {
	width:100px !important;
	margin-top:10px !important;
}
#slider-offer .slide-page, .slider-box-cd .slide-page-cd { width:100%; }
#slider-offer .slide:nth-child(2) { text-align:center; width:345px; }
#slider-offer .slide img { margin-left:0px; max-width:250px; }
.ins { height:345px; overflow:hidden !important; }
.v-box .hom:after  { width:100% !important; }
#s-1 { margin-bottom:30px; }
.slide.col1 { width:52% !important; }
.slide.col2 { width:48% !important; }
.home-pdd-inside { margin-top:1430px !important; }
.konkurs-premium-club, .k-box-txt { width:100% !important; }
.konkurs-box, .n-box-txt, #boxs3 .img-star, .n-box  { width:720px !important; }
#dload { margin-top:25px; height:270px;  }
.pdd3 { margin-top:0px; }
.img-star { background-color:#fff !important; }
#footer-bottom span { display:block; }
#slider-offer .slide, .slider-box-cd .slide, #dload .txt, .n-box-txt .txt, #slide-news-1 div a {
	font-size:16px !important;
}
.play-film {
	margin-top:32% !important;
}
#video-fullscreen { margin-top:2420px; }
#video-fullscreen .bgv { margin-left:-400px; }
#video-fullscreen .play-film { margin-top:290px !important; }
#footer-box { margin-top:-40px; }

.opc-border { padding:20px; }
.opc-h {
	margin-top:-35px;
	font-size:24px;
	width:70%;
}
.opc-border .btn-more {
	margin-bottom:-60px;
	font-size:18px;
}
#s-3 { margin-bottom:30px; }
.cms-index-index #footer-container { margin-top:1540px; }
.opc-info img { width:84px !important; }
}

@media screen and (max-width: 768px) { 
.cb-slideshow li div h3 { font-size: 80px }

.home-pdd-inside { margin-top:980px !important; }
#slide-1 .slide:nth-child(1), #slide-2 .slide:nth-child(1), #slide-3 .slide:nth-child(1) { display:none; }
#slider-offer .slide { width:100% !important; }
#slider-offer .slide:nth-child(2) {
	background:url('https://olimp-labs.com/skin/frontend/base/default/css/') !important;
}
#s-1 { margin-top:0px; }
#s-1 .col2, #s-2 .col2, .ue-i { display:none !important; }
.slider-box {  
	background:url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/ins-bg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
#video-fullscreen { display:none; }
.v-no-s { text-align:center !important; }
.slide.hvr-fade.col1 { width:100% !important; }
#cont-inside h1, .k-box-txt h2 { font-size:36px !important; line-height:115% !important; }
#boxs3 .img-star  { width:100% !important; }
.slider-box-news, .n-b-h { height:345px !important; }
.slider-box-news .more { bottom:35px; }
#cookies-message { text-align: left; }
#boxs3 { padding-bottom:30px; }
.uokik i {
	position:relative;
	padding-left:15px;
	padding-top:0px;
}
#s-3 .col2 { display:none; }
.cms-index-index #footer-container { margin-top:10px; }
}

@media screen and (max-width: 768px) { 
#content-2 .v-box { margin-bottom:20px; }
.cms-index-index #footer-container { margin-top:1520px; }
}
@media screen and (max-width: 767px) { 
.cms-index-index #footer-container { margin-top:1960px !important; }
}
@media screen and (max-width: 739px) { 
.cms-index-index #footer-container { margin-top:1980px !important; }
}

@media screen and (max-width: 680px) { 
.cms-index-index #footer-container { margin-top:1620px !important; }
#s-1 { margin-top:25px; }
.home-pdd-inside { margin-top:1325px !important; }
#cont-inside { height: 200px; }
#cont-inside h2 { display:none; }
#footer-box { padding:25px !important; }
#footer-box .links, .news-min { display:none; }
#footer-box h4 { border-bottom:1px solid #8b96b2; padding-bottom:20px; }
#footer-box h4.pdd { padding-top:10px; }
#footer-box  #premium { margin-top:15px; margin-bottom:25px; }
#footer-socialmedia  { padding:10px; }
#footer-socialmedia .social { margin-top:20px; margin-bottom:20px; }
.col-frame-l { text-align:left; }
#footer-box { margin-top:0px; }
.cms-index-index #footer-container { margin-top:-30px; }
.list-grid, #print-prod, #pdf-prod { display:none; }
}


@media screen and (max-width: 640px) { 
.opc-h {
	font-size:20px;
	width:380px;
}
#myModal .modal-dialog {
    width:100%;
}
}


@media screen and (max-width: 480px) { 
.page-heading-title, .product-name h1  { font-size:24px !important; }
h2.year { font-size:52px; }
h2.h2 { font-size:18px !important; }
.std2  { 
	padding:0px; 
}
.std2 .page-heading { 
	margin-top:20px; 
}
.std { padding-left:15px !important; padding-right:15px !important; }
.content-view {
    font-size: 16px !important;
    line-height: 140%;
}
.nav-tabs.product-tabs > li > a {  
    color: #666;
    font-weight: bold;
    padding: 10px 10px 10px;
    border: none;
}
.history-box div {
    background: linear-gradient(#ebebeb, #f8f8f8);
    margin-bottom: 5px;
    padding: 25px 25px 15px 25px;
}
.year.medium {
    font-size: 38px !important;
}

.opc-h {
	font-size:16px;
	width:260px;
	margin-top:-40px;
}
.opc-border .btn-more {
	font-size:18px !important;
	margin-left:0px;
}

}


@media screen and (max-width: 439px) { 
.cms-index-index #footer-container { margin-top:1660px !important; }
#footer-container { padding-top:10px !important; }
}

@media screen and (max-width: 414px) { 
#content-2 .v-box { margin-bottom:0px; }
.cms-index-index #footer-container { margin-top:1520px !important; }
#n-c-btns a { margin-left:5px; }
}

@media screen and (max-width: 320px) { 
#cont-inside h1 { font-size:32px !important; }
#logo-olimp-labs { max-width:200px; }
#n-c-btns a { margin-left:0px; width:100% !important; }
}
/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #0b9444;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] .figcaption,
[class*=' imghvr-'] .figcaption {
  background-color: #0b9444;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
[class^='imghvr-'] .figcaption h1,
[class*=' imghvr-'] .figcaption h1,
[class^='imghvr-'] .figcaption h2,
[class*=' imghvr-'] .figcaption h2,
[class^='imghvr-'] .figcaption h3,
[class*=' imghvr-'] .figcaption h3,
[class^='imghvr-'] .figcaption h4,
[class*=' imghvr-'] .figcaption h4,
[class^='imghvr-'] .figcaption h5,
[class*=' imghvr-'] .figcaption h5,
[class^='imghvr-'] .figcaption h6,
[class*=' imghvr-'] .figcaption h6 {
  color: #ffffff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] .figcaption,
[class*=' imghvr-fade'] .figcaption {
  opacity: 0;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img {
  opacity: 0;
}
[class^='imghvr-fade']:hover .figcaption,
[class*=' imghvr-fade']:hover .figcaption {
  opacity: 1;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img,
[class^='imghvr-fade']:hover .figcaption,
[class*=' imghvr-fade']:hover .figcaption {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up .figcaption {
  -webkit-transform: translate(0px, 15%);
  transform: translate(0px, 15%);
}
/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down .figcaption {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
}
/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left .figcaption {
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}
/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right .figcaption {
  -webkit-transform: translate(15%, 0px);
  transform: translate(15%, 0px);
}
/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover .figcaption,
[class*=' imghvr-push-']:hover .figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up .figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.imghvr-push-up:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down .figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.imghvr-push-down:hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left .figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.imghvr-push-left:hover > img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right .figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.imghvr-push-right:hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* imghvr-slide-*
   ----------------------------- */
[class^='imghvr-slide-']:hover .figcaption,
[class*=' imghvr-slide-']:hover .figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up .figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down .figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left .figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right .figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left .figcaption {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right .figcaption {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left .figcaption {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right .figcaption {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before,
[class*=' imghvr-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #0b9444;
}
[class^='imghvr-reveal-'] .figcaption,
[class*=' imghvr-reveal-'] .figcaption {
  opacity: 0;
}
[class^='imghvr-reveal-']:hover:before,
[class*=' imghvr-reveal-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
[class^='imghvr-reveal-']:hover .figcaption,
[class*=' imghvr-reveal-']:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}
/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}
[class^='imghvr-hinge-'] .figcaption,
[class*=' imghvr-hinge-'] .figcaption {
  opacity: 0;
  z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
  opacity: 0;
}
[class^='imghvr-hinge-']:hover .figcaption,
[class*=' imghvr-hinge-']:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.imghvr-hinge-up .figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.imghvr-hinge-up:hover > img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.imghvr-hinge-up:hover .figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.imghvr-hinge-down .figcaption {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}
.imghvr-hinge-down:hover > img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
.imghvr-hinge-down:hover .figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.imghvr-hinge-left .figcaption {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.imghvr-hinge-left:hover > img {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.imghvr-hinge-left:hover .figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.imghvr-hinge-right .figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.imghvr-hinge-right:hover > img {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'],
[class*=' imghvr-flip-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}
[class^='imghvr-flip-'] img,
[class*=' imghvr-flip-'] img {
  backface-visibility: hidden;
}
[class^='imghvr-flip-'] .figcaption,
[class*=' imghvr-flip-'] .figcaption {
  opacity: 0;
}
[class^='imghvr-flip-']:hover > img,
[class*=' imghvr-flip-']:hover > img {
  opacity: 0;
}
[class^='imghvr-flip-']:hover .figcaption,
[class*=' imghvr-flip-']:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.13999999999999999s;
  transition-delay: 0.13999999999999999s;
}
/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz .figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.imghvr-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.imghvr-flip-horiz:hover .figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert .figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover .figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 .figcaption {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}
.imghvr-flip-diag-1:hover > img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}
.imghvr-flip-diag-1:hover .figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 .figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}
.imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}
.imghvr-flip-diag-2:hover .figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: #0b9444;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
[class^='imghvr-shutter-out-'] .figcaption,
[class*=' imghvr-shutter-out-'] .figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover .figcaption,
[class*=' imghvr-shutter-out-']:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}
/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}
/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after,
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
  background: #0b9444;
  position: absolute;
  content: '';
}
[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after {
  top: 0;
  left: 0;
}
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
  right: 0;
  bottom: 0;
}
[class^='imghvr-shutter-in-'] .figcaption,
[class*=' imghvr-shutter-in-'] .figcaption {
  opacity: 0;
  z-index: 1;
}
[class^='imghvr-shutter-in-']:hover .figcaption,
[class*=' imghvr-shutter-in-']:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}
.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}
/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}
.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
  height: 50%;
}
/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
}
.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
  opacity: 0.75;
}
/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
}
.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
  opacity: 0.75;
}
/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}
/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'],
[class*=' imghvr-fold'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}
[class^='imghvr-fold'] img,
[class*=' imghvr-fold'] img {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
[class^='imghvr-fold'] .figcaption,
[class*=' imghvr-fold'] .figcaption {
  z-index: 1;
  opacity: 0;
}
[class^='imghvr-fold']:hover > img,
[class*=' imghvr-fold']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
[class^='imghvr-fold']:hover .figcaption,
[class*=' imghvr-fold']:hover .figcaption {
  -webkit-transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
  transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.imghvr-fold-up .figcaption {
  -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.imghvr-fold-down .figcaption {
  -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.imghvr-fold-left .figcaption {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.imghvr-fold-right > img {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.imghvr-fold-right .figcaption {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in .figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.imghvr-zoom-in:hover .figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] .figcaption,
[class*=' imghvr-zoom-out'] .figcaption {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
[class^='imghvr-zoom-out']:hover .figcaption,
[class*=' imghvr-zoom-out']:hover .figcaption,
[class^='imghvr-zoom-out'].hover .figcaption,
[class*=' imghvr-zoom-out'].hover .figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img,
.imghvr-zoom-out-up.hover > img {
  -webkit-animation: imghvr-zoom-out-up 0.40249999999999997s linear;
  animation: imghvr-zoom-out-up 0.40249999999999997s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-up {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img,
.imghvr-zoom-out-down.hover > img {
  -webkit-animation: imghvr-zoom-out-down 0.40249999999999997s linear;
  animation: imghvr-zoom-out-down 0.40249999999999997s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-down {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img,
.imghvr-zoom-out-left.hover > img {
  -webkit-animation: imghvr-zoom-out-left 0.40249999999999997s linear;
  animation: imghvr-zoom-out-left 0.40249999999999997s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-left {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img,
.imghvr-zoom-out-right.hover > img {
  -webkit-animation: imghvr-zoom-out-right 0.40249999999999997s linear;
  animation: imghvr-zoom-out-right 0.40249999999999997s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
@keyframes imghvr-zoom-out-right {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}
/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.imghvr-zoom-out-flip-horiz .figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img,
.imghvr-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover .figcaption,
.imghvr-zoom-out-flip-horiz.hover .figcaption {
  -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
  transform: rotateX(0deg) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.imghvr-zoom-out-flip-vert .figcaption {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0px) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img,
.imghvr-zoom-out-flip-vert.hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover .figcaption,
.imghvr-zoom-out-flip-vert.hover .figcaption {
  -webkit-transform: rotateY(0deg) translate(0px, 0px) scale(1);
  transform: rotateY(0deg) translate(0px, 0px) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* imghvr-blur
   ----------------------------- */
.imghvr-blur .figcaption {
  opacity: 0;
}
.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.imghvr-blur:hover .figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://olimp-labs.com/skin/frontend/rwd/aspire/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
  padding:0;
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
  list-style: none;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}
.no-display {
    display: none !important;
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://olimp-labs.com/skin/frontend/rwd/aspire/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  /*position: relative;*/position: inherit;
  display: block;
  /*border: 1px solid #ededed;*/border: 0px solid #ededed;
}
/*End colorswatch*/ 

/*right toolbar*/
#right_toolbar .shoppingcart {
	display: inline-block;
	float: none;
	margin: 15px 0 6px -5px;
	padding: 0 0 0px 10px;
	position: relative;
}
#right_toolbar .shoppingcart:hover {
	padding: 0 0 0 10px;
	margin: 15px 0 6px -5px;
}
#right_toolbar .shoppingcart .fadelink {
	position: relative;
	float: left;
}
#right_toolbar .shopping_cart_mini {
	position: absolute;
	top: -38px;
	margin-right: 38px;
	right: 0;
	left: auto;
}
#right_toolbar .shoppingcart .badge {
	right: 0px;
}
#right_toolbar .search_wrapper {
	clear: both;
	position: relative;
	height: 40px;
}
#right_toolbar .form-search {
	position: static;
}
#right_toolbar .form-search input.search-query {
	position: absolute;
	right: 5px !important;
	top: -2px;
	z-index: 99;
	padding: 2px 8px;
	width: 0;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.pull-right {
	float: right;
	text-align: right
}
#right_toolbar .shoppingcart .badge {
	position: absolute;
	top: -7px;
	right: -5px;
}
/* left toolbar */

#left_toolbar .shoppingcart {
	display: inline-block;
	float: none;
	margin: 15px 0 6px -5px;
	padding: 0 0 0px 10px;
	position: relative;
}
#left_toolbar .shoppingcart:hover {
	padding: 0 0 0 10px;
	margin: 15px 0 6px -5px;
}
#left_toolbar .shoppingcart .fadelink {
	position: relative;
	float: left;
}
#left_toolbar .shopping_cart_mini {
	position: absolute;
	top: -38px;
	margin-left: 38px;
	right: auto;
	left: 0;
}
#left_toolbar .shoppingcart .badge {
	left: 0px;
}
#left_toolbar .search_wrapper {
	clear: both;
	position: relative;
	height: 40px;
}
#left_toolbar .form-search {
	position: static;
}
#left_toolbar .form-search input.search-query {
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 99;
	padding: 2px 0px 2px 9px;
	width: 0;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	text-align: left;
}
#left_toolbar .shoppingcart .badge {
	position: absolute;
	top: -7px;
	left: -2px;
}
.pull-left {
	float: left;
	text-align: left;
}
#back-top {
	width: 32px;
	margin-right: 15px;
}
#back-top a {
	display: block;
	margin: 2px 0 0 5px;
	padding: 0px 0 0 0;
	width: 40px;
	height: 32px;
	text-align: center;
	background: #eee;
	color: #8a8a8a;
	font-size: 22px;
	line-height: 22px;
	border-radius: 3px;
}
.shoppingcart {
	position: relative;
	float: right;
	z-index: 50001;
	margin-top: 2px;
}
.shoppingcart:hover {
	z-index: 50003;
}
.shoppingcart .fadelink span a.btn {
	width: 40px;
	height: 25px;
}
.shopping_cart_mini {
	background-color: #FDFDFD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
	color: #000000;
	display: none;
	margin-top: 0px;
	width: 361px;
	z-index: 100;
}
.shopping_cart_mini .inner-wrapper {
	padding: 10px 15px 12px;
	text-align: left;
	overflow: hidden;
}
.shopping_cart_mini .item {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 8px;
}
.shopping_cart_mini .product-image {
	float: left;
	margin-right: 10px;
	border: 1px solid #f3f3f3;
}
.shopping_cart_mini .product-detailes {
	float: left;
	width: 130px;
	overflow: hidden;
}
.shopping_cart_mini .button {
	float: right;
	margin-left: 5px;
}
.badge {
	padding: 1px 7px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	background-color: #000000;
	color: #ffffff;
}
.shopping {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	margin-top: 4px;
}

