#rt-top-surround {
  background-color: #2b2f35;
  color: #F0F0F0;
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 959px) {
    #rt-top-surround {
      position: relative; } }
  #rt-top-surround a, #rt-top-surround input {
    color: #ffffff; }
  #rt-top-surround .kmenu a {
    color: #606060; }
  #rt-top-surround.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    #rt-top-surround.animated.slideDown {
      -webkit-animation-name: slideDown;
      -moz-animation-name: slideDown;
      animation-name: slideDown; }
    #rt-top-surround.animated.slideUp {
      -webkit-animation-name: slideUp;
      -moz-animation-name: slideUp;
      animation-name: slideUp; }
  #rt-top-surround #rt-fullwidth {
    color: #000000; }

#rt-header-surround {
  height: 120px;
  background-color: #E5E5E5; }
  #rt-header-surround.open {
    background-color: #181818; }

.menu-home #rt-header-surround, .menu-join #rt-header-surround, .menu-account #rt-header-surround, .menu-checkout #rt-header-surround {
  background-color: #181818; }

#rt-top {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
  height: 50px; }
  @media only screen and (max-width: 767px) {
    #rt-top {
      display: none; } }
  #rt-top div[class^="rt-grid-"]:nth-child(2) {
    text-align: center; }
  #rt-top .rt-container {
    z-index: 3; }
  #rt-top .rt-block {
    padding: 0 15px; }
  #rt-top .finder {
    text-align: right; }

#rt-header {
  background-color: #2c3035;
  background-image: -moz-linear-gradient(top, #3b3d46, #2c3035);
  background-image: -webkit-linear-gradient(top, #3b3d46, #2c3035);
  background-image: linear, to bottom, #3b3d46, #2c3035;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B3D46', endColorstr='#FF2C3035', GradientType=0);
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  #rt-header .rt-block {
    padding: 3px 15px;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      #rt-header .rt-block {
        padding: 3px 12px; } }
  #rt-header .rt-container {
    z-index: 2; }

.rt-menu-mobile {
  text-align: center;
  padding: 0 0 15px 0; }

#rt-logo {
  width: 266px;
  height: 63px;
  display: block;
  background: url(../images/logo/logo.png);
  background-repeat: no-repeat;
  background-position: 0 50%; }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    #rt-logo {
      width: 225px;
      background-size: 225px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #rt-logo {
      width: 180px;
      background-size: 180px; } }
  @media only screen and (max-width: 767px) {
    #rt-logo {
      width: 200px;
      background-size: 200px;
      margin: 4px auto -4px;
      height: 45px; } }

