@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);
.module-title {
  text-align: center;
  font-size: 38.5px;
}
.pagination {
  position: relative;
  line-height: 64px;
  height: 64px;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.pagination.loading .btn {
  display: none;
}
.pagination.loading:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 173, 239, 0.4) url('../images/loader.gif') center center no-repeat;
}
.pagination:empty {
  display: none;
}
#header {
  background: #1a9bd7;
  height: 80px;
}
#header .container {
  position: relative;
}
#header .module-toolbar {
  margin-left: 270px;
  margin-top: 20px;
  color: #ffffff;
  float: left;
}
#header .module-toolbar ul.menu li {
  padding: 0;
}
#header .module-toolbar ul.menu li:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 15px;
  background: transparent url('../images/wave.png') center center no-repeat;
  background-size: 30px auto;
  margin: 0 5px;
  vertical-align: baseline;
}
#header .module-toolbar ul.menu li:first-child:before {
  display: none;
}
#header .module-toolbar ul.menu li a {
  line-height: 45px;
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17.5px;
  border-radius: 5px;
  text-decoration: none;
}
#header .module-toolbar ul.menu li.active a,
#header .module-toolbar ul.menu li a:hover {
  background: #00adef;
}
#header .module-cart {
  float: right;
  margin-top: 17px;
  position: relative;
  z-index: 100;
}
#header .module-cart .vm-cart-module-cart-link {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #00adef url('../images/icons/cart.png') center center no-repeat;
  background-size: 20px auto;
}
#header .module-cart .vm-cart-module-cart-link .total_products {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -4px;
  line-height: 24px;
  background: #e8ae16;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#header .module-cart .vm-cart-user-link {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #00adef url('../images/icons/user.png') center center no-repeat;
  background-size: 14px auto;
  margin-right: 10px;
}
#header .module-cart .vm-cart-fb-link {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #00adef url('../images/icons/facebook.png') center center no-repeat;
  background-size: 9px auto;
  margin-right: 10px;
}
#header .module-menu {
  float: right;
  margin-top: 17px;
}
#header .module-menu .mobile-menu-link {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #00adef url('../images/icons/menu.png') center center no-repeat;
  background-size: 24px auto;
  margin-right: 20px;
}
#header .module-menu #mobile-menu {
  display: none;
}
#header .module-menu ul.nav {
  font-size: 17.5px;
}
#vm-cart-user {
  display: none;
}
.vm-cart-user-name {
  font-size: 17.5px;
  font-weight: bold;
  padding-left: 20px;
  background: transparent url('../images/icons/user2.png') left center no-repeat;
  background-size: 12px auto;
}
.vm-cart-user-links {
  min-width: 300px;
}
#logo {
  position: absolute;
  top: 0;
  left: -14px;
  width: 274px;
  max-width: 40%;
  height: 180px;
  background: transparent url('../images/logo.png') 0 0 no-repeat;
  background-size: 100% auto;
  margin: 0;
  z-index: 1000;
}
#logo a {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-slider {
  background: #051c8e;
  overflow: hidden;
}
.module-slider .module-content {
  position: relative;
  height: 425px;
}
.module-slider .sliderItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051c8e;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.module-slider .sliderItem h1,
.module-slider .sliderItem h2,
.module-slider .sliderItem h3,
.module-slider .sliderItem h4,
.module-slider .sliderItem h5,
.module-slider .sliderItem h6 {
  color: #ffffff;
}
.module-slider .sliderItem .sliderText {
  margin-top: 40px;
  position: relative;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module-slider .sliderItem .sliderTitle {
  font-size: 40px;
}
.module-slider .sliderItem .sliderLink {
  margin-top: 50px;
}
.module-slider .sliderItem.dark .sliderText {
  background: rgba(34, 34, 34, 0.7);
}
.module-slider .sliderItem.light {
  color: #222222;
}
.module-slider .sliderItem.light h1,
.module-slider .sliderItem.light h2,
.module-slider .sliderItem.light h3,
.module-slider .sliderItem.light h4,
.module-slider .sliderItem.light h5,
.module-slider .sliderItem.light h6 {
  color: #222222;
}
.module-slider .sliderItem.light .sliderText {
  background: rgba(238, 238, 238, 0.7);
}
.module-slider .sliderNavLeft {
  position: absolute;
  top: 160px;
  left: 0;
  height: 100px;
  width: 30px;
  opacity: 0.4;
  background: transparent url('../images/slider-left.png') 0 0 no-repeat;
  background-size: 30px auto;
}
.module-slider .sliderNavLeft:hover {
  opacity: 0.6;
}
.module-slider .sliderNavRight {
  position: absolute;
  top: 160px;
  right: 0;
  height: 100px;
  width: 30px;
  opacity: 0.4;
  background: transparent url('../images/slider-right.png') 0 0 no-repeat;
  background-size: 30px auto;
}
.module-slider .sliderNavRight:hover {
  opacity: 0.6;
}
.module-slider .sliderNav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.module-slider .sliderNav li {
  background: #1a9bd7;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 8px;
  cursor: pointer;
}
.module-slider .sliderNav li:hover,
.module-slider .sliderNav li.active {
  background: #f26530;
}
#about {
  background: #00adef;
  border-image: url('../images/waves/blue.png') 20 0 0 0 round;
  border-style: solid;
  border-width: 0;
  border-top-width: 10px;
  background-clip: padding-box;
  margin-top: -10px;
  margin-bottom: 40px;
  position: relative;
  padding: 20px 0 50px 0;
  color: #ffffff;
}
#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6,
#about a {
  color: #ffffff;
}
#about .item-image {
  display: inline-block;
  border: 5px solid #0abbff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
