/* Import nib */
/* Nib provides a CSS reset */
/* global-reset() */
/* main color */
/***************************
 * RESPONSIVE STYLE 
 ****************************/
@media (max-width: 768px) {
  .banner-1-8 {
    width: auto !important;
  }
  .navbar-right {
    text-align: right;
  }
  .closing {
    text-align: center;
  }
  .closing h3 {
    margin-bottom: 30px;
  }
  .form-inline .btn {
    width: 100%;
    margin-top: 5px;
  }
  #product-details .tab-content {
    border: none !important;
  }
  #product-details .nav-tabs li a {
    border: none !important;
    margin-bottom: 2px !important;
  }
  .navbar .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 0 15px 15px !important;
  }
  .navbar-form {
    display: none;
  }
  li.dropdown-search {
    display: none;
  }
  #testimonials-carousel .testi img {
    width: 100% !important;
  }
  #testimonials-carousel .testi .testi-content {
    width: 100% !important;
  }
  #testimonials-carousel .testi .fa-quote-right,
  #testimonials-carousel .testi .fa-quote-left {
    display: none;
  }
  #posts-carousel .post img {
    width: 100% !important;
  }
  #posts-carousel .post .post-content {
    width: 100% !important;
color:#666;
  }
  #posts-carousel .post .post-content .post-date,
  #posts-carousel .post .post-content .readmore {
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
color:#6;	
  }
  #posts-carousel .post .fa-quote-right,
  #posts-carousel .post .fa-quote-left {
    display: none;
	color:#6;
  }
  span.cart-item {
    display: none;
  }
  .box-double:before {
    bottom: -8px !important;
  }
  .container {
    width: 320px;
  }
  .navbar-nav > li:first-child > a {
    padding-left: 15px !important;
  }
  .dropdown-menu {
    position: relative;
    float: none;
    margin-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .dropdown-submenu>.dropdown-menu {
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-left: 20px !important;
    position: relative;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .big-banner {
    padding: 20px !important;
  }
  .big-banner h2 {
    margin: 20px 0 !important;
    font-size: 28px !important;
  }
  .big-banner .discount {
    font-size: 64px !important;
  }
  .big-banner p {
    margin: 20px 0;
  }
  section .products .product .product-img .product-btn {
    width: 100% !important;
  }
  section .products.zigzag .product .product-caption {
    width: 290px !important;
  }
  section .products.zigzag .product:nth-child(odd) .product-caption,
  section .products.zigzag .product:nth-child(even) .product-caption {
    top: 10px !important;
    bottom: auto;
  }
  section .products.zigzag .product:nth-child(odd) .product-img,
  section .products.zigzag .product:nth-child(even) .product-img {
    margin-top: 130px;
    margin-bottom: 0 !important;
  }
  section .products.zigzag .border-hover {
    width: 81.5% !important;
  }
  section .products.zigzag .border-hover:before {
    width: 106.5% !important;
  }
  article .post-description {
    padding: 10px 0;
  }
  article .post-description .post-date,
  article .post-description .post-author,
  article .post-description .post-label,
  article .post-description .post-comment-count {
    padding: 2px 10px !important;
  }
  #home-slider .slide-container .carousel-caption,
  #home-slider .slide-container .right-caption,
  #home-slider .slide-container .left-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    text-align: center !important;
    background: rgba(1,1,1,0.3);
    padding: 10px 10px 0;
    width: auto !important;
    top: auto !important;

  }
  #home-slider .slide-container .carousel-caption h2,
  #home-slider .slide-container .right-caption h2,
  #home-slider .slide-container .left-caption h2 {
    color: #fff !important;
    font-size: 20px;
  }
  #home-slider .slide-container .carousel-caption p,
  #home-slider .slide-container .right-caption p,
  #home-slider .slide-container .left-caption p {
    color: #fff !important;
    font-size: 12px;
  }
  #home-slider .slide-container .carousel-caption .btn,
  #home-slider .slide-container .right-caption .btn,
  #home-slider .slide-container .left-caption .btn {
    display: none;
  }
  #home-slider .flex-control-nav {
    margin-bottom: -40px;
  }
  .border-double {
    width: 90% !important;
  }
  .border-double:before {
    width: 106.5% !important;
  }
  .cart table,
  .wishlist table,
  .cart thead,
  .wishlist thead,
  .cart tbody,
  .wishlist tbody,
  .cart th,
  .wishlist th,
  .cart td,
  .wishlist td,
  .cart tr,
  .wishlist tr {
    display: block;
  }
  .cart thead tr,
  .wishlist thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart tr,
  .wishlist tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .cart td,
  .wishlist td {
/* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
  }
  .cart td:before,
  .wishlist td:before {
/* Now like a table header */
    position: absolute;
/* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
  }
  .cart td:first-child,
  .wishlist td:first-child {
    text-align: right;
  }
  .cart .form-group,
  .wishlist .form-group {
    margin-bottom: 0;
  }
  .cart .input-qty,
  .wishlist .input-qty {
    margin: 0 !important;
  }
  .cart td:nth-of-type(3):before {
    content: "Product :";
  }
  .cart td:nth-of-type(4):before {
    content: "Price :";
  }
  .cart td:nth-of-type(5):before {
    content: "Qty :";
  }
  .cart td:nth-of-type(6):before {
    content: "Total :";
  }
  .cart td:nth-of-type(3),
  .cart td:nth-of-type(4),
  .cart td:nth-of-type(5),
  .cart td:nth-of-type(6) {
    padding-left: 47%;
    text-align: left;
  }
  .cart td:before {
    width: 45%;
  }
  .wishlist td:nth-of-type(3):before {
    content: "Ort :";
  }
  .wishlist td:nth-of-type(4):before {
    content: "Messe :";
  }
  .wishlist td:nth-of-type(5):before {
    content: "Stock status :";
  }
  .wishlist td:nth-of-type(3),
  .wishlist td:nth-of-type(4),
  .wishlist td:nth-of-type(5) {
    padding-left: 52%;
    text-align: left;
  }
  .featured h4 {
    font-size: 35px !important;
  }

  #footer .media .logo {
    display: inline !important;
    width: 100% !important;
  }

  #footer img.media-object {
    margin: 0 auto 15px !important;
  }

  #footer .media-body.about-us {
    display: inline !important;
    width: 100% !important;
    text-align: center !important;
  }

  #footer2 .media > .pull-left {
    float: none !important;
  }

  #footer2 .media-body {
    display: inline !important;
    width: 100% !important;
    text-align: center !important;
  }

  #footer2 img.media-object {
    margin: 0 auto 10px;
  }

  #footer2 .no-style.address {
    margin:0 0 0 0 !important;
    text-align: center !important;
	font-size:14px;
  }

  #footer2 .merchant {
    margin: 30px 0;
    width: 100%;
    text-align: center;
  }

  #footer2 .row.about-us {
    padding: 15px 0 0 0px !important;
  }

}
@media (min-width: 768px) and (max-width: 992px) {
  .boxed .wrapper,
  .boxed footer {
    width: 770px;
    margin: 0 auto;
    /*padding: 0 10px;*/
    padding: 0;
  }

  .form-inline input {
    width: 50% !important;
  }
  section .products.zigzag .product:nth-child(even) .product-caption {
    top: 20px !important;
  }
  section .products.zigzag .product:nth-child(odd) .product-caption {
    bottom: 20px !important;
  }
  section .products.zigzag .product .product-caption {
    width: 345px !important;
  }
  section .products.zigzag .product .border-hover {
    width: 84.5% !important;
    height: 97% !important;
  }
  section .products.zigzag .product .border-hover:before {
    width: 105.4% !important;
    height: 98% !important;
  }
  section .products .product .product-caption {
    margin: 10px 0 !important;
  }
  section .products .product .product-img .product-btn {
    width: 220px !important;
  }
  .border-double {
    width: 91% !important;
  }
  .border-double:before {
    width: 105.3% !important;
  }
  .banner-1-8 {
    width: 345px !important;
  }
  #footer .media .logo {
    display: inline-block !important;
    width: 20% !important;
    vertical-align: top !important;
  }

  #footer img.media-object {
    margin-left: 20px !important;
  }

  #footer .media-body.about-us {
    display: inline-block !important;
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .container .navbar-collapse {
    margin: 0;
    padding: 0;
  }

  section .products .product .product-img {
    position: relative;
    width: 220px;
    height: 310px;
    overflow: hidden;
  }
  section .products.zigzag .product .product-img {
    position: relative;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .boxed .wrapper {
    width: 990px;
    margin: 0 auto;
    /*padding: 0 10px;*/
    padding: 0;
  }
  section .products .product .product-img {
    position: relative;
    width: 213px;
    height: 298px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .boxed footer {
    width: 990px;
    margin: 0 auto;
  }
  .banner-1-8 {
    height: 280px !important;
    width: 212px !important;
  }
  .banner-1-8.blank-banner h2 {
    font-size: 20px !important;
  }
  section .products.zigzag .product .product-caption {
    width: 213px !important;
  }
  section .products.zigzag .product .product-caption .product-btn div {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  section .products.zigzag .product .border-hover {
    width: 77% !important;
    height: 96% !important;
  }
  section .products.zigzag .product .border-hover:before {
    width: 108.5% !important;
    height: 97.5% !important;
  }
  section .products .product .product-img .product-btn {
    width: 213px !important;
  }
  .big-banner .discount {
    font-size: 110px !important;
  }
  .border-double {
    width: 86% !important;
  }
  .border-double:before {
    width: 109% !important;
  }
  .header2 .navbar-fixed-top {
    /*width: 990px;*/
    margin: 0 auto;
  }
  #footer .media .logo {
    display: inline-block !important;
    width: 28% !important;
    vertical-align: top !important;
  }

  #footer img.media-object {
    margin-left: 20px !important;
  }

  #footer .media-body.about-us {
    display: inline-block !important;
    width: 70% !important;
  }
}
@media (min-width: 1200px) {
  .boxed .wrapper {
    width: 1190px;
    margin: 0 auto;
    /*padding: 0 10px;*/
    padding: 0;
  }
  /*.boxed .header2 .navbar-fixed-top {
    width: 1190px;
    margin: 0 auto;
  }*/
  section .products .product .product-img {
    position: relative;
    width: 263px;
    height: 368px;
    overflow: hidden;
  }
  .boxed footer {
    width: 1190px;
    margin: 0 auto;
  }
}
/***************************
 * COMMON STYLE 
 ****************************/