.dropdown {
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 1, 1, 0.25), inset 0 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px #ffffff;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  z-index: 3000;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #606060; }
  .dropdown li {
    padding: 5px 16px;
    cursor: default; }
    .dropdown li.sublevel {
      font-size: 12px;
      padding: 0 16px 0 36px; }
    .dropdown li i {
      margin-right: 6px;
      color: #aaa; }
  .dropdown li.autocompleter-selected, .dropdown li:hover {
    background-color: #e5e5e5; }
  .dropdown.dark {
    color: #ffffff;
    background-color: #41424b;
    box-shadow: 0 2px 10px rgba(0, 1, 1, 0.25), inset 0 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    z-index: 3000;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .dropdown.dark li {
      padding: 5px 16px;
      cursor: default; }
      .dropdown.dark li.sublevel {
        font-size: 12px;
        padding: 0 16px 0 36px; }
      .dropdown.dark li i {
        margin-right: 6px;
        color: #777; }
    .dropdown.dark li.autocompleter-selected, .dropdown.dark li:hover {
      background-color: #54555d; }

.mod-minilogin .inset, .mod-minicart, .mod-elasticsearch input {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 0 1px #1d1f23, inset 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  min-height: 28px; }
  .mod-minilogin .inset:focus, .mod-minicart:focus, .mod-elasticsearch input:focus {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 0 1px #1d1f23, inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(15, 160, 255, 0.4); }
  .mod-minilogin .inset .button, .mod-minicart .button, .mod-elasticsearch input .button, .mod-minilogin .inset #rt-header .med.darkgrey, #rt-header .mod-minilogin .inset .med.darkgrey, .mod-minicart #rt-header .med.darkgrey, #rt-header .mod-minicart .med.darkgrey, .mod-elasticsearch input #rt-header .med.darkgrey, #rt-header .mod-elasticsearch input .med.darkgrey {
    display: inline-block;
    margin: 1px 1px 0 0;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 13px; }

.mod-minilogin {
  margin: 0 auto;
  white-space: nowrap; }
  .mod-minilogin img {
    margin-right: 3px;
    vertical-align: top;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    max-width: 28px; }
  .mod-minilogin .surround {
    display: inline-block;
    position: relative; }
  .mod-minilogin .dropdown-toggle {
    cursor: pointer;
    padding: 0 3px 0 0;
    line-height: inherit;
    height: 28px;
    line-height: 28px; }
  .mod-minilogin .caret {
    border-top-color: #ffffff; }
  .mod-minilogin .dropdown-menu {
    left: 0; }
    .mod-minilogin .dropdown-menu > li {
      padding: 0;
      text-align: left; }
      .mod-minilogin .dropdown-menu > li > a {
        padding: 5px 16px;
        line-height: inherit; }
        .mod-minilogin .dropdown-menu > li > a:hover, .mod-minilogin .dropdown-menu > li > a:focus {
          background-color: inherit; }
  .mod-minilogin .logintext {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
    vertical-align: bottom; }
  .mod-minilogin em {
    font-style: normal; }
  .mod-minilogin i {
    font-size: 16px;
    color: #909090; }

.mod-minicart {
  float: right; }
  .mod-minicart i {
    margin-right: 5px;
    font-size: 16px;
    color: #909090; }
  .mod-minicart em {
    font-style: normal;
    font-size: 16px; }
  .mod-minicart .cart-content {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top; }
  .mod-minicart .cart-text {
    vertical-align: middle; }

.mod-elasticsearch {
  position: relative; }
  .mod-elasticsearch input::-webkit-input-placeholder {
    color: #F0F0F0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .mod-elasticsearch input:-moz-placeholder {
    color: #F0F0F0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .mod-elasticsearch input::-moz-placeholder {
    color: #F0F0F0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .mod-elasticsearch input:-ms-input-placeholder {
    color: #F0F0F0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .mod-elasticsearch form {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 210px; }
    @media only screen and (max-width: 767px) {
      .mod-elasticsearch form {
        width: 100%; } }
  .mod-elasticsearch .badge {
    margin-right: 2px;
    padding: 0 4px; }
    .mod-elasticsearch .badge i {
      font-size: 14px;
      color: #fff;
      margin-right: 0; }
      .mod-elasticsearch .badge i.small {
        font-size: 7px;
        margin-left: 3px; }
    .mod-elasticsearch .badge.badge-type {
      width: 14px;
      margin-right: 4px; }
  .mod-elasticsearch i {
    font-size: 11px; }
    .mod-elasticsearch i.small {
      font-size: 7px;
      margin-left: 3px; }
  .mod-elasticsearch .filter {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #F0F0F0;
    padding: 0 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    cursor: pointer; }
    .mod-elasticsearch .filter .rticon-filter {
      color: #909090; }
    .mod-elasticsearch .filter span {
      font-size: 10px;
      color: #aaa;
      margin: 0 0 0 2px; }
  .mod-elasticsearch .button, .mod-elasticsearch #rt-header .med.darkgrey, #rt-header .mod-elasticsearch .med.darkgrey {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px; }
    .mod-elasticsearch .button i, .mod-elasticsearch #rt-header .med.darkgrey i, #rt-header .mod-elasticsearch .med.darkgrey i {
      margin-right: 0; }
  .mod-elasticsearch input {
    padding-left: 40px;
    padding-right: 36px;
    height: 28px;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mod-elasticsearch .dropdown li {
    cursor: pointer; }

ul.search-autocomplete {
  min-width: 165px;
  margin-top: 2px; }
  ul.search-autocomplete li a {
    color: inherit !important;
    display: block; }
  ul.search-autocomplete li.error {
    max-width: 250px; }
    ul.search-autocomplete li.error:hover {
      background-color: inherit; }
    ul.search-autocomplete li.error h1 {
      font-size: 175%;
      margin-top: 0; }
    ul.search-autocomplete li.error p {
      margin-bottom: 0;
      font-size: 110%;
      color: #999; }

ul.filters-autocomplete li.enabled i, .dropdown li.enabled i {
  color: #4db8fe; }

@media only screen and (max-width: 767px) {
  #rt-header-surround {
    height: auto; }

  #rt-top-surround {
    position: inherit; }
    #rt-top-surround.animated {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      animation-name: none; }

  #rt-top .rt-block {
    margin: 3px 10px; }
  #rt-top .mod-elasticsearch {
    max-width: 200px;
    margin: 0 auto; }
  #rt-top .mod-minilogin em {
    display: none; }
  #rt-top .rt-omega {
    text-align: center; }

  .mod-minicart {
    margin: 0 auto;
    float: none; } }
.highlight {
  font-style: normal;
  background-color: #FFFAE9; }

li:hover .highlight {
  background: inherit; }

.badge.documentation {
  background-color: #2F629F; }
.badge.products {
  background-color: #C70173; }
.badge.articles {
  background-color: #3E7920; }
.badge.rockettheme {
  background-color: #666666; }
.badge.wordpress {
  background-color: #3671B9; }
.badge.joomla {
  background-color: #EC5840; }
.badge.phpbb {
  background-color: #38A4D7; }
.badge.magento {
  background-color: #E70285; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-120px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-120px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-120px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideDown {
  0% {
    transform: translateY(-120px); }
  100% {
    transform: translateY(0); } }
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-120px); } }
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-120px); } }
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-120px); } }
@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-120px); } }
#rt-logo {
  margin: -15px 15px;
  width: 63px;
  background-image: url(../images/logo/rocket.png); }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    #rt-logo {
      width: 63px;
      background-size: 63px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #rt-logo {
      width: 45px;
      background-size: 45px;
      background-position: 50% 38%; } }
  @media only screen and (max-width: 767px) {
    #rt-logo {
      width: 50px;
      height: 50px;
      background-size: 45px; } }

