/* ___________1. RESET CSS____________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  vertical-align: baseline;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-variant: inherit;
  font-style: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, address, aside, details, figcaption, figure,
footer, header, menu, nav, section, label, small, time, img {
  display: block;
}

#underconstruction {
	background-color: #ffbb67;
	text-align: center;
	padding: 20px 0;
	color: #000;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%;
  font-family: "MainFont-Light", Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
}

body.modal-open {
  padding: 0 !important;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

mark {
  background: none;
  color: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

textarea,
input {
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

/* ___________1. end of RESET CSS___________________*/

/* ___________2. TYPICAL ELEMENTS___________________*/

/*____________2.1. TITLES______________________*/
.header-search-title {
  display: none;
}

.header-search-title,
.personal-area-dropdown-title,
.cart-dropdown-title {
  position: relative;
  z-index: 2;
  padding: 27px 32px 13px 32px;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.content-title {
  padding: 37px 0 0 0;
  margin: 0 0 31px 0;
  border-bottom: 1px solid #cccccc;
}

.catalogue .content-title {
  padding: 0;
}

a.content-title-link,
.content-title h2,
.content-title h1,
.content-title h3 {
  
  display: block;
  float: left;
  padding: 4px 0 7px 0;
  font-size: 1.563em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
}

.hero-dropdown-title {
  padding: 54px 0 40px 0;
  font-size: 1.313em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #ff0000;
}

.hero-dropdown .column-title {
  padding: 0 0 40px 0;
  font-size: 2.500em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.bank h1 {
  padding: 0 80px 14px 0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.bank-description .content-title {
  margin: 0 0 37px 0;
}

.bank-description h4 {
  padding: 0 0 4px 0;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

.similar .content-title {
  margin: 0 0 37px 0;
}

/*____________2.1. end of TITLES_______________*/

/*____________2.2. LINKS_______________________*/
a {
  color: #3298d0;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*____________2.2. end of LINKS________________*/

/*________________2.3. FORM ELEMENTS___________*/
::-webkit-input-placeholder { color: #1e1e1e; }

::-moz-placeholder { color: #1e1e1e; }

:-ms-input-placeholder { color: #1e1e1e; }

:focus::-webkit-input-placeholder { color: transparent; }

:focus::-moz-placeholder { color: transparent; }

:focus:-ms-input-placeholder { color: transparent; }

.header-search ::-webkit-input-placeholder { color: #000000; }

.header-search ::-moz-placeholder { color: #000000; }

.header-search :-ms-input-placeholder { color: #000000; }

.header-search :focus::-webkit-input-placeholder { color: transparent; }

.header-search :focus::-moz-placeholder { color: transparent; }

.header-search :focus:-ms-input-placeholder { color: transparent; }

.download-dropdown ::-webkit-input-placeholder { color: #a9a9a9; }

.download-dropdown ::-moz-placeholder { color: #a9a9a9; }

.download-dropdown :-ms-input-placeholder { color: #a9a9a9; }

.download-dropdown :focus::-webkit-input-placeholder { color: transparent; }

.download-dropdown :focus::-moz-placeholder { color: transparent; }

.download-dropdown :focus:-ms-input-placeholder { color: transparent; }

textarea,
input.text {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #444444;
  border: 1px solid #000000;
  background: #ffffff;
  outline: none;
}

textarea.error,
input.text.error {
  color: #870f21;
  border: 1px solid #870f21;
}

textarea {
  height: 100px;
  padding: 15px 15px;
  overflow: hidden;
  resize: none;
}

label.error {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  font-size: 0.75em;
  line-height: 1em;
  text-align: left;
  color: #870f21;
  white-space: nowrap;
}

input.btn {
  position: relative;
  display: block;
  outline: none;
  width: 200px;
  height: 46px;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

input.search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 50px 0 14px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  background: none;
  border: none;
  outline: none;
}

input.search-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 45px;
  height: 42px;
  text-indent: 999em;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.bank-features label {
  margin: 0 0 7px 0;
  cursor: pointer;
}

.bank-features label span {
  display: block;
}

.radio {
  cursor: pointer;
}

.radio span {
  display: block;
  height: 15px;
  width: 15px;
  background: url('../images/ui-icons.png') no-repeat -368px -1px;
  float: none;
}

.radio span.checked {
  background-position: -368px -18px;
}

.radio input {
  cursor: pointer;
  height: 14px;
  width: 15px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  margin: 0;
}

.checker {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 17px;
  height: 17px;
  position: relative;
}

.checker span {
  display: block;
  background: url('../images/ui-icons.png') no-repeat -383px -15px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.checker span.checked{
  background-position: -174px -50px;
}

.checker input {
  cursor: pointer;
  width: 17px;
  height: 17px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  margin: 0;
}

/*_____________2.3. end of FORM ELEMENTS_________*/

.top-products:after,
.newest:after,
.similar:after,
.similar-product:after,
.other:after,
.bank-description:after,
.bank-description ul:after,
.feature-holder:after,
.bank-features label:after,
.bank-top-buttons:after,
.data-row:after,
.bank-top:after,
.slider-controls:after,
.hero-dropdown-column:after,
.hero-dropdown-preview:after,
.hero-dropdown .inner:after,
.hero-description-top:after,
.hero-description-buttons:after,
.hero-content .inner:after,
.footer-nav-holder:after,
.catalogue-item-buttons:after,
.catalogue-item:after,
.content-title:after,
.genres-list-holder:after,
.cart-dropdown-item:after,
header:after,
.top-header .inner:after,
.bottom-header:after,
footer:after,
.main:after,
.mobile-nav-items:after,
.mobile-nav-holder:after,
.modal-frame:after,
.header-user-nav:after,
.product-bundles:after,
.bundle-products:after {
  display: block;
  content: '';
  clear: both;
}

.cart-dropdown-outer.fixed .cart-dropdown-inner,
.inner {
  position: relative;
  width: 1460px;
  margin: auto;
}

.page-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.main {
  position: relative;
  z-index: 40;
  display: block;
  min-height: 100%;
  min-width: 100%;
  padding: 0 0 213px 0;
}

.hide {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}

.hide.visible {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.hidden {
  display: none !important;
}

.input-line {
  position: relative;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease, visibility .35s ease;
  transition: height .35s ease, visibility .35s ease;
}

/*page cover*/
.page-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.5s, z-index 0.5s .1s;
  transition: opacity 0.5s, z-index 0.5s .1s;
}

.page-cover.animate {
  z-index: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -12px;
}

.loader-inner div {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loader-inner div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loader-inner div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loader-inner div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* end of page cover*/
/* ___________2. end of TYPICAL ELEMENTS____________*/

/*____________3. HEADER_______________________*/
header {
  position: relative;
  z-index: 80;
  min-width: 100%;
}

.main-page header {
  padding-bottom: 0 !important;
}

.top-header {
  position: relative;
  z-index: 2;
  background: #191919;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}

.bottom-header {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  display: none;
}

.header-logo {
  position: relative;
  z-index: 2;
  float: left;
  padding: 18px 0 0 0;
  width: 174px;
}

.header-cart-btn {
  position: relative;
  z-index: 2;
  float: right;
  width: 106px;
  height: 71px;
  background: #f19e37;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.header-cart-btn:hover {
  background: #ffac37;
}

.header-cart-btn:before {
  display: block;
  position: absolute;
  content: '';
  top: 22px;
  left: 59px;
  width: 31px;
  height: 26px;
  background: url('../images/ui-icons.png') no-repeat -2px -1px;
}

.header-personal-area-btn {
  position: relative;
  z-index: 2;
  float: right;
  width: 85px;
  height: 71px;
  background: #2d2d2d;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.header-personal-area-btn:hover {
  background: #383838;
}

.header-personal-area-btn:before {
  display: block;
  position: absolute;
  content: '';
  top: 22px;
  left: 32px;
  width: 24px;
  height: 28px;
  background: url('../images/ui-icons.png') no-repeat -525px -23px;
}

.cart-counter {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 27px;
  padding: 0px 6px 0 7px;
  margin: 22px 0 0 21px;
  font-size: 1.125em;
  line-height: 27px;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
  border-radius: 9px;
}

.top-header .header-user-nav {
  position: relative;
  z-index: 2;
  float: right;
  margin: 0 39px 0 0;
}

.top-header .header-user-nav li {
  float: left;
  height: 71px;
  padding: 23px 0 0 0;
  margin: 0 0 0 43px;
  font-size: 1.125em;
  font-weight: 600;
}

.top-header .header-user-nav li:first-child {
  margin: 0 0 0 0;
}

.top-header .header-user-nav li a {
  color: #acacac;
}

.top-header .header-user-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.top-header .main-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.top-header .main-nav ul {
  width: 32.1%;
  margin: 0 auto;
}

.top-header .main-nav li {
  position: relative;
  float: left;
  display: table;
  width: 50%;
  text-align: center;
  font-size: 1.563em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "MainFont-Regular", Verdana, Helvetica, sans-serif;;
  background: #444444;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.top-header .main-nav li:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #444444;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.top-header .main-nav li.current {
  background: #ffffff;
  font-family: "MainFont-Bold", Verdana, Helvetica, sans-serif;
}

.top-header .main-nav li.current:before {
  background-color: #f19e37;
}

.top-header .main-nav li a {
  display: table-cell;
  vertical-align: middle;
  height: 71px;
  color: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.top-header .main-nav li.current a {
  color: #333333;
  cursor: default;
}

.top-header .main-nav li a:hover {
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  opacity: 0.7;
}

.top-header .main-nav li.current a:hover {
  cursor: pointer;
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.bottom-header .genres-btn {
  position: relative;
  z-index: 3;
  float: left;
  display: table;
  margin: 43px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1em;
  border: 1px solid #444444;
  background: #ffffff;
  cursor: pointer;
}

.bottom-header .genres-btn:before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 12px;
  z-index: 1;
  width: 24px;
  height: 3px;
  background: #444444;
}

.bottom-header .genres-btn:after {
  display: block;
  position: absolute;
  content: '';
  top: 17px;
  left: 12px;
  z-index: 1;
  width: 24px;
  height: 3px;
  background: #444444;
}

.bottom-header .genres-btn span {
  position: relative;
  z-index: 2;
  display: block;
  width: 122px;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 44px;
  text-decoration: none;
  color: #000000;
}

.bottom-header .genres-btn span:before {
  display: block;
  position: absolute;
  content: '';
  top: 25px;
  left: 12px;
  z-index: 1;
  width: 24px;
  height: 3px;
  background: #444444;
}

.bottom-header .genres-btn.active {
  border: 1px solid #777777;
  background: #444444;
}

.bottom-header .genres-btn.active:before,
.bottom-header .genres-btn.active span:before,
.bottom-header .genres-btn.active:after {
  background: #777777;
}

.bottom-header .genres-btn.active span {
  color: #777777;
}

.header-search-outer {
  position: relative;
  width: 23%;
  float: right;
}

.header-search {
  position: relative;
  height: 44px;
  margin: 40px 0 0 0;
  border: 1px solid #444444;
  border-radius: 22px;
}

.header-search:before {
  display: block;
  position: absolute;
  content: '';
  top: 10px;
  right: 14px;
  width: 22px;
  height: 21px;
  background: url('../images/ui-icons.png') no-repeat -35px 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-search:hover:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: 0.8;
}

.header-search-outer ul {
	display: none;
}

.header-search-outer.hint .header-search {
	border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header-search-outer.hint ul {
	display: block;
	position: absolute;
    background: #ffffff;
    width: 100%;
	border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
	padding-bottom: 15px;
}

.header-search-outer ul li {
	padding: 0 10px;
    font-size: 0.75em;
}

.header-search-outer ul li a {
    font-weight: bold;
    font-size: 1.1em;
}

.bottom-header .category-nav {
  position: relative;
  z-index: 2;
  float: left;
  padding: 54px 0 0 4.8%;
}

.bottom-header .category-nav li {
  position: relative;
  float: left;
  padding: 0 0 33px 0;
  margin: 0 0 0 42px;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}

.bottom-header .category-nav li:before {
  display: none;
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #444444;
}

.bottom-header .category-nav li.current:before {
  display: block;
}

.category-nav li:first-child {
  margin: 0 0 0 0;
}

.bottom-header .category-nav li a {
  color: #777777;
  text-decoration: none;
}

.bottom-header .category-nav li.converter a {
  color: #d67600;
}

.bottom-header .category-nav li.current a,
.bottom-header .category-nav li a:hover {
  color: #444444;
  text-decoration: none;
}

.bottom-header .category-nav li.current a:hover {
  cursor: default;
}

.top-header .genres-btn {
  position: relative;
  z-index: 3;
  float: left;
  margin: 14px 0 0 22px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}

.top-header .genres-btn:before {
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.top-header .genres-btn span:hover,
.top-header .genres-btn span {
  color: #ffffff;
  text-decoration: none;
}

.cart-dropdown-outer, .personal-area-dropdown-outer {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}

.cart-dropdown, .personal-area-dropdown {
  width: 325px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.personal-area-dropdown .loader,
.cart-dropdown .loader {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.personal-area-dropdown .loader div,
.cart-dropdown .loader div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/cart-loader.gif');
  width: 28px;
  height: 28px;
}

.header-search-close-btn,
.personal-area-dropdown-close-btn,
.cart-dropdown-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url('../images/ui-icons.png') no-repeat -318px -14px;
  cursor: pointer;
}

.cart-dropdown-outer.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.cart-dropdown-outer.fixed .cart-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}

.cart-dropdown-scroll {
  position: relative;
  z-index: 1;
  max-height: 212px;
}

.personal-area-dropdown-data-box,
.cart-dropdown-list {
  position: relative;
  z-index: 2;
  padding: 0 32px 30px 32px;
}

.cart-dropdown-list .cart-no-items, .cart-no-items .cart-dropdown-scroll, .cart-no-items .cart-dropdown-button {
	display: none;
}


.cart-no-items .cart-no-items {
	display: block;
}

.cart-dropdown-item {
  position: relative;
  padding: 10px 0 9px 0;
  font-size: 0.875em;
  line-height: 1.429em;
  border-top: 1px solid #cccccc;
}

.cart-dropdown-item:first-child {
  border: none;
}

.cart-dropdown-name {
  float: left;
  width: 76%;
}

.cart-dropdown-name a {
  color: #000000;
}

.cart-dropdown-price {
  overflow: hidden;
  font-weight: 700;
}

.cart-dropdown-item a.delete-item {
  display: block;
  position: absolute;
  top: 15px;
  right: -1px;
  width: 10px;
  height: 10px;
  background: url('../images/ui-icons.png') no-repeat -35px -46px;
}

.cart-dropdown-button {
  position: relative;
  z-index: 2;
  padding: 16px 0 0 0;
}

.cart-dropdown-button .cart-total {
  font-weight: bold;
}

.cart-dropdown-button .log-in-bonuses,
.cart-dropdown-button .cart-bonuses,
.cart-dropdown-button .available-bonuses,
.cart-dropdown-button .discount-bonuses {
  font-size: 0.77em;
  font-weight: 600;
  margin-bottom: 6px;
  background: #f1f1f1;
  margin: 8px -32px;
  padding: 12px 32px;
}

.cart-dropdown-button .cart-bonuses .cart-bonuses-message {
  color: #848484;
  margin-top: 8px;
}

.cart-dropdown-button .cart-bonuses span,
.cart-dropdown-button .available-bonuses span,
.cart-dropdown-button .discount-bonuses span,
.cart-dropdown-button .cart-bonuses .cart-bonuses-message strong {
  font-weight: bold;
  color: #ff0101;
}

.cart-dropdown-button .cart-bonuses .cart-bonuses-message em {
  font-style: italic;
}

.cart-dropdown-button .cart-total small {
  font-weight: normal;
  display: inline;
}

.cart-dropdown-button .log-in-bonuses {
  background: #d9f4ff;
}

.cart-dropdown-button .log-in-bonuses a,
.cart-dropdown-button .available-bonuses a,
.cart-dropdown-button .discount-bonuses a,
.cart-dropdown-button .cart-bonuses a {
  float: right;
  background: #fff;
  border: 1px solid #3797f1;
  border-radius: 3px;
  padding: 4px 27px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
  margin-top: -4px;
}

.cart-dropdown-button .cart-bonuses a {
  border-radius: 100%;
  padding: 4px 9px;
}

.cart-dropdown-button .log-in-bonuses a:hover,
.cart-dropdown-button .available-bonuses a:hover,
.cart-dropdown-button .discount-bonuses a:hover,
.cart-dropdown-button .cart-bonuses a:hover  {
  background: #fcfcfc;
}
.cart-dropdown-close {
  display: block;
  position: absolute;
  top: 0;
  left: -500%;
  z-index: 1;
  width: 1000%;
  height: 1000%;
}

.personal-area-dropdown input[type=submit] {
  border: 0;
  font-family: inherit;
  display: inline-block !important;
}

.personal-area-dropdown form label {
  font-size: 0.875em;
  line-height: 1.75em;
  margin-bottom: 2px;
}

.personal-area-dropdown form label input {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 0.875em;
  line-height: 1.556em;
  padding: 6px 10px;
}

.personal-area-dropdown form label input[type="checkbox"] {
  border: 1px solid #000;
  width: auto;
  height: auto;
  padding: 7px;
  margin: 6px 5px 0px 0px;
  color: #000;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

.personal-area-dropdown .error {
  color: #ff0101;
  font-weight: bold;
  font-size: 0.9em;
}

.personal-area-dropdown p {
  margin: 7px 0px;
}

.search-trigger {
  display: none;
  float: right;
  position: relative;
  width: 28px;
  height: 43px;
  cursor: pointer;
}

.search-trigger:before {
  display: block;
  position: absolute;
  content: '';
  top: 13px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url('../images/ui-icons.png') no-repeat -153px -38px;
}

.genres-list {
  position: relative;
  z-index: 1;
  width: 1460px;
  margin: 0 auto;
  clear: both;
}

.genres-list:before {
  display: none;
  position: absolute;
  content: '';
  bottom: 100%;
  left: -2.5%;
  width: 195px;
  height: 86px;
  background-color: #444444;
}

.genres-list.active:before {
  display: block;
}

.genres-list-dropdown {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #444444;
}

.genres-list-dropdown ul {
  position: relative;
  z-index: 2;
  padding: 37px 15px 42px 0;
  float: left;
  width: 25%;
}

.genres-list-dropdown li {
  padding: 6px 0 0 0;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

.genres-list-dropdown li:first-child {
  padding: 0;
}

.genres-list-dropdown a {
  color: #ffffff;
}

.genres-list-holder {
  position: relative;
}

.genres-list-dropdown:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -2.5%;
  width: 105%;
  height: 100%;
  background: #444444;
}

.genres-list-close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 10;
  width: 47px;
  height: 47px;
}

.genres-list-close:before {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -171px 0;
  cursor: pointer;
}

/*mobile nav*/
.mobile-nav-btn {
  position: relative;
  float: right;
  display: none;
  width: 40px;
  height: 43px;
  margin: 0 0 0 6px;
  cursor: pointer;
}

.mobile-nav-btn div {
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 1;
  display: block;
  width: 18px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-nav-btn div:after,
.mobile-nav-btn div:before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-nav-btn div:before {
  top: -6px;
}

.mobile-nav-btn div:after {
  top: 6px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.mobile-nav-btn.close div {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-btn.close div:before {
  -webkit-transform: rotate(-90deg) translate(-6px, 0);
  transform: rotate(-90deg) translate(-6px, 0);
}

.mobile-nav-btn.close div:after {
  -webkit-transform: rotate(90deg) translate(-6px, 0);
  transform: rotate(90deg) translate(-6px, 0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}

.mobile-nav {
  position: relative;
  background: #ffffff;
}

.mobile-nav .main-nav {
  padding: 0 4.3%;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mobile-nav .main-nav ul {
  padding: 17px 0 18px 0;
  border-bottom: 1px solid #cccccc;
}

.mobile-nav .main-nav li {
  padding: 4px 0 0 0;
}

.mobile-nav .main-nav li:first-child {
  padding: 0;
}

.mobile-nav .main-nav a {
  text-decoration: none;
  color: #000000;
}

.mobile-nav .main-nav a:hover {
  text-decoration: none;
}

.mobile-nav .main-nav li.current a {
  color: #777777;
}

.mobile-nav .category-nav {
  padding: 18px 4.3% 18px 4.3%;
  font-size: 0.875em;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #444444;
}

.mobile-nav .category-nav li {
  padding: 8px 0 0 0;
}

.mobile-nav .category-nav li:first-child {
  padding: 0;
}

.mobile-nav .category-nav a {
  display: inline-block;
  padding: 0 0 2px 0;
  color: #777777;
  border-bottom: 1px solid #ffffff;
}

.mobile-nav .category-nav li.converter a {
  color: #d67600;
}

.mobile-nav .category-nav a:hover {
  color: #444444;
}

.mobile-nav .category-nav li.current a {
  color: #444444;
  border-bottom: 1px solid #444444;
}

.pager.fixed {
  position: fixed;
  top: 70px !important;
  left: 0;
  z-index: 150;
  width: 100%;
}

.pager.fixed .pager-holder {
  margin: auto;
  text-align: right;
}

.pager.fixed ul {
  display: inline-block;
  padding: 7px 7px 4px 7px;
  background: #444444;
  background: rgba(0, 0, 0, 0.7);
}

.pager.fixed a {
  color: #ffffff;
  background: none;
  background: rgba(0, 0, 0, 0);
}

.pager.fixed a:hover,
.pager.fixed li.current a {
  color: #444444;
  background: #ffffff;
}

.bottom-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
  width: 100%;
}

/* end of mobile nav*/

/*____________3. end of HEADER___________________*/

/*____________4. FOOTER_______________________*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  color: #ffffff;
  background: #000000;
  overflow: hidden;
}

.footer-copyright {
  position: relative;
  z-index: 2;
  padding: 16px 0 0 0;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #7f7f7f;
}

.terms-and-conditions {
  font-size: 0.83em;
  margin-top: 4px;
}

.terms-and-conditions a {
  color: #ffffff;
}

.footer-logo {
  position: relative;
  z-index: 2;
  float: left;
  padding: 53px 0 86px 0;
}

.footer-logo img {
  width: 151px;
}

.footer-nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 5%;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.footer-nav-holder {
  width: 38.5%;
  padding: 48px 0 0 0;
  display: inline-block;
}

.footer-nav ul {
  float: left;
  width: 32.5%;
}

.footer-nav ul:first-child {
  width: 29%;
}

.footer-nav ul:nth-child(2) {
  width: 38.5%;
}

.footer-nav li {
  padding: 4px 0 0 0;
  text-align: left;
  font-size: 1.125em;
}

.footer-nav li:first-child {
  padding: 0;
}

.footer-nav li a {
  color: #ffffff;
}

.footer-social {
  position: relative;
  z-index: 2;
  float: right;
  padding: 52px 0 20px 0;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 24px;
  background: url('../images/ui-icons.png') no-repeat;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-social a:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: 0.8;
}

.footer-social a.item-1 {
  margin: 0 0 0 0;
  width: 17px;
  height: 31px;
  background-position: -52px -28px;
}

.footer-social a.item-2 {
  width: 34px;
  height: 28px;
  background-position: -106px 0;
}

.footer-social a.item-3 {
  width: 41px;
  height: 18px;
  background-position: -110px -32px;
}

.footer-social a.item-4 {
  width: 33px;
  height: 38px;
  background-position: -71px -1px;
}

.footer-social a.item-5 {
  width: 34px;
  height: 16px;
  background-position: -73px -43px;
}

.footer-social a.item-6 {
  width: 32px;
  height: 32px;
  background-position: -467px -25px;
}

.right-footer {
  display: none;
}

/*____________4. end of FOOTER___________________*/

/*___________5. MAIN CONTENT_________________________*/

/*buttons*/
.red-btn,
.blue-btn {
  display: table;
}

.red-btn a,
.blue-btn a,
.personal-area-dropdown input[type=submit] {
  display: table-cell;
  vertical-align: middle;
  width: 168px;
  height: 42px;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #4b8d99;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}


.personal-area-dropdown input[type=submit]:disabled {
  color: #cecece;
  background: #5e939d;
}

.blue-btn a:hover {
  text-decoration: none;
  background: #55abb7;
}

.red-btn a {
  background: #ff0000;
}

.red-btn a:hover {
  background: #ff4921;
  text-decoration: none;
}

.more-btn {
  position: relative;
  display: inline-block;
  top: 3px;
  font-size: 1.125em;
  text-transform: uppercase;
}

.more-btn:before {
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  right: -26px;
  width: 10px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -169px -14px;
}

.more-btn a {
  color: #444444;
}

/* end of buttons*/

/*catalogue*/
.catalogue.top-section {
  padding: 37px 0 0 0;
}

.slider-dropdown,
.catalogue-list {
  text-align: justify;
}

.slider-dropdown:before,
.catalogue-list:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.slider-dropdown:after,
.catalogue-list:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.catalogue-item {
  position: relative;
  float: left;
  vertical-align: top;
  width: 33.333%;
  margin: 0 0 31px 0;
  text-align: left;
}

.slider-dropdown.users .catalogue-item {
  float: left;
  width: 50%;
  margin: 0 0 25px 0;
}

.slider-dropdown.users .catalogue-item:nth-child(odd) {
  clear:both;
}

.catalogue-item-image {
  position: relative;
  width: 170px;
  height: 170px;
  float: left;
  overflow: hidden;
  margin: 6px 15px 0 0;
}

.videos .catalogue-item-image {
	height: 95px;
}

.videos .catalogue-item-image a:hover span {
	width: 57px;
    height: 23px;
    display: block;
	background: url('../images/ui-icons.png') no-repeat -466px -1px;
    margin: 36px auto;
    position: relative;
}

.catalogue-item-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.catalogue-item-image a span {
	display: none;
}

.catalogue-item-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.catalogue-item-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.catalogue-item-data {
  padding: 0 20px 0 0;
}

.catalogue-item-data a {
  font-size: 1.125em;
  line-height: 1.75em;
  color: #444444;
  margin-right: 6px;
}

.catalogue-item-data div:first-child a {
  font-size: 1.25em;
  line-height: 1.366em;
  font-weight: 700;
}

.catalogue-item-data a:hover {
  text-decoration: none;
}

.catalogue-item-buttons {
  position: absolute;
  bottom: 0;
  left: 185px;
  z-index: 2;
  background: #ffffff;
}

.top-products .catalogue-item-buttons {
    left: 184px;
}

.product-btn {
  position: relative;
  z-index: 2;
  float: left;
  width: 86px;
  margin: 0 0 0 7px;
  border: 1px solid #444444;
  background: #ffffff;
}

.product-btn.no-btn {
  background: none;
  border-color: #ffffff;
  height: 10px;
  margin: 0;
}

.product-btn.no-btn:before {
  display: none;
}

.product-btn:before {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
  display: block;
  content: '';
  width: 17px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -32px -29px;
}


.product-btn.extra:hover {
	border-color: #008000;
	background-color: #e8f5e6;
}

.product-btn.play {
  margin: 0;
}

.product-btn.play:before {
  top: 5px;
  left: 50%;
  width: 12px;
  height: 16px;
  margin: 0 0 0 -6px;
  background: url('../images/ui-icons.png') no-repeat -58px -1px;
}

.product-btn.more:before {
  display: none;
}

.product-btn.free {
  border: 1px solid #ff0000;
  background: #ff0000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.product-btn.free a {
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.product-btn.free:before {
  display: none;
}

.product-btn a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 26px;
  padding: 0 0 0 33px;
  font-size: 0.875em;
  line-height: 26px;
  font-weight: 700;
  color: #444444;
  outline: none !important;
}

.product-btn a:hover {
  text-decoration: none;
}

.product-btn.more a {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.product-btn.sale {
  background-color: #ff0000;
  border-color: #ff0000;
}

.product-btn.sale:before  {
  background-position: -13px -29px;
}

.product-btn.sale a {
  color: #ffffff;
}

.product-btn span {
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 0 0 0 33px;
  font-size: 0.875em;
  font-weight: 700;
  color: #777777;
  text-decoration: line-through;
}

.catalogue-item .ribbon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 10px 12px;
  font-size: 0.75em;
  text-align: right;
  color: #ffffff;
}

.catalogue-item .ribbon span {
  display: block;
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 700;
}

.catalogue-item .ribbon-holder {
  position: relative;
  z-index: 2;
}

.catalogue-item .ribbon:before {
  display: block;
  position: absolute;
  content: '';
  top: -16px;
  left: -16px;
  z-index: 1;
  width: 200px;
  height: 200px;
  background: #ff0000;
  border: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalogue-item-data p {
  padding: 29px 0 0 0;
  font-size: 1.125em;
  line-height: 1.556em;
}

/* end of catalogue*/

/*pager*/
.pager {
  float: right;
  font-size: 1.125em;
  line-height: 25px;
}

.pager ul {
  padding: 10px 0;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pager li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.pager li.next a:before,
.pager li.prev a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: '';
  width: 11px;
  height: 18px;
  background: url(../images/ui-icons.png) no-repeat;
}

.pager li.next a:before {
  background-position: 0 -28px;
}

.pager li.prev a:before {
  background-position: -181px -14px;
}

.pager a {
  display: block;
  height: 25px;
  padding: 0 7px;
  color: #444444;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pager a:hover,
.pager li.current a {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: #444444;
}

/* end of pager*/

/*hero*/
.hero {
  position: relative;
  text-align: center;
  height: 549px;
  margin: 0 0 23px 0;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #2d2d2d;
  text-align: center;
}

.hero-image img {
  display: block;
  max-width: 2500px;
  min-width: 2500px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: auto;
  margin: 0 0 0 -1250px;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

.hero-content .inner {
  height: 100%;
}

.hero-nav {
  display: block;
  position: absolute;
  z-index: 5;
  content: '';
  bottom: 0;
  left: 0;
  width: 32.1%;
  text-transform: uppercase;
}

.hero-nav li {
  position: relative;
  float: left;
  display: table;
  width: 50%;
  text-align: center;
  font-size: 1.563em;
  line-height: 1em;
  font-weight: 600;
  background: #444444;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.hero-nav li:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #444444;
  background: rgba(68, 68, 68, 0);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.hero-nav li.current {
  background: #ffffff;
}

.hero-nav li.current:before {
  background-color: #f19e37;
}

.hero-nav li span {
  display: table-cell;
  vertical-align: middle;
  height: 71px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.hero-nav li.current span {
  color: #000000;
  cursor: default;
}

.hero-nav li span:hover {
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  opacity: 0.7;
}

.hero-nav li.current span:hover {
  cursor: default;
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.hero-description {
  float: right;
  width: 100%;
  max-width: 461px;
  padding: 78px 0 0 0;
}

.hero-description:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0,0,0,0) 80%);
}

.hero-description:after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  display: block;
  width: 1000%;
  height: 200%;
  background: rgba(0, 0, 0, 0.7);
}

.hero-description-top {
  position: relative;
  z-index: 2;
  padding: 17px 20px 20px 29px;
  margin: 0 0 19px 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

.description-logo {
  float: left;
  width: 200px;
}

.description-logo img{
  width: 100%;
  height: auto;
}

.description-logo span {
  display: block;
  padding: 9px 0 0 0;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #797979;
}

.description-name {
  overflow: hidden;
  padding: 4px 0 0 20px;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-description-text {
  position: relative;
  z-index: 2;
  padding: 16px 30px 23px 30px;
  margin: 0 0 36px 0;
  font-size: 1.125em;
  line-height: 1.556em;
  background: #444444;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.hero-description-buttons {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-description-buttons a {
  position: relative;
  display: block;
  float: right;
  width: 224px;
  height: 88px;
  font-size: 1.250em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  background-color: #4b8d99;
  border-radius: 6px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hero-description-buttons a span {
  display: block;
  padding: 14px 0 1px 0;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-description-buttons a.discount strike {
	color: #18373c;
	margin-right: 6px;
	font-weight: bold;
}

.hero-description-buttons a:hover {
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  opacity: 0.9;
}

.hero-description-buttons a:first-child {
  float: left;
  background-color: #6c9c4c;
}

.hero-dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0;
  text-align: left;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-dropdown.active {
  height: 100%;
}

.hero-dropdown-close {
  position: absolute;
  top: 61px;
  right: 0;
  z-index: 5;
  width: 30px;
  height: 30px;
  background: url('../images/ui-icons.png') no-repeat -308px -36px;
  cursor: pointer;
}

.hero-dropdown-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
}

.hero-dropdown-column {
  overflow: hidden;
  padding: 0 124px 0 0;
}

.hero-dropdown-title + .hero-dropdown-column {
  float: right;
  width: 413px;
  padding: 0 0 0 65px;
  border-left: 1px solid #cccccc;
}

.hero-dropdown-column p {
  padding: 0 0 33px 0;
  font-size: 1.313em;
  line-height: 1.048em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/*Special on discount*/
.hero-dropdown-column.discount {
}

.hero-dropdown-column.discount .new {
	margin-left: 0px;
}

.hero-dropdown-column.discount .old {
	margin-bottom: 32px;
}

.hero-dropdown-column.discount .blue-btn {
	clear: both;
}

.hero-dropdown-price {
  padding: 0 0 32px 0;
  font-size: 1.063em;
}

.hero-dropdown-price span {
  font-size: 1.765em;
  font-weight: 700;
  margin: 0 8px 0 0;
}

.hero-dropdown-price.new {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 0.875em;
  float: left;
  text-align: center;
}

.hero-dropdown-price.new span {
  display: block;
  padding: 9px 0 0 0;
  margin: 0;
  color: #ff0101;
  line-height: 1em;
}

.hero-dropdown-price.old {
  float: left;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 0.875em;
}

.hero-dropdown-price.old span {
  display: block;
  padding: 9px 0 0 0;
  margin: 0;
  text-decoration: line-through;
  line-height: 1;
}

.hero-dropdown .red-btn a,
.hero-dropdown .blue-btn a {
  width: 181px;
  height: 53px;
  font-size: 1.6em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.hero-dropdown .red-btn {
  float: left;
}

.hero-dropdown-preview {
  padding: 3px 39px 18px 0;
  text-align: justify;
}

.hero-dropdown-preview:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.hero-dropdown-preview:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.hero-dropdown .preview-item {
  display: inline-block;
  vertical-align: top;
  width: 85px;
}

.hero-dropdown .preview-item img {
  width: 100%;
  height: auto;
}

/* end of hero*/

/*content slider*/
.content-slider:last-child {
  padding: 0 0 35px 0;
}

.content-slider .content-title {
  padding: 0;
  margin: 0 0 13px 0;
}

.preview-slider {
  position: relative;
}

.catalogue-item.user,
.preview-slider .catalogue-item {
  width: 100%;
  float: none;
}

.catalogue-item.user .catalogue-item-image {
  border: 1px solid #c6c6c6;
}
/* end of content slider*/

/*page columns*/
.page-content {
  float: left;
  width: 962px;
  padding: 0 0 47px 0;
}

.page-aside {
  float: right;
  width: 462px;
}

/* end of page columns*/

.page-content p {
	margin-bottom: 4px;
}

.page-content p.small {
	font-size: 0.9em;
}

.page-content p.x-small {
	font-size: 0.8em;
}

.page-content em {
	font-style: italic;
}

.page-content strong {
	font-weight: bold;
}

.page-content h2 {
	font-size: 1.6em;
    margin-bottom: 4px;
}

.page-content h3 {
    margin-bottom: 6px;
	font-size: 1.3em;
    margin-bottom: 4px;
}

.page-content ul,
.page-content ol {
	margin-left: 20px;
}

.page-content ul li {
	list-style-type: disc;
}

.page-content ol[type="i"] li {
	list-style-type: lower-alpha;
}

/*Forms*/
.page-content p.email, .page-content p#ok, .page-content p#progress {
	display: none;
}
.page-content  label sup {
	color: #f19e37;
}
.page-content input, .page-content textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
	padding: 4px;
	border: 1px solid #ccc;
	width: 300px;
}

.page-content input.error, 
.page-content input[type="file"].error,
.page-content textarea.error {
	border-color: #f19e37;	
}

.page-content textarea {
	width: 500px;
}

.page-content input[type="file"] {
	border: 1px solid #fff;
	padding: 0;
}

.page-content input[type="submit"] {
	color: #ffffff;
	background-color: #4b8d99;
}
.page-content input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	width: inherit;
}

.page-content input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	width: inherit;
}

/*bank*/
.bank {
  padding: 53px 0 0 0;
}

.bank-top {
  padding: 0 0 10px 0;
}

.bank-top-left {
  float: left;
  padding: 7px 0 0 0;
}

.bank-image {
  height: 337px;
  width: 337px;
}

.bank-image img {
  width: 100%;
  height: auto;
}

.bank-top-right {
  padding: 0 0 0 36px;
  overflow: hidden;
}

.bank-top-data {
  padding: 0 0 16px 0;
}

.data-row {
  padding: 0 0 5px 0;
  font-size: 1.125em;
  line-height: 1.1em;
}

.data-row-items {
  overflow: hidden;
  padding: 0 0 5px 0;
}

.data-row span {
  display: block;
  float: left;
  min-width: 125px;
  color: #777777;
}

.data-row a {
  display: inline-block;
  font-weight: 700;
  color: #444444;
  margin-right: 2px;
}

.bank-btn {
  display: table;
  float: left;
  margin: 0 18px 0 0;
}

.bank-btn a {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  height: 29px;
  font-size: 0.938em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bank-btn a:hover {
  text-decoration: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: 0.8;
}

.bank-btn.info a {
  background-color: #777777;
}

.bank-btn.demo a {
  background-color: #6c9c4c;
}

.bank-cart-btn {
  float: left;
  margin: 0 0 0 0;
  text-align: center;
}

.bank-btn.cart {
  float: none;
  margin: 0 0 7px 0;
}

.bank-btn.cart a {
  width: 144px;
  background-color: #4b8d99;
}

.bank-btn.cart a:before {
  position: relative;
  display: inline-block;
  content: '';
  top: 2px;
  width: 17px;
  height: 15px;
  margin: 0 9px 0 0;
  background: url('../images/ui-icons.png') no-repeat -13px -29px;
}

.bank-btn.cart.free a {
  background-color: #ff0000;
}

.bank-btn.cart.free a:before {
  display: none;
}

.bank-btn.get a {
  background-color: #4b8d99;
}

.product-btn.free {
  border: 1px solid #ff0000;
}
.product-btn.get {
  background-color: #4b8d99;
  border-color: #4b8d99;
}

.product-btn.free a,
.product-btn.get a {
  padding: 0;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.product-btn.free a:before,
.product-btn.get:before {
  display: none;
}





.bank-price {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 1.096em;
  font-weight: 700;
}

.bank-price.new {
  color: #ff0000;
}

.bank-price.old {
  text-decoration: line-through;
  color: #777777;
}

.bank-features-holder {
  max-width: 404px;
  padding: 26px 0 0 0;
}

.bank-features-btn {
  padding: 10px 0 0 0;
  margin: 13px 0 0 0;
  border-top: 1px solid #cccccc;
}

.bank-features-holder .radio-btn {
  float: left;
  margin: 3px 7px 0 0;
}

.bank-features-holder .feature-holder {
  overflow: hidden;
  background: url(../images/feature-dots.png) repeat-x 0 bottom;
}

.bank-features-holder .feature-holder span {
  float: left;
  line-height: 1.2em;
  background: #ffffff;
}

.bank-features-holder .feature-holder span.bank-price {
  position: relative;
  top: 3px;
  float: right;
  margin: 0;
}

.bank-features-holder .feature-holder span:first-child {
  text-transform: uppercase;
  font-size: 1.125em;
}

.bank-features-holder .feature-holder span.bank-price.new {
  padding: 0 0 0 15px;
}

.total-price {
  padding: 0 0 13px 0;
  font-size: 1.125em;
  text-align: right;
  text-transform: uppercase;
  color: #4b8d99;
}

.total-price span {
  font-size: 1.278em;
  font-weight: 700;
}

.bank-features-btn .bank-cart-btn {
  float: right;
}

.bank-features-btn .bank-cart-btn .bank-price {
  display: none;
}

.share-buttons {
  padding: 38px 0 5px 0;
  text-align: justify;
}

.share-buttons:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.share-buttons:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.share-buttons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 0 0 0 45px;
  border: 1px solid #cacaca;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 1.096em;
  line-height: 29px;
  text-align: center;
  color: #a3a3a3;
}

.share-buttons a:hover {
  text-decoration: none;
}

.share-buttons a:before {
  display: block;
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 45px;
  height: 30px;
  border-radius: 5px 0 0 5px;
}

.share-buttons a:after {
  display: block;
  position: absolute;
  content: '';
  z-index: 2;
}

.share-buttons a.facebook:before {
  background: #39579a;
  background: linear-gradient(to top, #39579a 0%, #5172ba 100%);
}

.share-buttons a.facebook:hover:before {
  background: #5172ba;
  background: linear-gradient(to top, #5172ba 0%, #39579a 100%);
}

.share-buttons a.twitter:before {
  background: #27bffc;
  background: linear-gradient(to top, #1aa9e4 0%, #28c0ff 100%);
}

.share-buttons a.twitter:hover:before {
  background: #1aa9e4;
  background: linear-gradient(to top, #28c0ff 0%, #1aa9e4 100%);
}

.share-buttons a.google:before {
  background: #f34430;
  background: linear-gradient(to top, #db2814 0%, #ff523f 100%);
}

.share-buttons a.google:hover:before {
  background: #db2814;
  background: linear-gradient(to top, #ff523f 0%, #db2814 100%);
}

.share-buttons a.facebook:after {
  top: 5px;
  left: 17px;
  width: 9px;
  height: 18px;
  background: url('../images/ui-icons.png') no-repeat -341px -35px;
}

.share-buttons a.twitter:after {
  top: 6px;
  left: 12px;
  width: 20px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -353px -51px;
}

.share-buttons a.google:after {
  top: 6px;
  left: 15px;
  width: 16px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -353px -34px;
}

.bank-player {
  padding: 0 0 28px 0;
}

.bank-player iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
}

.product-bundles, .bundle-products {
	margin-bottom: -30px;
}

.bank-description {
  padding: 0 0 5px 0;
}

.bank-description p {
  padding: 0 0 31px 0;
  font-size: 1.125em;
  line-height: 1.667em;
}

.bank-description mark {
  font-weight: 700;
}

.bank-description ul {
  padding: 0 0 31px 0;
}

.bank-description li {
  font-size: 1.125em;
  line-height: 1.667em;
}

.bank-description li:before {
  display: inline-block;
  content: '-';
  margin: 0 1px 0 0;
}

.bank-description ul.bank-list {
  float: left;
  min-width: 136px;
}

.bank-description ul.bank-list li {
  list-style: square inside;
}

.bank-description ul.bank-list li:before {
  display: none;
}

.bank-description q {
  display: block;
  padding: 0 0 20px 0;
  font-size: 0.875em;
  font-style: italic;
  clear: both;
}

.bundle-products .catalogue-item-image a:hover {
	background: url(/images/play-overlay.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

/* end of bank*/

/*other*/
.other {
  padding: 0 0 50px 0;
}

.page-content .catalogue-item {
  float: left;
  width: 50%;
  margin: 7px 0 24px 0;
}
/* end of other*/

/*similar*/
.similar {
  padding: 17px 0 20px 0;
}

.similar-product {
  display: table;
  width: 100%;
  position: relative;
  padding: 15px 15px 14px 17px;
  margin: 0 0 12px 0;
  background-color: #eeeeee;
  overflow: hidden;
}

.similar-product-image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
}

.similar-product-image img {
  width: 100%;
  height: auto;
}

.similar-product-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0 0 0 16px;
  font-size: 1.125em;
  line-height: 1.526em;
  overflow: hidden;
}

.similar-product-content span {
  display: block;
  font-weight: 700;
  font-size: 1.111em;
  line-height: 1.373em;
}

.similar-product-cover {
  display: none;
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.similar-product .similar-product-cover.active,
.similar-product:hover .similar-product-cover {
  display: block;
}

.similar-product-cover-holder {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.similar-product-cover-holder .row {
  display: table-cell;
  vertical-align: middle;
}

.similar-product-cover a.wide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.similar-product .product-btn {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin: 0 0 0 9px;
}

/* end of similar*/

/*sounds slider*/
.sounds-slider {
  position: relative;
  padding: 50px 0 6px 0;
}

.sounds-slider-item img {
  width: 100%;
  height: auto;
}

.content-title .more-btn {
  display: block;
  float: right;
  margin: 7px 25px 0 0;
}

.top-products {
  position: relative;
  margin: 38px 0 100px 0;
  padding: 0 0 0 38px;
}

.top-products:before {
  display: block;
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 1px;
  height: 99.4%;
  background: #cccccc;
}

.top-products .content-title {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}

.top-products .catalogue-item {
  margin: 0 0 24px 0;
  float: none;
  width: auto;
}

.page-content .top-products .catalogue-item {
    float: left;
    width: 50%;
    margin: 7px 0 24px 0;
}

.top-products .catalogue-item-image {
  width: 174px;
  height: 174px;
}

.top-products .catalogue-item-image img {
  width: 100%;
  height: auto;
}

.catalogue-item-rating {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 10px 10px 5px;
  font-size: 1.25em;
  font-weight: 700;
}

.catalogue-item-rating span {
  position: relative;
  z-index: 2;
}

.catalogue-item-rating:before {
  display: block;
  position: absolute;
  content: '';
  bottom: -20px;
  right: -20px;
  z-index: 1;
  width: 200px;
  height: 200px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*end of sounds slider*/

/*vendor*/
.vendor-banner {
  padding: 50px 0 36px 0;
}

.vendor-banner-image {
  position: relative;
  /*min-height: 201px;*/
}

.vendor-banner-image .inner {
  overflow: hidden;
  /*height: 312px;*/
}

.vendor-banner-image img {
  position: relative;
  /*left: 50%;*/
  /*top: 0;*/
  /*margin: 0 0 0 -731px;*/
  width: 100%;
  height: auto;
  z-index: 1;
}

.vendor-banner-image h1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 12px 32px 14px 29px;
  font-size: 1.688em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}

/* end of vendor*/

/*overview*/
.overview {
  padding: 27px 0 50px 0;
  text-align: center;
}

.overview-section {
  padding: 0 0 2px 0;
}

.overview-section p {
  padding: 0 0 37px 0;
  font-size: 20px;
  line-height: 24px;
}

.overview-section p span {
  display: block;
}

.overview-title {
  padding: 0 0 13px 0;
  font-size: 25px;
  font-weight: 700;
}

.overview-image {
  margin: 0 0 43px 0;
}

.overview-image img{
  width: 100%;
  height: auto;
}

.overview-image:after {
  display: block;
  content: '';
  clear: both;
}

.overview-image .half-image {
  float: right;
  width: 48.3%;
}

.overview-image .half-image:first-child {
  float: left;
}
/* end of overview*/

/*download dropdown*/
.download-dropdown {
  padding: 13px 0 0 0;
  text-align: center;
}

.download-dropdown p {
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}

.download-dropdown p span {
  display: block;
}

.download-dropdown p span strong {
	font-weight: bold;
}

.download-platform {
  vertical-align: top;
  position: relative;
  display: inline-block;
  margin: 0 24px 21px 24px;
}

.download-platform-image {
  position: relative;
  z-index: 1;
  height: 146px;
}

.download-platform-image.apple img {
  display: inline-block;
  width: 109px;
  height: 131px;
}

.download-platform-image.win img {
  display: inline-block;
  width: 114px;
  height: 125px;
}

.download-platform span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.download-platform a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.download-dropdown label {
  margin: -3px 0 10px 0;
}

.download-dropdown .label-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}

.download-dropdown input.text {
  width: 224px;
  height: 23px;
  border: 1px solid #828282;
  margin: 0 auto;
  font-size: 14px;
  font-style: italic;
}

.hero-banner {
  position: relative;
  z-index: 2;
  margin: 0 0 20px 0;
}

.hero-banner img {
  width: 100%;
  height: auto;
}
/* end of download dropdown*/
























/*sliders*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-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-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 7.5%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-prev:hover,
.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-prev:before,
.owl-next:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  margin: -30px -5px 0 -2px;
  width: 30px;
  height: 60px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-prev:before {
  left: 28%;
  background: url('../images/ui-icons.png') no-repeat -436px 0;
}

.owl-next:before {
  right: 28%;
  background: url('../images/ui-icons.png') no-repeat -406px 0;
}

.owl-prev:hover:before,
.owl-next:hover:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.slider-controls {
  float: right;
  padding: 5px 0 0;
}

.slider-controls div {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 21px;
  background: url('../images/ui-icons.png') no-repeat -340px -1px;
  cursor: pointer;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slider-controls a {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.slider-controls div:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  opacity: 0.8;
}

.slider-controls .next {
  margin: 0 0 0 57px;
  background: url('../images/ui-icons.png') no-repeat -353px -1px;
}

.owl-pagination {
  position: absolute;
  bottom: 5.4%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.owl-page {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url('../images/ui-icons.png') no-repeat -394px -2px;
}

.owl-page.active {
  background: url('../images/ui-icons.png') no-repeat -382px -2px;
}

/* end of sliders*/

/*modal*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.modal.in .modal-dialog {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.modal-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 3%;
}

.modal-backdrop {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-wide-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  opacity: .75;
}

.modal-small-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url('../images/ui-icons.png') no-repeat -318px -14px;
}

.modal-body {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  margin: auto;
}

.modal-frame {
  background: #ffffff;
}

.browser-warning {
  padding: 35px 20px 20px 20px;
  text-align: center;
  font-weight: 500;
}

.browser-warning p {
  font-size: 1.125em;
  padding: 0 0 15px 0;
}

.preview-modal {
  padding: 35px 35px 20px 35px;
  text-align: center;
}

.preview-modal-footer {
  padding: 20px 0 0 0;
}

/* end modal*/

/*browsers fix*/
.ie8 .mobile-nav-btn {
  display: none;
}

.ie8 body {
  min-width: 1170px;
}

.ie8 .pager.fixed .pager-holder,
.ie8 .genres-list,
.ie8 .inner {
  width: 1170px;
}

.ie8 .header-logo {
  padding: 14px 0 0 0;
}

.ie8 .header-cart-btn {
  width: 86px;
  height: 57px;
}

.ie8 .cart-counter {
  height: 21px;
  padding: 0 6px;
  margin: 18px 0 0 16px;
  font-size: 0.875em;
  line-height: 21px;
}

.ie8 .header-cart-btn:before {
  top: 18px;
  left: 47px;
  width: 25px;
  height: 21px;
  background: url('../images/ui-icons.png') no-repeat -143px 0;
}

.ie8 .top-header .header-user-nav li {
  height: 57px;
  padding: 19px 0 0 0;
  margin: 0 0 0 22px;
  font-size: 0.875em;
}

.ie8 .top-header .header-user-nav {
  margin: 0 31px 0 0;
}

.ie8 .top-header .main-nav li {
  font-size: 1.25em;
}

.ie8 .top-header .main-nav li:before {
  height: 5px;
}

.ie8 .top-header .main-nav li a {
  height: 57px;
}

.ie8 .bottom-header .genres-btn {
  margin: 32px 0 0 0;
  font-size: 0.82em;
}

.ie8 .bottom-header .genres-btn span {
  width: 118px;
  height: 24px;
  padding: 2px 0 0 30px;
}

.ie8 .bottom-header .genres-btn:before,
.ie8 .bottom-header .genres-btn span:before,
.ie8 .bottom-header .genres-btn:after {
  left: 8px;
  width: 16px;
  height: 2px;
}

.ie8 .bottom-header .genres-btn:before {
  top: 6px;
}

.ie8 .bottom-header .genres-btn:after {
  top: 11px;
}

.ie8 .bottom-header .genres-btn span:before {
  top: 16px;
}

.ie8 .bottom-header .category-nav {
  padding: 36px 0 0 6.8%;
}

.ie8 .bottom-header .category-nav li {
  padding: 0 0 24px 0;
  margin: 0 0 0 57px;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

.ie8 .bottom-header .category-nav li:before {
  height: 5px;
}

.ie8 .header-search {
  width: 23%;
  height: 30px;
  margin: 30px 0 0 0;
  border-radius: 22px;
}

.ie8 .header-search:before {
  top: 6px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -152px -22px;
}

.ie8 input.search-btn {
  height: 28px;
  width: 40px;
}

.ie8 input.search {
  padding: 0 45px 0 10px;
  height: 28px;
  font-size: 0.75em;
}

.ie8 .genres-list:before {
  width: 174px;
  height: 63px;
}

.ie8 .genres-list-dropdown ul {
  padding: 28px 15px 42px 0;
}

.ie8 .genres-list-dropdown li {
  padding: 3px 0 0 0;
  font-size: 0.875em;
}

.content-title {
  padding: 30px 0 0 0;
  margin: 0 0 24px 0;
}

.ie8 .content-title h2,
.ie8 .content-title h1,
.ie8 .content-title h3 {
  font-size: 1.25em;
}

.ie8 .catalogue-item-data a {
  font-size: 0.875em;
  line-height: 1.75em;
  margin-right: 4px;
}

.ie8 .catalogue-item-data div:first-child a {
  font-size: 1em;
  line-height: 1.44em;
}

.ie8 .product-btn {
  margin: 0 0 0 11px;
}

.ie8 .product-btn a {
  width: 74px;
  height: 21px;
  padding: 0 0 0 23px;
  font-size: 0.75em;
  line-height: 21px;
}

.ie8 .product-btn.play:before {
  top: 4px;
  left: 50%;
  width: 10px;
  height: 13px;
  margin: 0 0 0 -5px;
  background: url('../images/ui-icons.png') no-repeat -181px -34px;
}

.ie8 .product-btn:before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: block;
  content: '';
  width: 14px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -194px -15px;
}

.ie8 .product-btn span {
  top: -21px;
  padding: 0 0 0 23px;
  font-size: 0.75em;
}

.ie8 .product-btn.sale:before {
  background-position: -194px -1px;
}

.ie8 .footer-logo {
  padding: 43px 0 86px 0;
}

.ie8 .footer-copyright {
  padding: 11px 0 0 0;
  font-size: 0.875em;
  letter-spacing: 0.02em;
}

.ie8 .footer-nav-holder {
  padding: 37px 0 0 0;
}

.ie8 .footer-nav li {
  padding: 0;
  font-size: 1em;
}

.ie8 .footer-social {
  padding: 41px 0 20px 0;
}

.ie8 .footer-social a {
  margin: 0 8px 0 14px;
}

.ie8 .footer-social a.item-1 {
  margin: 0 0 0 0;
  width: 14px;
  height: 25px;
  background-position: -210px -3px;
}

.ie8 .footer-social a.item-2 {
  width: 28px;
  height: 23px;
  background-position: -225px -1px;
}

.ie8 .footer-social a.item-3 {
  width: 32px;
  height: 16px;
  background-position: -255px -2px;
}

.ie8 .footer-social a.item-4 {
  width: 27px;
  height: 31px;
  background-position: -289px -2px;
}

.ie8 .footer-social a.item-5 {
  width: 28px;
  height: 13px;
  background-position: -258px -21px;
}

.ie8 .footer-social a.item-6 {
    width: 32px;
    height: 32px;
    background-position: -467px -25px;
}

.ie8 .pager {
  font-size: 0.875em;
}

.ie8 .pager ul {
  padding: 7px 0;
  background: #ffffff;
}

.ie8 .pager li.next a:before,
.ie8 .pager li.prev a:before {
  top: 3px;
  width: 10px;
  height: 15px;
}

.ie8 .pager li.next a:before {
  background-position: -169px -14px;
}

.ie8 .pager li.prev a:before {
  background-position: -169px -30px;
}

.ie8 .pager a {
  height: 21px;
  line-height: 21px;
}

.ie8 .hero {
  height: 439px;
}

.ie8 .hero-description {
  max-width: 370px;
  padding: 62px 0 0 0;
}

.ie8 .hero-description-top {
  padding: 17px 20px 17px 24px;
  margin: 0 0 14px 0;
}

.ie8 .description-logo {
  padding: 4px 0 0 0;
}

.ie8 .description-logo span {
  padding: 7px 0 0 0;
  font-size: 0.6em;
}

.ie8 .description-name {
  padding: 0 0 0 29px;
  font-size: 1em;
  line-height: 1.25em;
}

.ie8 .hero-description-text {
  padding: 13px 23px 20px 23px;
  margin: 0 0 28px 0;
  font-size: 0.875em;
  line-height: 1.6em;
}

.ie8 .hero-description-buttons a {
  width: 179px;
  height: 71px;
  font-size: 1em;
}

.ie8 .hero-description-buttons a span {
  padding: 11px 0 1px 0;
  font-size: 1.25em;
}

.ie8 .hero-nav li {
  font-size: 1.25em;
  line-height: 1em;
}

.ie8 .hero-nav li span {
  height: 57px;
}

.ie8 .hero-dropdown-close {
  top: 50px;
  width: 20px;
  height: 20px;
  background: url('../images/ui-icons.png') no-repeat -318px -14px;
}

.ie8 .hero-dropdown-holder {
  max-width: 971px;
}

.ie8 .hero-dropdown-title {
  font-size: 1em;
  padding: 46px 0 49px 0;
}

.ie8 .hero-dropdown-title + .hero-dropdown-column {
  width: 301px;
  padding: 0 25px 0 0;
}

.ie8 .hero-dropdown .column-title {
  padding: 0 0 20px 0;
  font-size: 2.2em;
  line-height: 1.1em;
}

.ie8 .hero-dropdown-column p {
  padding: 0 0 19px 0;
  font-size: 1em;
  line-height: normal;
}

.ie8 .hero-dropdown-price {
  padding: 0 0 22px 0;
  font-size: 0.65em;
}

.ie8 .hero-dropdown-price span {
  font-size: 2.2em;
}

.ie8 .hero-dropdown .red-btn a, .ie8 .hero-dropdown .blue-btn a {
  width: 145px;
  height: 42px;
  font-size: 1.3em;
}

.ie8 .hero-dropdown-column {
  padding: 0 0 0 100px;
}

.ie8 .hero-dropdown-preview {
  padding: 5px 0 8px 0;
}

.ie8 .hero-dropdown-price.new {
  margin: 0 0 0 19px;
  font-size: 0.7em;
}

.ie8 .hero-dropdown-price.old {
  margin: 0 0 0 23px;
  font-size: 0.7em;
}

.ie8 .hero-dropdown-price.new span,
.ie8 .hero-dropdown-price.old span {
  padding: 0 0 0 0;
  font-size: 2.2em;
}

.ie8 .content-slider .content-title {
  padding: 0;
  margin: 0 0 8px 0;
}

.ie8 a.content-title-link {
  font-size: 1.25em;
}

.ie8 .catalogue-item-data p {
  padding: 25px 0 0 0;
  font-size: 0.875em;
  line-height: 1.556em;
}

.ie8 .more-btn {
  font-size: 0.875em;
}

.ie8 .more-btn:before {
  top: 3px;
  right: -20px;
}

.ie8 .pager.fixed ul {
  padding: 7px 7px 4px 7px;
  background: #444444;
}

.ie8 .catalogue-item-image {
  width: 170px;
}

.ie8 .hero-dropdown .preview-item img,
.ie8 .catalogue-item-image img {
  width: 100%;
  height: auto;
}

.ie8 .product-btn:first-child {
  margin: 0;
}

.ie8 .hero-dropdown .preview-item {
  width: 86px;
}

.ie8 .page-content {
  width: 770px;
}

.ie8 .page-aside {
  width: 370px;
}

.ie8 .bank {
  padding: 33px 0 0 0;
}

.ie8 .share-buttons {
  padding: 30px 0 5px 0;
}

.ie8 .share-buttons a {
  width: 80px;
  height: 24px;
  line-height: 23px;
  padding: 0 0 0 36px;
  font-size: 0.8em;
}

.ie8 .share-buttons a:before {
  width: 36px;
  height: 24px;
}

.ie8 .share-buttons a.facebook:after {
  top: 4px;
  left: 14px;
  width: 7px;
  height: 14px;
  background: url('../images/ui-icons.png') no-repeat -377px -34px;
}

.ie8 .share-buttons a.twitter:after {
  top: 5px;
  left: 10px;
  width: 16px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -387px -34px;
}

.ie8 .share-buttons a.google:after {
  top: 5px;
  left: 13px;
  width: 13px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -376px -51px;
}

.ie8 .bank-top {
  padding: 0;
}

.ie8 .bank h1 {
  padding: 2px 80px 13px 0;
  font-size: 1.55em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.ie8 .bank-top-data {
  padding: 0 0 11px 0;
}

.ie8 .data-row {
  padding: 0 0 5px 0;
  font-size: 0.875em;
  line-height: 1.1em;
}

.ie8 .data-row span {
  min-width: 97px;
}

.ie8 .bank-features,
.ie8 .bank-top-buttons {
  font-size: 0.8em;
}

.ie8 .bank-top-buttons {
  max-width: 323px;
}

.ie8 .bank-btn a {
  width: 87px;
  height: 23px;
}

.ie8 .bank-btn.cart a {
  width: 116px;
}

.ie8 .bank-btn.cart a:before {
  width: 14px;
  height: 12px;
  margin: 0 5px 0 0;
  background: url('../images/ui-icons.png') no-repeat -110px -55px;
}

.ie8 .bank-description .content-title {
  margin: 0 0 30px 0;
}

.ie8 .bank-player {
  padding: 0 0 23px 0;
}

.ie8 .bank-description h4 {
  padding: 0 0 4px 0;
  font-size: 0.875em;
}

.ie8 .bank-description p {
  padding: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 1.667em;
}

.ie8 .bank-description li {
  font-size: 0.875em;
  line-height: 1.75em;
}

.ie8 .bank-description ul {
  padding: 0 0 20px 0;
}

.ie8 .bank-description ul.bank-list {
  min-width: 111px;
}

.ie8 .bank-description q {
  padding: 0 0 5px 0;
  font-size: 0.7em;
}

.ie8 .page-content .catalogue-item {
  margin: 0 0 24px 0;
}

.ie8 .similar {
  padding: 0 0 20px 0;
}

.ie8 .similar .content-title {
  margin: 0 0 15px 0;
}

.ie8 .similar-product {
  padding: 12px 15px 12px 14px;
  margin: 0 0 9px 0;
}

.ie8 .similar-product-image {
  width: 60px;
}

.ie8 .similar-product-content {
  padding: 0 0 0 12px;
  font-size: 0.875em;
  line-height: 1.526em;
}

.ie8 .sounds-slider {
  position: relative;
  padding: 40px 0 0 0;
}

.ie8 .top-products .catalogue-item-image {
  width: 140px;
}

.ie8 .top-products {
  margin: 30px 0 100px 0;
  padding: 0 0 0 29px;
}

.ie8 .vendor-banner {
  padding: 40px 0 0 0;
}

.ie9 .mobile-nav-btn {
  display: none;
}

.ie9 body {
  min-width: 1170px;
}

.ie9 .pager.fixed .pager-holder,
.ie9 .genres-list,
.ie9 .inner {
  width: 1170px;
}

.ie9 .header-logo {
  padding: 14px 0 0 0;
}

.ie9 .header-cart-btn {
  width: 86px;
  height: 57px;
}

.ie9 .cart-counter {
  height: 21px;
  padding: 0 6px;
  margin: 18px 0 0 16px;
  font-size: 0.875em;
  line-height: 21px;
}

.ie9 .header-cart-btn:before {
  top: 18px;
  left: 47px;
  width: 25px;
  height: 21px;
  background: url('../images/ui-icons.png') no-repeat -143px 0;
}

.ie9 .top-header .header-user-nav li {
  height: 57px;
  padding: 19px 0 0 0;
  margin: 0 0 0 22px;
  font-size: 0.875em;
}

.ie9 .top-header .header-user-nav {
  margin: 0 31px 0 0;
}

.ie9 .top-header .main-nav li {
  font-size: 1.25em;
}

.ie9 .top-header .main-nav li:before {
  height: 5px;
}

.ie9 .top-header .main-nav li a {
  height: 57px;
}

.ie9 .bottom-header .genres-btn {
  margin: 32px 0 0 0;
  font-size: 0.82em;
}

.ie9 .bottom-header .genres-btn span {
  width: 118px;
  height: 24px;
  padding: 2px 0 0 30px;
}

.ie9 .bottom-header .genres-btn:before,
.ie9 .bottom-header .genres-btn span:before,
.ie9 .bottom-header .genres-btn:after {
  left: 8px;
  width: 16px;
  height: 2px;
}

.ie9 .bottom-header .genres-btn:before {
  top: 6px;
}

.ie9 .bottom-header .genres-btn:after {
  top: 11px;
}

.ie9 .bottom-header .genres-btn span:before {
  top: 16px;
}

.ie9 .bottom-header .category-nav {
  padding: 36px 0 0 6.8%;
}

.ie9 .bottom-header .category-nav li {
  padding: 0 0 24px 0;
  margin: 0 0 0 57px;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

.ie9 .bottom-header .category-nav li:before {
  height: 5px;
}

.ie9 .header-search {
  width: 23%;
  height: 30px;
  margin: 30px 0 0 0;
  border-radius: 22px;
}

.ie9 .header-search:before {
  top: 6px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url('../images/ui-icons.png') no-repeat -152px -22px;
}

.ie9 input.search-btn {
  height: 28px;
  width: 40px;
}

.ie9 input.search {
  padding: 0 45px 0 10px;
  height: 28px;
  font-size: 0.75em;
}

.ie9 .genres-list:before {
  width: 174px;
  height: 63px;
}

.ie9 .genres-list-dropdown ul {
  padding: 28px 15px 42px 0;
}

.ie9 .genres-list-dropdown li {
  padding: 3px 0 0 0;
  font-size: 0.875em;
}

.content-title {
  padding: 30px 0 0 0;
  margin: 0 0 24px 0;
}

.ie9 .content-title h2,
.ie9 .content-title h1,
.ie9 .content-title h3 {
  font-size: 1.25em;
}

.ie9 .catalogue-item-data a {
  font-size: 0.875em;
  line-height: 1.75em;
  margin-right: 4px;
}

.ie9 .catalogue-item-data div:first-child a {
  font-size: 1em;
  line-height: 1.44em;
}

.ie9 .product-btn {
  margin: 0 0 0 11px;
}

.ie9 .product-btn a {
  width: 74px;
  height: 21px;
  padding: 0 0 0 23px;
  font-size: 0.75em;
  line-height: 21px;
}

.ie9 .product-btn.play:before {
  top: 4px;
  left: 50%;
  width: 10px;
  height: 13px;
  margin: 0 0 0 -5px;
  background: url('../images/ui-icons.png') no-repeat -181px -34px;
}

.ie9 .product-btn:before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: block;
  content: '';
  width: 14px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -194px -15px;
}

.ie9 .product-btn span {
  top: -21px;
  padding: 0 0 0 23px;
  font-size: 0.75em;
}

.ie9 .product-btn.sale:before {
  background-position: -194px -1px;
}

.ie9 .catalogue .catalogue-item {
  margin: 0 0 25px 0;
}

.ie9 .footer-logo {
  padding: 43px 0 86px 0;
}

.ie9 .footer-copyright {
  padding: 11px 0 0 0;
  font-size: 0.875em;
  letter-spacing: 0.02em;
}

.ie9 .footer-nav-holder {
  padding: 37px 0 0 0;
}

.ie9 .footer-nav li {
  padding: 0;
  font-size: 1em;
}

.ie9 .footer-social {
  padding: 41px 0 20px 0;
}

.ie9 .footer-social a {
  margin: 0 8px 0 14px;
}

.ie9 .footer-social a.item-1 {
  margin: 0 0 0 0;
  width: 14px;
  height: 25px;
  background-position: -210px -3px;
}

.ie9 .footer-social a.item-2 {
  width: 28px;
  height: 23px;
  background-position: -225px -1px;
}

.ie9 .footer-social a.item-3 {
  width: 32px;
  height: 16px;
  background-position: -255px -2px;
}

.ie9 .footer-social a.item-4 {
  width: 27px;
  height: 31px;
  background-position: -289px -2px;
}

.ie9 .footer-social a.item-5 {
  width: 28px;
  height: 13px;
  background-position: -258px -21px;
}

.ie9 .footer-social a.item-6 {
    width: 32px;
    height: 32px;
    background-position: -467px -25px;
}

.ie9 .pager {
  font-size: 0.875em;
}

.ie9 .pager ul {
  padding: 7px 0;
  background: #ffffff;
}

.ie9 .pager li.next a:before,
.ie9 .pager li.prev a:before {
  top: 3px;
  width: 10px;
  height: 15px;
}

.ie9 .pager li.next a:before {
  background-position: -169px -14px;
}

.ie9 .pager li.prev a:before {
  background-position: -169px -30px;
}

.ie9 .pager a {
  height: 21px;
  line-height: 21px;
}

.ie9 .hero {
  height: 439px;
}

.ie9 .hero-description {
  max-width: 370px;
  padding: 62px 0 0 0;
}

.ie9 .hero-description-top {
  padding: 17px 20px 17px 24px;
  margin: 0 0 14px 0;
}

.ie9 .description-logo {
  padding: 4px 0 0 0;
}

.ie9 .description-logo span {
  padding: 7px 0 0 0;
  font-size: 0.6em;
}

.ie9 .description-name {
  padding: 0 0 0 29px;
  font-size: 1em;
  line-height: 1.25em;
}

.ie9 .hero-description-text {
  padding: 13px 23px 20px 23px;
  margin: 0 0 28px 0;
  font-size: 0.875em;
  line-height: 1.6em;
}

.ie9 .hero-description-buttons a {
  width: 179px;
  height: 71px;
  font-size: 1em;
}

.ie9 .hero-description-buttons a span {
  padding: 11px 0 1px 0;
  font-size: 1.25em;
}

.ie9 .hero-nav li {
  font-size: 1.25em;
  line-height: 1em;
}

.ie9 .hero-nav li span {
  height: 57px;
}

.ie9 .hero-dropdown-close {
  top: 50px;
  width: 20px;
  height: 20px;
  background: url('../images/ui-icons.png') no-repeat -318px -14px;
}

.ie9 .hero-dropdown-holder {
  max-width: 971px;
}

.ie9 .hero-dropdown-title {
  font-size: 1em;
  padding: 46px 0 49px 0;
}

.ie9 .hero-dropdown-title + .hero-dropdown-column {
  width: 301px;
  padding: 0 25px 0 0;
}

.ie9 .hero-dropdown .column-title {
  padding: 0 0 20px 0;
  font-size: 2.2em;
  line-height: 1.1em;
}

.ie9 .hero-dropdown-column p {
  padding: 0 0 19px 0;
  font-size: 1em;
  line-height: normal;
}

.ie9 .hero-dropdown-price {
  padding: 0 0 22px 0;
  font-size: 0.65em;
}

.ie9 .hero-dropdown-price span {
  font-size: 2.2em;
}

.ie9 .hero-dropdown .red-btn a, .ie9 .hero-dropdown .blue-btn a {
  width: 145px;
  height: 42px;
  font-size: 1.3em;
}

.ie9 .hero-dropdown-column {
  padding: 0 0 0 100px;
}

.ie9 .hero-dropdown-preview {
  padding: 5px 0 8px 0;
}

.ie9 .hero-dropdown-price.new {
  margin: 0 0 0 19px;
  font-size: 0.7em;
}

.ie9 .hero-dropdown-price.old {
  margin: 0 0 0 23px;
  font-size: 0.7em;
}

.ie9 .hero-dropdown-price.new span,
.ie9 .hero-dropdown-price.old span {
  padding: 0 0 0 0;
  font-size: 2.2em;
}

.ie9 .content-slider .content-title {
  padding: 0;
  margin: 0 0 8px 0;
}

.ie9 a.content-title-link {
  font-size: 1.25em;
}

.ie9 .catalogue-item-data p {
  padding: 25px 0 0 0;
  font-size: 0.875em;
  line-height: 1.556em;
}

.ie9 .more-btn {
  font-size: 0.875em;
}

.ie9 .more-btn:before {
  top: 3px;
  right: -20px;
}

.ie9 .pager.fixed ul {
  padding: 7px 7px 4px 7px;
  background: #444444;
}

.ie9 .catalogue-item-image {
  width: 170px;
}

.ie9 .hero-dropdown .preview-item img,
.ie9 .catalogue-item-image img {
  width: 100%;
  height: auto;
}

.ie9 .product-btn:first-child {
  margin: 0;
}

.ie9 .hero-dropdown .preview-item {
  width: 86px;
}

.ie9 .page-content {
  width: 770px;
}

.ie9 .page-aside {
  width: 370px;
}

.ie9 .bank {
  padding: 33px 0 0 0;
}

.ie9 .share-buttons {
  padding: 30px 0 5px 0;
}

.ie9 .share-buttons a {
  width: 80px;
  height: 24px;
  line-height: 23px;
  padding: 0 0 0 36px;
  font-size: 0.8em;
}

.ie9 .share-buttons a:before {
  width: 36px;
  height: 24px;
}

.ie9 .share-buttons a.facebook:after {
  top: 4px;
  left: 14px;
  width: 7px;
  height: 14px;
  background: url('../images/ui-icons.png') no-repeat -377px -34px;
}

.ie9 .share-buttons a.twitter:after {
  top: 5px;
  left: 10px;
  width: 16px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -387px -34px;
}

.ie9 .share-buttons a.google:after {
  top: 5px;
  left: 13px;
  width: 13px;
  height: 12px;
  background: url('../images/ui-icons.png') no-repeat -376px -51px;
}

.ie9 .bank-top {
  padding: 0;
}

.ie9 .bank h1 {
  padding: 2px 80px 13px 0;
  font-size: 1.55em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.ie9 .bank-top-data {
  padding: 0 0 11px 0;
}

.ie9 .data-row {
  padding: 0 0 5px 0;
  font-size: 0.875em;
  line-height: 1.1em;
}

.ie9 .data-row span {
  min-width: 97px;
}

.ie9 .bank-features,
.ie9 .bank-top-buttons {
  font-size: 0.8em;
}

.ie9 .bank-top-buttons {
  max-width: 323px;
}

.ie9 .bank-btn a {
  width: 87px;
  height: 23px;
}

.ie9 .bank-btn.cart a {
  width: 116px;
}

.ie9 .bank-btn.cart a:before {
  width: 14px;
  height: 12px;
  margin: 0 5px 0 0;
  background: url('../images/ui-icons.png') no-repeat -110px -55px;
}

.ie9 .bank-description .content-title {
  margin: 0 0 30px 0;
}

.ie9 .bank-player {
  padding: 0 0 23px 0;
}

.ie9 .bank-description h4 {
  padding: 0 0 4px 0;
  font-size: 0.875em;
}

.ie9 .bank-description p {
  padding: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 1.667em;
}

.ie9 .bank-description li {
  font-size: 0.875em;
  line-height: 1.75em;
}

.ie9 .bank-description ul {
  padding: 0 0 20px 0;
}

.ie9 .bank-description ul.bank-list {
  min-width: 111px;
}

.ie9 .bank-description q {
  padding: 0 0 5px 0;
  font-size: 0.7em;
}

.ie9 .page-content .catalogue-item {
  margin: 0 0 24px 0;
}

.ie9 .similar {
  padding: 0 0 20px 0;
}

.ie9 .similar .content-title {
  margin: 0 0 15px 0;
}

.ie9 .similar-product {
  padding: 12px 15px 12px 14px;
  margin: 0 0 9px 0;
}

.ie9 .similar-product-image {
  width: 60px;
}

.ie9 .similar-product-content {
  padding: 0 0 0 12px;
  font-size: 0.875em;
  line-height: 1.526em;
}

.ie9 .sounds-slider {
  position: relative;
  padding: 40px 0 0 0;
}

.ie9 .top-products .catalogue-item-image {
  width: 140px;
}

.ie9 .top-products {
  margin: 30px 0 100px 0;
  padding: 0 0 0 29px;
}

.ie9 .vendor-banner {
  padding: 40px 0 0 0;
}

/* end of browsers fix*/

/*___________5. end of MAIN CONTENT______________*/

/*___________6. RESPONSIVE__________________________*/

/*1900*/
@media only screen and (max-width: 1920px) {

  .description-logo {
    width: 146px;
  }

  .hero-image img {
    min-width: 1920px;
    margin: 0;
    left: 0;
    max-width: 1920px;
  }

  .cart-dropdown-outer.fixed .cart-dropdown-inner,
  .pager.fixed .pager-holder,
  .genres-list,
  .inner {
    width: 1170px;
  }

  .header-logo {
    padding: 10px 0 0 0;
  }

  .header-cart-btn {
    width: 86px;
    height: 57px;
  }

  .cart-counter {
    height: 21px;
    padding: 0px 6px 0 7px;
    margin: 18px 0 0 16px;
    font-size: 0.875em;
    line-height: 21px;
  }

  .header-cart-btn:before {
    top: 18px;
    left: 47px;
    width: 25px;
    height: 21px;
    background: url('../images/ui-icons.png') no-repeat -143px 0;
  }
  
  .header-personal-area-btn {
    width: 68px;
    height: 57px;
  }
  
  .header-personal-area-btn:before {
    top: 18px;
    left: 25px;
    width: 18px;
    height: 21px;
    background: url('../images/ui-icons.png') no-repeat -546px -1px;
  }

  .top-header .header-user-nav li {
    height: 57px;
    padding: 19px 0 0 0;
    margin: 0 0 0 22px;
    font-size: 0.875em;
  }

  .top-header .header-user-nav {
    margin: 0 31px 0 0;
  }

  .top-header .main-nav li {
    font-size: 1.2em;
  }

  .top-header .main-nav li:before {
    height: 5px;
  }

  .top-header .main-nav li a {
    height: 57px;
  }

  .bottom-header .genres-btn {
    margin: 32px 0 0 0;
    font-size: 0.82em;
  }

  .bottom-header .genres-btn span {
    width: 91px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 30px;
  }

  .bottom-header .genres-btn:before,
  .bottom-header .genres-btn span:before,
  .bottom-header .genres-btn:after {
    width: 16px;
    height: 2px;
    left: 8px;
  }

  .bottom-header .genres-btn:before {
    top: 6px;
  }

  .bottom-header .genres-btn:after {
    top: 11px;
  }

  .bottom-header .genres-btn span:before {
    top: 16px;
  }

  .bottom-header .category-nav {
    padding: 36px 0 0 2.8%;
  }

  .bottom-header .category-nav li {
    padding: 0 0 24px 0;
    margin: 0 0 0 35px;
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }

  .bottom-header .category-nav li:before {
    height: 5px;
  }

  .header-search {
    height: 30px;
    margin: 30px 0 0 0;
    border-radius: 15px;  	
  }

  .header-search:before {
    top: 6px;
    right: 12px;
    width: 15px;
    height: 15px;
    background: url('../images/ui-icons.png') no-repeat -152px -22px;
  }

  input.search-btn {
    height: 28px;
    width: 40px;
  }

  input.search {
    padding: 0 45px 0 10px;
    height: 28px;
    font-size: 0.75em;
  }

  .header-search-outer.hint ul {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	padding-bottom: 10px;
  }
  
  .genres-list:before {
    width: 153px;
    height: 63px;
  }

  .genres-list-dropdown ul {
    padding: 28px 15px 42px 0;
  }

  .genres-list-dropdown li {
    padding: 3px 0 0 0;
    font-size: 0.875em;
  }

  .content-title {
    padding: 30px 0 0 0;
    margin: 0 0 24px 0;
  }

  .content-title h2,
  .content-title h1,
  .content-title h3 {
    font-size: 1.25em;
  }

  .catalogue-item-data a {
    font-size: 0.875em;
    line-height: 1.75em;
    margin-right: 4px;
  }

  .catalogue-item-data div:first-child a {
    font-size: 1em;
    line-height: 1.44em;
  }

  .top-products .catalogue-item-buttons {
    left: 150px;
  }

  .product-btn {
    width: 70px;
  }
  
  .product-btn a {
    height: 21px;
    padding: 0 0 0 23px;
    font-size: 0.75em;
    line-height: 21px;
  }

  .product-btn.play:before {
    top: 4px;
    left: 50%;
    width: 10px;
    height: 13px;
    margin: 0 0 0 -5px;
    background: url('../images/ui-icons.png') no-repeat -181px -34px;
  }

  .product-btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    display: block;
    content: '';
    width: 14px;
    height: 12px;
    background: url('../images/ui-icons.png') no-repeat -194px -15px;
  }

  .product-btn span {
    top: -21px;
    padding: 0 0 0 23px;
    font-size: 0.75em;
  }

  .product-btn.sale:before {
    background-position: -194px -1px;
  }

  .catalogue-item {
  }

  .footer-logo {
    padding: 43px 0 86px 0;
  }

  .footer-copyright {
    padding: 11px 0 0 0;
    font-size: 0.875em;
    letter-spacing: 0.02em;
  }
  
  .terms-and-conditions {
    font-size: 0.73em;
  }

  .footer-nav-holder {
    padding: 37px 0 0 0;
  }

  .footer-nav li {
    padding: 0;
    font-size: 1em;
  }

  .footer-social {
    padding: 41px 0 20px 0;
  }

  .footer-social a {
    margin: 0 8px 0 14px;
  }

  .footer-social a.item-1 {
    margin: 0 0 0 0;
    width: 14px;
    height: 25px;
    background-position: -210px -3px;
  }

  .footer-social a.item-2 {
    width: 28px;
    height: 23px;
    background-position: -225px -1px;
  }

  .footer-social a.item-3 {
    width: 32px;
    height: 16px;
    background-position: -255px -2px;
  }

  .footer-social a.item-4 {
    width: 27px;
    height: 31px;
    background-position: -289px -2px;
  }

  .footer-social a.item-5 {
    width: 28px;
    height: 13px;
    background-position: -258px -21px;
  }

  .footer-social a.item-6 {
    width: 25px;
    height: 25px;
    background-position: -499px -25px;
  }

  .pager {
    font-size: 0.875em;
  }

  .pager ul {
    padding: 7px 0;
    background: #ffffff;
  }

  .pager li.next a:before,
  .pager li.prev a:before {
    top: 3px;
    width: 10px;
    height: 15px;
  }

  .pager li.next a:before {
    background-position: -169px -14px;
  }

  .pager li.prev a:before {
    background-position: -169px -30px;
  }

  .pager a {
    height: 21px;
    line-height: 21px;
  }

  .hero {
    height: 439px;
  }

  .hero-description {
    max-width: 370px;
    padding: 62px 0 0 0;
  }

  .hero-description-top {
    padding: 17px 20px 17px 24px;
    margin: 0 0 14px 0;
  }

  .description-logo {
    padding: 4px 0 0 0;
  }

  .description-logo span {
    padding: 7px 0 0 0;
    font-size: 0.6em;
  }

  .description-name {
    padding: 0 0 0 29px;
    font-size: 1em;
    line-height: 1.25em;
  }

  .hero-description-text {
    padding: 13px 23px 20px 23px;
    margin: 0 0 28px 0;
    font-size: 0.875em;
    line-height: 1.6em;
  }

  .hero-description-buttons a {
    width: 179px;
    height: 71px;
    font-size: 1em;
  }

  .hero-description-buttons a span {
    padding: 11px 0 1px 0;
    font-size: 1.25em;
  }

  .hero-nav li {
    font-size: 1.25em;
    line-height: 1em;
  }

  .hero-nav li span {
    height: 57px;
  }

  .hero-dropdown-close {
    top: 50px;
    width: 20px;
    height: 20px;
    background: url('../images/ui-icons.png') no-repeat -318px -14px;
  }

  .hero-dropdown-holder {
    max-width: 971px;
  }

  .hero-dropdown-title {
    font-size: 1em;
    padding: 46px 0 49px 0;
  }

  .hero-dropdown-title + .hero-dropdown-column {
    width: 301px;
    padding: 0 0 0 25px;
  }

  .hero-dropdown .column-title {
    padding: 0 0 20px 0;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  .hero-dropdown-column p {
    padding: 0 0 19px 0;
    font-size: 1em;
    line-height: normal;
  }

  .hero-dropdown-price {
    padding: 0 0 22px 0;
    font-size: 0.65em;
  }
  
  .hero-dropdown-column.discount .hero-dropdown-price.old {
	margin-bottom: 32px;
}

  .hero-dropdown-price span {
    font-size: 2.2em;
  }

  .hero-dropdown .red-btn a, .hero-dropdown .blue-btn a {
    width: 145px;
    height: 42px;
    font-size: 1.3em;
  }

  .hero-dropdown-column {
    padding: 0 100px 0 0;
  }

  .hero-dropdown-preview {
    padding: 5px 0 8px 0;
  }

  .hero-dropdown-price.new {
    margin: 0 0 0 19px;
    font-size: 0.7em;
  }

  .hero-dropdown-price.old {
    margin: 0 0 0 23px;
    font-size: 0.7em;
  }

  .hero-dropdown-price.new span,
  .hero-dropdown-price.old span {
    padding: 0 0 0 0;
    font-size: 2.2em;
  }

  .content-slider .content-title {
    padding: 0;
    margin: 0 0 8px 0;
  }

  a.content-title-link {
    font-size: 1.25em;
  }
  
  .catalogue-item-data p {
    padding: 25px 0 0 0;
    font-size: 1em;
    line-height: 1.556em;
  }

  .more-btn {
    font-size: 0.875em;
  }

  .more-btn:before {
    top: 3px;
    right: -20px;
  }

  .page-content {
    width: 770px;
  }

  .page-aside {
    width: 370px;
  }

  .bank {
    padding: 33px 0 0 0;
  }

  .share-buttons {
    padding: 30px 0 5px 0;
  }

  .share-buttons a {
    width: 80px;
    height: 24px;
    line-height: 23px;
    padding: 0 0 0 36px;
    font-size: 0.8em;
  }

  .share-buttons a:before {
    width: 36px;
    height: 24px;
  }

  .share-buttons a.facebook:after {
    top: 4px;
    left: 14px;
    width: 7px;
    height: 14px;
    background: url('../images/ui-icons.png') no-repeat -377px -34px;
  }

  .share-buttons a.twitter:after {
    top: 5px;
    left: 10px;
    width: 16px;
    height: 12px;
    background: url('../images/ui-icons.png') no-repeat -387px -34px;
  }

  .share-buttons a.google:after {
    top: 5px;
    left: 13px;
    width: 13px;
    height: 12px;
    background: url('../images/ui-icons.png') no-repeat -376px -51px;
  }

  .bank-top {
    padding: 0;
  }

  .bank h1 {
    padding: 2px 80px 13px 0;
    font-size: 1.55em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .bank-top-data {
    padding: 0 0 11px 0;
  }

  .data-row {
    padding: 0 0 5px 0;
    font-size: 0.875em;
    line-height: 1.1em;
  }

  .data-row span {
    min-width: 97px;
  }

  .bank-features,
  .bank-top-buttons {
    font-size: 0.8em;
  }

  .bank-btn a {
    width: 87px;
    height: 23px;
  }

  .bank-btn.cart a {
    width: 116px;
  }

  .bank-btn.cart a:before {
    width: 14px;
    height: 12px;
    margin: 0 5px 0 0;
    background: url('../images/ui-icons.png') no-repeat -110px -55px;
  }

  .bank-description .content-title {
    margin: 0 0 30px 0;
  }

  .bank-player {
    padding: 0 0 23px 0;
  }

  .bank-description h4 {
    padding: 0 0 4px 0;
    font-size: 0.875em;
  }

  .bank-description p {
    padding: 0 0 20px 0;
    font-size: 0.875em;
    line-height: 1.667em;
  }

  .bank-description li {
    font-size: 0.875em;
    line-height: 1.75em;
  }

  .bank-description ul {
    padding: 0 0 20px 0;
  }

  .bank-description ul.bank-list {
    min-width: 111px;
  }

  .bank-description q {
    padding: 0 0 5px 0;
    font-size: 0.7em;
  }

  .similar {
    padding: 0 0 20px 0;
  }

  .similar .content-title {
    margin: 0 0 15px 0;
  }

  .similar-product {
    padding: 12px 15px 12px 14px;
    margin: 0 0 9px 0;
  }

  .similar-product-image {
    width: 60px;
    min-height: 60px;
  }

  .similar-product-content {
    padding: 0 0 0 12px;
    font-size: 0.875em;
    line-height: 1.526em;
  }

  .sounds-slider {
    position: relative;
    padding: 40px 0 0 0;
  }

  .top-products .catalogue-item-image {
    width: 140px;
    height: 140px;
  }

  .top-products {
    margin: 30px 0 100px 0;
    padding: 0 0 0 29px;
  }

  .vendor-banner {
    padding: 40px 0 27px 0;
  }

  .bank-image {
    height: 270px;
    width: 270px;
  }
}

/* end of 1900*/

@media only screen and (max-width: 1700px) {

  .hero {
    height: 355px;
  }
  
  .hero-description {
    max-width: 370px;
    padding: 30px 0 0 0;
  }
}

/*1280*/
@media only screen and (max-width: 1400px) {

  .hero-image img {
    max-width: 1400px;
    min-width: 1400px;
  }

  .cart-dropdown-outer.fixed .cart-dropdown-inner,
  .pager.fixed .pager-holder,
  .genres-list,
  .inner {
    width: 939px;
  }

  .header-logo {
    width: 140px;
    padding: 13px 0 0 0;
  }
  
  .footer-logo img{
    width: 140px;
  }

  .bottom-header .category-nav {
    padding: 36px 0 0 1.8%;
  }

  .bottom-header .category-nav li {
    margin: 0 0 0 17px;
  }

  .top-header .header-user-nav {
    margin: 0 24px 0 0;
  }

  .top-header .main-nav {
    left: -58px;
  }
  
  .genres-list:before {
    width: 138px;
    height: 63px;
  }
  
  .catalogue-item-data a {
    font-size: 0.9em;
    line-height: 1.75em;
    margin-right: 3px;
  }

  .catalogue-item-data div:first-child a {
    font-size: 1em;
    line-height: 1.46em;
  }

  .product-btn {
    width: 62px;
  }

  .product-btn a {
    height: 21px;
    padding: 0 0 0 20px;
    font-size: 0.7em;
    line-height: 21px;
  }

  .product-btn.play:before {
    top: 4px;
    left: 50%;
    width: 10px;
    height: 13px;
    margin: 0 0 0 -5px;
    background: url('../images/ui-icons.png') no-repeat -181px -34px;
  }

  .product-btn:before {
    position: absolute;
    top: 5px;
    left: 3px;
    z-index: 1;
    display: block;
    content: '';
    width: 14px;
    height: 12px;
    background: url('../images/ui-icons.png') no-repeat -194px -15px;
  }

  .product-btn span {
    top: -21px;
    padding: 0 0 0 21px;
    font-size: 0.7em;
  }

  .product-btn.sale:before {
    background-position: -194px -1px;
  }

  .catalogue-item {
    margin: 0 0 25px 0;
  }

  .catalogue-item .ribbon {
    padding: 6px 9px;
    font-size: 0.7em;
  }

  .catalogue-item .ribbon span {
    font-size: 1.7em;
    line-height: 1em;
  }

  .catalogue-item .ribbon:before {
    display: block;
    position: absolute;
    content: '';
    top: -17px;
    left: -17px;
    z-index: 1;
    width: 200px;
    height: 200px;
    background: #ff0000;
    border: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-nav-holder {
    padding: 39px 0 0 0;
  }

  .footer-nav li {
    padding: 1px 0 0 0;
    font-size: 0.875em;
  }

  .footer-social {
    padding: 40px 0 20px 0;
  }

  .footer-social a {
    margin: 0 5px 0 10px;
  }

  .footer-social a.item-1 {
    margin: 0 0 0 0;
    width: 11px;
    height: 21px;
    background-position: -194px -38px;
  }

  .footer-social a.item-2 {
    width: 23px;
    height: 19px;
    background-position: -207px -37px;
  }

  .footer-social a.item-3 {
    width: 26px;
    height: 12px;
    background-position: -232px -38px;
  }

  .footer-social a.item-4 {
    width: 22px;
    height: 26px;
    background-position: -261px -37px;
  }

  .footer-social a.item-5 {
    width: 23px;
    height: 10px;
    background-position: -236px -53px;
  }
  
  .footer-social a.item-6 {
    width: 21px;
    height: 21px;
    background-position: -524px -1px;
  }

  .hero-description-top {
    padding: 14px 20px 17px 24px;
    margin: 0 0 14px 0;
  }
  
  .description-logo {
    padding: 6px 0 0 0;
  }

  .description-logo img {
    width: 139px;
  }

  .description-name {
    padding: 3px 0 0 17px;
  }

  .catalogue-item {
  }

  .catalogue-item-data p {
    padding: 12px 0 0 0;
  }

  .page-content {
    width: 620px;
  }

  .page-aside {
    width: 300px;
  }

  .share-buttons {
    padding: 24px 0 5px 0;
  }

  .share-buttons a {
    width: 66px;
    height: 20px;
    line-height: 19px;
    padding: 0 0 0 30px;
    font-size: 0.8em;
  }

  .share-buttons a:before {
    width: 30px;
    height: 20px;
  }

  .share-buttons a.facebook:after {
    top: 2px;
    left: 11px;
  }

  .share-buttons a.twitter:after {
    top: 3px;
    left: 7px;
  }

  .share-buttons a.google:after {
    top: 3px;
    left: 10px;
  }

  .bank-top-right {
    padding: 0 0 0 20px;
  }

  .bank h1 {
    padding: 2px 0 13px 0;
  }

  .bank-features-holder {
    max-width: 322px;
    padding: 22px 0 0 0;
  }

  .bank-features-holder .feature-holder span:first-child {
    font-size: 1em;
    padding: 0 0 1px 0;
  }

  .bank-features-holder .radio-btn {
    margin: 0 4px 0 0;
  }

  .bank-features label {
    margin: 0 0 6px 0;
  }

  .top-products {
    padding: 0 0 0 20px;
  }

  .top-products .catalogue-item-image {
    width: 120px;
    height: 120px;
  }
  
  .vendor-banner-image h1 {
    padding: 10px 15px 10px 23px;
    font-size: 1.25em;
  }

  .bank-image {
    height: 220px;
    width: 220px;
  }

  .catalogue-item-image {
    width: 140px;
    height: 140px;
    margin-right: 10px;
  }
  
  .videos .catalogue-item-image {
	height: 79px;
  }

  .videos .catalogue-item-image a:hover span { 
    margin: 28px auto;
  }

  .catalogue-item-buttons {
    left: 150px;
  }

  .top-products .catalogue-item-buttons {
      left: 130px;
  }

}

/* end of 1280*/

@media only screen and (max-width: 1024px) {

  .hero-image img {
    max-width: 1024px;
    min-width: 1024px;
  }
}

/*1023*/
@media only screen and (max-width: 1023px) {
  
  .slider-dropdown.users .catalogue-item {
    width: 100%;
  }

  .cart-dropdown-outer.fixed .cart-dropdown-inner,
  .pager.fixed .pager-holder,
  .genres-list,
  .inner {
    width: 706px;
  }

  .catalogue-item {
    width: 50%;
  }

  .top-header .main-nav {
    position: relative;
    z-index: 1;
    float: left;
    width: 32.1%;
    margin: 0 0 0 4.4%;
  }

  .top-header .main-nav ul {
    width: auto;
    margin: 0;
  }

  .top-header .header-user-nav {
    display: none;
  }

  .top-header .main-nav {
    left: 0;
  }

  .bottom-header .category-nav {
    padding: 38px 0 0 1.3%;
  }

  .bottom-header .category-nav li {
    padding: 0 0 24px 0;
    margin: 0 0 0 18px;
    font-size: 0.8em;
  }
  
  .bottom-header .category-nav li.converter {
    display: none;
  }

  .genres-list:before {
    width: 128px;
    height: 60px;
  }

  .genres-list-dropdown ul {
    padding: 20px 15px 42px 0;
  }

  .genres-list-dropdown li {
    padding: 3px 0 0 0;
    font-size: 0.75em;
  }

  .footer-nav {
    position: relative;
    width: auto;
    padding: 0 0 0 0;
    text-align: right;
  }

  .footer-nav-holder {
    width: 100%;
    padding: 30px 0 0 0;
    display: inline-block;
  }

  .footer-nav li {
    padding: 3px 0 0 0;
    font-size: 0.75em;
  }

  .footer-social {
    float: none;
    padding: 28px 0 10px 0;
  }

  .right-footer {
    display: block;
    float: right;
    width: 48.9%;
  }

  .footer-social a {
    margin: 0 5px 0 14px;
  }

  .hero {
    height: 439px;
  }

  .hero-description {
    max-width: 370px;
    padding: 62px 0 0 0;
  }

  .hero-nav {
    width: 286px;
  }

  .main-page .top-header .main-nav {
    position: absolute;
    float: none;
    width: 100%;
    margin: 0;
  }

  .main-page .top-header .main-nav ul {
    width: 32.1%;
    margin: 0 auto;
  }

  .hero-dropdown-title {
    font-size: 0.75em;
    padding: 46px 0 57px 0;
  }

  .hero-dropdown .column-title {
    padding: 0 0 20px 0;
    font-size: 2em;
    line-height: 1.1em;
  }

  .hero-dropdown-column {
    padding: 0 35px 0 0;
  }

  .hero-dropdown-title + .hero-dropdown-column {
    width: 265px;
    padding: 0 0 0 25px;
  }

  .hero-dropdown-preview {
    padding: 5px 0 32px 0;
  }

  .page-content {
    width: 620px;
  }

  .page-aside {
    width: 300px;
  }

  .page-aside,
  .page-content {
    float: none;
    width: auto;
  }

  .bank-top-right {
    padding: 0 0 0 17px;
  }

  .bank-features-holder {
    max-width: 100%;
    padding: 22px 0 0 0;
  }

  .other {
    padding: 0 0 0 0;
  }

  .page-content {
    padding: 0;
  }
  
  .similar-product {
    float: right;
    width: 49%;
  }

  .similar-product:nth-child(even) {
    clear: both;
    float: left;
  }

  .top-products {
    padding: 0;
    margin: 30px 0 0 0;
  }

  .top-products:before {
    display: none;
  }

  .catalogue-item-image {
    width: 120px;
    height: 120px;
    margin-right: 10px;
  }
  
  .videos .catalogue-item-image {
	height: 67px;
  }
  
  .videos .catalogue-item-image a:hover span {
    margin: 22px auto;
  }

  .catalogue-item-buttons {
    left: 130px;
  }

  .hero-dropdown .preview-item {
    width: 61px;
  }
}

/* end of 1023*/

@media only screen and (max-width: 768px) {
  .hero {

  }

  .modal-frame.preview-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }


  .overview-image .half-image ,
  .overview-image .half-image:first-child {
    float: none;
    width: auto;
  }

  .overview-image .half-image:first-child {
    margin: 0 0 43px 0;
  }
}

/*767*/
@media only screen and (max-width: 67px) {

  .hero-image img {
    min-width: 768px;
    max-width: 768px;
  }
  
  .top-header .main-nav {
    display: none;
  }

  .download-platform {
    width: 135px;
    margin: 0 0 10px 0;
  }

  .download-dropdown p {
    padding: 0 0 10px 0;
  }

  .download-dropdown label {
    margin: -5px 0 7px 0;
  }

  .download-dropdown .label-text {
    width: 200px;
  }

  .download-platform span {
    font-size: 11px;
  }

  .download-platform-image {
    height: 60px;
  }

  .download-platform-image.apple img {
    width: 45px;
    height: 55px;
  }

  .download-platform-image.win img {
    width: 44px;
    height: 48px;
  }

  .hero-dropdown .preview-item {
    width: 42px;
  }

  .header-logo {
    width: 29px;
  }

  .pager.fixed .pager-holder {
    width: auto;
  }

  
  .header-search-outer.active,
  .cart-dropdown-outer.active,
  .personal-area-dropdown-outer.active {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: #ffffff;
  }
  
  .header-search-outer ul {
	display: block;
 	margin-top: 10px;
  }
  .cart-dropdown,
  .personal-area-dropdown {
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .header-search-outer.active .header-search-inner,
  .cart-dropdown-outer.active .cart-dropdown-inner,
  .personal-area-dropdown-outer.active .personal-area-dropdown-inner {
    margin: auto;
    width: 480px;
  }

  .header-search-outer.active .header-search-inner,
  .cart-dropdown-outer .cart-dropdown-inner,
  .personal-area-dropdown-outer .personal-area-dropdown-inner,
  .genres-list,
  .inner {
    max-width: 93.4%;
  }

  /* .header-search, */
  .bottom-header {
    display: none;
  }

  .top-header {
  }

  .search-trigger,
  .mobile-nav-btn {
    display: block;
  }

  .cart-counter {
    display: none;
  }

  .header-cart-btn:hover,
  .header-cart-btn {
    width: 28px;
    height: 43px;
    margin: 0 0 0 8px;
    background: none;
  }

  .header-cart-btn:before {
    top: 13px;
    left: 5px;
    width: 18px;
    height: 17px;
    background: url('../images/ui-icons.png') no-repeat -13px -45px;
  }
  
  .header-personal-area-btn:hover,
  .header-personal-area-btn {
    width: 28px;
    height: 43px;
    margin: 0 0 0 8px;
    background: none;
  }
  
  .header-personal-area-btn:before {
    top: 13px;
    left: 5px;
    width: 14px;
    height: 17px;
    background: url('../images/ui-icons.png') no-repeat -550px -23px;
  }

  .header-search-title,
  .cart-dropdown-title {
    padding: 27px 10px 13px 10px;
  }

  .cart-dropdown-list {
    padding: 0 10px 30px 10px;
  }

  .cart-dropdown-name {
    width: 74%;
  }

  .header-search-outer {
    display: none;
  }
  
  .header-search-outer.active {
	display: block;
  }
  
  .header-search-title {
    display: block;
  }
  
  .header-search {
	width: 100%;
  }
  
  .header-search-outer.hint .header-search {
    border-bottom: 1px solid #444444;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  
  .header-search-outer.hint ul {
	border: none;
  }
  
  .genres-list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: 100%;
    width: 100%;
    height: 0;
    margin: 0;
    background: #444444;
    clear: both;
  }

  .genres-list.active {
    height: 100%;
  }

  .genres-list-dropdown {
    padding: 0 20px 0 20px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
  }

  .genres-list.active .genres-list-dropdown {
    padding: 51px 20px 20px 20px;
  }

  .genres-list.active .genres-list-close {
    display: block;
  }

  .genres-list-dropdown ul {
    width: 25%;
    padding: 0 15px 13px 0;
  }

  .genres-list-dropdown li {
    font-size: 0.875em;
  }

  .genres-list:before {
    display: none;
  }

  .hero-dropdown-holder {
    max-width: 280px;
  }

  .hero-dropdown-close {
    top: 15px;
    right: 8px;
  }

  .hero-dropdown-title {
    font-size: 0.55em;
    padding: 18px 0 21px 0;
  }

  .hero-dropdown-column {
    padding: 0;
  }

  .hero-dropdown-title + .hero-dropdown-column {
    float: none;
    width: auto;
    padding: 0 0 8px 0;
    margin: 0 0 25px 0;
    border-left: none;
    border-bottom: 1px solid #cccccc;
  }

  .hero-dropdown .column-title {
    padding: 0 0 2px 0;
    font-size: 1.42em;
  }

  .hero-dropdown-column p {
    padding: 0 0 10px 0;
    font-size: 0.875em;
    letter-spacing: normal;
  }

  .hero-dropdown-price {
    float: left;
  }

  .hero-dropdown-price span {
    font-size: 2em;
  }

  .hero-dropdown .red-btn,
  .hero-dropdown .blue-btn {
    float: right;
  }
  
  .hero-dropdown-column.discount .blue-btn {
	clear: none;
  }

  .hero-dropdown .red-btn a,
  .hero-dropdown .blue-btn a {
    width: 120px;
    height: 28px;
    font-size: 1em;
  }

  .hero-dropdown-preview {
    padding: 5px 0 0 0;
  }

  .hero-dropdown-price.new {
    margin: 0;
    font-size: 0.65em;
  }

  .hero-dropdown-price.old {
    margin: 0 0 0 12px;
    font-size: 0.65em;
  }
  
  .bank-btn {
    margin: 0 5px 0 0;
  }
  
  .hero-description {
    float: none;
    padding: 28px 0 0 0;
    margin: auto;
  }

  .hero-description-top {
    padding: 14px 20px 17px 24px;
    margin: 0 0 14px 0;
  }

  .description-name {
    padding: 5px 0 0 17px;
    font-size: 0.875em;
  }

  .hero-description-text {
    display: none;
  }

  .hero-description-buttons a:first-child,
  .hero-description-buttons a {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 28px;
    padding: 0 0 0 28px;
    margin: 0 16px;
    font-size: 0.875em;
    letter-spacing: normal;
    line-height: 28px;
  }

  .hero-description-buttons a span {
    display: none;
  }

  .hero-description-buttons a:before {
    display: block;
    position: absolute;
    content: '';
    top: 6px;
    left: 31px;
    width: 17px;
    height: 15px;
    background: url('../images/ui-icons.png') no-repeat -13px -29px;
  }
  
  .hero-description-buttons a.discount:before {
    left: 10px;
  }

  .hero-description-buttons a:first-child:before {
    top: 6px;
    left: 10px;
    width: 19px;
    height: 18px;
    background-position: -286px -38px;
  }

  .hero-nav {
    width: 100%;
    height: 57px;
    text-align: center;
  }

  .hero-nav ul {
    display: inline-block;
    width: 100%;
    max-width: 320px;
  }

  .hero {
    height: 354px;
  }

}

/* end of 767*/

/*640*/
@media only screen and (max-width: 640px) {

  .cart-dropdown-outer.fixed .cart-dropdown-inner,
  .inner {
    width: 100%;
  }

  .header-logo {
    width: 70px;
    padding: 15px 0px 0px 15px;
  }

  .header-search-outer {
    position: relative;
    width: 50%;
    float: right;
}


  .header-cart-btn:before {
    background: url(../images/ui-icons@2x.png?f) no-repeat -9px -45px;
    background-size: 566px 67px;
}

.genres-list-dropdown ul {
  padding: 0px 15px 0px 24px;
  float: none;
}

  .catalogue-item {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .genres-list-dropdown ul {
    width: 50%;
  }

  .right-footer {
    float: none;
    width: 100%;
  }

  .footer-nav ul,
  .footer-nav ul:first-child,
  .footer-nav ul:nth-child(2) {
    float: none;
    width: auto;
  }

  .footer-nav li:first-child,
  .footer-nav li {
    text-align: center;
    padding: 0 0 0 0;
    font-size: 1em;
  }

  .footer-social {
    padding: 28px 0 0 0;
    text-align: center;
  }

  .footer-social a {
    margin: 0 0 0 15px;
  }

  .footer-logo {
    float: none;
    text-align: center;
    padding: 33px 0 36px 0;
  }

  .footer-logo a {
    display: inline-block;
  }

  .footer-copyright {
    padding: 6px 0 0 0;
  }

  .pager,
  .content-title h2,
  .content-title h1,
  .content-title h3 {
    float: none;
  }

  .content-title.floated h2,
  .content-title.floated h1,
  .content-title.floated h3 {
    float: left;
  }

  .content-title {
    padding: 17px 0 0 0;
    margin: 0 0 20px 0;
  }


  a.content-title-link {
    font-size: 1em;
  }

  .more-btn {
    top: 2px;
  }

  .slider-controls {
    padding: 5px 0 0 0;
  }

  .slider-controls .next {
    margin: 0 0 0 12px;
  }

  .page-content .catalogue-item {
    float: none;
    width: auto;
  }

  .bank-top-left {
    float: none;
    width: 280px;
    padding: 0;
    margin: auto;
  }

  .bank-top-right {
    width: 280px;
    padding: 0;
    margin: auto;
  }

  .share-buttons {
    padding: 24px 0 0 0;
  }

  .bank-cart-btn {
    float: none;
    text-align: left;
    clear: both;
    margin:  0;
    padding: 10px 0 0 0;
  }

  .bank-btn.cart {
    display: inline-block;
  }

  .bank-top {
    padding: 0 0 28px 0;
  }

  .bank-description {
    width: 280px;
    padding: 0 0 5px 0;
    margin: auto;
  }

  .page-content .top-products .catalogue-item, .similar-product, .similar-product:nth-child(even) {
    width: 100%;
    float: none;
  }

  .vendor-banner {
    padding: 0 0 30px 0;
  }

  .vendor-banner .inner {
    width: 100%;
    max-width: 100%;
  }

  .owl-prev:before {
    left: 15%;
  }

  .owl-next:before {
    right: 15%;
  }

  .bank-image {
    height: 280px;
    width: 280px;
  }
}

/* end of 640*/

@media only screen and (max-width: 480px) {

  .similar-product-cover {
  }
}

@media only screen and (max-width: 385px) {

  .hero {
  }
}

@media only screen and (min-width: 1900px) {
  .pager.fixed .pager-holder {
    width: 1460px;
  }

  .pager.fixed ul {
    padding: 10px 10px;
  }
}

/*___________end of 6. RESPONSIVE___________________*/

/*___________7. Print styles.___________________*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  header,
  footer {
    position: static;
  }

  .main {
    padding: 100px 0 !important;
  }
  
}

/*___________7. end of Print styles.____________*/