#about .module-content {
  position: relative;
}
#about .module-content:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url('../images/star.png'), url('../images/bluefish.png'), url('../images/shell.png'), url('../images/yellowfish.png');
  background-repeat: no-repeat;
  background-position: 5% center, 33% center, 67% center, 95% center;
  background-size: 91px auto, 110px auto, 84px auto, 90px auto;
}
#main-wrapper {
  background: #ffffff url('../images/bg/white.jpg') center bottom repeat-x;
  background-size: 1200px auto;
  border-image: url('../images/waves/white.png') 20 0 0 0 round;
  border-style: solid;
  border-width: 0;
  border-top-width: 10px;
  background-clip: padding-box;
  min-height: 300px;
  margin-top: -10px;
  position: relative;
  padding-bottom: 40px;
}
#header + #main-wrapper {
  padding-top: 100px;
}
#news {
  background: #0b9344 url('../images/bg/green.jpg') center bottom no-repeat;
  background-size: 1200px auto;
  border-image: url('../images/waves/green.png') 20 0 0 0 round;
  border-style: solid;
  border-width: 0;
  border-top-width: 10px;
  background-clip: padding-box;
  margin-top: -10px;
  position: relative;
  padding: 40px 0;
  color: #ffffff;
}
#news h1,
#news h2,
#news h3,
#news h4,
#news h5,
#news h6,
#news a {
  color: #ffffff;
}
#news h4 {
  margin-bottom: 20px;
}
#news .item-date {
  float: left;
  background: #097b39;
  padding: 10px;
  font-weight: 300;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  width: 50px;
  text-align: center;
}
#news .item-title {
  display: block;
  background: #0dab4f;
  padding: 10px;
  font-weight: bold;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  margin-left: 75px;
}
#news .readmore {
  font-weight: bold;
}
#contact {
  background: #00adef;
  border-image: url('../images/waves/blue.png') 20 0 0 0 round;
  border-style: solid;
  border-width: 0;
  border-top-width: 10px;
  background-clip: padding-box;
  margin-top: -10px;
  position: relative;
  padding: 20px 0;
  color: #ffffff;
}
#contact .module-content {
  overflow: hidden;
}
#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6,
#contact a {
  color: #ffffff;
}
#contact .contact-address,
#contact .contact-clock,
#contact .contact-phone,
#contact .contact-mail,
#contact .contact-facebook {
  min-height: 150px;
  background-position: 0 0;
  background-size: 95px 135px;
  background-repeat: no-repeat;
  padding: 15px 0 0 120px;
  font-size: 17.5px;
}
#contact .contact-address h4,
#contact .contact-clock h4,
#contact .contact-phone h4,
#contact .contact-mail h4,
#contact .contact-facebook h4 {
  margin: 0 0 20px 0;
}
#contact .contact-address {
  background-image: url('../images/icons/address.png');
}
#contact .contact-clock {
  background-image: url('../images/icons/clock.png');
}
#contact .contact-phone {
  background-image: url('../images/icons/phone.png');
}
#contact .contact-mail {
  background-image: url('../images/icons/mail.png');
}
#contact .contact-facebook {
  background-image: url('../images/icons/fb.png');
}
#footer {
  position: relative;
  background: #1a9bd7;
  color: #ffffff;
  margin-top: -10px;
  border-image: url('../images/waves/darkblue.png') 20 0 0 0 round;
  border-style: solid;
  border-width: 0;
  border-top-width: 10px;
  background-clip: padding-box;
  padding: 20px;
  text-align: center;
}
#copyright {
  background: transparent url('../images/logo-footer.png') center bottom no-repeat;
  background-size: 96px 53px;
  padding-bottom: 70px;
}
.category_description {
  text-align: center;
}
.vm-categories .vm-category {
  text-align: center;
  margin-bottom: 40px;
}
.vm-categories .vm-category-media-container img {
  width: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.vm-categories .vm-category-media-container img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.vm-categories h4 {
  color: #333333;
  font-size: 17.5px;
}
.vm-categories h4 a {
  color: #333333;
  text-decoration: none;
}
.vm-categories .vm-category-subcategories {
  position: relative;
  font-size: 17.5px;
  width: 80%;
  margin: 20px auto 0 auto;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-select-name {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  width: calc(100% - 50px);
  background: #ffffff;
  border: 1px solid #00adef;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  text-align: left;
  cursor: pointer;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-select-select {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  background: #00adef;
  border: 1px solid #00adef;
  color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-select-select:hover {
  color: #ffffff;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-select-select.inactive {
  cursor: default;
  background: #555555;
  border-color: #555555;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-select-select.inactive:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-list {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  background: #ffffff;
  position: absolute;
  border: 1px solid #00adef;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  z-index: 100;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-list a {
  display: block;
  padding: 5px 0;
}
.vm-categories .vm-category-subcategories .vm-category-subcategories-list a:before {
  content: '- ';
}
.vm-categories-nav {
  margin: 20px 0;
}
.vm-categories-nav .vm-category {
  margin-bottom: 20px;
}
.vm-categories-nav .vm-category-subcategories {
  margin-top: 0;
}
.vm-products .vm-product,
.browse-view .vm-product {
  text-align: center;
  margin-bottom: 40px;
}
.vm-products .vm-product-media-container img,
.browse-view .vm-product-media-container img {
  width: 220px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.vm-products .vm-product-media-container img:hover,
.browse-view .vm-product-media-container img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.vm-products h4,
.browse-view h4 {
  color: #333333;
  font-size: 17.5px;
}
.vm-products h4 a,
.browse-view h4 a {
  color: #333333;
  text-decoration: none;
}
.vm-products .vm-product-desc,
.browse-view .vm-product-desc {
  height: 60px;
  overflow: hidden;
  padding: 0 30px;
}
.vm-products .product-price,
.browse-view .product-price {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  margin: 10px 0;
}
.orderby-displaynumber {
  display: none;
}
.vm-product-details .addtocart-area {
  margin: 20px 0;
}
.vm-product-details .vm-products .addtocart-area {
  margin: 0;
}
.vm-product-details .vm-product-main-image-wrapper {
  text-align: center;
  position: relative;
  display: inline-block;
}
.vm-product-details .vm-product-main-image {
  cursor: url('../images/zoomin.cur'), pointer;
  display: inline-block;
  border: 5px solid #00adef;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.vm-product-details .vm-product-main-image img {
  background: #ffffff;
}
.vm-product-details .vm-product-main-image .zoomImg {
  min-width: 560px;
  min-height: 420px;
  max-width: 1120px;
  max-height: 840px;
  height: auto !important;
  width: auto !important;
}
.vm-product-details .vm-product-additional-images {
  display: none;
}
.vm-product-details .vm-product-tags {
  position: absolute;
  top: 35px;
  right: -35px;
}
.vm-product-details .vm-product-tags .vm-product-tag {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  font-size: 11.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.vm-product-details .vm-product-tags .vm-product-tag-latest {
  background: rgba(236, 179, 40, 0.9);
}
.vm-product-details .vm-product-tags .vm-product-tag-special {
  background: rgba(56, 197, 30, 0.9);
}
.vm-product-details .vm-product-top-params dt {
  width: 100px;
  margin-bottom: 10px;
}
.vm-product-details .vm-product-top-params dd {
  margin-left: 120px;
  margin-bottom: 10px;
}
.vm-product-details .vm-product-top-params dt.price-sales {
  font-size: 18px;
  padding-top: 10px;
  line-height: 20px;
}
.vm-product-details .vm-product-top-params dd.price-sales {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
}
#ProOPC .proopc-change-shopper-cont,
#ProOPC .proopc-login-message-cont,
#ProOPC .proopc-continue-link,
#ProOPC .proopc-payments {
  display: none;
}
#ProOPC .proopc-column3 + .proopc-column3 + .proopc-column3 {
  display: block;
}
#ProOPC .cart-page-title {
  display: none;
}
#ProOPC table.cart-summary.proopc-table-striped tr th,
#ProOPC .proopc-register-login h3,
#ProOPC .proopc-login h3,
#ProOPC h3.proopc-process-title {
  background: #1a9bd7;
  color: #ffffff;
}
#ProOPC .first-page .cart-summary.proopc-table-striped tr.cart-sub-total td,
#ProOPC .cart-summary.proopc-table-striped .grand-total td,
#ProOPC .cart-summary.proopc-table-striped .grand-total-p-currency td,
#ProOPC .continue-checkout-box {
  background: #bcecff;
}
#ProOPC .price-title,
#ProOPC .final-price,
#ProOPC .product-discount,
#ProOPC .product-price .PricesalesPrice,
#ProOPC .col-total .PricesalesPrice {
  color: #f26530;
  font-weight: bold;
}
#ProOPC .proopc-btn-info {
  background: #0b9344;
}
#ProOPC .proopc-btn-info:hover,
#ProOPC .proopc-btn-info:active,
#ProOPC .proopc-btn-info:focus {
  background: #0dab4f;
}
#ProOPC .proopc-btn-inverse {
  background: #00adef;
}
#ProOPC .proopc-btn-inverse:hover,
#ProOPC .proopc-btn-inverse:active,
#ProOPC .proopc-btn-inverse:focus {
  background: #1a9bd7;
}
#ProOPC .vmshipment_name {
  display: block;
}
#ProOPC .vmshipment_description {
  display: block;
  font-size: 80%;
  font-style: italic;
}
#ProOPC tr.payment-row {
  display: none;
}
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../images/loader.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../images/nivo/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../images/nivo/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../images/nivo/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/nivo/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/nivo/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../images/nivo/close@2x.png);
    background-size: 16px 16px;
  }
}
@media (max-width: 767px) {
  #header,
  .module-slider,
  .module-slider .module-content,
  #about,
  #main-wrapper,
  #news,
  #contact,
  #footer {
    margin-left: -20px;
    padding-left: 10px;
    margin-right: -20px;
    padding-right: 10px;
  }
  .module-slider .sliderItem .sliderText {
    margin-left: 60px;
    margin-right: 60px;
  }
  #header .module-cart {
    margin-top: 20px;
  }
  #header .module-cart .vm-cart-module-cart-link {
    width: 40px;
    height: 40px;
  }
  #header .module-cart .vm-cart-user-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  #header .module-cart .vm-cart-fb-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  #header .module-menu {
    margin-top: 20px;
  }
  #header .module-menu .mobile-menu-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .vm-categories .vm-category-subcategories {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .module-slider .container {
    width: 100%;
  }
  .vm-categories .vm-category-subcategories {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .vm-categories .vm-category-subcategories {
    width: 60%;
  }
}
