/* Home layout 2 stylesheet  */
@import url(https://fonts.googleapis.com/css?family=Hind:400,700,600,500,300);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,700,600);
html, body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: 'Hind', sans-serif;
  color: #787b82;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400; }

a, button, input[type="submit"] {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none; }

a, a:hover, a:focus, button:focus {
  outline: 0 !important;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-weight: 700;
  color: #23262d; }

.margin-b-30 {
  margin-bottom: 30px; }

.form-control, input[type="text"], input[type="email"], textarea {
  min-height: 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #ddd;
  box-shadow: none; }
  .form-control:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #f7b03e;
    box-shadow: none; }

label {
  font-weight: 400; }

.btn {
  text-transform: uppercase;
  font-weight: 400; }
  .btn.btn-lg {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 14px; }

.btn-default {
  background: #959595;
  color: #fff; }
  .btn-default:hover, .btn-default:focus {
    background-color: #777;
    color: #fff; }

.btn-dark {
  background: #23262d;
  color: #fff; }
  .btn-dark:hover {
    background: #000;
    color: #fff; }

.brands {
  background: #ebebeb;
  padding: 30px 0;
  padding-bottom: 10px; }
  .brands ul {
    margin: 0;
    padding: 0; }
    .brands ul li {
      padding-bottom: 20px; }

.footer {
  padding-top: 60px;
  background-color: #23262d; }
  .footer .col-sm-4 {
    padding-bottom: 60px; }
  .footer h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c2c2c2;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px; }
  .footer p {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #c2c2c2;
    margin-bottom: 20px; }
  .footer .btn {
    border: 2px solid #c2c2c2;
    color: #c2c2c2;
    text-transform: uppercase;
    padding: 10px 45px;
    padding-bottom: 8px;
    border-radius: 0px;
    font-size: 25px; }
  .footer ul li a {
    color: #c2c2c2;
    display: block; }
    .footer ul li a:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 2px;
      vertical-align: middle;
      background-color: #fff;
      margin-right: 10px; }
    .footer ul li a:hover {
      color: #f7b03e; }

.copyright {
  padding-top: 10px;
  padding-bottom: 10px; }

.center-heading {
  position: relative;
  margin-top: -50px;
  margin-bottom: 50px;
  display: inline-block; }
  .center-heading h1 {
    letter-spacing: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;
    text-align: center; }
  .center-heading p {
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase; }

.featured-items {
  padding-bottom: 120px; }

.product-style2 {
  background: #f0f8f3;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .product-style2 .product-icons {
    position: absolute;
    left: 20px;
    top: 20px; }
    .product-style2 .product-icons li {
      padding-bottom: 5px; }
      .product-style2 .product-icons li a {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 30px;
        text-align: center;
        color: #acacac; }
        .product-style2 .product-icons li a:hover {
          color: #f7b03e; }
  .product-style2 .product-footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    padding: 0px 15px; }
    .product-style2 .product-footer h5 {
      color: #c2c2c2;
      text-transform: uppercase;
      font-weight: 400; }
    .product-style2 .product-footer .rating i {
      color: #c2c2c2; }

.color-list {
  margin: 0;
  padding: 0; }
  .color-list li {
    padding: 0px; }
  .color-list li a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px; }
  .color-list li:nth-child(1) a {
    background-color: #b1b1b1; }
  .color-list li:nth-child(2) a {
    background-color: #ec008c; }
  .color-list li:nth-child(3) a {
    background-color: #00aeef; }
  .color-list li:nth-child(4) a {
    background-color: #33363b; }
  .color-list li:nth-child(5) a {
    background-color: #00ff00; }

.loadmore {
  color: #a7a6a6; }
  .loadmore em {
    text-transform: uppercase;
    font-style: normal;
    padding: 0px 10px;
    display: inline-block; }
  .loadmore span {
    display: inline-block;
    background: #a7a6a6;
    vertical-align: middle; }
    .loadmore span.r1 {
      width: 6px;
      height: 6px;
      border-radius: 3px; }
    .loadmore span.r2 {
      width: 8px;
      height: 8px;
      border-radius: 4px; }
    .loadmore span.r3 {
      width: 12px;
      height: 12px;
      border-radius: 6px; }
  .loadmore:hover {
    color: #f7b03e; }

.about-store .center-heading {
  position: relative;
  z-index: 2; }
  .about-store .center-heading h1, .about-store .center-heading p {
    color: #c2c2c2; }

.about-store {
  background-color: #23262d;
  position: relative;
  margin-bottom: 170px; }
  .about-store .image-part {
    width: 80%;
    float: left;
    background: url(../images/about-store.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50% !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.about-text {
  padding: 50px 30px;
  background: rgba(35, 38, 45, 0.8);
  position: relative;
  z-index: 3;
  margin-bottom: 50px; }
  .about-text h1 {
    font-weight: 300;
    color: #fff; }
  .about-text p {
    color: #d0d0d0; }

.newsletter-part {
  width: 20%;
  float: right;
  padding: 30px;
  background-color: #fff; }
  .newsletter-part h3 {
    text-transform: uppercase;
    font-weight: 400; }
  .newsletter-part button {
    background: transparent;
    padding: 0px;
    border: 0px;
    color: #fff;
    font-weight: 500; }
  .newsletter-part .input-group-addon {
    background: #23262d;
    border-color: #23262d; }

.news-events {
  background: url("../images/s3bg.jpg") no-repeat;
  background-position: 50% 50%;
  min-height: 1000px;
  background-size: cover;
  position: relative; }
  .news-events .center-heading-bg {
    background: #fff;
    padding: 11px 30px;
    margin-top: -50px;
    z-index: 2;
    position: relative; }
  .news-events .center-heading {
    background: #fff;
    margin-bottom: 0px; }
    .news-events .center-heading h1, .news-events .center-heading p {
      color: #c2c2c2; }

.news-boxleft {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  z-index: 1; }

.news-box-inner {
  position: relative;
  overflow: hidden; }

.news-box-inner-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 15px; }
  .news-box-inner-overlay h4 {
    margin-bottom: 3px; }
  .news-box-inner-overlay span {
    color: #9629fb; }
  .news-box-inner-overlay a.btn {
    background: #000;
    color: #fff;
    border-radius: 0px;
    margin-left: -52px;
    margin-top: 5px; }

.news-boxbottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%; }
  .news-boxbottom-left .news-box-inner {
    width: 100%;
    height: 400px; }
    .news-boxbottom-left .news-box-inner .news-box-inner-overlay {
      left: 0; }
      .news-boxbottom-left .news-box-inner .news-box-inner-overlay a.btn {
        float: right;
        margin-left: 0;
        margin-right: -40px; }

.news-boxright {
  position: absolute;
  right: 0;
  top: 0; }

.banner-wrapper {
  background: #ebebeb;
  padding: 100px 0;
  overflow: hidden; }
  .banner-wrapper .flex-direction-nav {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 60px;
    height: 80px; }
    .banner-wrapper .flex-direction-nav .flex-prev {
      left: 0; }
    .banner-wrapper .flex-direction-nav .flex-next {
      right: 0; }
    .banner-wrapper .flex-direction-nav a {
      opacity: 1;
      width: auto;
      height: auto;
      top: auto;
      position: relative;
      margin: 0;
      text-shadow: none; }
      .banner-wrapper .flex-direction-nav a:before, .banner-wrapper .flex-direction-nav a:after {
        display: none; }
    .banner-wrapper .flex-direction-nav span {
      width: 60px;
      height: 40px;
      display: block;
      text-align: center;
      line-height: 40px;
      font-size: 30px;
      color: #fff;
      background-color: #9c9c9c; }
      .banner-wrapper .flex-direction-nav span:hover {
        background-color: #9b951b;
        color: #fff; }

.icon-service-box {
  padding-bottom: 40px; }
  .icon-service-box img {
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
  .icon-service-box .content {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
    .icon-service-box .content h4 {
      margin-bottom: 0px;
      text-transform: uppercase;
      margin-top: 10px; }

.offer-slider {
  position: relative; }

.navbar-transparent-absolute-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border: 0px;
  margin: 0px;
  background-color: transparent; }
  .navbar-transparent-absolute-top .navbar-nav > li > a {
    text-transform: uppercase;
    padding-top: 22px;
    padding-bottom: 22px; }
  .navbar-transparent-absolute-top .navbar-right {
    margin-right: 0px; }
  .navbar-transparent-absolute-top .navbar-brand {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
    padding: 22px 15px;
    height: 64px; }
    .navbar-transparent-absolute-top .navbar-brand:hover, .navbar-transparent-absolute-top .navbar-brand:focus {
      background: #fff; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent; }

.slider-product {
  position: relative;
  overflow: hidden; }
  .slider-product:before {
    content: "";
    width: 80%;
    left: 0;
    top: 64px;
    height: 100%;
    position: absolute;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff; }
  .slider-product .slides li {
    background-size: cover;
    background-position: 100% 0% !important; }

.slider-overlay {
  padding: 100px 0;
  padding-top: 150px; }
  .slider-overlay .product-footer {
    top: 10px;
    right: 10px;
    text-align: right;
    height: auto;
    bottom: auto; }
    .slider-overlay .product-footer h5 {
      font-size: 12px; }

.product-slider {
  position: relative; }
  .product-slider .flex-control-nav {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    z-index: 9; }
    .product-slider .flex-control-nav > li {
      display: block;
      margin-bottom: 10px; }
      .product-slider .flex-control-nav > li > a {
        background: transparent;
        border: 2px solid #acacac;
        box-shadow: none; }
        .product-slider .flex-control-nav > li > a.flex-active {
          background: #acacac;
          position: relative; }
          .product-slider .flex-control-nav > li > a.flex-active:after {
            content: "\f178";
            font-family: 'Fontawesome';
            position: absolute;
            left: 100%;
            top: 50%;
            font-size: 20px; }

.slider-product {
  position: relative; }
  .slider-product .flex-control-nav {
    left: 0;
    z-index: 10; }

.search-form {
  position: relative;
  margin-top: 10px; }
  .search-form .form-control {
    box-shadow: none;
    border-radius: 100px;
    background-color: transparent;
    height: 30px;
    border: 1px solid #23262d; }
  .search-form i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #23262d; }

.cart-icon a {
  margin-left: 15px;
  padding-left: 30px !important; }
  .cart-icon a img {
    position: absolute;
    left: 0;
    top: -15px; }
  .cart-icon a .badge {
    background: #ec008c;
    color: #fff;
    position: absolute;
    bottom: -13px;
    left: 9px; }

@media (max-width: 991px) {
  .search-form {
    display: none; }

  .about-store .image-part {
    position: relative; }

  .newsletter-part {
    width: 280px;
    float: none;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff; }

  .about-text {
    padding: 15px 15px;
    text-align: center; }

  .news-boxleft, .news-boxright, .news-boxbottom-left {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    .news-boxleft img, .news-boxright img, .news-boxbottom-left img {
      width: 100%; }

  .news-box-inner-overlay {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    margin-bottom: 30px; }

  .news-boxbottom-left .news-box-inner .news-box-inner-overlay a.btn {
    margin-right: 0; }

  .news-box-inner-overlay a.btn {
    margin-left: 0; }

  .center-heading {
    position: relative;
    margin-top: -19px;
    margin-bottom: 50px;
    display: inline-block; }
    .center-heading h1 {
      font-size: 44px;
      line-height: 44px;
      letter-spacing: 0; }
    .center-heading p {
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }

  .footer h2 {
    font-size: 32px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .navbar-transparent-absolute-top {
    background: #fff;
    position: relative; }

  .navbar-transparent-absolute-top .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .product-style2 img {
    width: 100%; } }

/*# sourceMappingURL=style-layout-2.css.map */
