@media only screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .title,
  .component-content h2 {
    font-size: 2.4em;
  }
  .rt-block.icon-large[class^="icon-"]:before,
  .rt-block.icon-large[class*=" icon-"]:before {
    font-size: 8em;
  }
  body .layout-showcase .sprocket-features-content {
    width: 30%;
  }
  body .layout-showcase .sprocket-features-img-container {
    width: 66%;
  }
  body .layout-showcase .sprocket-features-title {
    font-size: 260%;
  }
  body .layout-showcase .sprocket-features-desc {
    margin-top: 15px;
  }
  body .layout-showcase .sprocket-features-desc > span {
    font-size: 1em;
  }
  body .layout-showcase .sprocket-features-pagination li {
    width: 24px;
    height: 24px;
  }
  body .layout-showcase .sprocket-features-pagination li span {
    line-height: 24px;
  }
  body .layout-showcase .sprocket-features-arrows {
    bottom: 55px;
  }
  body .promo1 {
    font-size: 350%;
  }
  body .promo2 {
    font-size: 300%;
  }
  body .promo3 {
    font-size: 150%;
  }
  body .rt-image-description span {
    margin-top: 15px;
  }
  body .rt-image-description .rt-big-icon {
    font-size: 5.5em;
  }
  body .rt-image-description h4 {
    font-size: 2em;
    margin-top: 10px;
  }
  body .rt-image-description p {
    font-size: 1.2em;
  }
}
@media (min-width: 1199px) and (max-width: 1345px) {
  .rt-social-buttons {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1085px) {
  .rt-social-buttons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 891px) {
  .rt-social-buttons {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  body h1,
  body h2,
  body h3 {
    font-size: 200%;
  }
  body h1.title,
  body h2.title,
  body h3.title {
    font-size: 200%;
  }
  .rt-block.icon-large[class^="icon-"]:before,
  .rt-block.icon-large[class*=" icon-"]:before {
    font-size: 7em;
  }
  body .layout-showcase .sprocket-features-title {
    font-size: 195%;
  }
  body .layout-showcase .sprocket-features-pagination li {
    width: 24px;
    height: 24px;
  }
  body .layout-showcase .sprocket-features-pagination li span {
    line-height: 24px;
  }
  body .layout-showcase .sprocket-features-arrows {
    bottom: 55px;
  }
  body .layout-showcase .sprocket-features-content {
    width: 29%;
  }
  body .layout-showcase .sprocket-features-content .sprocket-features-desc {
    font-size: 83%;
  }
  body .layout-showcase .sprocket-features-content .readon {
    padding: 0 15px;
    background-position: 108px -1002px;
  }
  body .layout-showcase .sprocket-features-content .readon:hover {
    background-position: 108px -1089px;
  }
  .layout-showcase.sprocket-features .sprocket-features-arrows .arrow {
    top: inherit;
    width: 30px;
    height: 30px;
    background-image: url(../images/dark/small-arrows.png);
  }
  .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next {
    background-position: 0 -198px;
    right: 10px;
    top: 50%;
  }
  .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next:hover {
    background-position: 0 -712px;
  }
  .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev {
    background-position: 0 -370px;
    left: inherit;
    left: 34.8%;
    top: 50%;
  }
  .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev:hover {
    background-position: 0 -896px;
  }
  body .sprocket-tabs-nav li .sprocket-tabs-inner {
    font-size: 90%;
    padding: 6px 8px;
  }
  body #contact-form legend {
    font-size: 1em;
    line-height: 2em;
    width: 500px;
    padding-bottom: 15px;
  }
  body #contact-form textarea {
    width: 300px !important;
    resize: none;
  }
  body #k2Container h2,
  body #k2Container h2 a,
  body #k2Container h3,
  body #k2Container h3 a {
    font-size: 1.5em !important;
  }
  body #k2Container .subCategoryContainer,
  body #k2Container .itemContainer,
  body #k2Container .latestItemsContainer {
    width: 100% !important;
    float: none;
  }
  body #k2Container.itemListView .itemListCategory h2,
  body #k2Container.latestView .latestItemsCategory h2 {
    margin: 10px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory h2 {
    margin: 10px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory {
    margin-bottom: 5px !important;
  }
  body #k2Container.itemView .itemToolbar,
  body #k2Container.itemView .itemRatingBlock,
  body #k2Container.itemView .itemAuthorLatest,
  body #k2Container.itemView .itemRelated {
    width: 100% !important;
    float: none;
  }
  body .promo1 {
    font-size: 300%;
  }
  body .promo2 {
    font-size: 250%;
  }
  body .promo3 {
    font-size: 120%;
  }
  body .rt-image-description span {
    margin-top: 10px;
  }
  body .rt-image-description .rt-big-icon {
    font-size: 3.5em;
  }
  body .rt-image-description h4 {
    font-size: 1.7em;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body .rt-image-description p {
    font-size: 1em;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .rt-menu-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
  .logo-block #rt-logo {
    margin: 0 auto;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3,
  body .component-content .column-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .side-panel-container {
    display: none;
  }
  body .layout-showcase.sprocket-features .sprocket-features-title {
    font-size: 170%;
  }
  body .layout-showcase.sprocket-features .sprocket-features-pagination {
    display: none;
  }
  body .layout-showcase.sprocket-features .sprocket-features-content {
    float: none;
    width: auto;
    margin-top: 10px;
  }
  body .layout-showcase.sprocket-features .sprocket-features-img-container {
    float: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }
  body .layout-showcase.sprocket-features .sprocket-features-desc {
    display: none;
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows {
    bottom: 19px;
    width: 70px;
    position: absolute;
    right: 10px;
    left: inherit;
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow {
    top: inherit;
    width: 30px;
    height: 30px;
    background-image: url(../images/dark/small-arrows.png);
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next {
    right: 0;
    background-position: 0 -198px;
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.next:hover {
    background-position: 0 -712px;
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev {
    left: 0;
    background-position: 0 -370px;
  }
  body .layout-showcase.sprocket-features .sprocket-features-arrows .arrow.prev:hover {
    background-position: 0 -896px;
  }
  .gantry-width-20,
  .gantry-width-25,
  .gantry-width-30,
  .gantry-width-33,
  .gantry-width-40,
  .gantry-width-50,
  .gantry-width-60,
  .gantry-width-66,
  .gantry-width-70,
  .gantry-width-75,
  .gantry-width-80 {
    width: 100%;
  }
  .gantry-width-spacer {
    margin: 5px;
  }
  .row {
    margin: 0;
    display: block;
  }
  .row .cell {
    display: block;
    width: 100%;
  }
  .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  select {
    width: 100%;
  }
  .rt-social-buttons {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 650px) {
  body .sprocket-features .sprocket-features-arrows {
    bottom: 19px;
    width: 70px;
    position: absolute;
    right: 10px;
    left: inherit;
  }
  body .sprocket-features .sprocket-features-arrows .arrow {
    top: inherit;
    width: 30px;
    height: 30px;
    background-image: url(../images/dark/small-arrows.png);
  }
  body .sprocket-features .sprocket-features-arrows .arrow.next {
    right: 0;
    background-position: 0 -198px;
  }
  body .sprocket-features .sprocket-features-arrows .arrow.next:hover {
    background-position: 0 -712px;
  }
  body .sprocket-features .sprocket-features-arrows .arrow.prev {
    left: 0;
    background-position: 0 -370px;
  }
  body .sprocket-features .sprocket-features-arrows .arrow.prev:hover {
    background-position: 0 -896px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .title,
  .component-content h2 {
    font-size: 265%;
  }
  body .layout-slideshow .sprocket-features-pagination {
    display: none;
  }
  body .layout-slideshow .sprocket-features-img-container {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  body .layout-slideshow .sprocket-features-arrows {
    bottom: 41px;
    width: 70px;
    position: relative;
    left: 80%;
  }
  body .layout-slideshow .sprocket-features-arrows .arrow {
    top: inherit;
    width: 30px;
    height: 30px;
    background-image: url(../images/dark/small-arrows.png);
  }
  body .layout-slideshow .sprocket-features-arrows .arrow.next {
    background-position: 0 -198px;
  }
  body .layout-slideshow .sprocket-features-arrows .arrow.next:hover {
    background-position: 0 -712px;
  }
  body .layout-slideshow .sprocket-features-arrows .arrow.prev {
    background-position: 0 -370px;
  }
  body .layout-slideshow .sprocket-features-arrows .arrow.prev:hover {
    background-position: 0 -896px;
  }
  body .sprocket-tabs-nav li .sprocket-tabs-inner {
    font-size: 100%;
    padding: 6px 10px;
  }
  body .sprocket-mosaic .sprocket-mosaic-title {
    font-size: 125%;
  }
  body .sprocket-mosaic .sprocket-mosaic-title a {
    font-size: 125%;
  }
  body .sprocket-mosaic .sprocket-mosaic-header {
    padding: 10px 8px;
  }
  body .sprocket-mosaic .sprocket-mosaic-order li,
  body .sprocket-mosaic .sprocket-mosaic-filter li {
    padding: 1px 6px;
    font-size: 1em;
  }
  body .sprocket-mosaic .sprocket-readmore,
  body .sprocket-mosaic .sprocket-mosaic-tags {
    font-size: 85%;
  }
  body .sprocket-mosaic-columns-1 li,
  body .sprocket-mosaic-columns-2 li,
  body .sprocket-mosaic-columns-3 li,
  body .sprocket-mosaic-columns-4 li,
  body .sprocket-mosaic-columns-5 li,
  body .sprocket-mosaic-columns-6 li {
    width: 50%;
  }
  body #k2Container h2,
  body #k2Container h2 a,
  body #k2Container h3,
  body #k2Container h3 a {
    font-size: 1.3em !important;
  }
  body #k2Container .subCategoryContainer,
  body #k2Container .itemContainer,
  body #k2Container .latestItemsContainer {
    width: 100% !important;
    float: none;
  }
  body #k2Container.itemListView .itemListCategory h2,
  body #k2Container.latestView .latestItemsCategory h2 {
    margin: 5px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory h2 {
    margin: 5px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory {
    margin-bottom: 5px !important;
  }
  body #k2Container.itemView .itemToolbar,
  body #k2Container.itemView .itemRatingBlock,
  body #k2Container.itemView .itemAuthorLatest,
  body #k2Container.itemView .itemRelated {
    width: 100% !important;
    float: none;
  }
  body .promo1 {
    font-size: 250%;
  }
  body .promo2 {
    font-size: 200%;
  }
  body .promo3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .title,
  .component-content h2 {
    font-size: 200%;
  }
  .input-xxlarge,
  .input-xlarge,
  .input-large {
    width: 100%;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  .rt-block.icon-large[class^="icon-"]:before,
  .rt-block.icon-large[class*=" icon-"]:before {
    font-size: 7em;
  }
  body .layout-showcase {
    margin: -10px -30px -25px -29px;
  }
  body .layout-showcase .sprocket-features-pagination {
    display: none;
  }
  body .layout-showcase .sprocket-features-img-container {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  body .layout-showcase .sprocket-features-arrows {
    bottom: 19px;
    width: 70px;
    position: absolute;
    right: 10px;
    left: inherit;
  }
  body .layout-showcase .sprocket-features-arrows .arrow {
    top: inherit;
    width: 30px;
    height: 30px;
    background-image: url(../images/dark/small-arrows.png);
  }
  body .layout-showcase .sprocket-features-arrows .arrow.next {
    right: 0;
    background-position: 0 -198px;
  }
  body .layout-showcase .sprocket-features-arrows .arrow.next:hover {
    background-position: 0 -712px;
  }
  body .layout-showcase .sprocket-features-arrows .arrow.prev {
    left: 0;
    background-position: 0 -370px;
  }
  body .layout-showcase .sprocket-features-arrows .arrow.prev:hover {
    background-position: 0 -896px;
  }
  body .sprocket-mosaic {
    margin: -25px -35px 0 -34px;
  }
  body .sprocket-mosaic .sprocket-mosaic-header {
    padding: 10px 8px;
  }
  body .sprocket-mosaic .sprocket-mosaic-filter li {
    padding: 1px 6px;
    font-size: 0.75em;
    margin-right: 6px;
  }
  body .sprocket-mosaic .sprocket-mosaic-order li {
    padding: 1px 6px;
    font-size: 0.75em;
    margin-left: 6px;
  }
  body .sprocket-mosaic .sprocket-mosaic-item .sprocket-padding {
    background-image: none;
  }
  body .sprocket-mosaic-columns-1 li,
  body .sprocket-mosaic-columns-2 li,
  body .sprocket-mosaic-columns-3 li,
  body .sprocket-mosaic-columns-4 li,
  body .sprocket-mosaic-columns-5 li,
  body .sprocket-mosaic-columns-6 li {
    width: 100%;
  }
  .sprocket-tabs-nav li {
    width: 100%;
  }
  #roksearch_results {
    width: auto;
  }
  body #contact-form legend {
    font-size: 1em;
    line-height: 2em;
    width: 220px;
    padding-bottom: 15px;
  }
  body #contact-form fieldset dt,
  body #contact-form fieldset dd {
    float: none !important;
  }
  body #contact-form textarea {
    width: 205px !important;
    resize: none;
  }
  body #k2Container h2,
  body #k2Container h2 a,
  body #k2Container h3,
  body #k2Container h3 a {
    font-size: 1.0em !important;
  }
  body #k2Container .subCategoryContainer,
  body #k2Container .itemContainer,
  body #k2Container .latestItemsContainer {
    width: 100% !important;
    float: none;
  }
  body #k2Container.itemListView .itemListCategory h2,
  body #k2Container.latestView .latestItemsCategory h2 {
    margin: 5px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory h2 {
    margin: 5px 0;
  }
  body #k2Container.itemListView .itemListSubCategories .subCategory {
    margin-bottom: 5px !important;
  }
  body #k2Container.itemView .itemToolbar,
  body #k2Container.itemView .itemRatingBlock,
  body #k2Container.itemView .itemAuthorLatest,
  body #k2Container.itemView .itemRelated {
    width: 100% !important;
    float: none;
  }
  body .promo1 {
    font-size: 200%;
  }
  body .promo2 {
    font-size: 150%;
  }
  body .promo3 {
    font-size: 100%;
  }
}