.button:active, #rt-header .med.darkgrey:active {
  box-shadow: none; }

#rt-productscroller.templates-strip {
  max-height: 348px; }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    #rt-productscroller.templates-strip {
      max-height: 323px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #rt-productscroller.templates-strip {
      max-height: 288px; } }
  @media only screen and (max-width: 767px) {
    #rt-productscroller.templates-strip {
      max-height: 175px; } }

.templates-strip {
  height: 348px !important;
  display: block !important; }

#rt-productscroller.templates-strip.extensions-scroller {
  max-height: 333px;
  height: 333px !important; }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    #rt-productscroller.templates-strip.extensions-scroller {
      max-height: 290px; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    #rt-productscroller.templates-strip.extensions-scroller {
      max-height: 256px; } }
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    #rt-productscroller.templates-strip.extensions-scroller {
      max-height: 160px; } }
  @media only screen and (max-width: 480px) {
    #rt-productscroller.templates-strip.extensions-scroller {
      max-height: 130px; } }

.rt-showcase-image {
  height: 100%; }

#rt-productscroller .rt-block {
  width: 100%; }

#rt-header .rt-block {
  padding: 15px;
  float: left; }
  #rt-header .rt-block.buttons-block {
    float: right; }
  @media only screen and (max-width: 959px) {
    #rt-header .rt-block.logo-block {
      padding: 15px 0; } }