.red {
  color: #f00;
}
.gold {
  color: #d5b14f;
}
.blue {
  color: #660066;
}
.box {
  padding: 10px 20px;
  border: 1px solid #aaa;
  margin-bottom: 30px;
}
.box-double {
  padding: 10px 20px;
  border: 1px solid #aaa;
  margin-bottom: 30px;
}
.box-double:before {
  content: " ";
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 23px;
  right: 23px;
  bottom: 22px;
  border: 1px solid #aaa;
}
/***************************
 * COMMON STYLE 
 ****************************/
body {
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #fff;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}
a.bold {
  font-weight: bold;
  color: #660066;
}
.p-lg {
  font-size: 18px;
    color: #ccc;
}

.p-gold {
  font-size: 18px;
    color: #d5b14f;
	font-weight:bold;
}
ul {
  padding-left: 30px;
}
hr {
  border-top: 1px solid #660066;
}
.border-bottom {
  border-bottom: 1px solid #ccc;
}
.wrapper {
  background-color: #000;
}
del {
  color: #888;
}
.uppercase {
  text-transform: uppercase;
}
.donutchart {
  margin: 20px auto 30px;
}
/****************************
 * HEADER
 ****************************/
.boxed ul.nav.navbar-nav.navbar-right {
  margin-right: 5px;
}

.topbar {
  display: block;
  position: relative;
  background: #444;
  padding: 15px 0;
  color: #eee;
  font-size: 12px;
  text-shadow: #000 1px 1px 1px;
}
.topbar a {
  color: #eee;
  text-shadow: #000 1px 1px 1px;
}
.navbar {
  margin: 10px 0 0;
}
.navbar-collapse {
  margin: 10px 0 1px 0;
  overflow: hidden;
  position: relative;
  padding: 0 9px;
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 300;
  padding: 25px 5px;
}
.navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar-nav > li ul li a {
  font-size: 14px !important;
  font-weight: 300 !important;
}
.navbar-brand {
  font-size: 34px;
  font-weight: bold;
  color: #660066;
  height: 60px;
  display: block;
  padding: 0;
  margin: 5px 0 5px;
}
.label {
  padding: 10px 15px;
  margin: 0 3px 3px 0;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.shopping-cart,
.social-icon {
  position: relative;
  padding: 5px;
}
.shopping-cart a,
.social-icon a {
  font-size: 24px;
  color: #444;
  padding: 2px;
}

.boxed .shopping-cart {
  margin-right: 10px;
}

.shopping-cart {
  margin-left: 5px;
  margin-top: 20px;
}
.breadcrumbs {
  margin-bottom: 40px;
  font-style: italic;
  color: #888;
  font-size: 13px;
  margin-top: 10px;
}
.breadcrumbs a {
  color: #888;
  font-style: italic;
}
.btn-shopping-cart,
.btn-close-cart {
  cursor: pointer;
  color: #660066;
}
.btn-shopping-cart span.cart-item {
  font-size: 14px;
  margin-right: 10px;
}
.btn-shopping-cart span.cart-count {
  position: absolute;
  top: 2px;
  right: -7px;
  font-size: 10px;
  padding: 2px 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-shopping-cart:hover span.cart-item,
.btn-shopping-cart:hover .fa-shopping-cart {
  color: #660066;
}
.cartbox {
  min-width: 275px;
  min-height: 400px;
  position: absolute;
  top: 0;
  right: -20px;
  display: none;
  background-color: #fff;
  padding: 20px;
  z-index: 100;
}
.cartbox .btn-cart {
  position: relative;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  padding: 20px;
}
.cartbox .btn-cart:hover {
  background: #993d99;
  border: 1px solid transparent;
}
.cartbox .btn-cart .fa-times {
  font-size: 16px;
}
.cartbox .border-hover {
  border: 1px solid #660066;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 92%;
  height: 98.5%;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.cartbox .border-hover:before {
  content: " ";
  border: 1px solid #660066;
  position: absolute;
  top: 7px;
  left: -9px;
  width: 107%;
  height: 97.5%;
}
.cartbox .product-cart {
  list-style: none;
  margin: 10px 0 0;
  position: relative;
  padding: 0;
  overflow-y: scroll;
  height: 380px;
  z-index: 100;
}
.cartbox .product-cart li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.cartbox .product-cart img {
  width: 40%;
  display: inline-block;
}
.cartbox .product-cart .product-detail {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.cartbox .product-cart .product-detail h5 {
  font-size: 16px;
  color: #660066;
}
.cartbox .product-cart .product-detail span {
  font-size: 14px;
  font-style: italic;
}
.cartbox .product-cart .remove-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.cartbox .product-cart .remove-cart .fa {
  font-size: 12px;
  color: #660066;
}
.cartbox .subtotal {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.cartbox .subtotal h5 {
  display: inline-block;
  width: 50%;
  font-weight: 700;
}
.cartbox .subtotal .price {
  display: inline-block;
  width: 47%;
  text-align: right;
  color: #660066;
  font-weight: normal;
  font-size: 20px;
}
/****************************
 * HEADER 2
 ****************************/
.header2 .topbar {
  color: #eee;
  background: #000;
  padding: 0;
}
.header2 .topbar .login-link {
  padding: 15px;
}
.header2 .topbar a {
  color: #000;
}

.boxed .header2 .topbar a {
  margin-left: 10px;
}

.header2 .topbar a:hover {
  color: #fff;
}
.header2 .navbar-collapse {
  margin: 0;
  border-color: #993d99;
}
.header2 .shopping-cart {
  margin-top: 0;
  text-shadow: none;
  color: #444;
}
.header2 .shopping-cart a {
  text-shadow: none;
}
.header2 .shopping-cart .btn-shopping-cart:hover span.cart-item,
.header2 .shopping-cart .btn-shopping-cart:hover .fa-shopping-cart {
  color: #fff;
}
.header2 .shopping-cart .btn {
  color: #fff;
}
.header2 .shopping-cart .btn:hover {
  color: #fff;
}
.header2 .navbar {
  margin: 0;
}
.header2 .navbar .navbar-toggle {
  margin-top: 16px;
}
.header2 .navbar .navbar-form {
  margin-top: 23px;
}
.header2 .navbar .navbar-form input,
.header2 .navbar .navbar-form button {
  border: 1px solid #fff;
}
.header2 .navbar .navbar-nav > li > a {
  padding: 25px 15px;
  font-weight: 300;
}
.header2 .navbar .navbar-nav > li:first-child > a {
  padding-left: 15px;
}
.header2 .navbar .navbar-nav .dropdown-menu {
  border: 0;
}
.header2 .navbar .navbar-nav .dropdown-menu > li > a {
  font-weight: 300 !important;
}
.header2 .navbar .navbar-brand {
  height: 50px;
  margin: 10px 20px 10px -20px;
}
.boxed .header2 .navbar .navbar-brand {
  margin: 10px 20px 10px 0;
}

.header2 .navbar-inverse {
  background-color: #000;
}
.header2 .navbar-inverse .navbar-toggle {
  margin-top: 16px;
}
.header2 .navbar-inverse .navbar-form {
  margin-top: 23px;
}
.header2 .navbar-inverse .navbar-form input,
.header2 .navbar-inverse .navbar-form button {
  border: 1px solid #fff;
}
.header2 .navbar-inverse .navbar-nav > li > a {
  padding: 25px 5px 25px 15px;
  font-weight: 400;
}
.header2 .navbar-inverse .navbar-nav > li > a:hover,
.header2 .navbar-inverse .navbar-nav > li > a:focus {
  background: #333;
}
.header2 .navbar-inverse .navbar-nav > li:first-child > a {
  padding-left: 15px;
}
.header2 .navbar-inverse .navbar-nav .dropdown-menu {
  border: 0;
  background: #660066;
}
.header2 .navbar-inverse .navbar-nav .dropdown-menu > li > a {
  font-weight: 400 !important;
}
.header2 .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
  background: #993d99;
  color: #fff;
}
.header2 .navbar-inverse .navbar-nav .dropdown-menu > .active > a,
.header2 .navbar-inverse .navbar-nav .dropdown-menu > .active > a:hover {
  color: #fff;
  background: #993d99;
}
.header2 .navbar-inverse .navbar-brand {
  height: 50px;
  margin: 10px 20px 10px -20px;
}
.boxed .header2 .navbar-inverse .navbar-brand {
  margin: 10px 20px 10px 10px;
}
.form-search-abs {
  position: absolute;
  top: 17px;
  right: 2px;
  display: none;
}
.form-search-abs .form-inline {
  width: 265px;
}
.form-search-abs .form-inline button {
  border-left: 0;
  margin-left: -5px;
}
.form-search-abs .form-inline input {
  border-right: 0;
}
.form-search-abs .form-inline input:focus {
  border-color: #aaa;
}
/************************
 * FORM 
 *************************/
.navbar-form .input-search {
  padding: 6px;
  border: 1px solid #aaa;
  border-right: none;
}
.checkbox {
  display: inline-block;
  margin-left: 20px;
}
.btn {
  margin-right: 10px;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  /* RBM color: #fff;*/
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.btn-transparent:hover {
  background-color: #d5b14f;
  border: 1px solid #fff;
  /* RBM color: #fff;*/
  color: #fff;
}
.btn-transparent-dark {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #ccc;
}
.btn-transparent-dark:hover {
  background-color: #d5b14f;
  border: 1px solid #fff;
  color: #fff;
}
.btn-search {
  border: 1px solid #aaa;
  border-left: none;
  background: #fff;
  margin-right: 0;
}
.btn-white {
  background: #fff;
  color: #660066;
}
.label-primary,
.btn-primary {
  background-color: #666;
  border: 1px solid #ccc;
}
.label-primary:hover,
.btn-primary:hover {
  background: #ccc;
  border: 1px solid transparent;
}
.label-primary a,
.btn-primary a {
  color: #fff;
}
.btn-info {
  border: 1px solid transparent;
}
.btn-info:hover {
  background: #660066;
  border: 1px solid transparent;
}
.form-group label {
  font-size: 14px;
}
#billaddress {
  margin-top: 42px;
}
#payment {
  background: #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
/************************
 * CONTENT 
 *************************/
.main {
  padding-bottom: 40px;
  margin-top: 10px;
  min-height: 420px;
}
.main h4 {
  color: #ccc;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #ccc;
  padding: 50px 0 10px;
  margin-bottom: 20px;
}
.pagination li a,
.pagination li span {
  border: 1px solid #aaa;
  background: transparent;
  color: #444;
}
.pagination li a:hover,
.pagination li span:hover {
  border: 1px solid #660066;
  background: transparent;
}
.pagination .active a {
  background-color: #660066;
}
.pagination .active a:hover {
  background-color: #993d99;
}
/************************
 * SIDEBAR 
 *************************/
sidebar .widget ul,
sidebar .product-categories ul {
  list-style: none;
  padding: 0;
}
sidebar .widget ul li a,
sidebar .product-categories ul li a {
  padding-left: 0;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #aaa;
}
sidebar .widget ul li a:hover,
sidebar .product-categories ul li a:hover {
  background: transparent;
}
sidebar .widget ul li ul li,
sidebar .product-categories ul li ul li {
  padding-left: 10px;
}
/************************
 * ARTICLE 
 *************************/
article {
  margin-bottom: 30px;
}
article h2 {
  margin-bottom: 20px;
}
article .post-content {
  padding-bottom: 30px;
}
article .post-description {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}
article .post-description .post-date,
article .post-description .post-author,
article .post-description .post-label,
article .post-description .post-comment-count {
  display: inline-block;
  padding: 10px;
}
.post-comments {
  border-bottom: 1px solid #aaa;
}
.post-comments .media {
  border-top: 1px solid #aaa;
  padding: 20px 0 10px;
  margin-top: 0;
}
.post-comments .media .media-object {
  width: 75px;
}
.post-comments .media .media-body .media-heading {
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: none;
}
.comment-form {
  margin-top: 20px;
}
.post-comments h5,
.comment-form h5 {
  color: #444;
  font-weight: normal;
  font-size: 20px;
  color: #660066;
  padding: 15px 0;
  margin-bottom: 10px;
}
.post-share {
  padding: 20px 0;
}
.post-share a {
  background: #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 6px;
}
.post-share a:hover {
  background: #660066;
}
.post-share a span {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
/* POST TYPE */
.link .post-content {
  background: #660066;
  padding: 20px;
a
  padding: 20px 20px 30px;
  display: block;
}
.link .post-content h5 {
  color: #fff;
  font-size: 26px;
}
.link .post-content span {
  font-style: italic;
  color: #fff;
  margin-top: 20px;
  display: block;
}
.link .post-description span {
  display: inline-block;
  margin: 0;
}
/************************
 * ACCORDION 
 *************************/
.panel.panel-default .panel-heading {
  background: #660066;
}
.panel.panel-default .panel-heading h4.panel-title {
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
}
/************************
 * CAROUSEL
 *************************/
.carousel {
  margin-bottom: 40px;
}
.carousel .carousel-inner {
  position: relative;
}
.carousel .carousel-inner .item h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.carousel .carousel-inner .item .carousel-caption {
  right: 20%;
  left: 20%;
  bottom: 10%;
  text-align: center;
}
.carousel .carousel-inner .item .right-caption {
  width: 400px;
  right: 10%;
  left: auto;
  top: 35%;
  text-align: left;
}
.carousel .carousel-inner .item .left-caption {
  width: 400px;
  left: 40%;
  right: auto;
  top: 25%; 
  text-align: center;
}
.carousel .carousel-inner .item .light h2,
.carousel .carousel-inner .item .light p {
  color: #222;
  text-shadow: rgba(70,70,70,0.6) 0px 1px 2px;
}
.big-banner {
  background-color: #3eb200;
  color: #fff;
  padding: 40px 20px 60px;
  margin-bottom: 20px;
  height: 621px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.big-banner .btn-transparent:hover {
  border: 1px solid #fff;
}
.big-banner hr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 3px;
  margin: 0 80px;
}
.big-banner:hover {
  background-color: #e5e5e3;
}
.big-banner h2 {
  text-align: center;
  margin: 20px;
  font-size: 44px;
}
.big-banner p {
  font-size: 16px;
}
.big-banner .handwriting {
  font-size: 54px;
  font-family: 'Stalemate', cursive;
  margin-top: 20px;
}
.big-banner .discount {
  font-size: 125px;
  font-weight: 700;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.banner {
  margin-bottom: 30px;
}
.banner img {
  width: 100%;
}
.banner .handwriting {
  font-size: 36px;
  font-family: 'Stalemate', cursive;
  padding-bottom: 20px;
  margin-top: -20px;
}
.border-double {
  border: 1px solid #660066;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 89%;
  height: 95%;
  z-index: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.border-double:before {
  content: " ";
  border: 1px solid #660066;
  position: absolute;
  top: 6px;
  left: -8px;
  width: 107%;
  height: 95%;
}
.banner-1-4 {
  height: 311px;
  overflow: hidden;
  position: relative;
}
.banner-1-4 h2 {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40%;
  font-size: 45px;
  font-weight: normal;
  font-family: Oswald;
  color: #fff;
}
.banner-1-4 h2 a {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  color: #fff;
}
.banner-1-4 img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.banner-1-4:before {
  content: " ";
  background: #660066;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 320px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
.banner-1-4:hover:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.banner-1-4:hover img {
  -webkit-transform: rotate(5deg) scale(1.2, 1.2);
  -moz-transform: rotate(5deg) scale(1.2, 1.2);
  -o-transform: rotate(5deg) scale(1.2, 1.2);
  -ms-transform: rotate(5deg) scale(1.2, 1.2);
  transform: rotate(5deg) scale(1.2, 1.2);
}
.banner-1-8 {
  height: 280px;
  width: 263px;
  overflow: hidden;
  position: relative;
}
.banner-1-8 h2 {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40%;
  font-size: 30px;
  font-weight: normal;
  font-family: Oswald;
  color: #fff;
}
.banner-1-8 h2 a {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  color: #fff;
}
.banner-1-8 img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.banner-1-8:before {
  content: " ";
  background: #660066;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 280px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
.banner-1-8:hover:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.banner-1-8:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner-1-8.blank-banner h2 {
  top: 28% !important;
  color: #660066 !important;
  font-family: 'Open Sans' !important;
  font-size: 26px;
}
.banner-1-8.blank-banner h2 a {
  border-top: 3px solid #660066 !important;
  border-bottom: 3px solid #660066 !important;
  color: #660066 !important;
}
.banner-1-8.blank-banner:hover h2 {
  color: #fff !important;
}
.banner-1-8.blank-banner:hover a {
  border-top: 3px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  color: #fff !important;
}
.banner-1-8.blank-banner:hover .border-double,
.banner-1-8.blank-banner:hover .border-double:before {
  border: 1px solid #fff;
}
.superbig {
  text-align: center;
  margin: 40px 0;
}
.superbig h1 {
  font-size: 120px;
  color: #ccc;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.superbig h2 {
  border-top: 1px solid #660066;
  border-bottom: 1px solid #660066;
  padding: 5px 0;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}
section {
  /*margin-bottom: 40px;*/
/* Normal Style Products */
/* ZIGZAG Style Products */
}
section h2 {
  text-align: center;
  margin: 60px 0 40px;
  padding: 10px;
  border-top: 1px solid #d5b14f;
  border-bottom: 1px solid #d5b14f;
}
section .products {
  position: relative;
}
section .products .product {
  margin-bottom: 30px;
  text-align: center;
}
section .products .product .product-img {
  position: relative;
}
section .products .product .product-img img {
  width: 100%;
}
section .products .product .product-img .product-btn {
  position: absolute;
  width: 265px;
  bottom: -40px;
  background-color: rgba(255,255,255,0.7);
  padding: 10px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section .products .product .addtocart,
section .products .product .wishlist {
  display: inline-block;
  color: #444;
}
section .products .product .addtocart:hover {
  color: #660066;
}
section .products .product .wishlist {
  margin-left: 20px;
}
section .products .product .wishlist a:hover {
  color: #ea1a57;
}
section .products .product .product-caption {
  margin: 20px 0;
}
section .products .product .product-caption h4 {
  border-bottom: 1px solid #aaa;
  padding: 5px;
  margin: 0 10px;
}
section .products .product .product-caption .price {
  margin-bottom: 20px;
}
section .products .product:hover .product-btn {
  bottom: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
section .products .product:hover .badge-sale,
section .products .product:hover .badge-new,
section .products .product:hover .badge-featured {
  -webkit-transform: rotate(335deg) scale(1.1, 1.1);
  -moz-transform: rotate(335deg) scale(1.1, 1.1);
  -o-transform: rotate(335deg) scale(1.1, 1.1);
  -ms-transform: rotate(335deg) scale(1.1, 1.1);
  transform: rotate(335deg) scale(1.1, 1.1);
}
section .products .product .badge-sale,
section .products .product .badge-new,
section .products .product .badge-featured {
  background: #660066;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-left: 6px;
  line-height: 49px;
  padding: 0 5px;
  position: absolute;
  top: -10px;
  right: 4px;
  z-index: 10;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
section .products .product .badge-sale small,
section .products .product .badge-new small,
section .products .product .badge-featured small {
  display: block;
  line-height: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 11px;
  font-size: 10px;
  left: 32%;
}
section .products .product .badge-new {
  background-color: #ea1a57;
}
section .products .product .badge-featured {
  background-color: #09f3a9;
}
section .products .product .with-percentage {
  line-height: 40px;
}
section .products .product .with-percentage small {
  bottom: 15px;
}
section .products.zigzag {
  position: relative;
}
section .products.zigzag .product {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
section .products.zigzag .product:nth-child(even) .product-img {
  display: inline-block;
  margin-top: 130px;
}
section .products.zigzag .product:nth-child(even) .product-caption {
  display: inline-block;
  top: 0;
  left: 15px;
  position: absolute;
}
section .products.zigzag .product:nth-child(odd) .product-img {
  display: inline-block;
  margin-bottom: 130px;
}
section .products.zigzag .product:nth-child(odd) .product-caption {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 15px;
}
section .products.zigzag .product .border-hover {
  border: 1px solid #660066;
  position: absolute;
  top: 7px;
  left: 29px;
  width: 80%;
  height: 97%;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section .products.zigzag .product .border-hover:before {
  content: " ";
  border: 1px solid #660066;
  position: absolute;
  top: 6px;
  left: -8px;
  width: 107%;
  height: 97.7%;
}
section .products.zigzag .product img {
  width: 100%;
}
section .products.zigzag .product .product-img {
  display: inline-block;
}
section .products.zigzag .product .product-caption {
  display: inline-block;
  width: 263px;
  z-index: 1000;
}
section .products.zigzag .product .product-caption h4 {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px;
  margin: 0 20px;
}
section .products.zigzag .product .product-caption .price {
  margin-bottom: 20px;
}
section .products.zigzag .product .product-caption .product-btn {
  font-size: 12px;
}
section .products.zigzag .product .product-caption .wishlist {
  margin-left: 20px;
}
section .products.zigzag .product:hover .border-hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.input-qty .input-group-addon {
  cursor: pointer;
  min-width: 35px;
}
.input-qty .input-group-addon:hover {
  background: #fafafa;
}
#testimonials-carousel {
  margin-bottom: 60px;
}
#testimonials-carousel .testi {
  width: 100%;
  background: #eee;
  position: relative;
}
#testimonials-carousel .testi img {
  width: 40%;
  display: inline-block;
}
#testimonials-carousel .testi .testi-content {
  vertical-align: top;
  padding: 15px;
  width: 59%;
  min-height: 219px;
  display: inline-block;  color: #666;
}
#testimonials-carousel .testi .testi-content h5 {
  font-size: 20px;
  font-weight: 400;  color: #666;
}
#testimonials-carousel .testi .testi-content blockquote {
  font-size: 16px;
  margin: 10px 0;
  border: 0;
  padding: 0;  color: #666;
}
#testimonials-carousel .testi .testi-content .icon-social .fa {
  font-size: 18px;
  margin: 5px 5px 0 0;  color: #666;
}
#testimonials-carousel .testi .fa-quote-right,
#testimonials-carousel .testi .fa-quote-left {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 60px;  color: #666;
}
#posts-carousel {
  margin-bottom: 60px;
}
#posts-carousel .post {
  width: 100%;
  background: #eee;
  position: relative;
}
#posts-carousel .post img {
  width: 40%;
  display: inline-block;
}
#posts-carousel .post .post-content {
  vertical-align: top;
  padding: 15px;
  width: 59%;
  min-height: 219px;
  display: inline-block;  color: #666;
}

#posts-carousel .post .post-content h5 {
  font-size: 18px;
  font-weight: 400;  color: #666;
}

#posts-carousel .post .post-content p {
  font-size: 14px;
  margin: 10px 0;
  border: 0;
  padding: 0;  color: #666;
}
#posts-carousel .post .post-content .post-date,
#posts-carousel .post .post-content .readmore {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
}
#posts-carousel .post .fa-quote-right,
#posts-carousel .post .fa-quote-left {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 60px;
  color: #ccc;
}
.tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: -1px;
}
#product-details .stars {
  margin-top: 5px;
}
#product-details .stars span.fa {
  color: #ffa500;
}
#product-details .big-stars {
  font-size: 22px;
}
#product-details .small-stars {
  font-size: 16px;
}
#product-details .inline-stars {
  display: inline-block;
  margin-right: 10px;
}
#product-details hr {
  margin: 5px 0;
}
#product-details .price {
  margin-bottom: 30px;
}
#product-details .price del {
  display: inline-block;
  font-size: 14px;
  color: #888;
}
#product-details .price h5 {
  font-size: 18px;
  color: #660066;  
  display: inline-block;
  margin-left: 10px;
}
#product-details .price .stock {
  display: inline-block;
  color: #660066;
  margin-left: 10px;
}
#product-details .product-share {
  margin-top: 80px;
  margin-bottom: 20px;
}
#product-details .product-share a {
  color: #660066;
}
#product-details .tab-content {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: -1px;
}
#product-details .tab-content a {
  color: #660066;
}
#product-details .nav-tabs li a {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: -2px;
}
#product-details .nav-tabs li.active a,
#product-details .nav-tabs li.active a:hover {
  color: #660066;
  border-bottom: 3px solid #660066;
}
#product-details .media img {
  width: 80px;
}
#product-details .media h5 {
  font-size: 18px;
}
#product-details #additional h4 {
  border: none;
  padding-top: 0;
}
.product-grouped {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
.product-grouped .form-group {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 0;
}
.product-grouped a {
  color: #660066;
}
.product-grouped .btn {
  margin-top: 20px;
}
table.cart,
table.wishlist {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.cart img,
table.wishlist img {
  width: 100px;
  margin-right: 20px;
}
table.cart th,
table.wishlist th {
  padding: 10px 0 !important;
  text-align: center;
}
table.cart td,
table.wishlist td {
  vertical-align: middle !important;
  text-align: center;
}
table.cart td.bottom-row,
table.wishlist td.bottom-row {
  text-align: left;
}
table.cart .input-qty,
table.wishlist .input-qty {
  width: 120px;
  margin: 0 auto;
}
table.cart .input-qty input[type=text],
table.wishlist .input-qty input[type=text] {
  text-align: center;
}
table.cart span.fa-close,
table.wishlist span.fa-close {
  color: #f00;
}
/* Small List Products */
.widget {
  position: relative;
  margin-bottom: 50px;
}
.widget h4 {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  /*padding: 5px 0;*/
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
}
.widget .product {
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}
.widget .product .product-img {
  width: 50px;
  display: inline-block;
}
.widget .product .product-img img {
  width: 100%;
}
.widget .product .product-caption {
  display: inline-block;
  padding: 5px 0 0 10px;
}
/************************
 * PRICING 
 *************************/
.three-column-pricing,
.four-column-pricing {
  margin-top: 30px;
}
.pricing {
  background: #660066;
  color: #ccc;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 70px;
}
.pricing h4 {
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
.pricing .price {
  background: #993d99;
  font-size: 80px;
  font-weight: bold;
}
.pricing .price small {
  font-size: 16px;
  font-weight: normal;
}
.pricing .poin {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.featured {
  margin-top: 0;
}
.featured h4 {
  font-size: 40px;
}
.four-column-pricing .pricing {
  margin-top: 14px;
}
.four-column-pricing .featured {
  margin-top: 0;
}
.four-column-pricing .featured h4 {
  font-size: 30px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff !important;
}
.navbar-inverse .nav .open > a,
.navbar-inverse .nav .open > a:hover,
.navbar-inverse .nav .open > a:focus {
  background-color: transparent !important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown-search > a:hover {
  background: transparent !important;
}
.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
  font-size: 12px;
  font-weight: 400;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #660066;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ddd;
  margin-top: 5px;
  margin-right: -10px;
}
.megamenu {
  position: static !important;
}
.megamenu:hover .dropdown-megamenu {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropdown-megamenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #fff;
  padding: 5px 20px 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-megamenu.fullwidth {
  width: 100%;
}
.dropdown-megamenu .megamenu-widget {
  display: inline-block;
  vertical-align: top;
}
.dropdown-megamenu .megamenu-widget h4 {
  margin: 0;
  color: #660066;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.dropdown-megamenu .megamenu-widget img {
  width: 155px;
  padding: 10px;
}
.dropdown-megamenu .megamenu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-megamenu .megamenu-widget ul li {
  margin: 0;
}
.dropdown-megamenu .megamenu-widget ul li a {
  padding: 12px 0;
  display: block;
}
.dropdown-megamenu .megamenu-widget .products img {
  width: 40%;
  display: inline-block;
}
.dropdown-megamenu .megamenu-widget .products .product-desc {
  width: 57%;
  display: inline-block;
  padding-top: 15px;
  vertical-align: top;
}
.dropdown-megamenu .megamenu-widget .products .product-desc h5 {
  font-size: 16px;
}
.dropdown-megamenu .megamenu-widget .products .product-desc .stars {
  margin-top: -10px;
  color: #ffa500;
}
.dropdown-megamenu .megamenu-widget:first-child {
  margin: 0;
}
.dropdown-megamenu .megamenu-widget article.video {
  padding-top: 40px;
}
.dropdown-megamenu .megamenu-widget article .post-content {
  border: 0;
  padding: 0;
}
.dropdown-megamenu .megamenu-widget article h2 {
  border-bottom: 1px solid #ccc;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #ddd;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.closing {
  background-color: #ffa500;
  padding: 30px 0;
  margin: 0 0 -40px;
}
.closing h3 {
  line-height: 48px;
  color: #fff;
}
.closing .btn:hover {
  background-color: transparent;
}
/************************
 * FOOTER 
 *************************/
ul.no-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer {
  color: #ddd;
}
footer a {
  color: #ddd;
}
footer a:hover {
  color: #cc9900;
}
.flink,  flink a {
  color: #ddd;
  font-size:12px;
}
.flink a:hover {
  color: #993d99;
}

footer p {
  padding: 5px 0;
}
footer .label-default {
  background-color: transparent;
  border: 1px solid #777;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
footer .label-default:hover {
  background-color: #03b1e6;
  border: 1px solid transparent;
}

footer .media > .pull-left {
  margin-right: 35px;
}

footer .footer-top {
  background-color: #000;
  padding: 10px 0 30px;
}
footer .footer-top.footer-lg {
  padding: 40px 0 50px;
}
footer .footer-top h4 {
  color: #ddd;
  font-weight: normal;
  border-bottom: 1px solid #777;
  padding: 30px 0 10px;
  margin-bottom: 20px;
}
footer .footer-top .subscribe form input[type=text] {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  background-color: transparent;
  border: 1px solid #777;
  border-right: none;
}
footer .footer-top .subscribe form input[type=submit] {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  border: 1px solid #777;
  border-left: none;
  margin-left: -5px;
}
footer .footer-bottom {
  background-color: #1b1b1b;
  padding: 20px 0;
  color: #ddd;
  font-size: 12px;
}
footer .footer-bottom.footer-lg {
  padding: 40px 0;
  font-size: 16px;
}
footer .footer-bottom .merchant img {
  height: 22px;
  margin-right: 3px;
}
footer .product {
  margin-bottom: 35px;
}
footer .product .product-caption,
footer .product .product-img {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
footer .product .product-caption h5 a,
footer .product .product-img h5 a {
  color: #fafafa;
  font-size: 16px;
}
footer .product .product-caption h5 a:hover,
footer .product .product-img h5 a:hover {
  color: #03b1e6;
}
footer .product .product-caption .star .fa-star,
footer .product .product-img .star .fa-star {
  color: #ffa500;
}
footer .product .product-img {
  text-align: right;
}
footer .product .product-img img {
  width: 70px;
}
.navbar-toggle {
  margin-right: 10px;
}
.navbar-toggle .icon-bar {
  background: #999;
  height: 3px;
}
.social-btn {
  margin-top: -10px;
}
.social-btn a {
  display: inline-block;
  margin: 0 5px;
}
.social-btn a .fa {
  font-size: 32px;
}
ul.address li {
  margin-bottom: 5px;
  font-size:14px;
}

#footer .media .logo {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

#footer img.media-object {
  margin-left: 20px;
}

#footer .media-body.about-us {
  display: inline-block;
  width: 70%;
}

#footer2 .merchant {
  margin: 30px 0 0 20px;
}
#footer2 .merchant img {
  height: 31px;
  margin-right: 3px;
  padding: 2px;
}
#footer2 .footer-top {
  padding-bottom: 60px;
}
#footer2 .footer-bottom {
  font-size: 14px;
  background: #333;
  padding: 0;
}
#footer2 .footer-bottom .align-center {
  border-top: 1px solid #666;
  padding: 60px 0;
}