#rt-header .med.darkgrey {
  float: none;
  background-color: #35373d;
  background-image: -moz-linear-gradient(top, #45464e, #35373d);
  background-image: -webkit-linear-gradient(top, #45464e, #35373d);
  background-image: linear, to bottom, #45464e, #35373d;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF45464E', endColorstr='#FF35373D', GradientType=0);
  border: 1px solid #292929;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 39px;
  /* line-height: 39px;
  font-size: 16px; */ }
  #rt-header .med.darkgrey:hover {
    color: #ffffff;
    background-color: #41434b;
    background-image: -moz-linear-gradient(top, #51525c, #41434b);
    background-image: -webkit-linear-gradient(top, #51525c, #41434b);
    background-image: linear, to bottom, #51525c, #41434b;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF51525C', endColorstr='#FF41434B', GradientType=0); }
  #rt-header .med.darkgrey:active, #rt-header .med.darkgrey.active {
    background-color: #45464e;
    background-image: -moz-linear-gradient(top, #41434b, #45464e);
    background-image: -webkit-linear-gradient(top, #41434b, #45464e);
    background-image: linear, to bottom, #41434b, #45464e;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF41434B', endColorstr='#FF45464E', GradientType=0); }
  #rt-header .med.darkgrey:active, #rt-header .med.darkgrey.active {
    background-color: #217bb4;
    background-image: -moz-linear-gradient(top, #2164ac, #217bb4);
    background-image: -webkit-linear-gradient(top, #2164ac, #217bb4);
    background-image: linear, to bottom, #2164ac, #217bb4;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2164AC', endColorstr='#FF217BB4', GradientType=0);
    border: 1px solid #2d2e33;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 2px 3px rgba(0, 0, 0, 0.3);
    /* line-height: 39px;
    font-size: 16px; */ }
    @media only screen and (max-width: 959px) {
      #rt-header .med.darkgrey:active, #rt-header .med.darkgrey.active {
        font-size: 13px;
        padding: 0 8px; } }
  #rt-header .med.darkgrey .caret {
    border-top-color: white;
    margin-left: 6px; }
  #rt-header .med.darkgrey .caret-top {
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #rt-header .med.darkgrey .arrow {
    position: relative;
    display: inline-block;
    top: 2px; }
  @media only screen and (max-width: 959px) and (min-width: 767px) {
    #rt-header .med.darkgrey {
      font-size: 13px;
      padding: 0 8px; } }
  @media only screen and (max-width: 767px) {
    #rt-header .med.darkgrey {
      font-size: 15px;
      height: 36px;
      line-height: 30px; } }

#rt-header-pattern {
  padding: 2px 0; }

.custom .button.orange, .custom #rt-header .orange.med.darkgrey, #rt-header .custom .orange.med.darkgrey {
  margin-right: 0; }

.custom .close-frames {
  background: rgba(0, 0, 0, 0.3);
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fafafa;
  margin-left: 10px;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .custom .close-frames {
      width: 24px;
      height: 24px;
      margin-left: 0; } }

.presets {
  font-size: 0;
  list-style: none;
  margin: -3px 0 0;
  vertical-align: middle;
  padding: 6px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.3);
  min-width: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .presets li {
    font-size: 14px;
    display: inline-block;
    margin: 0 2px; }
  .presets li:nth-child(n+14) {
    display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    .presets li:nth-child(n+8) {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .presets li:nth-child(n+7) {
      display: none; } }
  .presets.empty {
    display: none; }

@media only screen and (max-width: 959px) {
  .med {
    font-size: 13px; } }
@media only screen and (max-width: 480px) {
  #rt-productscroller {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 958px) {
  #rt-logo {
    margin: -10px 15px; } }
@media only screen and (max-width: 767px) {
  #rt-logo {
    margin: -5px 5px 0 15px; }

  .rt-block {
    margin: 0 !important;
    padding: 0 2px !important; }

  #rt-header {
    height: 50px; }

  #rt-header .med span {
    display: inline-block; }

  .rt-container [class*="rt-grid"] {
    width: auto;
    display: inline-block;
    float: left; }

  .button, #rt-header .med.darkgrey, #rt-header .med, #rt-header .med.darkgrey {
    margin-right: 1px;
    margin-top: 4px; }
    .button .caret, #rt-header .med.darkgrey .caret, #rt-header .med .caret, #rt-header .med.darkgrey .caret {
      margin-left: 0; }
    .button .caret-top, #rt-header .med.darkgrey .caret-top, #rt-header .med .caret-top, #rt-header .med.darkgrey .caret-top {
      top: 10px; }
    .button i, #rt-header .med.darkgrey i, #rt-header .med i, #rt-header .med.darkgrey i {
      font-size: 20px;
      line-height: 20px;
      vertical-align: middle; }

  #rt-productscroller {
    max-height: 175px; }
    #rt-productscroller .ps-title {
      font-size: 8px;
      line-height: 16px;
      text-shadow: none; }
    #rt-productscroller .ps-arrow {
      width: 25px;
      height: 25px;
      font-size: 15px; }
      #rt-productscroller .ps-arrow.left::after, #rt-productscroller .ps-arrow.right::after {
        top: 2px;
        left: 8px; }
    #rt-productscroller .ps-nav-container {
      top: 40px; } }

/*# sourceMappingURL=demos.css.map */