#footer2 .footer-bottom .align-left {
  border-top: 1px solid #666;
  padding: 40px 0;
  text-align:left;
}
#footer2 .footer-bottom .align-right {
  padding: 0;
    float:right;
}
#footer2 .footer-bottom .align-right a {
color: #fff;
text-decoration:none;
}
#footer2 .footer-bottom .align-right a:hover {
color: #ccc;
}
.social-big {
  margin-top: 20px;
}
.social-big h3,
.social-big small {
  display: block;
  margin-bottom: 20px;
}
.social-big small {
  font-size: 14px;
  font-weight: 300;
}
.social-big a {
  font-size: 48px;
  padding: 5px 10px;
  color: #888;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
/***************************
 * FLEXSLIDER
 ****************************/
.flexslider {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-viewport {
  background-color: #eee;
}
.flexslider .slide-container {
  position: relative;
}
.flexslider .slide-container .carousel-caption {
  right: 18.5%;
  left: 20%;
  bottom: 10%;
  text-align: center;
}
.flexslider .slide-container .right-caption {
  width: 400px;
  right: 10%;
  left: auto;
  top: 35%;
  text-align: left;
}
.flexslider .slide-container .left-caption {
  width: 400px;
  left: 35%;
  right: auto;
  top: 25%;
  text-align: center;
}
.flexslider .slide-container .light h2,
.flexslider .slide-container .light p {
  color: #222;
  text-shadow: rgba(70,70,70,0.6) 0px 1px 2px;
}
/***************************
 * PARALLAX
 ****************************/
.parallax {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  margin: 60px 0 0;
}
.parallax .handwriting {
  font-size: 60px;
  font-family: 'Stalemate', cursive;
}
.parallax h2 {
  font-size: 80px;
  font-weight: 300;
}
.parallax p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  width: 60%;
  margin: auto;
  font-size: 18px;
}

/*----------------------icon start----------------------------*/	
.apps_icon {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.apps_icon ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.apps_icon ul li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.apps_icon ul li a {
	color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li:hover:after {
	position: absolute;
	content: "*";
	top: -15px;
	left: 24px;
	font-size: 30px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	color: #ccc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.apps_icon ul li a:hover {
	color: #ccc;
	border-color: #ccc;
}
/*----------------------icon end----------------------------*/	



/*----------------------portfolio start----------------------------*/			
.apps_portfolio_main {
	width: 100%;
	float: left;
}
.apps_portfolio {
	width: 100%;
	float: left;
}
.apps_portfolio ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 50px;
}
.apps_portfolio ul li {
	display: inline-block;
}
.apps_portfolio ul li a {
	display: inline-block;
	padding: 10px 10px 0 10px;
	position: relative;
	font-size: 14px;
}
.apps_portfolio ul li a:hover {
	text-decoration:underline;
}
.apps_portfolio ul li a:after {
	position: absolute;
	content: "*";
	top: 38%;
	font-size: 18px;
	color: #ccc;
	right: -4px;
}
.apps_portfolio ul li:last-child a:after {
	content: "";
}
.portfolio-grid {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px !important;
}
.portfolio-grid .portfolio-item {
	width: 20%;
	overflow: hidden;
	position: relative;
	margin-right: -3px;
	margin-bottom: -5px;
}
.portfolio-grid .portfolio-item img {
	width: 100%;
}
.portfolio_item_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../images/bg/main_bg.png);
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio_item_overlay .apps_icon {
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.portfolio_item_overlay .apps_icon ul li:hover:after {
	background-color: transparent;
}
.portfolio-grid .portfolio-item:hover .portfolio_item_overlay {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio-filter {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.portfolio-grid {
	text-align: center;
}
.portfolio-grid .portfolio-item {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.portfolio-grid .portfolio-item img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	background: #fff;
}
#grid .mix {
	opacity: 0;
	display: none;
}
#grid .mix img {
	width: 100%;
}
.apps_three_mob {
	width: 100%;
	float: left;
}
/*----------------------portfolio end----------------------------*/








#post-slider .flex-control-nav {
  bottom: 10px;
}
.flex-control-paging li a {
  background-color: #aaa;
}
.flex-control-paging li a.flex-active {
  background-color: #eee;
}


/* mobile */
/* tablet */
@media (min-width: 480px) and (max-width: 992px) {
  .masonry-container .link {
    width: 100%;
  }
}
.p-lg {
  margin-top:18px;
}

.parallax .handwriting {
  font-size: 40px;
  font-family: 'Stalemate', cursive;
}
.parallax h2 {
  font-size: 55px;
  font-weight: 300;
  padding-bottom: 20px;
}
.parallax p {
  font-size: 14px;
  min-width:360px;
}



/* laptop */

@media (min-width: 992px) {
  .masonry-2column article {
    width: 48%;
  }
  .masonry-3column article {
    width: 31%;
  }
  .masonry-3column article .flex-direction-nav a:before {
    font-size: 24px;
  }
  .masonry-4column article {
    width: 22%;
  }
  .masonry-4column article .flex-direction-nav a:before {
    font-size: 24px;
  }
}
/* widescreen */
@media (min-width: 1200px) {
	.p-lg {
  margin-top:0px;
}
  .masonry-2column article {
    width: 48%;
  }
  .masonry-3column article {
    width: 31%;
  }
  .masonry-3column article .flex-direction-nav a:before {
    font-size: 24px;
  }
  .masonry-4column article {
    width: 23%;
  }
  .masonry-4column article .flex-direction-nav a:before {
    font-size: 24px;
  }
}
